/*
Theme Name: Bumblebee
Theme URI: http://www.bumblebeelabs.com
Description: The official <a href="http://www.bumblebeelabs.com">Bumblebee Labs</a> theme
Version: 1.2
Author: Michael Amini
Author URI: http://xyfu.bumblebeelabs.com
*/
@charset "utf-8";
/* CSS Document */
/**************************
---------------------------------------------Making it pretty!
**************************/



/**************************
General Theming
**************************/
body, html {
font-family: Arial, Helvetica, sans-serif;
}
body {
font-size: 100%;
text-align: justify;
}
p {
padding: 0;
line-height: 1.8em;
margin: 10px 0 20px 0;
font-size: 0.9em;
}
a:hover{
text-decoration: none;
}
a:hover img.color {
border: 1px solid;
}
#contentWrap a, #foot a {
text-decoration: none;
}
#contentWrap a:hover, #foot a:hover {
border-bottom: none;
}
#center a,  #footer a {
border-bottom: 1px dotted;
}
blockquote {
display: block;
width: 100%;
border-top: 1px solid;
border-bottom: 1px solid;
margin: 10px 0 20px 10px;
padding: 5px;
font-style: italic;
text-align: center;
}
span.date {
font: 400 1.2em arial,sans-serif;
letter-spacing: -0.1em;
margin-bottom: 10px;
}
span.author a{
font:small-caps;
}
img.avatar {
float:left; 
margin-right:5px;
}

/**************************
Nav bar (top left)
**************************/
#nav {
padding: 10px 0;
width: 100%;
}

#nav ul {
list-style: none;
float: right;
margin: 0;
padding: 0 30px;
}
#nav li {
clear:none;
float:left;
}
#nav li a {
display: block;
text-decoration: none;
font: 400 1.1em 'trebuchet ms',arial,sans-serif;
letter-spacing: -1px;
margin-left:40px;
padding-top:0;
}
#nav li a:hover {
background: url('images/arrow_dark.gif') no-repeat top center;
}
/**************************
Header
**************************/

#header {
margin-top:0px;
width: 100%;
}

/**************************
Content
**************************/
#content {
border-top: 10px solid #0; /*** We have used border top here to push the content down, but other solutions can also be used ***/
}
img.content, a img.content {
float: right;
padding: 4px;
border: 1px solid;
margin: 10px 0 10px 10px;
}

a:hover img.content {
border: 1px solid;
}
#center ul {
list-style-type: none;
padding: 10px;
}
#center ul li {
padding-left: 17px;
background: url('images/bullet2_dark.gif') no-repeat left center;
margin-left: 10px;
}
.contentWrap{
border-top: 10px solid;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 12px;
}

/**************************
Left
**************************/

#left ul {
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-bottom: 2px;
}
#left {
font-size: 0.9em;
text-align:left;
}
#left li a {
padding: 0 0 0 10px;
text-decoration: none;
}
#left li a:hover {
background: url('images/bullet_dark.gif') no-repeat left center;
}

/**************************
Right
**************************/
#right {
border-top: 10px solid;
}
#right ul {
list-style: none;
padding-bottom: 4px;
}
#right li {
padding-bottom: 2px;
}
#right {
font-size: 0.9em;
text-align:left;
}
#right li a {
padding: 0 0 0 10px;
font-size: 0.9em;
text-decoration: none;
}
#right li a:hover {
background: url('images/bullet_dark.gif') no-repeat left center;
}
#right h3, #left h3 {
letter-spacing:normal;
}
#right ul, #left ul {
list-style: none;
}

/**************************
Footer
**************************/
#foot {
width: 100%;
border-top: 3px solid;
padding: 40px 0 40px 0;
margin-top: 40px;
}
#footer {
text-align: center;
}
#footer p {
clear: both;
}

/**************************
Forms
**************************/
form label{
display:block;
}
form input.text, form textarea{
width:100%;
border:1px #111 solid;
padding:4px 5px;
font:12px Arial,san-serif;
}
form input.text:hover, form textarea:hover{
border:1px solid;
}
form input.text:focus, form textarea:focus{
border:1px solid;
}
form input.button{
margin-right:8px;
padding:3px 5px;
font:12px Arial,san-serif;
}
input {
width:110px;
}

/**************************
Tables
**************************/
table {
width: 100%;
margin-bottom: 20px;  
font-size: 1em;
border-collapse: collapse;
}
table caption {
margin-top: 20px;
padding: 0 0 0.5em 3px;
font: 400 1.2em arial,sans-serif;
text-align: left;  
letter-spacing: -1px;
}
table th,
table td {
text-align: left;
vertical-align: top;
padding: 4px 7px !important;
padding: 6px 10px;
}
thead th {
border-top: 2px solid;
border-bottom: 1px solid;
}
tbody td {
border-bottom: 1px solid;
}
/**************************
Lists
**************************/
ol {
font: 600 1.0em arial,sans-serif;
padding: 10px;
}
ol span {
font: 400 1.0em 'trebuchet ms',arial,sans-serif;
font-style: normal;
}
ol li {
margin-left: 25px;
padding: 4px 0
}
#right ul, #left ul {
list-style-image: none;
list-style-position: outside;
list-style-type: none;
padding-bottom:4px;
}
#right, #left {
list-style-image: none;
list-style-position: outside;
list-style-type: none;
}
/**************************
Headings
**************************/
h1, h2, h3 {
font-weight: bold;
padding-bottom: 5px;
}
h1 {
font: 400 1.4em arial,sans-serif;
margin-bottom: 0;
}
h1 a, #header h2{
}
h2 {
font: 400 1.2em 'trebuchet ms',arial,sans-serif;
padding-top: 0px;
font-size: 1.2em;
}
h2.title a {
font: 400 1.4em arial,sans-serif;
margin-bottom: 0;
}
#left h2, #right h2 {
font-size: 1.3em;
-x-system-font: none;
font-family: Arial, Helvetica, sans-serif;
font-size:1.2em;
font-size-adjust:normal;
font-weight:400;
margin-bottom:0px;
margin-top:0px;
}
h3 {
font: 400 1.2em arial,sans-serif;
margin-bottom: 10px;
}
#left h3, #right h3 {
font-size: 1.4em;
}


