/*  
Theme Name: Bigdark
Theme URI: http://www.bigdark.com
Version: 0.5
Description: A dark, moody theme for Scott's site.
Author: Scott Fegette
Author URI: http://www.thebigdark.com
Tags: 2 column, simple, liquid, valid XHTML, valid CSS, dark, black


*/


/* Global */


html{
background: #000 url(../bigdark/images/bd_background.jpg) no-repeat;
}

body{
margin: 0;
font: normal 62.5% Georgia, sans-serif;
text-align: center;
vertical-align: 0;
color: #ccc;
}

h1, h2, h3, h4, h5, h6, blockquote, p{
margin: 0;
padding: 0;
font-weight: normal;
}

/* This is the Blog Title */
#header h1{
padding: 2% 0 0 0;
font: bold 3em Georgia, "Times New Roman", Times, serif;
text-shadow: #000 2px 2px 1px;
}

#header h1 a{
text-decoration: none;
color: #FC3;
}

#header {
float: right;
}

/* */

h2{
font-size: 1.8em;
}

h3{
font-size: 1.6em;
} 

a:link, a:visited{
text-decoration: none;
color: #aaa;
text-decoration: underline;
}

a:hover{
color: #fff;
text-decoration: underline;
}

a img{
border: none;
}

p{
	padding-top: 10px;
}

img{
padding: 3px;
background: #eee;
}

img.alignleft{
float: left;
margin: 10px 10px 10px 0;
}

img.alignright{
float: right;
margin: 10px 0 10px 10px;
}

img.aligncenter{
   display: block;
   margin: 10px auto;
}




/* Layout */


#wrapper{
width: 100%;
margin: 0 auto 0 auto;
text-align: left;
font: normal 1.2em Georgia, serif;
}

#header{
	float: left;
	margin: 1.2em 2% 0 2%;
	padding: 0 0 0 5%;
	width: 91%;
	height: 120px;
	text-align: left;
	text-decoration: none;
	/* background: url(images/bluebg.png); */
color: #fff;
	border-bottom: 0px solid #73bfd7;
}

#content{
	float: left;
	width: 55%;
	margin: 1% 0 0 18%;
	border-top: thin solid #666;
	border-left: thin solid #666;
	padding: 0 3% 0 2%;
	background:transparent url(../bigdark/images/greybg.png);
}

.sidebar{
float: left;
width: 19%;
margin: 1% 1% 0 1%;
background:transparent url(../bigdark/images/blackbg.png);
/* fix IE margin bug */
display: inline;
}

#footer{
clear: both;
float: left;
width: 98%;
margin: 1%;
padding: 10px 0;
border-top: 1px solid #fff;
}



/* Posts */


.post{
padding: 1em 0;
}

.post h2{
	padding: 2em 0 0 0;
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
}

.post h2 a{
color:#FC3;
text-decoration: none;
}

.post h2 a:hover{
color: #fff;
text-decoration: underline;
}

.entry{
	line-height: 1.8em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p.postmetadata{
	clear: both;
	margin: 10px 0 0 0;
	padding: 0 0 0 24px;
	font-family: Georgia, serif;
	background: #121518 url(../bigdark/images/comment.png) no-repeat 0 90%;
	border-top: 1px solid #666;
}

.navigation{
padding: 10px 0 0 0;
font-size: 1.2em;
}

.posttime{
	margin: 0;
	font-size: 0.8em;
	font-style: italic;
	color: #555;
}




/* Comments */


.comments-template{
margin: 10px 0 0;
border-top: 1px solid #ccc;
padding: 10px 0 0;
}

.comments-template ol{
margin: 0;
padding: 0 0 15px;
list-style: none;
}

.comments-template ol li{
	margin: 0;
	padding: 2%;
	line-height: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #ccc;
}

.comments-template h2{
font-size: 1.6em;
color: #fff;
}

.comments-template h3{
padding: 10px;
font-size: 1.2em;
color: #fff;
}

.commentmetadata{ 
font-size: 1em;
font-family: Georgia, "Times New Roman", Times, serif;
color: #fff;
}

.commentmetadata a{
color:#FC3;
}

.comments-template p.nocomments{
padding: 0;
}

.comments-template textarea{
font-size: 1.2em;
}

.alt{
color: #ddd;
background: #162027 url(../bigdark/images/altcomment.gif) repeat-x top left;
}


.gravatarstyle { 
float:left; padding-right:10px; 
}



/* Sidebar */


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

.sidebar ul li h2{
padding-top: 0.5em;
font-size: 1.2em;/*
border-top: 1px solid #162027;*/
color: #F93;
}

.sidebar ul ul li{
margin: 0;
padding: 0;
line-height: 1.8em;
}

.sidebar a{
text-decoration: none;
}

.sidebar a:hover{
text-decoration: underline;
}

form#searchform{
margin-bottom: 20px;
}

li#calendar{
font-family:Georgia, "Times New Roman", Times, serif;
}



/* Footer */


#footer p{
padding: 0 0 0 50px;
line-height: 1.8em;
}



/* Widgets */

.textwidget{
line-height: 1.8em;
margin: 15px 0;
}

#tag_cloud{
margin: 0 0 20px 0;
}
