/*
Theme Name: blogchemistry
Theme URI: http://www.codescheme.net/
Description: 2 column, with doubled RHSidebar widgets
Version: 1.3
Author: CodeScheme
*/


body {
margin: 0;
padding:0;  
color: #333;
background: #ccc;
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100.1%;
}

#wrapper{
width: 890px;
margin: 0px auto;
padding: 0;
border-left: 3px solid #fff;
border-right: 3px solid #fff;
text-align:left;
background: #fff;
font-size: 78%;
line-height:18px;
}



#header{
background: #1666B6;
height: 120px;
clear:both;
}	


		
#content{
clear:both;
padding: 1px;
}	


#main {
width: 565px; 
float:left;
margin: 0;
padding: 0 0 10px 0px;
overflow:hidden;
}

#sidebar {
padding: 0 3px;
margin: 0px 0px 0px 575px;
background: #fff;
}

#sidebar #left{

float: left;
width:150px;
}

#sidebar #right{

margin: 0 0 0 160px;
}


#footer {
clear: both;
background: #fff;
margin: 10px 0;
padding: 0;
text-align: center;
font-size: 75%;
border-top: 1px solid #ccc;
}

#footer p{
margin: 0px 0;
padding: 10px 0;

}

#navigation{
padding: 5px 15px;

}

#navigation div.fleft{
float:left;
}

#navigation div.fright{
float:right;
}

/*  ********** default styles *********** */

p, h1, h2, h3, h4, h5, h6{
margin: 10px 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6 {
font-family: Georgia, 'Times New Roman', serif;
}

h1{
	font-size: 190%;
}
h2{
	font-size: 160%;
}
h3{
	font-size: 120%;
}
h4{
	font-size: 130%;
}
h5{
	font-size: 100%;
}
h6{
	font-size: 70%;
}


a{
color:#1F87BA;
font-weight:800;
text-decoration:none;
}
a:hover{
color:#1F87BA;
text-decoration:underline;
}

a img{
border:0px;
}

hr{
height:2px;
margin:5px 0;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

blockquote{
background: #f4f4f4;
padding: 5px 15px;
margin: 3px 30px;
border-left: 3px solid #ddd;
}

form{
margin: 0;
padding:0;
}

fieldset{
padding:10px;
margin:0;
}

legend{
font-weight:800;
}

code{
	font-size: 90%;
	font-family: "Courier New", Courier, monospace;
	white-space: pre;
}

td{
 vertical-align:top;
}


#tabs {
  float:left;
  width:100%;
  background: #767676;
  font-size:90%;
  line-height:18px;
	border-bottom: 5px solid white;
}
    #tabs ul {
	  margin:0;
	  padding:4px 6px 0 6px;
	  list-style:none;
		border-top: 1px solid white;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
       margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      padding:2px 15px 1px 6px;
      color:#1F87BA;
		font-weight:800;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#222;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }  


/* Headings */ 

form#searchform2{
display: block;
float:right;
margin: 66px 15px 0px 10px;
}


#header h3{
margin:  0;
padding: 40px 0 0 130px;
font-family: Georgia, 'Georgia Ref', serif;
font-weight:800;
}

#header h3 a{
font-weight:100;
color: #fff;
text-decoration: none;
font-size: 34px;
}



#header h2{
margin: 0;
font-family: Tahoma, Arial, Verdana, sans-serif;
letter-spacing:1px;
padding: 17px 0 5px 130px;
font-weight:800;
color: #fff;
font-size: 11px;
}

h2#sectiontitle{
font-family:verdana, sans-serif;
font-size:100%;
font-weight: 800;
padding:6px 6px 6px 10px;
margin:0 0 5px 0px;
background: #f8f8f8;
border: 1px solid #eee;
color: #555;

}

/* post styles */

.post{
margin: 0 0 10px 0;
padding: 5px;
background: #fff;
}

.entry{
margin: 0;
padding: 5px 10px 8px 10px;
}

.post h2 {
font-size: 150%;
font-weight:100;
border-bottom: 1px dotted #ddd;
padding: 5px 0 5px 25px;
margin: 0 0 15px 0;
}


.post h2 a{
color: #1F87BA;
text-decoration:none;
font-weight:100;
}

.post h2 a:hover{
text-decoration:none;
}

