body {
	background:url('images/bg.jpg') repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
}
#container {
	width:950px;
	margin:0 auto 0 auto;
}

/* Top */
#top {
	height:125px;
	width:100%;
	background:url('images/clouds.png') no-repeat 200px 10px;
}
#logo {
	float:left;
	width:140px;
	padding:30px 0 0 40px;
}
#top_right {
	float:left;
	width:160px;
	text-align:right;
	padding:70px 0 0 610px;
}
.rss {
	margin:0;
	padding:0;
	background:url('images/rss_bg.png') repeat-x bottom;
	width:150px;
	padding:4px;
}
.rss a {
	text-decoration:none;
	background:url('images/feed_icon.jpg') no-repeat right;
	height:14px;
	display:block;
	color:#787878;
	font-size:10px;
	padding:2px 22px 0 0;
}
.rss a:hover {
	color:#a6a6a6;
}

/* Sidebar */
#sidebar {
	padding:10px;
	width:180px;
	float:left;
}
.sb_header {
	background:url('images/sb_header_bg.jpg') repeat-x bottom;
}
.sb_title {
	margin:0 0 10px 0;
	padding:4px;
	color:#36a8ff;
	font-size:16px;
	font-weight:normal;
	background:url('images/sb_title_bg.jpg') no-repeat 167px 10px;
}
#sidebar ul {
	margin:3px 0 18px 0;
	padding:0;
	list-style:none;
}
#sidebar ul li {
	padding:0 0 0 3px;
}
#sidebar ul li a {
	color:#9e9e9e;
	text-decoration:none;
	font-size:11px;
	display:block;
	margin:1px 0 1px 0;
	padding:5px 0 0 10px;
	width:164px;
	height:18px;
}
#sidebar ul li a:hover {
	color:#ffffff;
	background:url('images/sb_list_hover.jpg') no-repeat;
}

/* Content */
#content {
	float:left;
	width:740px;
	padding:5px;
}

/* Post */
.post {
	width:100%;
	margin:20px 0 30px;
}
.post_left {
	float:left;
	text-align:center;
	width:85px;
	height:100%;
	margin:5px;
}
.post_thumb {
	padding:5px;
	border:1px solid #f0f0f0;
	background:#ffffff;
}
.post_rating {
	margin:0;
	padding:3px 0 3px 0;
	color:#787878;
	font-size:10px;
	background:url('images/rating_bg.jpg') bottom repeat-x;
}
.post_rating_stars {
	margin:0;
	padding:3px 0 4px 0;
	background:url('images/rating_bg.jpg') bottom repeat-x;
}
.post-ratings-image {
	margin:0 1px 0 1px;
}
.post_right {
	float:left;
	width:635px;
	margin:0 0 10px 10px;
}
.post-ratings {
	margin:0;
	padding:0;
}
.post_top {
	margin:0;
	padding:0;
}
.post_date {
	float:left;
	color:#b9b9b9;
	font-size:8pt;
	margin:0;
	padding:8px 0 0 0;
	width:107px;
	text-align:right;
}
.post_header {
	margin:0;
	padding:0;
	width:500px;
}
.post_top_left {
	width:515px;
	float:left;
}
.post_details {
	padding:0 3px 0 0;
	height:16px;
}
.pagetitle {
	text-decoration:none;
	margin:0;
	padding:0;
	font-size:1.0em;
	color:#36a8ff;
}
.post_header a {
	text-decoration:none;
	margin:0;
	padding:0;
	font-size:16px;
	color:#36a8ff;
}
.post_header a:hover {
	color:#f73559;
}
.post_txt {
	color:#646464;
	font-size:11px;
	font-family:Arial, Verdana;
	margin:10px 0 0 0;
}
.post_txt p {
	margin:0;
	padding:0;
	text-align:justify;
}
.post_txt a {
	color:#878787;
	text-decoration:none;
}
.post_txt a:hover {
	color:#209de0;
}
.post_commnt {
	float:left;
	color:#878787;
	font-size:8pt;
	background:url('images/post_cmmnt_icon.jpg') no-repeat 0 2px;
	margin:0 5px 0 0;
	padding:0 0 0 16px;
}
.post_commnt a {
	text-decoration:none;
	color:#878787;
	font-size:8pt;
}
.post_commnt a:hover {
	color:#209de0;
}
.post_cat {
	float:left;
	color:#878787;
	background:url('images/post_cat_icon.jpg') no-repeat 0 0;
	margin:0 5px 0 5px;
	padding:0 0 0 18px;
	font-size:8pt;
	height:16px;
}
.post_cat a {
	text-decoration:none;
	color:#878787;
	font-size:8pt;
	border-bottom:1px dotted #ffffff;
}
.post_cat a:hover {
	color:#209de0;
	border-bottom:1px dotted #d9d9d9;
}
.more-link {
	background:url('images/more_link.jpg') no-repeat 0 0;
	color:#9e9e9e;
	margin:8px 0 3px 5px;
	padding:1px 0 0 17px;
	height:14px;
	display:block;
	font-size:10px;
}
.more-link:hover {
	background:url('images/more_link_hover.jpg') no-repeat 0 0;
	color:#b3b3b3;
}

