/*
Theme Name: CBProfitPress
Theme URI: http://cbprofitpress.com/
Description: This is the perfect WordPress theme for anyone who want to build profitable Clickbank sites. Compatible with Manual Posting and with <a href="http://docs.wpthemeplugin.com/cb-goliath-wordpress-plugin">CB Goliath WP Plugin</a> from George Katsoudas.
Version: 1.7
Author: ExclusiveBonusRights
Author URI: http://exclusivebonusrights.com
Tags: clickbank, store, rich snippet, theme options, menus, seo ready
*/

body {
	background: #F5F5F5;
	font: 15px "Open Sans", Arial, Helvetica, sans-serif;;
	line-height: 1.3;
	color: #444;
        margin: 0px;
        padding: 0px;
}

#cbppwrapper {
	width: 960px;
	margin: 0 auto 25px;
	overflow: hidden;
	background: #FFF;
	border-top: none;
	-webkit-border-bottom-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	-moz-border-radius-bottomright: 17px;
	-moz-border-radius-bottomleft: 17px;
	border-bottom-right-radius: 17px;
	border-bottom-left-radius: 17px;
}

.cbppcontainer {
	padding: 0 15px;
}

/*-------------------------------
	Links
-------------------------------*/

a, a:visited {
	color:#003CB3;
	text-decoration:none;
}

a:hover {
	color: #0044CC;
	text-decoration:none;
}

a img {
	border: none;
}

/*-------------------------------
	Headings
-------------------------------*/

h1,h2,h3,h4 {
	color: #1A1A1A;
	margin: 0;
	padding: 2px 0;
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: normal;
	text-transform: capitalize;
	line-height: 1.2em;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 24px;
}

h3, h4 {
	font-size: 18px;
}

/*-------------------------------
	Lists
-------------------------------*/

ul, li, ol {
	list-style: none;
	margin: 0;
	padding: 0 0 0 7px;
}

/*-------------------------------
	Header
-------------------------------*/

#topnav, #sub-nav {
	font-family: "Helvetica", Arial;
	padding: 0;
	background: #F7F7F7;
	border-bottom: 1px solid #E9E9E9;
}

.visitortime {
	font-family: "Helvetica", Arial;
	float: right;
	color: #808080;
	padding: 10px 15px 0 0;
	font-size: 11px;
}

#header {
	padding: 11px 0;
	min-height: 80px;
}

#header .sitetitle {
	float: left;
	width: 450px;
	padding: 5px 0 9px;
	margin-left: 15px;
}

#header .siteheadlinetitle {
	color: #1A1A1A;
	margin: 0;
	padding: 2px 0;
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: normal;
	text-transform: capitalize;
	line-height: 1.2em;
	font-size: 36px;
}

#header p {
	margin: 0;
	padding: 0;
	color: #6E6E6E;
}

#header .headerads {
	float: right;
	padding-top: 9px;
	margin-right: 15px;
}

.sitenav {
	float: left;
}

#main-nav	{
	font-size: 11px;
	height: 30px; /* set to the height menu */
	margin: 0;
}
#main-nav ul, #sub-nav ul	{
	margin: 0; padding: 0;
}
#main-nav li, #sub-nav li	{
	display: block;
	float: left;
	line-height: 30px; /* this should be the same as your #main-nav height */
	height: 30px; /* this should be the same as your #main-nav height */
	margin: 0; padding: 0; /* only needed if you don't have a reset */
	position: relative; /* this is needed in order to position sub menus */
}
#main-nav li a, #sub-nav li a	{
	color: #0066CC;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
}
#main-nav .current-menu-item a, #main-nav .current_page_item a
#sub-nav .current-menu-item a, #sub-nav .current_page_item a {

}

#main-nav a:hover, #sub-nav a:hover {
	color: #004D99;
}

#main-nav ul ul, #sub-nav ul ul { /* this targets all sub menus */
	display: none; /* hide all sub menus from view */
	position: absolute;
	top: 30px; /* this should be the same height as the top level menu -- height + padding + borders */
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
}
#main-nav ul ul li, #sub-nav ul ul li { /* this targets all submenu items */
	float: none; /* overwriting our float up above */
	width: 180px; /* set to the width you want your sub menus to be. This needs to match the value we set below */
}
#main-nav ul ul li a, #sub-nav ul ul li a { /* target all sub menu item links */
	height: 30px;
	background: #F0F0F0;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

#main-nav ul ul li a:hover, #sub-nav ul ul li a:hover {
	padding-left: 18px;
	padding-right: 12px;
}

#main-nav ul li:hover > ul, #sub-nav ul li:hover > ul {
	display: block; /* show sub menus when hovering over a parent */
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#main-nav ul ul li ul, #sub-nav ul ul li ul {
	/* target all second, third, and deeper level sub menus */
	left: 180px; /* this needs to match the sub menu width set above -- width + padding + borders */
	top: 0; /* this ensures the sub menu starts in line with its parent item */
	background: #002B80;
	-webkit-box-shadow: inset 0px 2px 1px 0px #cccccc;
	box-shadow: inset 0px 2px 1px 0px #cccccc; 
}

#main-nav li.homelink a {
	background: url(wpthemeplugindotcom/images/icon-homelink.png) no-repeat 3px 4px;
	background-size: 24px;
	width: 54px;
	padding-left: 36px;
}

