/*
Theme Name: Product Affiliator
Theme URI: 
Description: A wp theme ideal for people running affiliate blogs by Tony Nachev & themeforest
Version: 1.0
Author: Tony Nachev
Author URI: http://themeforest.net/user/tonyc/
*/

@import "css/reset.css";
@import "css/text.css";

html, body{
	background: #E6E5CE url(images/background_inside.gif) top left repeat-x;
	color: #2B2F36;
	text-align: center;
	height: 100%;
}
body.home{
	background: #E6E5CE url(images/background.gif) top left repeat-x;
}
html, body, #wrapper {height: 100%;}
body > #wrapper {height: auto; min-height: 100%;}

#wrapper{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#header{
	height: 58px;
	position: relative;
	top: 0;
	left: auto;
}
#logo{
	float: left;
	width: 300px;
	height: 58px;
	margin: 0;
	padding: 0;
}
#logo a{
	display: block;
	background: url(images/logo.jpg) top left no-repeat;
	text-indent: -9999px;
	height: 58px;
}
#slogan{
	position: absolute;
	top: 39px;
	left: 120px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Georgia;
	color: #B8B5B0;
}
#navigation{
	float: right;
	height: 25px;
	margin: 18px 0 0 0;
}
#navigation li{
	float: left;
	list-style: none;
	height: 25px;
	margin: 0 10px 0 0;
}
#navigation li a{
	text-transform: uppercase;
	color: #fff;
	padding: 2px 10px 2px 10px;
	display: block;
	text-decoration: none;
}
#navigation li.current_page_item, #navigation li.hovered{
	background: url(images/nav_l.gif) top left no-repeat;
}
#navigation li.current_page_item a, #navigation li.hovered a{
	background: url(images/nav_r.gif) top right no-repeat;
}

#featured{
	color: #D4E1CC;
	padding: 20px 0 0 0;
	background: url(images/featured_shadow.jpg) top left no-repeat;
}
#shadows{
	background: url(images/shadows.png) bottom left no-repeat;
	height: 250px;
}
#featured h5{
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	color: #948873;
	font-family: Georgia;
}
#caption h5{
	margin: 0 3px 0 0;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	color: #948873;
	font-family: Georgia;
	float: left;
	line-height: 35px;
}
#featured h1, #caption h1{
	font-family: Georgia;
	font-size: 28px;
	font-weight: normal;
	margin: 0;
}
#caption h1{
	width: 620px;
	float: left;
	margin: 0 0 10px 0;
}
#caption{
	color: #D4E1CC;
	padding: 0 0 20px 0;
}
#featured h1 a, #caption h1 a{
	color: #E5E5E5 !important;
	text-decoration: none;
}
#featured img{
	float: right;
	margin: 0 0 0 20px;
}
.buy_now{
	float: left;
	height: 38px;
	width: 99px;
}
.buy_now a{
	background: url(images/buy_now.png);
	display: block;
	height: 38px;
	width: 99px;
	text-indent: -9999px;
}
.buy_now a:hover{
	background: url(images/buy_now_h.png)
}
.read_more{
	float: right;
	height: 38px;
	width: 116px;
}
.read_more a{
	background: url(images/read_more.png);
	display: block;
	height: 38px;
	width: 116px;
	text-indent: -9999px;
}
.read_more a:hover{
	background: url(images/read_more_h.png);
}
#content{
	padding-top: 20px;
	padding-bottom: 215px; /* Footer height */
}

