/*
Theme Name: Affiliate Offers
Theme URI: http://nythemes.com/themeforest
Description: A wordpress theme for internet affiliate marketers
Version: 1.0
Author: Tony Nachev
Author URI: http://nythemes.com/themeforest
*/

@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%;}
blockquote:before, blockquote:after { content: '' }

#wrapper{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#header{
	height: 58px;
        background: #E6E5CE url(images/background2.gif) top left repeat-x;
	position: relative;
	top: 0;
	left: auto;
}
#logo{
	float: left;
	width: 320px;
	height: 58px;
	margin: 0;
	padding: 0;
}
#logo a{
	display: block;
	background: url(images/logo.png) top left no-repeat;
	text-indent: -9999px;
	height: 45px;
}
#slogan{
	position: absolute;
	top: 18px;
	left: 290px;
	text-transform: capitalize;
	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;
       font-weight:bold;
}
#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;
       border: 3px solid #23211b;
}
.buy_now{
	float: right;
	height: 38px;
	width: 99px;
 margin-right:10px;
}
.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)
}

.purchase_now{
	height: 65px;
	width: 233px;
        margin: 0 235px 0 235px;
}
.purchase_now a{
	background: url(images/purchase_now.jpg);
	display: block;
	height: 65px;
	width: 233px;
	text-indent: -9999px;
}
.purchase_now a:hover{
	background: url(images/purchase_now_h.jpg)
}

.order_now  {
	height: 110px;
	width: 369px;
        margin: 0 170px 0 170px;
}
.order_now a{
	background: url(images/order_now.png);
	display: block;
	height: 110px;
	width: 369px;
	text-indent: -9999px;
}
.order_now a:hover{
	background: url(images/order_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: 0px 0px 20px 15px;
	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: left;
	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;
}

.post-wide blockquote  {
	color: #666;
	font-style: italic;
        font-weight:normal;
        font-size:18px;
	line-height: 22px;
        margin:5px 5px 5px 25px;
        padding-left:8px;
        border-left: 1px solid #666;
}

.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 {
        margin: 0px 0px 0px 10px;
	float: right;
	text-align: left;
	width: 65px;
	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;
}

h4.txt1 {}

form#comments{
	background: #EFEFEF;
        padding:10px;
}
.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 h4.dollar {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	font-family: Georgia;
	margin-bottom: 8px;
	background: url(images/dollar-20.png) top left no-repeat;
	padding: 0 0 0 30px;
	color: #fff;
}

#footer_wrap p{
	text-align: center;
        margin:0 0 5px 0;
        padding:0;
}

#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_wrap a:hover { 
text-decoration:underline;
}

.footer_column{
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
}

#footer_wrap .footer_column p {
         width: 300px;
	text-align:left;
}

#footer_wrap .footer_column p a {text-transform: capitalize;}

/* 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;
}

/* ====================================== MODS ============================== */
.post-review, .post-thin{
	background: #fff;
	border: 5px solid #D9D6B6;
	padding: 15px;
	margin-bottom: 20px;
}
.product-image{
	float: left;
	margin: 0 20px 0 0;
        width:300px;
        height:250px;
        border: #e0ddbe 5px solid;
}
.post-review h2{
	font-family:  Helvetica, Trebuchet MS, Arial, sans-serif;
	margin: 7px 0 5px 0;
	line-height: 25px;
	font-weight: bold;
}

.post-review .subtitle{
	font-size: 18px;
	color: #7B7751;
	font-family:  Helvetica, Trebuchet MS, Arial, sans-serif;
	line-height: 22px;
}
.post-review p,.post-thin p{
	line-height: 25px;
	color: #2B2F36;
}
.post-review h4,.post-thin h4{
	margin: 30px 0 0 0;
	font-size: 20px;
	color: #7B7751;
	font-family:  Helvetica, Trebuchet MS, Arial, sans-serif;
	line-height: 33px;
}

.post-review .price{
	display: none;
}
.post-review .read-more{
	float: right;
}
.post-review .read-more a{
	display: block;
	background: url(../images/read-more.gif) top left no-repeat;
	width: 99px;
	height: 32px;
	text-indent: -9999px;
}
.post-review .purchase{
	float: right;
	margin: 0 0 0 10px;
}

.post-review .purchase a{
	display: block;
	background: url(../images/purchase.gif) top left no-repeat;
	width: 99px;
	height: 32px;
	text-indent: -9999px;
}

.post-review .post-block{
	width: 340px;
	padding: 10px;
	float: left;
}

.post-review .post-block p {
        margin:0;
	padding: 0;
	font-size:1.0em;
        line-height:1.2em;

}
.post-review .post-block img{
	float: left;
	border: #d8d3bc 5px solid;
	margin: 0 10px 10px 0;
        width:100px;
        height:100px;
}
.post-review .post-block h5 {
	margin: 0;
        padding:0 0 5px; 0;
	font-weight: bold;
        font-size:1.1em;
        line-height:1.1em;
}

.subtitle {
	font-size: 18px;
	color: #7B7751;
	font-family:  Helvetica, Trebuchet MS, Arial, sans-serif;
	line-height: 22px;
}
.sidebar-wrapper { margin-top:74px;}

/* ====================== FEATURE IMAGES =======================*/
.img_checkmark,
.img_spam,
.img_upload,
.img_wordpress,
.img_money,
.img_tutorials,
.img_support,
.img_guarantee,
.img_jquery,
.img_psd,
.img_browsers,
.img_skins,
.img_docs

{
 float: left;
 border: #fff 5px solid;
 margin: 0 10px 10px 0;
 width:100px;
 height:100px;
}
.img_checkmark{
 background: url('images/features/checkmark-100.png')
}
.img_money{
 background: url('images/features/money-100.png')
}
.img_spam{
 background: url('images/features/spam-100.png')
}
.img_upload{
 background: url('images/features/upload-100.png')
}
.img_wordpress{
 background: url('images/features/wordpress-100.png')
}
.img_guarantee{
 background: url('images/features/guarantee-100.jpg')
}
.img_tutorials{
 background: url('images/features/tutorials-100.jpg')
}
.img_support{
 background: url('images/features/support-100.jpg')
}

.img_browsers{
 background: url('images/features/browsers-100.png')
}
.img_jquery{
 background: url('images/features/jquery-100.png')
}
.img_psd{
 background: url('images/features/psd-100.png')
}
.img_skins{
 background: url('images/features/skins-100.png')
}
.img_docs{
 background: url('images/features/docs-100.png')
}