#sub-nav {
	font-family: "Oswald", Arial;
	font-size: 13px;
	height: 42px; /* set to the height menu */
	margin: 0 0 20px;
	box-shadow: inset 0 1px rgba(255,255,255,0.3);
	background: #003399;
	background: -moz-linear-gradient(top, #0044CC 0%, #003399 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0044CC), color-stop(90%,#003399));
	background: -webkit-linear-gradient(top, #0044CC 0%,#003399 90%);
	background: -o-linear-gradient(top, #0044CC 0%,#003399 90%);
	background: -ms-linear-gradient(top, #0044CC 0%,#003399 90%);
	background: linear-gradient(top, #0044CC 0%,#003399 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0044CC', endColorstr='#003399',GradientType=0 );
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	text-transform: capitalize;
}

#sub-nav li a, #sub-nav li a:visited {
	padding: 0 10px;
	color: #E6E6E6;
	height: 42px;
	line-height: 42px;
}

#sub-nav li a:hover, #sub-nav ul ul li a:hover {
	background: #002B80;
}

#sub-nav li a:hover, #sub-nav ul ul li a:hover {
	color: #FFF;
}

#sub-nav ul ul li a:hover {
	padding-left: 13px;
	padding-right: 7px;
}

#sub-nav li	{
	line-height: 42px; /* this should be the same as your #main-nav height */
	height: 42px; /* this should be the same as your #main-nav height */
}

#sub-nav ul ul { /* this targets all sub menus */
	font-size: 12px;
	top: 42px; /* this should be the same height as the top level menu -- height + padding + borders */
}

#sub-nav ul ul li, #sub-nav ul ul li a, #sub-nav ul ul li a:visited {
	height: 36px;
	line-height: 36px;
	color: #FFF;
	background: #002B80;
}

.topsearch {
	padding: 11px 0 0;
	float: right;
	width: 190px;
}

.topsearch input[type='text'] {
	float: left;
	margin: 0;
	font-size: 11px;
	padding: 3px 6px 3px 10px;
	width: 160px;
	background: #FFFFFF;
	color: #7D7D7D;
	border: 1px solid #E6E6E6;
	-webkit-transition: all 400ms ease-in;
	-moz-transition: all 400ms ease-in;
	-o-transition: all 400ms ease-in;
	transition: all 400ms ease-in;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -khtml-border-radius: 15px;
        border-radius: 15px;
	-moz-box-shadow: inset 0 0 1px #F9F9F9;
	-webkit-box-shadow: inset 0 0 1px #F9F9F9;
	box-shadow: inset 0 0 1px #F9F9F9;
}

.topsearch input[type='text']:focus {
	background: #FFF8DB;
}

.topsearch input.btn {
	background: none;
	margin-left: -23px;
	border: none !important;
	padding: 4px 0 0;
}

.topsearch input.btn:active {
	padding-top: 5px;
}

/*-------------------------------
	Subscription Form
-------------------------------*/

.cbppress-formwrapper {
	padding: 5px 15px;
	margin: 3px 15px 0;
}

.cbppress-form {
	padding: 10px 15px;
	border: 2px dashed #CC6600;
}

.cbppress-form input[type='text'] {
	width: 200px;
	font-size: 13px;
	margin: 2px 3px 0 0;
	border: 1px solid #B3B3B3;
	padding: 7px;
	color: #999;
	float: left;
}