#sidebar{
	padding: 0;
	list-style: none;
	width: 180px;
	float: left;
	margin: 0 15px 20px 0;
	background: url(images/sidebar.gif) top left repeat-y;
	border-bottom: 5px solid #F1F0E1;
}
.widget{
	margin: 0;
	padding: 0;
}
.ads{
	text-align: center;
}
.ads ul li{
	border: 0px solid !important;
	margin: 0 !important;
	padding: 0 !important;
}
.ads ul{
	margin: 0 !important;
}
.ads img{
	margin: 10px auto;
}
.widget h2{
	background: url(images/widget_title.gif) top left no-repeat;
	padding-top: 13px;
	height: 40px;
	color: #e5e5e5;
	text-align: center;
	font-family: Georgia;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.widget h2 a{
	color: #e5e5e5;
	text-decoration: none;
}
.widget h2 img{
	float: left;
	margin: 0 0 0 20px;
}
.widget_content{
	padding: 0 15px 10px 15px;
}
.widget_content ul li{
	padding: 0 0 5px 0;
	margin: 0;
	list-style:none;
	border-bottom: 1px solid #B3ADA1;
}
.widget_content ul li a{
	text-decoration: none;
	color: #23211C;
}
.widget_content ul li a:hover{
	text-decoration: underline;
}
#page{
	float: right;
	width: 760px;
}
.post_container{
	margin-bottom: 20px;
}
.post{
	width: 390px;
	float: left;
	border: 5px solid #F1F0E1;
	background: #D4D3BF url(images/post_bg.gif) top left repeat-x;
	margin: 0 20px 0 0;
	padding: 15px;
}
.post-wide{
	border: 5px solid #F1F0E1;
	background: #D4D3BF url(images/post_bg.gif) top left repeat-x;
	margin: 0 0 0 0;
	padding: 15px;
}
.post p{
	margin-bottom: 0;
}
.comments_count{
	text-transform: uppercase;
	display: block;
	padding-bottom: 3px;
}
.comments_count a{
	text-decoration: none;
	color: #585347 !important;
	font-size: 13px;
}
.post_image{
	background: #fff;
	float: right;
	width: 300px;
	border: 5px solid #fff;
	margin: 0 0 0 0;
}
.post a, .post-wide a{
	color: #7A9002;
}
.price{
	float: left;
	text-align: center;
	width: 80px;
	font-weight: bold;
	color: #444;
	font-size: 20px;
}
.post_links{
	padding: 5px 0 0 0;
}
.post h2, .post-wide h2{
	font-family: Georgia;
	font-size: 22px;
	margin: 0 0 0 0;
	font-weight: normal;
	width: 260px;
}
.post-wide h2{
	width: 500px;
}
.post h2 a, .post-wide h2 a{
	text-decoration: none;
	color: #23211C;
}
/* POST STYLES */

.align-left{
	float: left;
	margin: 3px 10xp 10px 0;
}
.align-right{
	float: right;
	margin: 3px 0 10px 10px;
}
/* COMMENTS */

.commentlist{
	list-style: none;
}
.commentlist li{
	margin: 0 0 15px 0;
	padding: 0;
	clear: both;
	background: #EFEFEF;
	padding: 10px;
}
.commentlist li:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}
	
.commentlist li{
	display:inline-block
}

.commentlist li{
	display:block
}
.odd{
	background: #DFDED1 !important;
}
.comment-author{
	float: right;
	width: 90px;
	margin: 0 0 0 15px;
}
.comment-meta{
	border-bottom: 1px solid #C0BFAD;
	width: 590px;
	padding: 0 0 5px 0;
	margin: 0 0 7px 0;
	float: left;
}
.comment-meta a{
	text-decoration: none;
	color: #6F6B61;
}
.says{
	display: none;
}
.fix{
	clear: both;
}
.comment-meta{
	text-transform: uppercase;
	font-size: 11px;
}
form#comments{
	background: #EFEFEF;
}
.fieldset li{
	list-style: none;
	border-bottom: 1px solid #fff;
	padding: 10px 10px 5px 10px;
	border-top: 1px solid #ddd;
	margin: 0;
}
.comment-author cite{
	font-weight: bold;
	font-size: 14px;
}
#comments input,#comments textarea{
	border: 1px solid #ccc;
	padding: 5px;
}
.submit{
	text-align: center;
	padding-bottom: 10px;
}
#submit{
	background: #4A4740;
	color: #fff;
	font-weight: bold;
	border: 1px solid #EFEFEF;
}
#s{
	border: 1px solid #B0AF9F;
	width: 139px;
	padding: 5px;
}
.search_btn{
	background: url(images/search.gif) top left no-repeat;
	width: 84px;
	height: 36px;
	text-indent: -9999px;
	border: 0px solid;
	margin: 7px 0 0 27px;
	display: block;
	cursor: pointer;
}

#footer{
	background: #3B372F url(images/footer.jpg) top left repeat-x;
	color: #C7C2B8;
	position: relative;
	margin-top: -215px; /* negative value of footer height */
	height: 215px;
	border-top: 5px solid #F1F0E1;
	clear:both;
	}
#footer_wrap{
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	text-align: left;
}
#footer_wrap h4{
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	font-family: Georgia;
	margin-bottom: 8px;
	background: url(images/heart.png) top left no-repeat;
	padding: 0 0 0 30px;
	color: #fff;
}
#footer_wrap p{
	text-align: center;
}
#footer_wrap ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer_wrap a{
	color: #C7C2B8 !important;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Georgia;
}
.footer_column{
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
}
/* Alignments */
.alignleft{
	float: left;
	margin: 0 20px 10px 0;
}
.alignright{
	float: left;
	margin: 0 0 10px 20px;
}
/* EMAILS */
#bademail{
	border: 2px solid #B44426;
	background: #F0C4B9;
	padding: 5px;
	margin-bottom: 10px;
}
#success{
	border: 2px solid #239E1A;
	background: #BAF3B6;
	padding: 5px;
	margin-bottom: 10px;
}
#badserver{
	border: 2px solid #BEBF00;
	background: #FFFFAA;
	padding: 5px;
	margin-bottom: 10px;
}