/*  
Theme Name: Badchemist.net Theme
Theme URI: http://badchemist.net
Description: Theme for Badchemist.net
Version: 0.1
Author: Badchemist
Author URI: http://badchemist.net
*/

body, h1, h2, h3, h4, h5, h6, blockquote, p{
margin: 0;
padding: 0;
}

body{
margin: 0px;
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica;
font-size: 12px;
text-align: center;
vertical-align: top;
background: #f3f8f8;
color: #000000;
}

h1{
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica;
font-size: 200%;
padding: 0 0 0 0;
}

h2{
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica;
font-size: 100%;
padding: 0 0 0 0;
}

a:link, a:visited{
text-decoration: none;
color: #2277dd;
border-width: 0;
}

a:hover{
text-decoration: underline;
border-width: 0;
}

#wrapper{
border-width: 2px;
border-color: #000000;
margin: 0 auto 0 auto;
width: 780px;
text-align: left;
background: #f3f3f3;
}

#header{
float: left;
width: 760px;
height: 200px;
padding: 0 0 10px 0;

}

#container{
border-width: 2px;
border-color: #000000;
float: left;
width: 530px;
padding: 0 10px 0 0 ;
background: #f9f9fa;
}

.post{
padding: 10px 10px 10px 10px;
background: #f9f9fa;
}



.post h2{
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica;
font-size: 150%;
}

.entry{
line-height: 150%;
}

p.postmetadata{
border-top: 1px solid #000;
margin: 10px 0 0 0;
}

.navigation{
padding: 10px 0 0 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}

.sidebar{
float: left;
width: 240px;
background: #f9f9fa;
margin: 0 0 0 0;
display: inline;
}

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

.sidebar ul li{
padding: 10px 0 10px 0;
}

.sidebar ul li h2{
font-family: Georgia, Sans-serif;
font-size: 14px;
}

.sidebar ul ul li{
padding: 0;
}

table#wp-calendar{
width: 100%;
}


#footer{
clear: both;
float: left;
width: 780px;
padding: 0 10px 0 0;
background-color: #000000;
}

#footer p{
color: #ffffff;
line-height: 24px;
padding: 0 0 0 10px;

}

/*---quotes-*/

blockquote {
	margin: 20px 0;
	padding: 0 20px 0 50px;
	color: #333;
	background: url('quote.png') no-repeat 10px 0;
	border: none;
	}