.cbppress-form input[type='submit'] {
	font-family: "Lato", Myriad pro, sans-serif;
	border: 1px solid #2A8AC6;
	padding: 6px 24px;
	font-size: 13px;
	color: #FFF;
	background: #003399;
	background: -moz-linear-gradient(top, #003CB3 0%, #003399 49%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #003CB3), color-stop(49%, #003399));
	background: -webkit-linear-gradient(top, #003CB3 0%, #003399 49%);
	background: -o-linear-gradient(top, #003CB3 0%, #003399 49%);
	background: -ms-linear-gradient(top, #003CB3 0%, #003399 49%);
	background: linear-gradient(top, #003CB3 0%, #003399 49%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#003CB3', endColorstr = '#003399', GradientType = 0);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.6);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.6);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.6);
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
	cursor: pointer;
	margin-top: 1px;
	position: absolute;
}

.cbppress-form input[type='submit']:active {
	margin-top: 2px;
}

.optintext {
	margin-bottom: 7px;
}

.optinarea {
	margin-top: 3px;
	margin-bottom: 5px;
}

/*-------------------------------
	Page Layout
-------------------------------*/

#sitedescription {
	-moz-box-shadow: 0px 5px 5px #CCC;
	-webkit-box-shadow: 0px 5px 5px #CCC;
	box-shadow: 0px 5px 5px #CCC;
	background: #E6E6E6;
}

.sitedescription {
	font-family: "Lato", Calibri, Arial;
	padding: 9px;
	background: #FFE691;
	border: 1px solid #F6DB7B;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 25px;
	color: #666;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.6);
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
}

.sitedescription h1, .sitedescription h2, .sitedescription h3 {
	font-family: "Oswald", Calibri, Arial;
	font-size: 24px;
	color: #747474;
	margin-bottom: 3px;
	padding: 0;
	text-shadow: 0 -1px rgba(230,230,230,0.3);
	text-align:left;
	text-justify:none;
}

.sitedescription img {
	max-width:150px;
	max-height:150px;
}

.textdescription {
	padding-left: 5px;
}

.sitedescription p {
	margin: 0;
	line-height: 1.4em;
	padding: 7px 0;
}

h2.cbppress-formtitle {
	font-family: "Oswald";
	padding: 0;
	font-size: 20px;
	color: #555;
	margin: 0 0 5px;
}

.pagewrapper {
	float: left;
	width: 600px;
	margin-bottom: 15px;
}

#featured-front {
	margin: 0 0 25px;
}

.cbfeaturedpost {
	float: left;
	width: 280px;
	margin: 5px 7px 17px;
	min-height: 70px;
	padding: 7px;
	border: 1px solid #E0E0E0;
	background: #FBFBFB;
	background: -webkit-gradient(linear, left top, left bottom, from(#FBFBFB), to(#EEEEEE));
	background: -webkit-linear-gradient(#FBFBFB, #EEEEEE);
	background: -moz-linear-gradient(center top, #FBFBFB 0%, #EEEEEE 100%);
	background: -moz-gradient(center top, #FBFBFB 0%, #EEEEEE 100%);
	background: -o-linear-gradient(top, #FBFBFB, #EEE);	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FBFBFB,endColorstr=#EEEEEE);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FBFBFB, endColorstr=#EEEEEE)";
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
}

.cbfeaturedpost h2 {
	font-family: "Oswald", Arial;
	font-size: 13px;
	line-height: 1.2em;
	height: 15px;
	overflow: hidden;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.cbfeaturedpost span {
	font-size: 12px;
	color: #666;
}

.featuredtitle {
	font-family: "Arial", Helvetica;
	background: #F0F0F0;
	font-size: 11px;
	line-height: 11px;
	margin-bottom: 7px;
}

.featuredtitle span {
	color: #808080;
	font-weight: bold;
	padding-right: 10px;
	background: #FFF;
}

h2.posttitlelink {
	font-size: 22px;
	line-height: 26px;
	padding-top: 5px;
	overflow: hidden;
	max-height: 52px;
}

.homepagepost {
	padding: 10px 15px;
	border: 1px solid #CCC;
	min-height: 175px;
	background: #F7F7F7;
	margin-bottom: 25px;
	-moz-box-shadow: inset 0 0 5px 5px #E6E6E6;
	-webkit-box-shadow: inset 0 0 5px 5px #E6E6E6;
	box-shadow: inset 0 0 5px 5px #E6E6E6;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.latestupdatewrapper {
	background: url(wpthemeplugindotcom/images/bg-stylishheading.png) repeat;
	margin: 5px 0 25px;
	height: 36px;
}

.archivetitle {
	background: url(wpthemeplugindotcom/images/bg-stylishheading.png) repeat;
	padding: 5px 10px;
	margin-bottom: 30px;
}

.archivetitle h2 {
	color: #333;
}

.latestupdate {
	font-family: "Oswald", Myriad Pro, Calibri;
	font-size: 16px;
	text-transform: uppercase;
	color: #F2F2F2;
	line-height: 35px;
	background: #5E5E5E;
	background: -webkit-gradient(linear, left top, left bottom, from(#747474), to(#5E5E5E));
	background: -webkit-linear-gradient(#747474, #5E5E5E);
	background: -moz-linear-gradient(center top, #747474 0%, #5E5E5E 100%);
	background: -moz-gradient(center top, #747474 0%, #5E5E5E 100%);
	background: -o-linear-gradient(top, #747474, #5E5E5E);	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#747474,endColorstr=#5E5E5E);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#747474, endColorstr=#5E5E5E)";
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
	padding: 5px 14px 6px;
}

.latestupdatewrapper h2 {
	padding: 4px 15px;
	font-size: 22px;
	color: #333;
}

.homepagepost p {
	margin: 9px 0 23px;
	line-height: 1.4em;
	padding: 0;
	color: #6E6E6E;
}

.homepagepost img {
	width: 200px;
	height: 150px;
}

.framewrapper {
	background: #FFF;
	height: 154px;
	border: 1px solid #CCC;
	padding: 2px;
	overflow: hidden;
	position: relative;
}

.visitmask {
	width: 202px;
	height: 152px;
	position: absolute;
	overflow: hidden;
	top: 2px;
	left: 2px;
	background-color: rgba(153,153,153,0.5);
	opacity: 0;
	text-align: center;
	transition: all 0.3s ease-in 0.4s;
}

.visitmask a.info {
	font-family: "Oswald", Arial, Verdana;
	font-size: 16px;
	opacity:0;
	transform: translateY(100px);
	transition: all 0.3s ease-in-out 0.1s;
	display: inline-block;
	text-decoration: none;
	margin-top: 54px;
	color: #000;
	text-transform: capitalize;
	padding: 7px 15px 7px 27px;
	background: #f9be05 url(wpthemeplugindotcom/images/bg-arrowblack.png) no-repeat 9px 12px;
	border: 1px solid #333;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	-khtml-border-radius: 14px;
	border-radius: 14px;
}

.framewrapper:hover .visitmask { 
    opacity:1;
    transition-delay: 0s;
}                                                                           

.framewrapper:hover a.info {
    opacity:1;
    transform: translateY(0px);
    transition-delay: 0.3s;
}

.frameimg {
	margin: 0 auto;
	text-align: center;
	border: 1px solid #E6E6E6;
	padding: 1px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.homeribbon-green {
	position: absolute;
	display: block;
	background: url(wpthemeplugindotcom/images/ribbontag-green.png) no-repeat 0 0;
	width: 47px;
	height: 135px;
	margin-left: 525px;
	margin-top: -17px;
}

.homeribbon-orange {
	position: absolute;
	display: block;
	background: url(wpthemeplugindotcom/images/ribbontag-orange.png) no-repeat 0 0;
	width: 47px;
	height: 135px;
	margin-left: 525px;
	margin-top: -17px;
}

.homeribbon-blue {
	position: absolute;
	display: block;
	background: url(wpthemeplugindotcom/images/ribbontag-blue.png) no-repeat 0 0;
	width: 47px;
	height: 135px;
	margin-left: 525px;
	margin-top: -17px;
}

/*-------------------------------
	Post Buttons
-------------------------------*/

a.visitmerchantblue {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 7px 14px;
	color: #FFF;
	text-transform: capitalize;
	background: rgb(56,180,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(56,180,247,1) 0%, rgba(0,134,201,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,180,247,1)), color-stop(100%,rgba(0,134,201,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(56,180,247,1) 0%,rgba(0,134,201,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(56,180,247,1) 0%,rgba(0,134,201,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(56,180,247,1) 0%,rgba(0,134,201,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(56,180,247,1) 0%,rgba(0,134,201,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38b4f7', endColorstr='#0086c9',GradientType=0 ); /* IE6-9 */
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

a.visitmerchantgreen {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding: 7px 14px;
	color: #FFF;
	text-transform: capitalize;
	background: rgb(31,166,7); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(31,166,7) 0%, rgba(17,93,4,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(31,166,7,1)), color-stop(100%,rgba(17,93,4,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(31,166,7,1) 0%,rgba(17,93,4,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(31,166,7,1) 0%,rgba(17,93,4,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(31,166,7,1) 0%,rgba(17,93,4,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(31,166,7,1) 0%,rgba(17,93,4,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1FA607', endColorstr='#115D04',GradientType=0 ); /* IE6-9 */
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.visitpostwrapper {
	margin-bottom: 15px;
}

a.visitpostbtn {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 21px;
	font-size: 12px;
	color: #FFF;
	text-transform: capitalize;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

a.visitpostred {
	background: rgb(255,26,26);
	background: -moz-linear-gradient(top,  rgba(255,26,26,1) 0%, rgba(153,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,10,44,1)), color-stop(100%,rgba(153,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(255,26,26,1) 0%,rgba(153,0,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,26,26,1) 0%,rgba(153,0,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,26,26,1) 0%,rgba(153,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,26,26,1) 0%,rgba(153,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF1A1A', endColorstr='#990000',GradientType=0 );
}

a.visitpostblue {
	background: #003399;
	background: -moz-linear-gradient(top, #003CB3 0%, #003399 49%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #003CB3), color-stop(49%, #003399));
	background: -webkit-linear-gradient(top, #003CB3 0%, #003399 49%);
	background: -o-linear-gradient(top, #003CB3 0%, #003399 49%);
	background: -ms-linear-gradient(top, #003CB3 0%, #003399 49%);
	background: linear-gradient(top, #003CB3 0%, #003399 49%);
	border: 1px solid #216D9C;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#003CB3', endColorstr = '#003399', GradientType = 0);
}

a.visitpostskyblue {
	background: #216D9C;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#34a5cf), color-stop(90%,#216D9C));
	background: -webkit-linear-gradient(top, #34a5cf 0%,#216D9C 90%);
	background: -o-linear-gradient(top, #34a5cf 0%,#216D9C 90%);
	background: -ms-linear-gradient(top, #34a5cf 0%,#216D9C 90%);
	background: linear-gradient(top, #34a5cf 0%,#216D9C 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34a5cf', endColorstr='#216D9C',GradientType=0 );
	background: -moz-linear-gradient(top, #34a5cf 0%, #216D9C 90%);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.6);
}

a.visitmerchant:hover, a.visitpostbtn:hover {
	color: #F9F9F9;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

/*-------------------------------
	Single Post Page
-------------------------------*/

#productdetails {
	float: left;
	margin: 5px 10px 9px 0;
}

.visitlink {
	text-align: center;
	margin-top: 15px;
}

.visitlink a {
	font-family: Oswald;
	border: 1px solid #F0B400;
	padding: 7px 20px 6px;
	font-size: 15px;
	color: #FFF;
	background: #FFC20A;
	background: -moz-linear-gradient(top, #FFC20A 0%, #E6AC00 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFC20A), color-stop(90%,#E6AC00));
	background: -webkit-linear-gradient(top, #FFC20A 0%,#E6AC00 90%);
	background: -o-linear-gradient(top, #FFC20A 0%,#E6AC00 90%);
	background: -ms-linear-gradient(top, #FFC20A 0%,#E6AC00 90%);
	background: linear-gradient(top, #FFC20A 0%,#E6AC00 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFC20A', endColorstr='#E6AC00',GradientType=0 );
	box-shadow: 0 1px 1px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.6);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.6);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.6);
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
	text-transform: uppercase;
}

.visitlink a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.postmeta {
	font-family: Arial;
	font-size:11px;
	color:#999;
	margin-bottom: 7px;
}

.postmeta a {
	color: #3377FF;
}

.sharebtn {
	padding: 4px 0;
	float: left;
}

.singlepost h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px;
	color: #474B52;
}

.singlepost h2, .singlepost h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #474B52;
	margin-top: 15px;
}

.singlepost p {
	line-height: 1.5em;
	margin: 0 0 17px;
	padding: 0;
}

/*-------------------------------
	Related Post
-------------------------------*/
#related-posts {
	margin: 20px 0;
}

#related-posts h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 24px;
	border-bottom: 2px dashed #D9D9D9;
	color: #474B52;
	margin-bottom: 10px;
}

.relatedwrapper {
	padding: 5px 5px 10px;
	border: 1px solid #E6E6E6;
	margin: 5px 0;
	background: #FBFBFB;
	background: -webkit-gradient(linear, left top, left bottom, from(#FBFBFB), to(#EEEEEE));
	background: -webkit-linear-gradient(#FBFBFB, #EEEEEE);
	background: -moz-linear-gradient(center top, #FBFBFB 0%, #EEEEEE 100%);
	background: -moz-gradient(center top, #FBFBFB 0%, #EEEEEE 100%);
	background: -o-linear-gradient(top, #FBFBFB, #EEE);	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FBFBFB,endColorstr=#EEEEEE);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FBFBFB, endColorstr=#EEEEEE)";
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
}

.relatedwrapper .framewrapper {
	height: 64px;
}

.relatedwrapper h3 {
	font-size: 16px;
	margin-bottom: 3px;
}

.relatedwrapper span {
	font-size: 12px;
	color: #5E5E5E;
}

/*-------------------------------
	Comment
-------------------------------*/

#postcomment {
	margin: 25px 0 15px;
}

.comment-body {
	background: #F9F9F9;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        -khtml-border-radius: 7px;
        border-radius: 7px;
	border: 1px solid #E6E6E6;
        font-size: 13px;
        padding: 7px;
        margin-bottom: 10px;
}

.reply {
	text-align: right;
	margin: 5px 0;
}

.reply a {
        text-align: center;
	width: 100px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        border-radius: 4px;
        margin-right: 8px;
	background: #003399;
	background: -moz-linear-gradient(top, #003CB3 0%, #003399 49%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #003CB3), color-stop(49%, #003399));
	background: -webkit-linear-gradient(top, #003CB3 0%, #003399 49%);
	background: -o-linear-gradient(top, #003CB3 0%, #003399 49%);
	background: -ms-linear-gradient(top, #003CB3 0%, #003399 49%);
	background: linear-gradient(top, #003CB3 0%, #003399 49%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#003CB3', endColorstr = '#003399', GradientType = 0);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.6);
	font-size: 11px;
	border: 1px solid #2A8AC6;
	color: #F7F7F7;
	padding: 3px 18px;
	-webkit-transition: color 400ms ease-out;
	-moz-transition: color 400ms ease-out;
	-o-transition: color 400ms ease-out;
	transition: color 400ms ease-out;
	text-decoration: none; 
	text-transform: capitalize;
	font-weight: bold;
}

.reply a:hover {
	background: #336699;
}

.reply a:active {
	background: #4785C2;
}

.commentlist {
        width: 95%;
        padding: 5px 0px;
        text-align: left;
        margin: 10px auto;
}

.commentlist li {
        list-style: none;
	margin: 0;
	padding: 0;
}

.commentlist li .commentdiv {
	margin: 10px 5px;
	border-bottom: 1px solid #D6D6D6;
	height: 1%;
        list-style: none;
	padding: 0;
}

li.bypostauthor .commentdiv {
	padding: 3px 3px 7px;
	border: 1px solid #E6E6E6;
        list-style: none;
}
.commentlist ul.children {
	margin: 5px 0 15px 15px;
        list-style: none;
}

.commentmetadata {
	font-size: 11px;
	color: #888;
	padding: 3px 0 0;
}
.commentmetadata a {
        text-decoration: none;
        margin-bottom: 3px;
        border-bottom: 1px dotted #F0F0F0;
}

.ctext {
	padding: 10px 7px 0;
}

.fn {
        font-size:14px;
	font-weight: normal;
	font-style: normal;
        color: #333333;
}

.says {
        color: #666666;
}

.commentlist .avatar {
	border: 1px solid #E6E6E6;
	padding: 2px;
	float: left;
	background: #F4F4F4;
	margin: 0 10px 0 5px;
	-webkit-box-shadow: 0 8px 6px -6px #CCCCCC;
	-moz-box-shadow: 0 8px 6px -6px #CCCCCC;
	box-shadow: 0 8px 6px -6px #CCCCCC;
}

.commentlist .avatar:hover {
	opacity:0.9;
	filter:alpha(opacity=90);
}

#respond {
        background: #FFFFFF;
        border: 1px solid #E6E6E6;
        padding: 0 10px;
        margin: 10px 0px;
        width: 96%;
	color: #444444;
	line-height: 1.5em;
}

.commentlist ul, .commentlist li {
	list-style: none;
}

.commentlist p {
	color: #5E5E5E;
	line-height: 1.5em;
}

#respond input {
	border: 1px solid #D9D9D9;
	padding: 5px;
	margin-bottom: 7px;
}

#respond textarea {
	border: 1px solid #D9D9D9;
	padding: 7px;
	width: 95%;
}

#respond input:active {

}

#respond h3 {
        font-size: 16px;
        border-bottom: 2px solid #E6E6E6;
        padding: 9px 0px;
        margin: 0 0 20px;
}

#respond small {
	color: #6B6B6B;
}

#comments {
        font-size: 18px;
        margin: 5px 0 0;
        padding: 0;
}

#cancel-comment-reply {
	margin: 5px 0;
}

#postcomment input[type='submit'] {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
	padding: 7px 24px;
	background: #003399;
	background: -moz-linear-gradient(top, #003CB3 0%, #003399 49%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #003CB3), color-stop(49%, #003399));
	background: -webkit-linear-gradient(top, #003CB3 0%, #003399 49%);
	background: -o-linear-gradient(top, #003CB3 0%, #003399 49%);
	background: -ms-linear-gradient(top, #003CB3 0%, #003399 49%);
	background: linear-gradient(top, #003CB3 0%, #003399 49%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#003CB3', endColorstr = '#003399', GradientType = 0);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.6);
	cursor: pointer;
	color: #F7F7F7;
	font-size: 12px;
	border: 1px solid #2A8AC6;
}

#submit:hover {
	opacity:0.9;
	filter:alpha(opacity=90);
}

/*-------------------------------
	Sidebar
-------------------------------*/

#sidebar {
	width: 305px;
	float: right;
}

#sidebar h3 {
	font-family: "Lato", Arial, sans-serif;
	font-size: 16px;
	padding-bottom: 3px;
	border-bottom: 2px dashed #E6E6E6;
	margin: 0 0 10px;
	text-transform: uppercase;
	color: #444;
}

#sidebar .widget {
	line-height: 1.4em;
	padding-bottom: 14px;
	margin-bottom: 14px;
	color: #676767;
}

#sidebar li {
	background: url(wpthemeplugindotcom/images/bg-sidebararrow.png) no-repeat 0 3px;
	padding-left: 14px;
}

.awp-social-widgets {
	background: #F5F5F5;
	border: 1px solid #E6E6E6;
	margin: 5px 0 20px;
	padding: 12px 15px 0px;
}

.awp-social-widgets ul {
	margin: 0;
	padding: 0;
}

#sidebar .awp-social-widgets li {
	float: left;
	width: 90px;
	height: 33px;
	line-height: 1.3;
	list-style: none;
	margin: 0 0 12px 0;
	padding: 1px 0 0 36px;
	background-url: none;
}

.awp-social-widgets li span {
	color: #666666;
	display: block;
	font-size: 11px;
}

#sidebar li.icon-socialtwitter {
	background: url(wpthemeplugindotcom/images/icon-twitter.png) no-repeat 0 0;
}

#sidebar li.icon-socialfacebook {
	background: url(wpthemeplugindotcom/images/icon-facebook.png) no-repeat 0 0;
}

#sidebar li.icon-socialrss {
	background: url(wpthemeplugindotcom/images/icon-rss.png) no-repeat 0 0;
}

#sidebar li.icon-socialgoogle {
	background: url(wpthemeplugindotcom/images/icon-gplus.png) no-repeat 0 0;
}

#sidebar li.icon-socialrss:active {
	background: url(wpthemeplugindotcom/images/icon-rss.png) no-repeat 0 1px;
}

#sidebar li.icon-socialtwitter:active {
	background: url(wpthemeplugindotcom/images/icon-twitter.png) no-repeat 0 1px;
}

#sidebar li.icon-socialfacebook:active {
	background: url(wpthemeplugindotcom/images/icon-facebook.png) no-repeat 0 1px;
}

#sidebar li.icon-socialgoogle:active {
	background: url(wpthemeplugindotcom/images/icon-gplus.png) no-repeat 0 1px;
}

.widget_search input[type='text'] {
	margin: 0;
	font-size: 12px;
	padding: 5px 6px;
	width: 160px;
	background: #FFFFFF;
	color: #7D7D7D;
	border: 1px solid #CCC;
	-webkit-transition: all 400ms ease-in;
	-moz-transition: all 400ms ease-in;
	-o-transition: all 400ms ease-in;
	transition: all 400ms ease-in;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        border-radius: 4px;
	-moz-box-shadow: inset 0 0 1px #F9F9F9;
	-webkit-box-shadow: inset 0 0 1px #F9F9F9;
	box-shadow: inset 0 0 1px #F9F9F9;
}

.widget_search input[type='text']:focus {
	background: #FFF8DB;
}

.widget_search input[type='submit'] {
	background: linear-gradient(#333, #444);
	border: none !important;
	padding: 2px 7px;
	font-family: "Oswald", Arial;
	font-size: 12px;
	color: #F5F5F5;
	cursor: pointer;
}

.hidden {
	display: none;
}

.widget_search input.btn:active {
	padding-top: 5px;
}

#wp-calendar {
	background: #fff;
	width: 100%;
}

#wp-calendar,
#wp-calendar th,
#wp-calendar caption {
	text-align: center;
}

#wp-calendar th {
	border-top: 1px solid #E6E6E6;
	padding: 5px 3px;
}

#wp-calendar td {
	background: #f0f0f0;
	border: 1px solid #FFFFFF;
	color: #999999;
	padding: 5px 2px;
	text-align: center;
}

#wp-calendar tbody td:hover {
	background: #CCD3FF;
	color: #666;
}

#wp-calendar tbody td.pad:hover {
	background: #f0f0f0;
	color: #999999;
}

#wp-calendar caption {
	background: transparent;
	color: #444444;
	font-weight: bold;
	padding: 3px 0 7px 0;
}

#wp-calendar #today {
	background: #999999;
	color: #FFFFFF;
}

/*-------------------------------
	Footer
-------------------------------*/

#footer {
	font-family: Georgia, "Times New Roman", Arial; 
	font-style: italic;
	color: #CCC;
	padding: 20px;
	font-size: 11px;
	margin: 0;
	text-align: center;
	background: #003399;
	background: -moz-linear-gradient(top, #0044CC 0%, #003399 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0044CC), color-stop(90%,#003399));
	background: -webkit-linear-gradient(top, #0044CC 0%,#003399 90%);
	background: -o-linear-gradient(top, #0044CC 0%,#003399 90%);
	background: -ms-linear-gradient(top, #0044CC 0%,#003399 90%);
	background: linear-gradient(top, #0044CC 0%,#003399 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0044CC', endColorstr='#003399',GradientType=0 );
	box-shadow: 0 1px 1px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.6);
}

#footer a, #footer a:visited {
	color: #B3B3B3;
}

.footerleft {
	float: left;
}

.footerright {
	float: right;
}

/*-------------------------------
	Stuffs
-------------------------------*/

#cbp-pagenavi {

}

#cbp-pagenavi .olderlink {
	float: right;
}

#cbp-pagenavi .newerlink {
	float: left;
}

.mainpgnav {
	padding: 7px 5px;
	width: 520px;
	font-size: 12px;
	color: #444444;
	margin: 15px auto 10px;
	text-align: center;
	background: #F5F5F5;
	border: 1px solid #D9D9D9;
}

.mainpgnav a {
	text-decoration: none;
}

.mainpgnav .pages {
	margin: 0 15px;
}

.mainpgnav .page-numbers {
	padding: 3px 6px;
	margin: 0px 2px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        border-radius: 3px;
	border: 1px solid #E6E6E6;
}

.mainpgnav .page-numbers:hover {
	background: #F2F2F2;
	border: 1px solid #D9D9D9;
}

.clear {
	clear: both;
}

.alignnone {
	margin: 5px 20px 10px 0;
}

.aligncenter {
	display:block;
	margin: 5px auto;
}

.alignright {
	float:right;
	margin: 7px 0 10px 8px;
}

.alignrightsmall {
	float:right;
	margin: 3px 0 5px 5px;
}

.alignleft {
	float:left;
	margin: 7px 10px 8px 0;
}

.alignleftsmall {
	float:left;
	margin: 3px 5px 5px 0;
}

/*-------------------------------
	Responsive
-------------------------------*/

@media screen and (min-width:769px) and (max-width:1024px) {
	#cbppwrapper {width:768px;}
	#header .sitetitle {width:40%;padding: 0 0 7px;}
	#header h1, #header .siteheadlinetitle {font-size: 32px;}
	.headerads img {max-width: 400px;}
	#sub-nav {font-size:12px;}
	.cbfeaturedpost {width:215px;}
	.cbfeaturedpost img {width:150px;height:120px;}
	.cbfeaturedpost .alignleftsmall {float:none;width:210px;text-align:center;}
	.cbfeaturedpost span {display:none;}
	#sitedescription {width:740px;}
	.sitedescription {font-size:13px;}
	.sitedescription img {max-width:110px;}
	.sitedescription h1, .sitedescription h2, .sitedescription h3 {font-size:20px;}
	.cbppress-form input[type='text'] {width: 150px;}
	.pagewrapper {width: 480px;}
	.homepagepost {min-height: 115px;}
	.homepagepost img {width:120px;height:90px;}
	.homepagepost p {margin: 5px 0 15px;font-size:12px;}
	.framewrapper {height: 94px;}
	.visitmask {width: 122px;height: 92px;}
	.visitmask a.info {font-size: 12px;margin-top: 25px;background: #f9be05;padding: 7px 14px;}
	h2.posttitlelink {font-size: 20px;line-height: 24px;max-height: 48px;}
	.visitpostwrapper {display:none;}
	#sidebar {width: 240px;}
	#sidebar img {max-width: 230px;}
	#sidebar .textwidget {font-size:12px;}
	.homeribbon-green, .homeribbon-blue, .homeribbon-orange {margin-left: 410px;background-size:37px 110px;height:110px;width:37px;}
}

@media screen and (min-width:636px) and (max-width: 768px) {
	#cbppwrapper {width:95%;}
	.headerads, #sidebar {display: none;}
	#header {min-height: 60px;}
	#header .sitetitle {width:90%;padding: 0 0 7px;}
	#header h1, #header .siteheadlinetitle {font-size: 28px;}
	.topsearch {width:160px;}
	.topsearch input[type='text'] {width:130px;}
	.cbppress-form input[type='submit'] {position:absolute;}
	#sub-nav {font-size:12px;}
	.cbfeaturedpost {width:156px;}
	.cbfeaturedpost img {width:120px;height:85px;}
	.cbfeaturedpost .alignleftsmall {float:none;width:150px;text-align:center;}
	.cbfeaturedpost span {display:none;}
	.cbfeaturedpost h2 {font-size:12px;height:14px;}
	#sitedescription {width:100%;}
	.sitedescription {font-size:13px;}
	.sitedescription img {max-width:90px;}
	.sitedescription h1, .sitedescription h2, .sitedescription h3 {font-size:20px;}
	.cbppress-form input[type='text'] {width: 150px;}
	.pagewrapper {width:100%;float:none;margin-bottom:45px;}
	.homeribbon-green, .homeribbon-blue, .homeribbon-orange {margin-left: 78%;}
}

@media screen and (min-width:281px) and (max-width: 635px) {
	#cbppwrapper {width:90%;}
	#header {min-height: 48px;padding-bottom: 10px;}
	#header .sitetitle {width:90%;padding: 0 0 7px;}
	#header h1, #header .siteheadlinetitle {font-size: 24px;}
	.headerads, #sub-nav ul, .visitortime, #sidebar, .textdescription, .visitpostwrapper {display: none;}
	.topsearch {width:270px;float:left;margin-left:17px;padding-top:10px;}
	.topsearch input[type='text'] {width:240px;font-size: 13px;}
	.cbfeaturedpost {width:95%;}
	.cbfeaturedpost img {width:80px;height:55px;}
	.cbfeaturedpost h2 {font-size:12px;height:14px;}
	#sitedescription {width:100%;}
	.optintext {margin-bottom: 14px;}
	.cbppress-formwrapper {width: 90%;float:none;margin:3px auto;}
	.cbppress-form input[type='text'] {font-size:12px;width: 160px;float:none;}
	.cbppress-form input[type='submit'] {font-size:18px;padding: 9px 28px;position:static;margin-top:3px;}
	.optinarea {text-align:center;}
	h2.cbppress-formtitle {font-size:18px;}
	.pagewrapper {width: 100%;float:none;}
	.homepagepost {min-height: 115px;}
	.homepagepost img {width:120px;height:90px;}
	.framewrapper {height: 94px;}
	.visitmask {width: 122px;height: 92px;}
	.visitmask a.info {font-size: 12px;margin-top: 25px;background: #f9be05;padding: 7px 14px;}
	.homepagepost p {margin: 5px 0 15px;font-size:12px;}
	h2.posttitlelink {font-size: 20px;line-height: 24px;max-height: 48px;}
	.homeribbon-green, .homeribbon-blue, .homeribbon-orange {margin-left: 75%;background-size:37px 110px;height:110px;width:37px;}
	.footerleft, .footerright {float:none;}
	.singlepost h1 {font-size: 24px;}
	.singlepost h2, .singlepost h3 {font-size: 18px;margin-bottom: 10px;}
	.singlepost p {font-size: 12px;line-height:1.3em;margin-bottom: 14px;}
	.archivetitle h2 {font-size: 16px;}
}

@media screen and (min-width:71px) and (max-width: 280px) {
	#cbppwrapper {width:95%;}
	#header {min-height: 48px;padding-bottom: 10px;}
	#header .sitetitle {width:95%;padding: 0 0 7px;}
	#header h1, #header .siteheadlinetitle {font-size: 24px;}
	.headerads, #sub-nav ul, .visitortime, #sidebar, .textdescription, .visitpostwrapper, .cbppress-form img, .framewrapper, #topnav {display: none;}
	.topsearch {width:270px;float:left;margin-left:17px;padding-top:10px;}
	.topsearch input[type='text'] {width:240px;font-size: 12px;}
	.cbfeaturedpost {width:90%;}
	.cbfeaturedpost img {width:80px;height:55px;}
	.cbfeaturedpost h2 {font-size:12px;height:14px;}
	#sitedescription {width:100%;}
	.cbppress-formwrapper {padding:0 10px 5px;width:90%;float:none;margin:3px auto;}
	.cbppress-form input[type='text'] {width: 180px;padding: 5px;float:none;}
	.cbppress-form input[type='submit'] {font-size:18px;padding: 9px 28px;position:static;margin-top:3px;}
	.optinarea {text-align:center;}
	.optintext {font-size:12px;}
	h2.cbppress-formtitle {font-size:18px;}
	.pagewrapper {width: 100%;float:none;}
	.homepagepost {min-height: 115px;}
	.homepagepost p {margin: 5px 0 15px;font-size:12px;}
	h2.posttitlelink {font-size: 18px;line-height: 21px;max-height: 42px;}
	.homeribbon-green, .homeribbon-blue, .homeribbon-orange {margin-left: 68%;}
	.footerleft, .footerright {float:none;}
	.singlepost h1 {font-size: 24px;}
	.singlepost h2, .singlepost h3 {font-size: 18px;margin-bottom: 10px;}
	.singlepost p {font-size: 12px;line-height:1.3em;margin-bottom: 14px;}
	#related-posts h2 {font-size: 16px;line-height: 20px;}
	.archivetitle h2 {font-size: 16px;}
}

@media screen and (max-width: 70px) {
	#cbppwrapper {width:95%;}
	#header {min-height: 48px;padding-bottom: 10px;}
	#header .sitetitle {width:90%;padding: 0 0 7px;}
	#header h1, #header .siteheadlinetitle {font-size: 24px;}
	.headerads, #sub-nav ul, .visitortime, #sidebar, #sharebtn, .cbppress-form img, .singlepost p img, .optintext {display: none;}
	.topsearch {width:200px;float:left;margin-left:14px;padding-top:10px;}
	.topsearch input[type='text'] {width:160px;font-size: 11px;}
	.cbfeaturedpost {width:90%;}
	.cbfeaturedpost img {width:120px;height:85px;text-align:center;}
	.cbfeaturedpost .alignleftsmall {float:none;text-align:center;}
	.cbfeaturedpost span {display:none;}
	.cbfeaturedpost h2 {font-size:12px;height:14px;text-align:center;}
	.featuredtitle {background:none;}
	#sitedescription {width:100%;}
	.optinarea {text-align:center;}
	.optintext {font-size:12px;}
	.cbppress-form {padding:10px;}
	.cbppress-formwrapper {padding:0 10px 5px;width:90%;float:none;margin:3px auto;}
	.cbppress-form input[type='text'] {width: 120px;padding: 4px;font-size: 12px;float:none;}
	.cbppress-form input[type='submit'] {font-size:16px;padding: 4px 16px;margin-top:3px;position:static;}
	.cbppress-form input[type='submit']:active {margin-top:4px;}
	h2.cbppress-formtitle {font-size:15px;text-align:center;}
	.pagewrapper {width: 100%;float:none;}
	.homepagepost {min-height: 115px;}
        .homepagepost p {margin: 5px 0 15px;font-size:12px;}
	h2.posttitlelink {font-size: 18px;line-height: 21px;max-height: 42px;}
	.textdescription, .visitpostwrapper, .framewrapper, #topnav, .homeribbon-green, .homeribbon-blue, .homeribbon-orange {display: none;}
	.footerleft, .footerright {font-size:10px;float:none;}
	.singlepost h1 {font-size: 20px;}
	.singlepost h2, .singlepost h3 {font-size:16px;margin-bottom:10px;}
	.singlepost p {font-size: 12px;line-height:1.3em;margin-bottom:14px;}
	#productdetails {float:none;text-align:center;margin-bottom:14px;}
	#productdetails .frameimg {text-align:center;}
	#related-posts h2 {font-size: 16px;line-height: 20px;}
	.archivetitle h2 {font-size: 16px;}
}
