@import url("reset.css");
/*
Theme Name: Gluten Free Help
Theme URI: http://glutenfreehelp.info/
Description: The customized WordPress theme by Studio98.
Author: Studio98
Author URI: http://studio98.com/
*/



/* Begin Typography & Colors */

.widecolumn .entry p {
	font-size: 11px;
	}

.widecolumn {
	line-height: 16px;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	font-weight:normal; 
	font-size: 11px;
}

.postmetadata a {
	font-weight:normal; 
}

.postmetadata a:hover {
	font-weight:normal; 
}

.narrowcolumn h1 { text-align: center; }

.thread-alt {
/* background-color: #f8f8f8; */
	border-bottom:1px solid #e8e2c3;
}
.thread-even {
/* 	background-color: #f7f5e9;  */
border-bottom:1px solid #e8e2c3;
}
.depth-1 {
/* border: 1px solid #ddd; */
}


h2.pagetitle {
	font-size: 16px;
	}

#wp-calendar caption, cite {
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 11px;    border: solid #555 1px;
    box-sizing: border-box;
    padding: 8px;
	}
.commentlist li ul li {
	font-size: 10;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background:none;
	border-bottom:1px solid #d1b181;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 15px;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 11px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 9px;
	letter-spacing: .7px;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.alexa {
	visibility:hidden;
	position:absolute;
	left:0px;
	top:0px;
}

.narrowcolumn {
	float: left;
	padding: 0px;
	width: 777px;
	height:auto;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 10px;
	text-align: center;
	}

.post hr {
	display: block;
	}

hr.timeline {
	margin-bottom: 10px;
}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h2.pagetitle {
	margin-top: 0px;
}

#sidebar h2 {
	padding: 5px 0 0;
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before{
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	text-align:left;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px auto;
	padding: 0px 0px 0px;
	height:75px;
	width:183px;
	background:url(images/divider.gif) repeat-x bottom left; margin-bottom:14px;
	}
	
#searchform div{
width:172px; height:21px; padding:4px 0px 6px 12px; background:url(images/txt-box.gif) no-repeat top left
}	

#sidebar #searchform #s {
	width:160px;
	height:20px;
	border:none;
	background:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
/*	font-weight:bold;
	 color:#dfd7c7; */
	float:left;
	}

#sidebar #searchsubmit {
	border:0px;
	outline:0px;
	width:83px;
	height:24px;
	background:url(images/btn-search.gif) no-repeat top left;
	float:right;
	cursor:pointer;
	margin:8px 0px 0px 0px;
	padding:0px;
	display:block;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 0px 5px 3px 0;
	outline:none;
	color:#5c3b12;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#commentform .comment-fld{
border:1px solid #e8e2c3;
float:left;
}

#commentform {
	margin: 5px 10px 0px 0;
	}
#commentform textarea {
	width: 98%;
	padding: 2px;
	float:left;
	background:none;
border:1px solid #e8e2c3;
outline:none;
color:#5c3b12;
font-family: Verdana, Arial, Helvetica, sans-serif;

	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 5px 0 25px 0px;
	float: left;
/*	background:#e1c79d; */
	background:none;	
	border:1px solid #e8e2c3;
	color:#5c3b12;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
	}
#commentform p{padding-bottom:4px; margin:0px; clear:both;}


#contactform input {
	border:1px solid #e8e2c3;
	color:#5c3b12;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:2px;
	margin:2px;

	}
