/*
 * Theme Name:     Bee Theme 
 * Theme URI:      http: //bethany.pirateship.org/beetheme
 * Description:    A theme for Bee, child of TwentyTen theme 
 * Author:         Bethany Soule 
 * Author URI:     http: //bethany.pirateship.org/
 * Template:       twentyten
 * Version:        0.1.0
 * 
 */

@import url( '../twentyten/style.css' );

/* =Basic Styles
-------------------------------------------------------------- */
a {
  text-decoration: none;
  color: #b8410a;
}
a:hover, a:visited:hover {
  text-decoration: underline;
  color: #b8a70a;
}
a:visited {
  color: #bd430a;
}

ul {
  list-style: none;
  margin-left: 0;
}
/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#wrapper {
	margin: 0 auto;
	width: 940px;
}
#colophon {
  padding: 0;
}
#wrapper {
	background: #fff;
	margin-top: 20px;
	padding: 0 20px;
}
#content {
  margin: 0 0 0 20px;
}
#main {
  margin: 0;
  width: 680px;
  float: left;
}
#primary {
  float: right;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#footer-foot {
  margin-bottom: 25px;
  padding-bottom: 10px;
  text-align: center;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */
body {
  background: #f1f1f1 url( images/sycirc.png );
}
/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0px 0 0 0;
        float: left;
        width: 680px;
}
#site-title {
	float: left;
	font-size: 20px;
	line-height: 36px;
	margin: 0 0 18px 0;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: left;
	float: left;
	font-style: italic;
	margin: 0px 0 18px 0;
}

/* =Sidebars 
-------------------------------------------------------------- */
#primary {
  background: #cbcbcb;
}
#primary img {
  padding: 4px 4px 16px 4px;
  background: #eee;
  border: 1px solid #fff;
  -moz-box-shadow: 0px 2px 15px #333;
  max-width: 210px;
}
#secondary {
}

/* =Menu
-------------------------------------------------------------- */
.menu-beepages-container {
  background: #fff;
  font: 14px 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif; 
  line-height: 20px;
}
.menu-beepages-container ul#menu-beepages.menu {
    list-style: none;
    margin-left: 0;
}
#menu-beepages li {
    padding: 4px 10px 4px 10px;
    border-bottom: 1px solid white;
    color: white;
    padding: 4px 8px;
    background: #5f5f5f;
}
#menu-beepages li a {
    color: white;
}
#menu-beepages li:hover {
    font-weight: bold;
    color: #b8a70a;
}
#menu-beepages li a:hover {
  color: #b8a70a;
}
#menu-beepages .current_page_item a {
    font-weight: bold;
    color: #b8410a;
}
#menu-beepages .current_page_item {
    color: #b8410a;
    padding-left: 20px;
    background: #cbcbcb;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
  width: 220px;
  margin: 50px 0 0 0;
  padding: 10px;
}
#secondary {
  width: 240px;
  margin: 30px 0 0 0;
  padding: 0px;
}



#site-description {
  width: 678px;
  padding-bottom: 6px;
  border-bottom: 1px #eaeaea solid;
}

#main .entry-content li {
  border-bottom: 1px #eaeaea solid;
  margin-bottom: 1em;
  padding-left: 15px;
}
#main .entry-content li h2 {
  font-size: 1.2em;
}
#main .entry-content li p {
  line-height: 1em;
}
#main .entry-content li.last {
  border-bottom: none;
  margin-bottom: 0;
}
div#technical.section div.sc li {
  padding-left: 0;
}
