@charset "utf-8";
/* 
Last Modified: October 24th, 2007
(c) Copyright 2007 Ayan Ray. All Rights Reserved.
Credits: None
*/

#blog_content {
	position: relative;
	clear:both;
	width: 1000px;
	color: #333333;
	padding-top: 0px;
	padding-left: 35px;
	padding-bottom: 35px;
	margin: 0 auto;
	text-align: left;
}
#blog_content #blog_wrapper {
	clear: both;
	margin-top: 0px;
}
#blog_content .error {
	font-size: 12px;
	padding-top: 25px;
}

/**************************
	Homepage
**************************/

#blog_content h1 {
	font-size: 10px;
	text-align: center;
	margin-top: 0px;
	width: 100%;
	color: #333;
	background: #aed1ec;
	padding: 5px 0px;
}
#blog_content .series {
	position: relative;
	width: 710px;
	height: 140px;
	float: left;
	background: url("/img/series_bg.gif");
	border: 1px solid #CCC;
	padding: 0px 15px;
}
#blog_content .series em {
	position: absolute;
	top: 10px;
	left: 20px;
	font-size: 10px;
	color: #CC0000;
	font-weight: bolder;
}
#blog_content .series h1 {
	position: absolute;
	left: 20px;
	top: 22px;
	display: block;
	font-size: 14px;
	background: none;
	height: 45px;
	width: 250px;
	text-align: left;
}
#blog_content .series p {
	position: absolute;
	top: 40px;
	left: 20px;
	font-size: 12px;
	background: none;
	width: 475px;
	text-align: justify;
	text-indent: 16px;
	line-height: 150%;
}
#blog_content .series .read {
	position: absolute;
	top: 100px;
	left: 300px;
	width: 200px; 
	font-size: 11px;
	font-weight: bold;
}
#blog_content .series .galleries {
	position: absolute;
	width: 230px;
	top: 37px;
	left: 500px;
	text-align: right;
}
#blog_content .series .galleries em {
	position: absolute;
	top: -20px;
	left: 20px;
	width: 120px;
}
#blog_content .series .galleries a img {
	border: 3px solid #CCC;
}
#blog_content .series .galleries a:hover img {
	border: 3px solid #FF9900;
}
#blog_content .series em {
	text-indent: 0px;
}
#blog_content .series .galleryPreview {
	display: inline;
}
#blog_content #recentUpdates {
	width: 674px;
	clear: left;
	border-bottom: 1px solid #AAA;
	text-align: left;
	padding-left: 68px;
}
#blog_content .homeLink .post h1 {
text-indent: 0px;
}
#blog_content .homeLink .post {
	text-decoration: none;
	margin-bottom: 8px;
}
#blog_content .homeLink .post .body {
	padding: 5px 0px;
}
#blog_content .homeLink:hover .post {
	background: #FFFF33;
}
#blog_content .homeLink .post .body .continue {
	font-size: 10px;
	color: #666;
	font-family: Arial;
	font-style: italic;
}
#blog_content .homeLink .post .body .comments{
	padding-bottom: 5px;
	font-weight: normal;
}

/**************************
	Post
**************************/

#blog_content .post .postNav {
	clear: both;
	margin-bottom: 10px;
	width: 100%;
	font-weight: bold;
	height: 35px;
	border-bottom: 1px solid #666;
}
#blog_content .post .postNav .next {
	float: right;
	text-align: right;
}
#blog_content .post .postNav .prev {
	float: left; 
	text-align: left;
}
#blog_content .post .gallery h1 {
	position: relative;
	left: 28px;
}

#blog_content .post .gallery a .galleryPreview {
	display: block;
	text-align: left;
	margin: 0 auto;
	width: 490px;
	padding: 5px;
}
#blog_content .post .gallery a .galleryPreview p{
	display: inline;
	padding-left: 10px;
	position: relative;
	top: -30px;
}
#blog_content .post .gallery a:hover .galleryPreview {
	background: #FFFF33;
	color: #660066;
}
#blog_content .post pre {
	font-family: Arial; 
	font-size: 11px;
	background: #EFEFEF url("/img/code_bg.gif");
}
