/* @override http://darknoon.com/style/blog.css */

/* @group Light theme */

html {
	background: #666f7b url(light/background_tile.png) repeat center top;
}
body {
	background: transparent url(light/background_top.png) repeat-x center top;
}
#hd {
	background: url(light/top_bar.jpg);
}
#hd li span {
	background: url(light/top_bar_active.jpg);
}


#bd {
	background: url(light/blog_background.png);
}

#bd .yui-ge {
	background: url(light/blog_top.jpg) no-repeat;
}

#bd .yui-u.first {
	margin-left: 80px;
	margin-top: 130px;
	width: 580px;
}

/* @group Sidebar */

#bd #sidebar {
	margin-top: 40px;
}

#bd #sidebar ul {
	margin: 0;
}

#bd #sidebar ul#categories li {
	display: block;
	list-style-type: none;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 138.5%;
}

#bd #sidebar ul#categories li.current-cat {
	background: url(blog_category_indicator.png) right no-repeat;
	color: white;
}

#bd #sidebar ul#categories li.current-cat a {
	color: white;
}

#sidebar #archives {
	
}

#sidebar #archives li {
	font-size: 100%;
	padding-left: 60px;
	list-style-type: none;
	margin: 10px 10px;
}


#bd #sidebar ul li a {
	text-decoration: none;
	color: black;
	text-shadow: 0px 1px 1px white;
}

#sidebar #search {
	margin-left: 44px;
	margin-top: 29px;
	margin-bottom: 30px;
}

#sidebar #search input {
	width: 90%;
}

#sidebar #search label {
	display: none;
}

/* @end */



#bd h1 {
	margin: 0;
	height: 110px;
	position: absolute;
	width: 704px;
}

#bd h1 #blogtitle a {
	display: block;
	color: blue;
	text-indent: -10000px;
	position: absolute;
	bottom: 0;
	top: 30px;
	width: 280px;
	height: 80px;
}

#bd h1 #crumbs {
	position: absolute;
	left: 280px;
	bottom: 0;
	line-height: 29px;
	font-weight: normal;
	text-shadow: #fff 0 1px 1px;
	color: #444;
}


#main h2.date-header {
	background: url(blog_date_background.png);
	float: left;
	width: 97px;
	height: 31px;
	margin-top:35px;
	color: #7c7c7c;
	font-size: 93%;
	text-align: center;
	line-height:31px;
	text-shadow: #e6e6e6 0 3px 4px;
}


#main .post {
	margin-left: 110px;
	margin-top: 35px;
	color: #444;
}

#main .post h3 {
	margin-bottom: 1em;
	position: relative;
	left: -2px;
}

#main .post h3 a {
	font-weight: normal;
	font-size: 138.5%;
	color: #676767;
	text-decoration: none;
	line-height: 31px;
}

#main .post h3 a:hover {
	text-decoration: underline;
	color: #515151;
}

#main .post .storycontent p {
	line-height: 1.6em;
	text-align: left;
}

#main .post a {
	color: #002aa8;
}

#main .post ol, #main .post ul li {
	line-height: 2em;
}

#main .post .feedback {
	border-top: 1px dashed #ccc;
	margin-top: 2em;
	padding-top: 0.6em;
}

#main .post .feedback a {
	line-height: 1.6em;
	text-decoration: none;
	color: #999;
}

#main .post .feedback a:hover {
	text-decoration: underline;
}


/* @group Comments */

#main #comments {
	margin-top: 64px;
	margin-left: 100px;
}

#main #comments h2 {
	margin-top: 30px;
	font-size: 100%;
	text-transform: uppercase;
}

#main #comments p {
}


#main ol#commentlist {
	margin-left: 0px;  
}

#main ol#commentlist li {
	margin-bottom: 30px;
}

#commentstitle {
	position: relative;
}

#commentstitle #commentsmeta {
	position: absolute;
	top: 0;
	right: 0;
	margin-left: 120px;
}

#commentform textarea {
	width: 100%;
	height: 20em;
}

#commentform #recaptcha_table {
	width: 100%;
	background: white;
}

#commentform #recaptcha_table input {
	border: none;
}

#commentform #submit {
	margin-top: 10px;
}

/* @end */


/* @group End of page */

div#pagecontrol {
	margin-top: 30px;
	text-align: center;
}

#meta {
	background: url(light/blog_bottom.jpg) bottom left no-repeat;
	margin-left: 0;
	margin-right: 0;
	margin-top: 20px;
	margin-bottom: 0;
	padding-left: 200px;
	height: 100px;
}



#meta li {
	display: block;
	float: left;
	width:  150px;
}

#meta li a {
	text-decoration: none;
	color: #adadad;
	display: block;
	width: 100px;
	line-height: 30px;
}

/* @end */