#contactform textarea {
	border:1px solid #e8e2c3;
	color:#5c3b12;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	border:0px solid #e8e2c3;
	border-width:0px 0px 1px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0px 0px 0px 0px;
	float:left;
	width: 183px;
	height:auto;
	background:url(images/divider.gif) repeat-x bottom left;
	margin-bottom:14px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.aligncenter {
    width: 100%;
    height: auto;
	max-width:9999px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

/* Custom Styles */
body{
	background:#65aeda; 
	font-family: Georgia, Times New Roman, Times, serif; 
	color:#5c3b12; 
	font-size:14px; 
	/*text-shadow:0 0 0 #000*/
/*background-image: url('http://www.glutenfreehelp.info/wp-content/themes/gluten-free-help/images/ribbon-bg2.jpg');*/
background-image: url('images/ribbon-bg4.jpg'); 
background-position: top center;     
background-repeat: no-repeat;      
background-attachment: fixed;
}



h1, h2, h3, h4, h5, h6{
	font-family: Georgia, Times New Roman, Times, serif; 
	font-weight:normal; 
	padding:0px; 
	margin:0px;}
a img{border:0px;}
a{outline:none;}
.clearfix{height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}

/* Common Styles */
h1{font-size:30px; line-height:36px; color:#5c3b12; padding-bottom:10px;}
h2{font-size:25px; color:#5c3b12; padding-bottom:15px;}
h2 a{text-decoration:none; color:#9fba1a; font-weight:normal;}
h2 a:hover{text-decoration:none; color:#5c3b12;}

h3{font-size:20px; font-weight:bold; color:#7caad5; padding-bottom:5px;}
h3 a{color:#7caad5;}
h3 a:hover{color:#9fba1a;}
h3.reply{font-size:17px; padding-top:8px;}

h4{font-size:24px; font-weight:bold; color:#bc3532; padding-bottom:5px;}
h4 a{color:#bc3532;}
h4 a:hover{color:#bc3532;}
h4.reply{font-size:17px; padding-top:8px;}

h5{font-size:18px; line-height:26px; font-weight:bold; color:#7caad5; padding-bottom:5px;}

p{line-height:20px; padding-bottom:18px; text-align: center; font-size: 15px;}
small{font-weight:bold; line-height:200%;}
.align-right{text-align:right; margin-top:-18px;}
.align-center{text-align:center;}
.brown{color:#5c3b12;}

a{color:#009000; text-decoration:underline;}
a:hover{color:#5c3b12 !important; text-decoration:none}
.borderedgreen {border:solid #009000 3px;padding:0px!important;}
/* Main Containers */
#wrapper{width:100%; height:auto;}
#page-container{
	width:100%; 
	height:auto; 
	padding-top:8px;  
/*
	background:url(images/page-bg.gif) 
	repeat-x top left
*/
}
#page{width:1025px; height:auto; margin:0px auto; padding-top:1px; background:#ffffff;}

/* Header */
#header-container{width:100%; height:308px; background:#8dc031 url(images/header-stripes.gif) repeat top left;}
/*#header{width:1025px; height:308px; margin:0px auto; background:url(images/header-bg.jpg) no-repeat 590px 0px; position:relative;}*/
#header{width:1025px; height:308px; margin:0px auto; background:url(images/tinaheader2.png) no-repeat 645px 0px; position:relative;}
#logo{padding:97px 0px 0px 50px;}
#logo a{width:550px; height:61px; display:block}

/* Top Navigation */
#nav{width:1025px; height:62px; margin:0 auto; position:absolute; bottom:0px; left:0px;}
#nav ul{list-style:none;}
#nav ul li{float:left; width:113px; margin-right:1px; text-align:center;}
#nav ul li.last{margin-right:0px;}
#nav ul li a{
	float:left; 
	display:block; 
	width:113px; 
	height:62px; 
	text-decoration:none; 
	color:#ffffff; 
	font-size:16px; 
	background:url(images/nav-bg3.gif) no-repeat; 
	text-indent:-9999px;
}
#nav ul li a:hover{text-decoration:none; color:#ffffff;}

#nav li.home a{background-position:0px 0px}
#nav li.home a:hover, #nav li.home a.selected{background-position:0px -62px}

#nav li.about a{background-position:-114px 0px}
#nav li.about a:hover, #nav li.about a.selected{background-position:-114px -62px}

#nav li.media a{background-position:-228px 0px}
#nav li.media a:hover, #nav li.media a.selected{background-position:-228px -62px}

#nav li.celiac-gluten-sensitive a{background-position:-342px 0px}
#nav li.celiac-gluten-sensitive a:hover, #nav li.celiac-gluten-sensitive a.selected{background-position:-342px -62px}

#nav li.recipes a{background-position:-456px 0px}
#nav li.recipes a:hover, #nav li.recipes a.selected{background-position:-456px -62px}

#nav li.gluten-free-info a{background-position:-570px 0px}
#nav li.gluten-free-info a:hover, #nav li.gluten-free-info a.selected{background-position:-570px -62px}

#nav li.gluten-free-help-blog a{background-position:-684px 0px}
#nav li.gluten-free-help-blog a:hover, #nav li.gluten-free-help-blog a.selected{background-position:-684px -62px}

#nav li.shop a{background-position:-798px 0px}
#nav li.shop a:hover, #nav li.shop a.selected{background-position:-798px -62px}

#nav li.contact a{background-position:-912px 0px}
#nav li.contact a:hover, #nav li.contact a.selected{background-position:-912px -62px}


/* Content Section */
.content{width:1025px; height:auto; background:url(images/content-bg.gif) repeat-y right top;}
.content:after{height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}
/* \*/ * html .content{height:1px;} /* */

.left{width:816px; height:auto; padding:0px 4px; float:left;}
.right{width:183px; height:auto; float:left; padding:5px 7px 0px 8px;}
.left-inner{width:777px; height:auto; padding:20px 20px 7px 19px;}

.right h2{font-size:20px; color:#5c3b12; padding-bottom:10px;}
.right .divider{background:url(images/divider.gif) repeat-x bottom left; font-size:0px; padding-top:16px; margin-bottom:14px;}

.right .about-me{padding-left:6px;}
.right .about-me h2{padding-bottom:2px}
.right .about-me a{font-size:17px; color:#9fba1a;}
.right .about-me a:hover{color:#5c3b12;}
.right p{line-height:16px; padding-bottom:6px;}

/* Welcome Section */
.welcome{height:auto; width:816px; background:#f7f1e3 url(images/welcome-bg.gif) repeat-x bottom left; font-size:14px;}
.welcome p{line-height:21px;}
.welcome .welcome-btm{background:url(images/welcome-btm.gif) no-repeat bottom left; width:777px; height:auto; padding:24px 20px 20px 19px;}

/* Latest Posts */
.posts-list{list-style:none;}
.posts-list dt{float:left; width:182px; height:auto; clear: left; padding-bottom: 25px;}
.posts-list dd{float:left; padding-left:10px; width:585px;}
.posts-list dt img{border:1px solid #e3daba}
.posts-list .linkwithin_hook{display:none;}


/* Newsletter */
.newsletter{width:100%}
.newsletter:after{height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}
/* \*/ * html .newsletter{height:1px;} /* */
.newsletter .txt-box{width:160px; height:21px; padding:4px 12px 6px; background:url(images/txt-box.gif) no-repeat top left}
.newsletter .txt-fld{width:160px; height:20px; border:none; background:none; font-family: Georgia, Times New Roman, Times, serif; font-size:12px; font-weight:bold; color:#dfd7c7; float:left;}
.newsletter .signup{width:83px; height:24px; background:url(images/btn-signup.gif) no-repeat top left; float:right; cursor:pointer; margin-top:8px;}
.newsletter .updates{width:83px; height:24px; background:url(images/btn-updates.gif) no-repeat top left; float:right; cursor:pointer; margin-top:8px;}

/* Footer */
#footer{width:1025px; height:auto; padding-top:20px; margin:0px auto; text-align:center; background:url(images/footer-bg.gif) no-repeat top left; font-family: Arial, Helvetica, sans-serif; color:#b6d8f8;}
#footer ul{list-style:none;}
#footer ul li{display:inline; font-size:12px; color:#b6d8f8; font-weight:bold; background:url(images/footer-link-divider.gif) no-repeat right 2px; padding:0px 13px 0px 11px; line-height:25px;}
#footer ul li.no-bg{background:none}
#footer a{text-decoration:none; color:#b6d8f8;}
#footer a:hover{text-decoration:none; color:#ffffff;}
p.copyright{font-size:11px; font-weight:bold;}

/* Default List in left Column */
.narrowcolumn ul{list-style:disc; padding:0px 0px 7px 16px;}
.narrowcolumn ul li{line-height:18px; padding-bottom:4px;}

/* Sidebar List */
#sidebar h2{font-size:18px; color:#5c3b12; padding-bottom:5px;}
#sidebar ul{padding-left:0px;}
#sidebar li{padding-bottom:5px;}
#sidebar ul li ul li{padding-bottom:5px;}
#sidebar li#search{padding-left:0px}

.commenlist p{padding-bottom:0px;}
cite.fn{color:#9fba1a; line-height:30px;}

/*Plugins*/
/*LinkWithin*/
.linkwithin_hook {
}

table.videos{width:670px; margin:0 auto;}
table.videos td{width:300px; padding:10px; text-align:center;}

div.entry, div.entry p, div.entry ul, div.entry ol{text-align:left !important;}
.align-center, div.entry .align-center, div.Chicklets{text-align:center !important; margin:0 auto; display:block;}
span.weekend, td.weekend-heading { color: #5C3B12 !important }

ul.xoxo.blogroll li {
	text-align: left;
	padding-left:10px;
}

#linkwithin_logolink_0 {display:none;}
#TB_window {
display: block !important ;}

.left-inner .narrowcolumn .post .entry .ngg-albumoverview .ngg-album{ border:0px none !important; float:left; width:217px; padding:5px 5px 5px 0; margin-right: 25px;}
.left-inner .narrowcolumn .post .entry .ngg-albumoverview .ngg-album .ngg-albumcontent .ngg-description{ display:none;}
.left-inner .narrowcolumn .post .entry .ngg-albumoverview .ngg-album .ngg-albumtitle{ text-align:center;}
.left-inner .narrowcolumn .post .entry .ngg-albumoverview .ngg-album .ngg-albumtitle a{ color:#5C3B12 !important; font-size:17px; font-weight:normal; text-decoration:none; margin-top:3px;}





/* new css */

@media screen and (max-width: 320px) {
.portfolio-nav ul.menu li a{ padding:10px 24px; font-size:16px !important;
}
.portfolio-nav ul.menu li a:hover{ padding:10px 24px; font-size:16px !important; }

.portfolio-nav ul.menu li.menu-item-8059 a{ background:none; padding:10px 0px 10px 24px; font-size:16px;}
.portfolio-nav ul.menu li.menu-item-8059 a:hover{ padding:10px 0px 10px 24px; font-size:16px;}

}


.portfolio-nav{ width:100%; float:left; margin:0px 0px 15px 0px;}
.portfolio-content{ width:100%; float:left; margin:10px 0px 0px 0px;}
.gallary_page_content .entry{padding:0px 0px 0px 60px;}
.gallary_page_content{width:100%; float:left; padding:0px 0px 35px 0px; margin:0px;}
.portfolio-nav ul.menu{ width:100%; float:left; margin:0px 0px 15px 0px; padding:0px; display:inline; list-style:none; background:url(images/navigation_bg_cake.jpg) repeat-x;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
position:relative; z-index:100;}
.portfolio-nav ul.menu li{ float:left; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; display:inline; list-style:none; font-family:"calibri"; font-size:19px; color:#bfffc6; font-weight:normal;
}
.portfolio-nav ul.menu li a{ float:left; margin:0px 0px 0px 0px; padding:10px 35px; display:inline; list-style:none; font-family:"calibri"; font-size:19px; color:#bfffc6; font-weight:normal; text-decoration:none; text-shadow:1px 1px 1px #193000; background:url(images/divider.png) no-repeat right;
}
.portfolio-nav ul.menu li a:hover{ float:left; margin:0px 0px 0px 0px; padding:10px 35px; display:inline; list-style:none; font-family:"calibri"; font-size:19px; color:#fff !important; text-shadow:1px 1px 1px #333;}

.portfolio_slider{ width:100%; float:left; margin:0px 0px 25px 0px;}
.portfolio_title{ text-align:center;}
.portfolio-nav ul.menu li.menu-item-8059 a{ background:none; padding:10px 0px 10px 32px;}
.portfolio-nav ul.menu li.menu-item-8059 a:hover{ padding:10px 0px 10px 32px;}

#aio-slideshow #prevnext a{ width:45px !important;}

#TB_window #TB_caption #TB_secondLine{ font-size:13px !important;}
#TB_window #TB_caption #TB_secondLine a{ font-size:13px !important; font-weight:bold !important; color:#000 !important;}

#TB_window #TB_closeWindow .tb-close-icon{ width:18px !important; height:18px !important;}




/**************Morgan's Tweaks***************/
li.categories ul {text-align:left;}





/* Giveaway */
#step2box .wpcf7-text, #step3box .wpcf7-text, #step3box .wpcf7-textarea {border:solid #833d00 1px;padding:5px;}
#step1box {line-height:140%;text-align:left!important;background:url(/images/step1.jpg) top left no-repeat;padding:12px 0 0 70px;}
#step2box {line-height:140%;text-align:left!important;background:url(/images/step2.jpg) top left no-repeat;padding:12px 0 0 70px;}
#step3box {line-height:140%;text-align:left!important;background:url(/images/step3.jpg) top left no-repeat;padding:12px 0 0 70px;}
#step1box p, #step2box p, #step3box p {text-align:left;}
#step3box .wpcf7-submit {cursor:pointer;background: #915a00;color:#fff;
background: -moz-linear-gradient(top,  #915a00 0%, #711700 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#915a00), color-stop(100%,#711700));
background: -webkit-linear-gradient(top,  #915a00 0%,#711700 100%);
background: -o-linear-gradient(top,  #915a00 0%,#711700 100%);
background: -ms-linear-gradient(top,  #915a00 0%,#711700 100%);
background: linear-gradient(to bottom,  #915a00 0%,#711700 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#915a00', endColorstr='#711700',GradientType=0 );
-webkit-border-radius: 4px;
-moz-border-radius: 4px;padding:10px;
border-radius: 4px;padding:15px;border:0px;
}
#step2box h4, #step1box h4, #step3box h4 {color:#833d00;}
#step3box textarea {height:50px;}
#post-793 h2, #post-4878 h2 {color:#78112C;}

.wpcf7-text, .wpcf7-textarea {   width: 100%; border: solid #555 1px;  padding: 8px;}

.wpcf7-submit {cursor:pointer;padding:10px;}
.shoptable td a {font-weight:400;}




/* Books */
.book h2 {padding-top:15px;font-size:14px!important;}
.book {clear:both;width:90%;text-align:left;-moz-box-shadow:   0px 0px 3px 4px  rgba(0,0,0,0.2);  -webkit-box-shadow: 0px 0px 3px 4px rgba(0,0,0,0.2);  box-shadow:         0px 0px 3px 4px  rgba(0,0,0,0.2);text-align:left;position:relative;padding:15px 2.5%;margin:0px 2.5% 20px 2.5%;}
.book .detail {clear:both;}
.book .more {display:none;}
.book img {float:left;margin-right:20px;width:auto;height:150px;}
.book .detail {font-size:13px;text-align:left;}
.book img.awardimg {position:absolute;top:-20px;right:-40px;width:80px;height:auto;}
.book .paymentlink {text-align:center;clear:both;}
.book .paymentlink .paymentbutton {clear:both;float:none;margin:10px 0 0 0px;}
.discountamount {display:none;}
#couponmessage {margin-bottom:40px;padding:10px;background:#eee;border:solid #ddd 1px;}


/* Books LARGE SCREEN 960+ */
.book .detail {display:none;text-align:center;}
.home .site-header {padding-bottom:0px;}
.book .more {display:block;font-size:12px;text-transform:uppercase;}
#bookcontainer {padding-bottom:370px;}
.book {height:270px;float:left;clear:none;width:38%;margin:0 2.5% 40px 2.5%;padding:15px 2.5%;}
.book.clear {clear:none!important;}
.book .detail {padding:20px;z-index:999;top:90%;width:293px;left:0;-moz-box-shadow:   0px 0px 3px 4px  rgba(0,0,0,0.2);  -webkit-box-shadow: 0px 0px 3px 4px rgba(0,0,0,0.2);  box-shadow:         0px 0px 3px 4px  rgba(0,0,0,0.2);position:absolute;background:#eee;}
.book h2 {padding-top:0px;font-size:14px;}

/* Top subscribe */
#topsubscribe {
    width: 1025px;
    margin: auto;
    border-top: solid #d6fd01 5px;
    background: #4b2802;
    background: -moz-linear-gradient(top, #4b2802 0%, #5a3003 77%);
    background: -webkit-linear-gradient(top, #4b2802 0%,#5a3003 77%);
    background: linear-gradient(to bottom, #4b2802 0%,#5a3003 77%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b2802', endColorstr='#5a3003',GradientType=0 );
}
#topsubscribe h3 {    color: #d6fd01;font-weight:700;
    font-family: 'Open Sans Condensed', Arial;
    font-size: 16px;}
#topsubscribe p {text-align:left;color:#fff;font-family:arial;}
.topsubscribeinside {padding:15px;}
#topsubscribeleft {float:left;width:48%;}
#topsubscriberight {float:right;width:50%;border-left:solid #272222 1px;}
#topsubscribe .inputfield {border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background:#fff;padding:10px;font-family:arial;float:left;width:64%;border:0px;}
#topsubscribe .inputbutton {padding:10px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;color:#5a3003;text-transform:uppercase;font-weight:700;font-size:14px;font-family:arial;float:right;width:28%;text-align:center;border:0px;cursor:pointer;background: #d5fc01;
background: -moz-linear-gradient(top,  #d5fc01 0%, #9cda09 100%);
background: -webkit-linear-gradient(top,  #d5fc01 0%,#9cda09 100%);
background: linear-gradient(to bottom,  #d5fc01 0%,#9cda09 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5fc01', endColorstr='#9cda09',GradientType=0 );
}

.clearthis:before, .clearthis:after {content: "";display: table;} 
.clearthis:after {clear: both;}
.clearthis {zoom: 1; /* For IE 6/7 (trigger hasLayout) */}