.postmetadata{
font-size:80%;
background:#f8f8f8;
border-top: 3px double #eee;
padding: 1px 0 1px 5px;
margin: 0;
}

.postmetadata p{
line-height: 15px;
padding: 0;
margin: 0;
}


/*  Comments   */

h3#comments, h3#postcomment{
	font-size: 100%;
	font-family:verdana, sans-serif;
}	

ol#commentlist{
padding: 0 0 0 20px;
font-size: 90%
}

ol#commentlist li{
	border-left: 4px solid #ddd;
	border-bottom: 1px solid #eee;
	padding: 2px 10px;
	margin: 6px 0;
}

ol#commentlist li p.commentheader{
margin: 3px 0 10px 0;
display: block;
padding: 1px 5px;
background: #f8f8f8;
}



ul#commentlist{
padding: 0 0 0 20px;
list-style-type:none;
font-size: 90%;
margin:0;
}

ul#commentlist li{
	border-left: 4px solid #ddd;
	border-bottom: 1px solid #eee;
	padding: 0 10px 2px 10px;
	margin: 0 0 16px 0;
}

ul#commentlist li table{
	width:100%;
}

ul#commentlist li table td.author {
	width:100px;
	text-align: center;
}

ul#commentlist li table td.author img{
border: 2px solid #ccc;
}


ul#commentlist li p.commentauthor {
	padding: 0;
	margin: 0 0 2px 0;	overflow:hidden;
}


ul#commentlist li p.commentheader{
margin: 0 0 10px 0;
display: block;
padding: 1px 0px;
background: #f8f8f8;
font-size: 100%;
}

ul#commentlist li td{
padding: 2px 8px;
}

ul#commentlist li div.commenttext{
background: #f8f8f8;
width:100%;
padding:0 8px 2px 8px;
}


/*  sidebar styles */

.menu{
padding:0;
font-size:90%;
}

.menu a{
font-weight: 100;
}

.menu ul{
margin:0px;
padding:0;
list-style-type:none;
}

.menu ul li.widget{
padding:2px;
margin:0 0 4px 0;
border: 1px solid #ccc; 
}

.menu ul li.widget ul li{
border-bottom:1px dotted #eee;
background: none;
padding: 0 0 0 5px;
margin:0;
}
.menu ul li.widget ul li a{
font-weight:100;
}

.menu ul li.widget ul li a:hover{
color:#0D3D6D;
}

.menu ul li.widget ul li ul li{
border: none !important;
padding: 0 0 0 5px;
}

.menu a:hover{
text-decoration:none;
}

.menu ul li.widget h3, .subscribe h3{
font-family: Arial;
font-size:120%;
margin:3px 0px;
padding:0 0 0 5px;
margin:0;
background: #eee;

color: #555;
font-variant:small-caps;
}
.menu ul li h3 a{
color: #555;
font-weight: 800;
}
.menu ul li h3 a:hover{
color: #555;
text-decoration: none;
}

.menu form{
display:block;
margin:0px;
padding:4px;
}

.menu input{
margin:3px 0;
font-size:90%;
}

li.widget .textwidget, li.widget #search {
padding: 2px 5px;
}

/* Calendar styles */
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
display: block;
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
}

#footer a{
font-weight: 100;
}


#channels fieldset{
 border: 1px solid #ccc;
 margin: 0 5px 10px 15px;
 padding: 0px 5px 0 5px;
}

#channels legend{
font: 180% Georgia;
padding: 5px 0 3px 0px;
margin: 0 3px 0 3px;
color: #333;
}

#channels table{
width: 100%;
font-size: 100%;
font-family: Tahoma;
font-weight:800;
}

#channels table td{
width: 33%;
}

#channels table a{
 text-decoration:underline; 
 font-weight:800;
}

#channels table ul{
  list-style-type:none;
 margin: 0 0 0 0px;
 padding:0;
}


#channels table ul li{
margin:0 0 2px 25px;
padding: 0 0 8px 0;

}

#channels table ul li a:hover{
 
}


.subscribe{
border: 1px solid #ccc;
padding: 2px;
margin: 0 0 4px 0;
}

.subscribe a{
 text-decoration:none;
}

table#sponsors{
width: 100%;
text-align:center;
margin: 3px 0;
}