/* Navigation */
#nav {
	background:url('images/nav_bg.jpg') top repeat-x;
	padding:3px 0 0 0;
	margin:20px 0 20px 0;
	color:#9e9e9e;
	font-size:11px;
}
#nav p {
	margin:0;
	padding:0;
}
#nav a {
	color:#9e9e9e;
	text-decoration:none;
	font-size:11px;
}
#nav_left, #nav_right {
	padding:0 0 3px 0;
	width:50%;
	background:url('images/nav_bg.jpg') bottom repeat-x;
	float:left;
}
#nav_left a, #nav_left_p {
	background:url('images/nav_left_link.jpg') 0 2px no-repeat;
	padding:0 0 0 14px;
}
#nav_left a:hover {
	background:url('images/nav_left_link_hover.jpg') 0 2px no-repeat;
}
#nav_right_p {
	background:url('images/nav_right_link.jpg') 359px 2px no-repeat;
	padding:0 14px 0 0;
}
#nav_right a {
	background:url('images/nav_right_link.jpg') 62px 2px no-repeat;
	padding:0 14px 0 0;
}
#nav_right a:hover {
	background:url('images/nav_right_link_hover.jpg') 62px 2px no-repeat;
}

/* Single Post */
.post_s {
	margin:15px;
}
.post_s p {
	margin:15px 0 15px 0;
}
.post_date_s {
	float:left;
	color:#b9b9b9;
	font-size:8pt;
	margin:0;
	padding:8px 0 0 0;
	width:185px;
	text-align:right;
}
.rating_s {
	background:url('images/rating_bg.jpg') repeat-x bottom;
}
.rating_s_p {
	width:50%;
	margin:0;
	padding:5px 0 5px 0;
	float:left;
	color:#c9c9c9;
	font-size:11px;
}
.rating_s_p p {
	margin:0;
	padding:0;
}


/* Comments */
#comments {
	margin:30px 0 0 0;
}
#comment_count {
	margin:20px 0 0 0;
	padding:25px 0 0 40px;
	background:url('images/comment_count_bg.jpg') no-repeat;
	height:43px;
	color:#f73559;
	font-size:16px;
}
.comment_cont {
	background:url('images/comment_bg.jpg') repeat-x top;
	width:90%;
	margin:15px auto 15px auto;
}
.comment_author {
	float:left;
	color:#878787;
	font-size:12px;
	width:50%;
	margin:0 0 0 10px;
	padding:15px 0 0 19px;
	background:url('images/commnt_author_icon.jpg') no-repeat 0 12px;
}
.comment_author a {
	color:#36a8ff;
	text-decoration:none;
}
.comment_author a:hover {
	color:#63bbff;
}
.comment_date {
	float:left;
	width:40%;
	color:#b9b9b9;
	padding:15px 0 0 20px;
	text-align:right;
}
.comment_date a {
	color:#b9b9b9;
	text-decoration:none;
	font-size:10px;
}
.comment_date a:hover {
	color:#cecece;
}
.comment_bottom {
	padding:0;
}
.comment_bottom p {
	color:#646464;
	font-size:11px;
	margin:0;
	padding:10px 3px 0 3px;
	text-align:justify;
}
.comment_bbg {
	background:url('images/comment_bg.jpg') repeat-x top;
	width:90%;
	margin:0 auto 0 auto;
}
#respond {
	color:#f73559;
	margin:20px 0 0 0;
	padding:0;
	font-size:16px;
}
#author, #email, #url, #comment {
	padding:5px;
	border:1px solid #bcbcbc;
	color:#616161;
	font-size:11px;
	width:224px;
}
#submit {
	background:url('images/comment_submit.jpg') no-repeat 0 0;
	border:0;
	width:236px;
	height:33px;
}
#submit:hover {
	background:url('images/comment_submit.jpg') no-repeat 0 -33px;
}
#commentform {
	color:#a5a5a5;
}

/* Bottom */
#bottom {
	margin:15px 0 0 0;
	width:950px;
}
#b_left {
	width:33%;
	float:left;
}
#b_middle {
	width:33%;
	float:left;
}
#b_right {
	width:33%;
	float:left;
}
.b_header {
	color:#36a8ff;
	text-align:center;
	margin:15px 0 10px 0;
	padding:0;
	font-size:16px;
}
.bottom_list {
	margin:0 0 30px 0;
	padding:0;
	list-style:none;
}
.bottom_list li {
	width:95%;
	margin:0 auto 0 auto;
	font-size:12px;
}
.bottom_list li a {
	background:url('images/b_list_bg.jpg') repeat-x bottom;
	display:block;
	padding:5px 5px 5px 8px;
	color:#9e9e9e;
	text-decoration:none;
}
.bottom_list li a:hover {
	color:#c4c4c4;
}
#bottom p {
	color:#9e9e9e;
	font-size:11px;
	text-align:justify;
}
#copyright {
	background:url('images/copyright_bg.jpg') repeat-x top;
	color:#4b4b4b;
	text-align:right;
	padding:5px;
	font-size:12px;
}
#copyright a {
	color:#f73559;
	background:url('images/copyright_bg.jpg') repeat-x bottom;
	text-decoration:none;
}
#copyright a:hover {
	color:#ff6b86;
}
#search_form {
	padding:15px 15px 15px 65px;
}
#search_button {
	border:1px solid #bcbcbc;
	padding:5px 5px 4px 5px;
	font-size:10px;
	color:#a5a5a5;
}
#search_submit {
	width:63px;
	height:23px;
	background:url('images/search_submit.jpg') no-repeat 0 0;
	border:0;
	margin:3px 0 0 3px;
}
#search_submit:hover {
	background:url('images/search_submit.jpg') no-repeat 0 -23px;
}


/* Extras */
.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}
.clear {clear:both;}
a img {border:0;}
a {outline:0;}