/* PhotoshopFrenzy style.css
/* Coded by 7dos.com */

body {
	margin:0;
	background:url('images/bg.jpg') repeat-x;
	font-family:Tahoma;
}
#container {
	width:990px;
	margin:0 auto 0 auto;
}
#top {
	width:100%;
	height:86px;
}
#logo {
	background:url('images/logo.jpg') no-repeat;
	width:425px;
	height:86px;
	float:left;
}

/* Menu */
#menu_top {
	float:left;
}
#menu_top ul {
	margin:33px 0 0 0;
	padding:0;
	list-style:none;
}
#menu_top ul li {
	float:left;
	margin:0;
	padding:0;
}
#menu_top ul li a {
	padding:20px 0 0 0;
	width:130px;
	height:33px;
	display:block;
	text-align:center;
	color:#f8b51a;
	text-decoration:none;
}
#menu_top ul li a:hover {
	background:url('images/menu_top_hover_bg.jpg') no-repeat top;
	color:#fff;
}

/* Main */
#main {
	margin:30px 0 0 0;
}

/* Sidebar */
#sidebar {
	width:202px;
	float:left;
}
.sb_title {
	background:url('images/sb_title_bg.jpg') no-repeat;
	width:202px;
	height:38px;
	text-align:center;
	color:#fff;
	padding:10px 0 0 0;
}
#sidebar ul {
	margin:0 0 18px 0;
	padding:0;
	list-style:none;
}
#sidebar ul li {

}
#sidebar ul li a {
        font-size:8pt;
	height:22px;
	display:block;
	padding:1px 0 1px 15px;
	color:#2a2a2a;
	text-decoration:none;
	font-family:"Trebuchet MS";
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
#sidebar ul li a:hover {
	background:url('images/sd_list_hover_bg.jpg') repeat-x;
	border-left:1px solid #f6e7be;
	border-right:1px solid #f6e7be;
        font-weight:bold;
	}
#sidebar p {
	color:#2a2a2a;
	margin:0;
	padding:8px;
}

/* Content */
#main_cont {
	float:left;
	margin:0 0 0 20px;
	width:768px;
}
#ad_top {
	width:728px;
	height:90px;
	margin:0 auto 0 auto;
}
#content {
	margin:15px 0 0 0;
}
#posts_title {
	width:748px;
	height:50px;
	background:url('images/posts_title_bg.jpg') no-repeat;
	color:#fff;
	margin:0 0 10px 0;
}
#posts_title_txt {
	padding:10px 0 0 15px;
	float:left;
	width:400px;
}

/* Search */
#search {
	padding:6px 0 0 0;
	width:320px;
	text-align:right;
	float:left;
}
#search form {padding:0; margin:0;}
#search_input {
	background:url('images/search_input_bg.jpg') no-repeat #fff;
	width:198px;
	height:22px;
	padding:6px 5px 0 5px;
	border:0;
	color:#4d6f8b;
}
#search_submit {
	background:url('images/search_submit_button.jpg') no-repeat;
	width:27px;
	height:27px;
	border:0;
	margin:0 0 0 2px;
}

/* Posts */
#posts {
	float:left;
	width:574px;
	margin:0 10px 0 10px;
}
.post_cont {
	background:#e7fadc;
	width:574px;
	margin:0 0 15px 0;
}
.post_top {
	background:url('images/post_top_bg.jpg') no-repeat;
	width:574px;
	height:6px;
}
.post_bottom {
	background:url('images/post_bottom_bg.jpg') no-repeat;
	width:574px;
	height:6px;
}
.post_details {
	padding:8px;
	color:#596970;
	font-size:9pt;
}
.post_details a {
	color:#0da9e5;
	text-decoration:none;
}
.post_details a:hover {
	color:#54bde5;
}
.post_title {
	margin:0;
	padding:0;
	color:#ff9000;
	font-size:10pt;
}
.post_title a {
	color:#ff9000;
	text-decoration:none;
}
.post_title a:hover {
	color:#ef880f;
}
.post_info {
	color:#596970;
	font-size:8pt;
}
.post_info a {
	color:#0da9e5;
	text-decoration:none;
}
.post_info a:hover {
	color:#54bde5;
}

/* Alternate Post Color */
.post_cont2 {
	background:#faeddc;
	width:574px;
	margin:0 0 15px 0;
}
.post_top2 {
	background:url('images/post2_top_bg.jpg') no-repeat;
	width:574px;
	height:6px;
}
.post_bottom2 {
	background:url('images/post2_bottom_bg.jpg') no-repeat;
	width:574px;
	height:6px;
}
.post_details2 {
	padding:8px;
	color:#596970;
	font-size:9pt;
}
.post_details2 a {
	color:#0da9e5;
	text-decoration:none;
}
.post_details2 a:hover {
	color:#54bde5;
}
.post_title2 {
	margin:0;
	padding:0;
	color:#ff9000;
	font-size:10pt;
}
.post_title2 a {
	color:#ff9000;
	text-decoration:none;
}
.post_title2 a:hover {
	color:#ef880f;
}


#ad_vertical {
	float:right;
       	width:162px;
	text-align:center;
}

/* Comments */
#comments {
	margin:0;
	padding:10px;
	color:#4c6f8c;
	width:554px;
}
.commentlist {
	width:535px;
	margin:15px auto 0 auto;
	font-size:24pt;
	font-family:Trebuchet MS;
	color:#e7fadc;
}
.commentlist li {
	padding-top:15px;
	border-bottom:1px solid #e7fadc;

}
.commentauthor {
	color:#596970;
	font-size:10pt;
}
.commentauthor a {
	color:#a1f026;
	text-decoration:none;
	font-size:10pt;
}
.commentauthor a:hover {
	color:#4c6f8c;
}
.comment_meta, .comment_meta a {
	color:#4c6f8c;
	font-size:9pt;
	text-decoration:none;
}
.comment_meta a:hover {
	color:#5e89ac;
}
.commentlist p {
	color:#596970;
	margin:0;
	padding:8px;
	font-size:12pt;
}
#respond {
	color:#a1f026;
	font-family:Trebuchet MS;
	margin:20px 0 0 15px;
	padding:0;
}
#reply {
	color:#596970;
	padding:15px;
}
#reply a {
	color:#4c6f8c;
	text-decoration:none;
}
#reply a:hover {
	color:#608baf;
}

/* Pages */
.entry {
	color:#596970;
	font-size:10pt;
	padding:8px;
}
.entry a, .narrowcolumn a {
	color:#4c6f8c;
	text-decoration:none;
}


/* Footer */
#footer {
	background:url('images/footer_bg.jpg') no-repeat;
	width:883px;
	height:32px;
	padding:14px 0 0 15px;
	margin:10px 0 0 0;
	color:#fff;
	font-size:10pt;
}
#footer a {
	color:#434343;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover {
	color:#616161;
}


/* Extras */
.clear {clear:both;}
a img {border:0;}
a {outline:0;}