/*-----------------------------------------------------------------------------------

	Theme Name: Laura1.0
	Theme URI: http://brewhousepdx.com
	Description: An Author and Recipe website highlighting the work of Laura B. Russell
	Author: Derek Shirk
	Author URI: http://www.derekshirk.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.1

-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
	3.	Header Styles
	4.	Navigation & Menus
	5.	Main Content Styles
	6.	Post Content Styles
	7.	Comments
	8.	Pagination
	9.	Footer Styles
	10.	Page Templates
	11.	Widgets
	12.	Sortcode Styles
	13.	Homepage Elements
	14.	Portfolio Sorter

-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; clear: both; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */


/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

body, .comments-sidebar h3, h2.recipe-link a, #eme_list-3{
font-family: 'FuturaLTBook';
}

.usual ul a, .usual ul a.selected, ul.lcp_catlist, h3.widget-title, .nav-next {
/* font-family: 'DidotHTF06LightItalic'; */

}



body { 
	font: 12px/20px "FuturaLTBook", Helvetica, Arial, sans-serif;
	background: #fff;
	color: #444;
	margin-top: 20px;
}

input,
textarea {
	font: 12px/20px "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #fff;
	color: #999;
	border: 1px solid #fff;
	
	
}

.hidden { display: none; }

.alignleft { float: left; }

.alignright { float: right; }

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

img.aligncenter {
	position: relative;
	left:85px;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

a { text-decoration: none; color: green;}
.blog a {color: #0175a4;}

.blurb a {
	color: #ddd;
	font-style: italic;
	padding-right: 3px;
	font-family: "helvetica";
	font-size: 90%;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 500;
}

a img { border: none; }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.gallery-row,
.post-thumb,
.author-bio,
#logo { margin-bottom: 20px; }

.hentry,
.navigation-links,
.hfeed,
.pinglist { margin-bottom: 0px; }

.widget
.children,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ul,
.comment-body ol ol,
.comment-body ol ul,
.comment-body ul ul,
.widget ul ul { margin-bottom: 0; }

h1,
h2,
h4,
h5,
h6 {
	font-weight: normal;
	padding: 0;
	text-transform: uppercase;
}

h1 {
	font-size: 24px;
	line-height: 28px;
	margin:0 0 10px 0;
	letter-spacing: 0.05em;
}

h2 {

	font-size: 18px;
	line-height: 22px;
	color:#555;
}



h3 {
	font-size: 16px;
	line-height: 20px;
}

h4 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic;
}

h5 {
	font-size: 12px;
	line-height: 18px;
}

h6 {
	font-size: 10px;
	line-height: 16px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 4px;
	padding-top: 5px;
	font-style: normal;
}

.page-back { float: right; }

.back {
	position: absolute;
	text-align: right;
	font-style: italic;
	width: 300px;
	margin: -70px 0 0 -300px;
}

.page-title {
	font-size: 16px;
	padding: 10px 0 0px 0;
	border-bottom: 1px solid #efefef;
	margin-bottom: 40px;
}

.entry-title,
.entry-title a {
	font-size: 23px;
	line-height: 28px;
	/* padding: 0 0 15px 0; */
	color: #444444;
	letter-spacing: 0.03em;
	margin: 0 0 5px 0;
	

}

.entry-title a {
	width: 210px;
	font-size: 23px;
	line-height: 28px;
	padding: 0 0 0px 0;
	color: #444444;
	letter-spacing: 0.03em;
	margin: 0 0 5px 0;
	position: relative;
	bottom:0px;
	top:7px;
	left: 2px;
	font-weight: normal;
	

}

.ingredients .entry-title {
	width: 210px;
	font-size: 23px;
	line-height: 28px;
	padding: 0 0 0px 0;
	color: #444444;
	line-height: 20px;
	letter-spacing: 0.03em;
	margin: 0 0 0px 0;
	position: relative;
	bottom:10px;
	top:0px;
	left: 2px;
	font-weight: normal;
	

}


.gluten-free-101 .entry-title, .gluten-free-101 .entry-title a {width: auto;}



.blog .entry-title a {margin: 0 0 20px 0;}

.recipe-title {margin-bottom: 4px;position: relative; left: 2px;}

#primary .entry-title { 
	text-transform: uppercase;

}

.post-header {
	height: auto;
	width: 620px;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	background:url(images/review-post-title-btm.jpg) bottom left no-repeat;


}

.recipe-header {
	height: 95px;
width: 956px;
margin: 0 0 0px 0;
background: url(images/review-post-title-btm.jpg) bottom left repeat-x;

}

.what .recipe-header {
	height: 75px;
	margin: 0 0 15px 0;
}

/*.single .comment-count {display: none;}*/

.recipe-header2 {
	height: 95px;
width: 956px;
margin: 0 0 0px 0;
background: url(images/review-post-title-btm.jpg) bottom left repeat-x;
}

.single .recipe-header2 .entry-title {position: relative; /*top:12px;*/}

.review-header {
	height: 55px;
	width: 598px;
	margin: 0 0 10px 0;
	background: url(images/review-post-title-btm.jpg) bottom left no-repeat ;

}

.contact-header {
	/* height: 55px; */
	width: 960px;
	/* margin: 0 0 10px 0; */
	/* background: url(images/review-post-title-btm.jpg) bottom left no-repeat ; */

}

.single-review .review-header {height: 38px;}

.bio-header {
	height: 37px;
	width: 598px;
	margin: 0 0 10px 0;
	background: url(images/bio-post-title-btm.jpg) bottom left no-repeat ;

}

.ingredients-header {
	height: 43px;
	width: 100%
	margin: 0 0 10px 0;
	background: url(images/bio-post-title-btm.jpg) bottom left no-repeat ;
	position: relative;
	bottom: 12px;

}

.page #primary .entry-title { padding-left: 0; }

#primary .entry-title a:hover { color: #f26535; }
.blog #primary .entry-title a:hover {color:#990000;}
.reviews #primary .entry-title a:hover {color:#5dadce;}

.bio #primary .entry-title a:hover { color: #598428; }
.bio a:hover {color:#598428;}

.gluten-free-101 #primary .entry-title a:hover { color: #598428; }
.gluten-free-101 a:hover {color:#598428;}

.ingredients #primary .entry-title a:hover { color: #598428; }
.ingredients a:hover {color:#598428;}

.ingredients #primary .entry-title a:hover { color: #598428; }
.ingredients a:hover {color:#598428;}

.meals h2 {color:#5dadce;}


#primary .entry-content {
	width: 600px;
	padding-bottom: 20px;
	position: relative;
	left: 2px;
	font-size: 13px;
	letter-spacing: 0.06em;
	margin-bottom: 25px;
}

.events #primary .entry-content { width: 960px;}

.contact #primary .entry-content {
width: 675px;
height: 550px;
padding: 20px;
}

.ContactForm {
	/* float:right; */
	border: 2px dotted #efefef;
	padding: 50px;
	height: 500px;
	width:50%;
	margin: 50px 25px 50px 0;
	float: left;

}

.press-kit {
	border: 2px dotted #efefef;
	padding:50px;
	width: 25%;
	height: 250px;
	margin: 50px 0;
	float: left;
}

.read-more-bar { 
	width: 100%;
	background: #598629;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	
}

.books .read-more-bar, .home .read-more-bar {
	background: #d71a21;
	width: 125px;
	height: 45px;
	border-radius: 4px;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 12px 0 0 0;
}

.presskit_btn {
	width: 100%;
	
	border-radius: 4px;
	background: #ccc;
	text-align: center;
	line-height: 35px;
	color: #fff !important;
	padding: 10px 15px;
box-sizing: border-box;
}


.presskit_btn:hover {
	background: #888;
}


.testimonials {
	margin: 0px 0 0 0;
	padding: 32px 0 0 0;
	background: url(images/border-dot-black.jpg) top left no-repeat;
	
}

ul.testimonial_group {

	
}

li.the_testimonial {
	width:290px;
	float: left;
	margin: 0 25px 0 0;

}

li.the_testimonial:nth-child(3) {
	margin: 0;
}


.home .read-more-bar {
	margin-top: 20px;
}



.home .read-more-bar a {
	color: #184 !important;
	font-size: 12px;
}

.books .read-more-bar:hover {
	background: #a51419;
}

.read-more-bar a {
	color: #fff;
	font-size: 11px;
}


.blurb {margin: 50px 0 0 0;}

.blurb p {
	background: green;
	padding: 30px 30px;
	color: #fff;
	font-size: 20px;
	line-height: 43px;
	box-sizing: border-box;
	min-height: 100px;
	vertical-align: middle;
}

.bio .read-more-bar a:hover, .single-bio .read-more-bar a:hover {color: #efefef; }

.blog .read-more-bar { 
	width: 100%;
	background: #0175a4;
	position: relative;
	right: 5px;
	top:10px;
	text-transform: uppercase;
	padding: 3px 0 3px 10px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	   		border-radius: 3px;
	
}

.read-more-bar a {
	color: #fff;
	font-size: 11px;
}

.read-more-bar a:hover {
	color: #fff;
}

.blog .read-more-bar a:hover {color: #efefef; }

.reviews .read-more-bar { 
	width: 101%;
	background: #0175a4;
	position: relative;
	right: 5px;
	top:10px;
	text-transform: uppercase;
	padding: 3px 0 3px 10px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	   		border-radius: 3px;
}

.reviews .read-more-bar a {
	color: #fff;
	font-size: 11px;
}

.reviews .read-more-bar a:hover {color: #efefef; }




.page-template-template-full-width-php #primary .entry-content { width: 100%; }

.archive #primary .entry-content,
.blog #primary .entry-content,
.search-results #primary .entry-content { /* border-bottom: 1px solid #efefef; */ }

.single #primary .entry-content,
/* .blog #primary .entry-content, */
.archive #primary .entry-content,
.search-results #primary .entry-content { width: 500px; }

.single-books #primary .entry-content {
	width: 100%;
}

.more-link {
	font-style: italic;
	color: #333;
	font-size: 12px;
}

.more-link a {
	color:#ccc;
}	

#container {
	width: 960px;
	margin: 0 auto;
	
}
	


#primary {
	float: left;
	width: 680px;
	margin: 0 0 26px 0;
	
}

.bio #primary {float: right; min-height: 600px;}

.books #primary, #primary .entry-content, .single-books #primary {
	width: 100%;
}


/*
.contact #primary {
	float: left;
	width: 960px;
	
}
*/



.page-template-template-full-width-php #primary {
	width: 100%;
}

.layout-2cl #primary { float: right; }

.home #content { margin-bottom: 40px;}
.bio #content {}




#sidebar {
	float: right;
	width: 210px;
	margin-top: 20px;
	/* background: url(images/recipe-sidebar-border.jpg) left repeat-y; */
	border-left: 1px dotted #ccc;
	padding-left: 20px;
	margin:0 0 50px 0;
}

.books #sidebar {
	float: right;
	width: 190px;
	height: 100% !important;
	margin-top: 20px;
	background: url(images/recipe-sidebar-border.jpg) left repeat-y;
	padding-left: 20px;
	margin:0 0 50px 0;
}

.books #sidebar ul li a {
	text-transform: uppercase;
	margin-bottom: 8px;
	float: left;
}

.books #sidebar ul li ul {
	margin-bottom: 25px;
}

.entry-content0, .books .entry-content1 {
	margin: 10px 0 50px 0;
	min-height: 375px;
}

.book_thumb {
	float: left;
	margin: 0 50px 0 0;
}

.entry-content1 .book_thumb {
	float: right;
	margin: 0;
}

.book_info {
	float: left;
	width: 620px;
	
}

.single_book_image{
	float: left;
}

.single_book_info {
	width: 600px;
	float: left;
	margin: 0 0 0 50px;
}

.buy_here {
	margin: 20px 0 20px 0;
	background: url(images/border-dot-black.jpg) top left no-repeat;
	height: 115px;
	padding: 45px 0 0 18px;
}

.shop_btns {
	float: left;
}


.bio #sidebar {
float: left;
width: 190px;
margin-top: 20px;

background-position: 0 -5px;
padding-right: 30px;
margin: 0 0 0px 0;
border-left: none;
border-right: 1px dotted #ccc;
/*
	float: right;
	width: 190px;
	margin-top: 20px;

	background-position: 0 -5px;
	padding-left: 20px;
	margin:0 0 50px 0;
*/
}

.gluten-free-101 #sidebar {
	float: right;
	width: 190px;
	margin-top: 20px;
	/* background: url(images/bio-sidebar-border.jpg) left repeat-y; */
	background-position: 0 -5px;
	padding-left: 20px;
	margin:0 0 50px 0;
}

.single-bio #sidebar {
	float: right;
	width: 190px;
	margin-top: 20px;
	/* background: url(images/bio-sidebar-border.jpg) left repeat-y; */
	background-position: 0 -5px;
	padding-left: 20px;
	margin:0 0 50px 0;
}



.reviews #sidebar, .single-review #sidebar {
	float: right;
	width: 190px;
	margin-top: 20px;
	/* background: url(images/reviews-sidebar.jpg) left repeat-y; */
	background-position: 0 -5px;
	padding-left: 20px;
	margin:0 0 50px 0;
}





.layout-2cl #sidebar { float: left; }

.search-no-results #post-0,
#primary .hentry {
	padding: 58px 0 0 0;
	padding: 0 0 0 5px;
	margin: 0;
}


#filter {
	margin: 15px 0 0 0;
}

#filter input {
	background: #fff;
	display:block; 
}

/*-----------------------------------------------------------------------------------*/
/*	3.	Header Styles
/*-----------------------------------------------------------------------------------*/

#header{/* height: 200px; */ width: 960px; margin: 50px 0 0 0;}
#upper-wrap { /* border-bottom: 1px solid #efefef;  */ }

#logo { float: left; }

.home #logo, .bio #logo, .blog #logo, .reviews #logo, .gluten-free-101 #logo, .meals #logo, .tag #logo, .category #logo, .single #logo, .gluten-free-101 #logo, .single-gluten101 #logo, .contact #logo, .single-review #logo, .books #logo, .single-bio #logo, .search-results #logo, .ingredients #logo, .events #logo, .NotFound #logo  {background:url(images/logo-sprite3.jpg) top left no-repeat; width: 310px; height: 57px; }

.home #logo, .tag #logo, .single #logo, .NotFound #logo { background-position: 0 -70px;}

.books #logo {background-position: 0 -200px;}
.events logo {}

.bio #logo{background-position:0 -70px;}
.single-bio #logo{background-position:0 -70px;}
.blog #logo { background-position: 0 -135px;}
.search-results #logo { background-position: 0 -140px;}
/* .reviews #logo{background-position:0 -203px;} */

.single .gluten-free-101 #logo{background-position:0 -70px;}
.contact #logo {background-position:0 -135px;}

.meals #logo{background-position:0 -203px;}

.ingredients #logo{background-position:0 -101px;}
.single-review #logo {background-position:0 -203px;}

.single #logo { background-position: 0 -140px;}
.single-books #logo { background-position: 0 -200px;}

.gluten-free-101 #logo, .single-gluten101 #logo, .single-portfolio #logo { background-position: 0 -70px;}

#logo,
#logo a {
	font-size: 28px;
	line-height: 30px;
	color: #000;
	font-weight: bold;
}

#logo a:hover { text-decoration: none; }



.tagline {
	color: #999;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}


/*-----------------------------------------------------------------------------------*/
/*	4.	Navigation & Menus
/*-----------------------------------------------------------------------------------*/

.menu-main-menu-container {

}

.home .menu-main-menu-container, .bio .menu-main-menu-container, .blog .menu-main-menu-container, .reviews .menu-main-menu-container, .gluten-free-101 .menu-main-menu-container, .books .menu-main-menu-container, .contact .menu-main-menu-container, .meals .menu-main-menu-container, .tag .menu-main-menu-container, .category .menu-main-menu-container, .single .menu-main-menu-container,  .gluten-free-101 .menu-main-menu-container, .single-review .menu-main-menu-container, .single-bio .menu-main-menu-container, .search-results .menu-main-menu-container, .ingredients .menu-main-menu-container, .events .menu-main-menu-container, .NotFound .menu-main-menu-container, .single-books .menu-main-menu-container  {
	background:url(images/nav-BG-sprite1.jpg) top left repeat-x;
	width: 959px; 
	height: 55px;
	position: relative;
	left:2px;
}


.home .menu-main-menu-container, .NotFound .menu-main-menu-container {background-position:0 -54px;}
.bio .menu-main-menu-container {background-position:0 -54px;}
.single-bio .menu-main-menu-container {background-position:0 -54px;}
.blog .menu-main-menu-container {background-position: 0 -108px;}
.search-results .menu-main-menu-container {background-position:0 -162px;}
.reviews .menu-main-menu-container {background-position: 0 -108px;}

.ingredients .menu-main-menu-container {background-position:0 -54px;}
.books .menu-main-menu-container, .events .menu-main-menu-container {background-position:0 -162px;}

.contact .menu-main-menu-container {background-position: 0 -108px;}
.meals .menu-main-menu-container {background-position: 0 -108px;}
.single .menu-main-menu-container {background-position:0 0;}
.gluten-free-101 .menu-main-menu-container {background-position:0 -54px;}
.single-review .menu-main-menu-container {background-position: 0 -108px;}
.single .menu-main-menu-container {background-position: 0 -108px;}
.single-books .menu-main-menu-container {background-position:0 -162px;}

.gluten-free-101 .menu-main-menu-container, .single-gluten101 .menu-main-menu-container, .single-portfolio .menu-main-menu-container {background-position:0 -54px;}

#primary-nav {
	float: left;
	margin: 5px 0 35px 0;
	font-size:13px;
	text-transform: uppercase;
	
	
}

#primary-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 35px;
	float: left;
	padding:11px 0 0 0;
	position: relative;
	left: 5px;
}

#primary-nav ul a {
	display: block;
	position: relative;
	
}

#primary-nav ul li {
	float: left;
	position: relative;
	z-index: 40;
	letter-spacing: 0.12em;

}





#primary-nav ul li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

#primary-nav ul ul {
	position: absolute;
	top: -9999em;
	width: 150px; /* left offset of submenus need to match (see below) */
}

#primary-nav ul ul li { width: 100%; }

/*  Make sub menus appear */
#primary-nav ul li:hover ul,
#primary-nav ul li.sfHover ul {
	left: -1px;
	top: 36px; /* match top ul list item height */
	z-index: 99;
}

/* Hide all subs subs (4 levels deep) */
#primary-nav ul li:hover li ul,
#primary-nav ul li.sfHover li ul,
#primary-nav ul li li:hover li ul,
#primary-nav ul li li.sfHover li ul,
#primary-nav ul li li li:hover li ul,
#primary-nav ul li li li.sfHover li ul { top: -9999em; }

/* Displays all subs subs (4 levels deep) */
#primary-nav ul li li:hover ul,
#primary-nav ul li li.sfHover ul,
#primary-nav ul li li li:hover ul,
#primary-nav ul li li li.sfHover ul,
#primary-nav ul li li li li:hover ul,
#primary-nav ul li li li li.sfHover ul {
	left: 180px; /* match .nav ul width */
	top: -1px;
}
	
/* top level skin */
#primary-nav ul a {
	padding: 0 15px;
	color: #999;
	height: 35px;
	line-height: 35px;
}

#primary-nav ul a {
	padding: 0 15px 0 15px;

	
}


#primary-nav ul li a:hover,
#primary-nav ul li:hover,
#primary-nav ul li.sfHover a,
#primary-nav ul li.current-cat a,
#primary-nav ul li.current_page_item a,
#primary-nav ul li.current-menu-item a {
	text-decoration: none;
	color: #444;
}

/* 2nd level skin */
#primary-nav ul ul {
	padding: 10px 15px 10px 15px;
	margin: 10px 0 0 0;
	background: #fff;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	   		border-radius: 3px;
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
    		box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
}

#primary-nav ul ul li {
	height: 35px;
	line-height: 35px;
	float: none;
	background: none;
	border-bottom: 1px solid #f0f0f0;
}

#primary-nav ul ul li:last-child {	border-bottom: none; }

#primary-nav ul ul li a {
	line-height: 35px;
	height: 35px;
	font-size: 12px;
	padding:0;
	font-weight: normal;
}

#primary-nav ul li.sfHover ul a { color: #999!important; }

#primary-nav ul li.sfHover ul a:hover { color: #444!important; }

/*-----------------------------------------------------------------------------------*/
/* Page Specific Footer Border Colors
/*-----------------------------------------------------------------------------------*/

#footer {position:relative;bottom:30px;}


#email_signup {
	width: 960px;
	height: 75px;
	position: relative;
	bottom: 0px;
	margin: 25px auto 23px auto;
	background: #ed4322;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	   		border-radius: 5px;

}


.upcoming_list {
	width: 300px
}

.event_details {
	
}

.event_entry {
	height: 65px;
}


ul.event_date {
	margin-bottom: 0;
	width: 44px;
	background: #F04122;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	padding: 5px;
	float: left;
	margin: 0 25px 0 0 !important;
}

li.event_month {}
li.event_day {}

li.event_title {}
li.event_location {}


.bio #email_signup {background: #598629;}
.ingredients #email_signup {background: #598629;}
.blog #email_signup {background: #a00b11;}
.single #email_signup {background: #a00b11; display: none;}
.reviews #email_signup {background: #0175a4;}
.single-review #email_signup {background: #0175a4;}
.gluten-free-101 #email_signup {background: #598629;}
.books #email_signup {background: #a00b11;}
.contact #email_signup {background: #0175a4;}

.contact .sharing {display: none;}

.email_signup_img {
	width:235px;
	height: 39px;
	position: relative;
	top: 20px;
	left: 20px;
	float: left;
	background: url(http://www.laurabrussell.com/site/wp-content/uploads/2011/10/email_signup_BG1.png) top left no-repeat;


	/* display: none; */
}

.signup_form { 
	padding: 19px 0 0 0px;
	position: relative;
	left:14px;
	

}

#email_signup .button {
/*
	width:85px ;
	height: 39px;
	background:  url(http://www.laurabrussell.com/site/wp-content/uploads/2011/10/LBR_submit_sprite.png) no-repeat !important;
	border: none !important;
	-webkit-box-shadow: 0 0 0px #993333;
    -moz-box-shadow: 0 0 0px #993333;
    box-shadow: 0 0 0px #993333;
    text-indent: 999px;
*/
}

#email_signup .button:hover {
/*
	background: url(http://www.laurabrussell.com/site/wp-content/uploads/2011/10/LBR_submit_sprite.png) no-repeat !important;
	background-position: 0 -39px !important;
*/
}


#email_signup input {
	height: 22px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	   		border-radius: 3px;
	 font-family: Arial, Helvetica, sans-serif;
	 font-weight: bold;
	 letter-spacing: 0.07em;
	 font-size: 13px;



}

.signup_form #submit { }


#laurab .footer-border-top, #laurab .footer-border-btm, .home .footer-border-top, .home .footer-border-btm, .bio .footer-border-top, .bio .footer-border-btm, .blog .footer-border-top, .blog .footer-border-btm, .reviews .footer-border-top, .reviews .footer-border-btm, .gluten-free-101 .footer-border-top, .gluten-free-101 .footer-border-btm, .books .footer-border-top, .books .footer-border-btm, .contact .footer-border-top, .contact .footer-border-btm, .meals .footer-border-top,.meals .footer-border-btm, .tag .footer-border-top, .tag .footer-border-btm, .category .footer-border-top .category .footer-border-btm, .single .footer-border-top, .single .footer-border-btm, .gluten-free-101 .footer-border-top, .gluten-free-101 .footer-border-btm, .single-review .footer-border-top, .single-review .footer-border-btm, .single-bio .footer-border-top, .single-bio .footer-border-btm, .search-results .footer-border-top, .search-results .footer-border-btm,  .ingredients .footer-border-top, .ingredients .footer-border-btm, .events .footer-border-top, .events .footer-border-btm, .NotFound .footer-border-top, .NotFound .footer-border-btm {
	background:url(images/footer-top-sprite.jpg) top left no-repeat;
	width: 960px;
	height: 5px;
	margin: 0 auto;
	
}


#laurab .footer-border-top, #laurab .footer-border-btm {background-position:0 0;}
.home .footer-border-top, .home .footer-border-btm {background-position:0 0;}
.NotFound .footer-border-top, .NotFound .footer-border-btm {background-position:0 0;}
.single .footer-border-top, .single .footer-border-btm {background-position:0 -10px;}
.bio .footer-border-top, .bio .footer-border-btm {background-position:0 -5px;}
.ingredients .footer-border-top, .ingredients .footer-border-btm {background-position:0 -5px;}
.single-bio .footer-border-top, .single-bio .footer-border-btm {background-position:0 -5px;}
.blog .footer-border-top, .blog .footer-border-btm {background-position:0 -10px;}
.search-results .footer-border-top, .search-results .footer-border-btm {background-position:0 -10px;}
.reviews .footer-border-top, .reviews .footer-border-btm {background-position:0 -15px;}
.gluten-free-101 .footer-border-top, .gluten-free-101 .footer-border-btm {}
.books .footer-border-top, .books .footer-border-btm {background-position:0 -10px;}
.events .footer-border-top, .events.footer-border-btm {background-position:0 -10px;}
.contact .footer-border-top, .contact .footer-border-btm {background-position:0 -15px;}
.meals .footer-border-top, .meals .footer-border-btm {background-position:0 -15px;}
.gluten-free-101 .footer-border-top, .gluten-free-101 .footer-border-btm {background-position:0 -5px;}
.single-review .footer-border-top, .single-review .footer-border-btm {background-position:0 -15px;}

.footer-border-btm {position: relative; right: 4px;}


p.social-icons {float:right;position:relative;top:4px;left:8px;}
p.social-icons > a {
padding: 0 4px;
}

/*-----------------------------------------------------------------------------------*/
/*	5.	Main Content Styles
/*-----------------------------------------------------------------------------------*/

address { font-style: italic; }

abbr[title],
acronym[title],
dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #666;
}

blockquote {
	background:url(images/quote_content.png) no-repeat;
	min-height: 40px;
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic;
	margin-left: 15px;
	padding: 0 40px;
	color: #999;
}

strong, b { font-family: arial; font-weight: bold; }

em,
dfn,
cite { font-style: italic; }

dfn { font-weight: bold; }

sup {
	font-size: 11px;
	vertical-align: top;
}

sub {
	font-size: 11px;
	vertical-align: bottom;
}

small { font-size: 11px; }

del { text-decoration: line-through; }

ins { text-decoration: underline; }

code,
pre { line-height: 18px; }

var,
kbd,
samp,
code,
pre {
	font: 12px/18px FuturaLTBook;
}

kbd { font-weight: bold; }

samp,
var { font-style: italic; }

pre {
	white-space: pre;
	overflow: auto;
	padding: 0;
	border: 1px solid #e8e8e8;
	clear: both;
	line-height: 19px;
	background: url(images/pre_bg.gif);
}

code {
	padding: 3px 6px 3px 3px;
	background: #f04122;
	color: #fff;
	
}

.bio code {
	padding: 3px 6px 3px 3px;
	background:#598428;
	color:#fff;
}

ul,
ol,
dl { margin-left: 30px; }

table {

	line-height: 18px;
	margin: 0 0 22px 0;
	text-align: left;
	padding: 20px 20px 20px 50px;

	border: 2px dotted #efefef;
}

table .even { background: #ddd; }

caption { text-align: left; }

tr {  }

th,
td {
	padding: 50px 50px 20px 50px;
	margin: 0 20px 0 0;

}

.entry-content img { max-width: 680px; }

img.alignleft {
	float: left;
	margin: 10px 25px 20px 0;
}

img.alignright {
	display: block;
	margin: 10px 0 25px 20px;
}

img.size-large { margin: 10px 0 20px -180px; }

img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	margin-top: 5px;
}

.wp-caption.alignleft { 
	text-align: left;
	margin: 10px 20px 0px 0;
}

.wp-caption.alignleft .wp-caption-text { text-align: left; }

.wp-caption-text { padding-bottom: 5px; }

.wp-caption {
	text-align: left;
	font-style: italic;
	color: #999;
	font-size: 7px;
	line-height: 12px;
	max-width: 500px;
	margin: 10px 0 0px 20px;
}

.wp-caption img.size-large {
	margin: 10px 0 0 -180px;
}

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

.wp-caption-text {
	margin: 0;
	text-align: left;
}

.wp-smiley {
	max-height: 13px;
	margin: 0 !important;
}

.gallery { margin: auto; }

.gallery-image {
	border: 2px solid #efefef;
	margin-left: 0;
}

.gallery-caption { margin-left: 0; }

.gallery-item {
	float: left;
	text-align: center;
	margin-left: 0;
}

.gallery-columns-2 { width: 50%; }
.gallery-columns-3 { width: 33%; }
.gallery-columns-4 { width: 25%; }
.gallery-columns-5 { width: 20%; }
.gallery-columns-6 { width: 16%; }
.gallery-columns-7 { width: 14%; }
.gallery-columns-8 { width: 12%; }
.gallery-columns-9 { width: 11%; }

input,
textarea,
button {

	background: #fff;
	border: 1px solid #ebebeb;
	-webkit-box-shadow: 0 0 4px #a7d6e3;
    -moz-box-shadow: 0 0 4px #a7d6e3;
    box-shadow: 0 0 4px #efefef;
    
}

body.contact input.pushbutton-wide {height:40px;}

input,
textarea { padding: 5px; }

input {/*  height: 20px;  */}

#text-10 input {height: auto !important;width: 212px !important;}


button {
	padding: 2px 10px;
	cursor: pointer;
}

input:focus,
textarea:focus,
button:hover {
	background: #fff;
	border: 1px solid #b7d6df;
	-webkit-box-shadow: 0 0 4px #a7d6e3;
    -moz-box-shadow: 0 0 4px #a7d6e3;
    box-shadow: 0 0 4px #a7d6e3;
}

input:focus,
textarea:focus { color: #444; }

#commentform #submit,
.contactform #submit {
	cursor: pointer;
	font-size: 13px;	
	width: auto;
	background: #9e0c0f;
	color: #fff;
	padding: 6px 10px 6px 10px;
	height: auto;
}

.single-review #commentform #submit,
.contactform #submit {background: #5dadce;clear: both;}



.contact #commentform #submit,
.contact .contactform #submit, button,
input#submit, .wpcf7-submit {
	cursor: pointer;
	font-size: 13px;
	float: left;
	width: auto;
	background: #0176a1;
	color: #fff;
	padding: 6px 10px 6px 10px;
	height: auto;
}




#commentform #submit:hover,
.contactform #submit:hover { 
	cursor: pointer;

}

.ie li #commentform { padding-bottom: 40px; }


/*-----------------------------------------------------------------------------------*/
/*	6.	Post Content Styles
/*-----------------------------------------------------------------------------------*/

#primary .entry-meta {
	float: left;
	width: 140px;
	text-align: right;
	margin-right: 40px;
}

.entry-meta {
	font-family: "Droid Serif", Georgia, Times, serif;
	font-size: 11px;
	font-style:italic;
	color: #999;
	margin-bottom: 10px;
	display: none;
	visibility: hidden;
}

.entry-meta a { color: #999; }

.entry-meta a:hover { color: #666; }

#primary .entry-meta a {
	color: #444444;
	font-style: normal;
	font-family: "Droid Sans", "Helvetica Neue", arial, sans-serif;
}

#primary .entry-meta span { display: block; }

.published strong {
	color: #444444;
	font-weight: normal;
	font-style: normal;
	font-family: "Droid Sans", "Helvetica Neue", arial, sans-serif;
}

.permalink img { padding: 0 3px 0 0; }

.author-bio {
	padding: 20px;
	background: #fbfbfb;
	border: 1px solid #efefef;
}

.author-bio .avatar	{
	float: left;
	margin: 0 10px 0 0;
}

.author-title {
	font-weight: bold;
	margin-left: 60px;
}

.author-description { margin-left: 60px; }
.entry-content ul { list-style-type: disc; }
.entry-content ol { list-style-type: decimal; }


/*-----------------------------------------------------------------------------------*/
/*	7.	Comments
/*-----------------------------------------------------------------------------------*/

.comments-sidebar {
	width: 600px;
	margin-right: 40px;
	padding-top: 60px;
	text-align: left;
	float: left;
	font-size: 11px;
	border-top: 3px dotted #cfcfcf;
}

#recipe-comments .comments-sidebar {
	width: 960px;
	margin-right: 40px;
	padding-top: 60px;
	text-align: left;
	float: left;
	font-size: 11px;
	border-top: 3px dotted #cfcfcf;
}

/* #respond-wrap {background: yellow;} */

#respond-wrap .comments-sidebar { padding-top: 30px; }

.comments-sidebar h3{
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: normal;
	/* font-weight: bold; */
	text-transform: uppercase;
}

.commentlist {
	margin: 10px 0 40px 0;
	padding-top: 50px;
	list-style-type: none;
	width: 960px;
	float: left;
	border-top: 1px solid #efefef;
	
}

.page-template-template-full-width-php .commentlist { width: 760px; }

.commentlist .line { display: none; }

.commentlist li li li .line{
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	border-bottom: 1px solid #efefef;
	margin: 0 0 0 -50px;
	
}

.commentlist .comment-body { padding-left: 45px;}

.commentlist li li .comment-body { padding-left: 30px; }

.commentlist ul {
	border-left: 1px solid #efefef;
	margin: 0 0 0 63px;
	
}

.commentlist ul ul{	margin: 0 0 0 50px;  }

.commentlist li li {
	padding-top: 25px;
	margin-top: 0;
	/* background: #efefef; */
	width:90%;
}

.commentlist li #commentform { margin-top: 20px; }

.commentlist li #respond { padding-top: 5px; }

.pinglist {
	margin: 20px 0 40px 30px;
	list-style-type: decimal;
}

.comment {
	margin-bottom: 40px;
	background: #fff;
	border: 2px dotted #efefef;
	padding: 10px 0 0 10px;
}

.comment-body ul,
.comment-body ol,
.comment-body dl { margin-left: 30px; }

#respond {
	margin-top: 18px;
	background: #fff;
	float: left;
}

#commentform {
	margin-top: 30px;
	float: left;
	width: 71%;
}

li li .cancel-comment-reply { padding-left: 30px; }

li .cancel-comment-reply { padding-left: 45px; }

ol #commentform { width: 100%; }

#commentform input {
	margin-right: 10px; 
	width: 60%;
}

#commentform textarea { width: 590px; height: 150px; }

#commentform small span,
.contactform small span { color: #F00; }

#commentform small span.grey,
.contactform small span.grey{
	color: #999;
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic;
}

.children { list-style-type: none; }


.avatar {
	padding: 2px 0 12px 0;
	position: relative;
	background: #fff;
	z-index: 5;
}

li li .avatar {
	margin:-8px 0 0 -18px;
	padding-top: 10px;
}

.comment-meta { margin-bottom: 15px; }

.comment-meta a { 
	color: #999;
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic;
	font-size: 11px;
}

.comment-meta a:hover { color: #666; }

.comment-meta,
.comment-author
{ padding-left: 48px; }

li li .comment-meta,
li li .comment-author
{ padding-left: 30px; }

.comment-author a{ color: #444444; }

.comment-author a:after{ content: " \2192"; }

.comment-author { margin-top: -53px; }

.comment-author-admin { }

.comment-author cite { 
	font-style: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.says { display: none; }

.nocomments {
	text-align: left;
	padding: 20px;
}

.comment-body ul { 
	list-style-type: disc; 
	border: none;
	margin-bottom: 20px;
	
}

.comment-body ul li {
	padding: 0;
	margin: 0;
}

.comment-body ol { list-style-type: decimal; }

.moderation {
	padding-left: 45px;
	color: red;
	font-size: 11px;
}

.author-tag {
	font-family: "Droid Serif", Georgia, Times, serif;
	font-size: 11px;
}




/*-----------------------------------------------------------------------------------*/
/*	8.	Pagination
/*-----------------------------------------------------------------------------------*/

.page-navigation { 
	margin: 26px 0 20px 0;
	font-style: normal;
}

.single-page-navigation {
	margin: 0;
	padding-top: 40px;
	}


.page-navigation .nav-next { float: left; }
.page-navigation .nav-previous { float: right; position: relative; right:50px; }
.single-page-navigation .nav-next { float: right; }
.single-page-navigation .nav-previous { float: left; }


/*-----------------------------------------------------------------------------------*/
/*	9.	Footer Styles
/*-----------------------------------------------------------------------------------*/


.border_black {
	background: url(images/border-dot-black.jpg) top left no-repeat; 
}

#footer-container {
	width: 960px; 
	margin: 0 auto;
	
}

.single #footer-container {	margin: 0 auto; }

#footer {
	padding: 0px 0 0px 0;
	font-size: 11px;
	width: 960px;
	margin: 0 auto;
	color: #999;
	clear: both;
	
}

#footer-widgets {
	padding: 50px 0 150px 0px;
	width: 960px;
	margin: 0 auto;
	bottom: 0px;
	height: 100px;

}

#footer-widgets img {position: relative; /*right: 75px; top: 4px;*/}


#footer-widgets img {

}


#footer-widgets .widget {
	font-style: normal;
	color: #444444;
}

#footer-widgets .widget-wrap {/*  width: 960px; */}

#footer-widgets .widget {
	float: left;
	padding: 0;
}

#footer-widgets .widget-section {
	float: left;
	width: 220px;
	margin: 0 20px 0 0;
}

#footer-widgets h3 {
	text-transform: uppercase;
	
	color: #999;
	margin: 0 0 17px 0;
	
	}

.copyright { 
	float: left; 
	margin: 10px 0 15px 0;
}

.credit {
	float: right;
	margin: 10px 0 15px 0;
}

.credit a,
.copyright a { color: #666666; }


.sign_up {
	padding-left: 305px;
	box-sizing: border-box;
}


/*-----------------------------------------------------------------------------------*/
/*	10.	Page Templates
/*-----------------------------------------------------------------------------------*/

.archive-lists .children { margin-bottom: 0; }

.full-width { width: 960px!important; }

.contactform { margin: 30px 0 0 0; }

.contactform p { margin-bottom: 0; }

.contactform li { list-style-type: none; }

.contactform li label {
	display: block;
	margin-bottom: 10px;
}

.contactform li input[type="text"] {
	width: 300px;
	margin-bottom: 15px;
}

.contactform li textarea {
	width: 90%;
	height: 100px;
	margin-bottom:15px;
}

.contactform li button { float: right; }

label.error { color: red; }


/*-----------------------------------------------------------------------------------*/
/*	11.	Widgets
/*-----------------------------------------------------------------------------------*/

.widget { margin-bottom: 40px; background: transparent;}
.widget img {margin: 0 0 -35px 0;}

.widget:last-child { border-bottom: none; }

.widget-title {
	font-size: 19px;
	color: #333;
	margin: 0 0 20px 0;
	letter-spacing: 1px;
	font-weight: normal;
		text-transform: uppercase;
	
	color: #999;
	margin: 0 0 17px 0;
}

#sidebar .widget-title {
	font-size: 12px;
	margin-bottom:12px;
}

.widget ul {
	list-style-type: none;
	margin: 0;
}

.widget ol {
	list-style-type: decimal;
	margin-bottom: 0;
}

/* Recent Comments Widget */
.widget_recent_comments { color: #666; }

.widget_recent_comments li { margin-bottom: 2px; }

.widget_recent_comments li:last-child { margin-bottom: 0; }

/* Posts Widget */
.widget_recent_entries li { margin-bottom: 2px; }

.widget_recent_entries li:last-child { margin-bottom: 0; }

/* Categories Widget */
.widget_categories { color: #999; }

/* Search Widget */
.widget_search #s { width: 175px; }

.widget_search form,
.widget_search fieldset { margin: 0; }

/* Blog Widget */
.tz_blog .entry-title a,
.tz_blog .entry-title {
	color: #444444;
	font-weight: bold;
	font-size: 12px;
	line-height: 21px;
	margin-bottom: 10px;
}

.tz_blog .entry-meta a {
	color: #999;
	font-style: italic;
}

.tz_blog .entry-meta a:hover { color: #666; }

.tz_blog .hentry { margin-bottom: 20px; }

/* Calander Widget */
.widget_calendar caption { margin-bottom: 5px; }

.widget_calendar table { width: 100% }

/* Twitter Widget */
.tz_tweet_widget ul {
	margin: 0;
	list-style-type: none;
}

.tz_tweet_widget ul li {
	padding: 0 0 20px 0px;
	width: 180px;
}

.tz_tweet_widget ul li:last-child {	padding: 0 0 0 0px; }

.tz_tweet_widget ul li span { 
	display: block; 
	color: #444444; 
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic;
}
.tz_tweet_widget ul li span a {	
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic; 
}

.tz_tweet_widget ul li a { color: #999; }

.tz_tweet_widget ul li a:hover { color: #666; }


/* Video Widget */
.tz_video { margin-bottom: 10px; }


/*-----------------------------------------------------------------------------------*/
/*	12.	Shortcode Styles
/*-----------------------------------------------------------------------------------*/

/* Columns */
.one_half { width: 46%; }
.one_third { width: 30.5%; }

.two_third { width: 65.33%; }
.one_fourth { width: 23.8%;}

.three_fourth { width: 74%; }
.one_fifth { width: 16.8%; }
.two_fifth { width: 37.6%; }
.three_fifth { width: 58.4%; }
.four_fifth { width: 67.2%; }
/* .one_sixth { width: 13.33%; } */
.one_sixth { width: 140px; }
.five_sixth { width: 82.67%; }

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	position: relative;
	margin-right: 4.1%;
	float: left;
}

ul.hometab_col {width:250px; height:155px; float:left;}


/* #footer-widgets .one_third {height: 55px;} */

/* .one_third .last {margin-right: 0;} */

.one_fourth{margin:0 10px 1px 0;height:320px;}

.column-last {
	margin-right: 0!important;
	clear: right;
}



/*-----------------------------------------------------------------------------------*/
/*	12.	Homepage Elements
/*-----------------------------------------------------------------------------------*/


#home-message{
	text-align: left;
	font-size: 14px;
	line-height: 21px;
	width: 475px;
	float: right;
	position: relative;
	left: 0px;
	letter-spacing: 0.05em;
	padding: 0 30px 0 0;
	
}

.home-message h1 {
	text-transform: uppercase;
	color: #ff3333;
	font-size: 20px;
	letter-spacing: 0.1em;
	margin:0 0 9px 0;
}

/* Slider */
#slider { 
	padding: 0px 0 0px 35px;
	width: 414px;
	min-height: 350px;
	float: left;
	margin: 0 0 25px 0;
}

.single #slider { padding: 0 0 40px 0; }

.home .slides_container {
	width:368px;
	height:253px;
	position: relative;
	z-index: 1;
	float: left;
	left:50px;
}

.single .slides_container { width: 368px; height: }

.slides-nav {
	position: relative;
	z-index: 100;
	display: none;
}

.slides-nav a {
	position: absolute;
	display: block;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-image: url(images/sprite.png);
	z-index: 10;
}

.slides-nav a.prev {
	background-position: 0 0;
	margin: -195px 0 0 20px;
}

.slides-nav a:hover.prev {
	background-position: 80px 200px;
}

.slides-nav a.next {
	background-position: 160px 0;
	margin: -195px 0 0 880px;
}

.slides-nav a:hover.next {
	background-position: 40px 200px;
}

.pagination {
	position: absolute;
	z-index: 10;
	margin: -30px 0 0 20px;
}

.pagination li {
	float: left;
	margin: 0 5px 0 0;
}

.pagination li a {
	display: block;
	background: url(images/sprite.png) 0 160px;
	width: 12px;
	height: 15px;
	outline: none;
}

.pagination li.current a {
	background: url(images/sprite.png) 188px 160px;
}

/* Tabbed Home page content */

#most-recent{
	/* width: 960px; */
	/* height: 274px; */
	/* position: relative; */
	/* top:30px; */
}

#most-recent .entry {
	background: #eee;
	width: 960px;
	height: 305px;
	padding: 28px 0px 0 27px;
	box-sizing: border-box;
}

#most-recent .entry a {
	color: #222;
}

a.more {
	background: #d71a21;
	border-radius: 4px;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 15px 35px 15px 35px;
	position: relative;
	top: 15px;
	
	color: #fff !important;
}

a.more:hover {
	background: #bc161c;
}


.home a.more {
	background: green;
}

.home a.more:hover {
	background: darkgreen;
}

a.more.email {
	background: #0175a4;
	padding: 15px 70px 15px 70px;
}

a.more.email:hover {
	background:#045e82 ;

}


/* Recent */
.home-recent .sidebar {
	width: 200px;
	float: left;
	margin: 0 5px 0 0;
	padding: 55px 0 25px 0;
}

.portfolio-recent .sidebar,
.no-border .sidebar,
.no-border .recent-wrap
{ border: none; }

.home-recent .sidebar h3 {
	font-size: 14px;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}

.home-recent .sidebar p {

	padding-right: 20px;
}

.recent-wrap {
	float: left;
	padding: 40px 0 20px 0;
		

}

.portfolio-recent .recent-wrap { border: none; }

.single-portfolio .portfolio-recent .sidebar {
	margin-right: 40px;
	width: 200px;
}



.home-border{}

.home-border .recent-wrap,
.home-border .sidebar { padding: 0; }

.droid-italic {
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic;
	font-size: 11px;
}

.recent-wrap .hentry-wrap { float: left;}

.recent-wrap .hentry {
	margin: 0 30px 0 0;
}

.recent-wrap .post-thumb { margin-bottom: 10px;  }

.post-thumb a span.overlay {
	background: url(images/overlay.png) center no-repeat;
	position: absolute;
	width: 210px;
	height: 160px;
	display: block;
	z-index: 5;
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
      -moz-opacity: 0;
		   opacity: 0;
}

.recent-wrap .post-thumb a {
	padding: 5px;
	display: block;
	width: 210px;
	height: 160px;
}

.post-thumb a {
	height: 150px;
	width: 150px;
	
}

.post-thumb a { cursor: pointer; }

.recent-wrap .post-thumb a:hover { 
	background: #f5f5f5; 
	
}

#recipe-thumb-frame {
	width: 175px;
	height: 175px;
	overflow: hidden;
	float: left;
	margin: 0 20px 0 0;
	text-indent: -75px;
}

.recipe-thumb {
	float: left;
	width: 175px;
	height: 175px;


}



/* .recipe-thumb img {float: left;} */

#recent-portfolio .entry-title,
#recent-portfolio .entry-content,
#recent-portfolio .entry-meta 
{ padding-left: 10px; }

#recent-portfolio .entry-title
{ margin-bottom: 2px; }

.recent-wrap .entry-title a,
.recent-wrap .entry-title {
	color: #444444;
	font-weight: bold;
	font-size: 12px;
	line-height: 21px;
	margin-bottom: 10px;
}

#recent-portfolio-detail .entry-title { 
	margin-bottom: 5px;
	margin-left: 5px;
}

#recent-portfolio-detail .entry-content { margin-left: 5px; }


.recent_text {
	width: 550px;
	float: left;
	margin-right: 50px;

}


/*-----------------------------------------------------------------------------------*/
/*	14.	Portfolio Sorter, MANDATORY styling
/*-----------------------------------------------------------------------------------*/

.recent-wrap { position: relative;}

.image-grid {
 width: 960px;
  margin: 0;
}

.image-grid:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.image-grid li {
  width: 210px;
  margin: 0 15px 0 0;
  float: left;
  height: 280px;
  overflow: hidden;
}

/* Added v1.1 ---*/

.video_info {
	display: block;
	width: 700px;
	margin-bottom: 20px;
}

.post_video {
	display: block;
	width: 700px;
	overflow: hidden;
	margin-bottom: 20px;
}


/* TABS CSS */



/* Style for Usual tabs */
.usual {
  color:#111;
  padding:0px 0px;
  /* width:541px */;
  min-height: 262px;
  margin:50px auto 0 auto;
  float: left;
  background: #fff;
  position: relative;
  bottom: 11px;
}

.usual ul{position: relative; right: 30px; bottom: 0px;}

.usual li { list-style:none; float:left; margin-right: 3px; -moz-border-radius: 1em 1em 0em 0em; border-radius: 1em 1em 0em 0em; }
.usual li.most-recent {background: #f5f5f5;}

.usual ul a {
  	display:block;
  	padding:9px 0px 0 0px;
  	text-decoration:none;
  	color:#000;
  	width: 150px;
  	height: 26px;
  	text-align: center;
  	font-size: 16px;
  	
  
}

.usual ul a:hover {
  color:#FFF;

  }

.usual ul a.selected {
  margin-bottom:0;
  color:#000;
  
  }

.usual h2 {

	line-height: 30px;
}
.usual div a { color:#000;/*  font-weight:bold; */ }


#usual2 { background:#999; /* border:1px solid #1A1A1A; */ }
#usual2 a { background:#fff; }
#usual2 a:hover { background:#555; }
#usual2 a.selected { background:snow; border: none; }

/* #tabs3 { background:#FF9; } */

#tab1{background:#f5f5f5;min-height: 350px; width: 960px;}



#tab2 p {
float: left;
/* width: 170px; */
/* width: 535px; */
/* height: 120px; */
font-size:12px; 
line-height: 19px;
margin:12px 0 0 0;
}

/*
#tab1 p {
float: left;
width: 170px;
width: 535px;
height: 120px;
font-size:12px; 
line-height: 19px;
margin:0px 0 15px 0;

}
*/

#tab2{background: #dedede; min-height: 350px; width: 960px;}
/* li.tab2{background:#f68e56} */
li.tab2{background:#dedede}

#tab3{background: #ef4123; min-height: 235px; /* width: 620px; */width: 960px;}
li.tab3{background:#ef4123;}

#tab1 .tab-text{
	/* width: 565px; */
	/* height: 150px; */
	position: relative;
	top:25px;
	left: 25px;
	background: transparent;
	float: left;
	width: 480px;
	
}

#tab2 .tab-text {
	/* width: 535px; */
	/* height: 150px; */
	position: relative;
	top:25px;
	left: 25px;
	background: transparent;
	float: left;
	width: 480px;
	
}


#tab3 .tab-text {
	width: 465px;
	/* height: 150px; */
	position: relative;
	top:25px;
	left: 25px;
	background: transparent;
	
}






/* Index.php page styles (blog/posts) */

/*
.blog {
	
	width: 420px;
	height: 220px;
	float: left;
	margin: 0 45px 20px 0;
	padding:5px;
	position: relative;
	left: 10px;

}
*/


.blog_featured {
	
	width: 960px;
	height: 250px;
	margin: 0 0px 0px 0;
	padding:0px;


}

.blog_posts {margin-top: 20px;}



.post-content{

}

.post-content_featured{
	width: 620px;
	float: left;
	margin-right: 20px;
}

h2.post-title {

	font-size: 20px;
	background: url(images/content-border-btm.jpg) bottom left no-repeat;
	width: 402px;
	overflow: hidden;
	padding: 0 0 20px 0;
	}

h2.post-title a {color: #000;margin-bottom:6px;}

.comment-count {
	position: relative;
	bottom: 0px;
	top:5px;
	/* left: 575px; */
	float: right;
	right: 5px;
	
}

.comment-count a {color: #000; text-transform: uppercase;}

.single .recipe-header .comment-count a {
	position: relative;
	bottom: 25px;
	/* left: 575px; */
	float: right;
	right: 1px;
	
}

.posted-on {
	position: relative;
	bottom: 0px;
	top:5px;
	left: 2px;
	text-transform: uppercase;
	
}

.posted-on a {
	color: #0175a4;
}


.img_right{
	float: left;
	width: 300px;
	height: 250px;
	overflow: hidden;



}



/* Meals Page */

ul.lcp_catlist {
	list-style: none;
	padding: 0;
	text-indent: -30px;
	margin-bottom: 0px;
	font-style: italic;
	font-size: 12px;
}

/* Single Recipe Page */

/* This is the style for the featured image */
.single-recipe {
	height:605px;
	width:252px;
	overflow: hidden;
	float: left;
	margin:0 30px 0 0;
	text-indent: -225px;
	text-align: right;

}

.about_this_recipe {
	width:960px;
	/* float: left; */
	margin:0 30px 0 0;



}

.gluten-free-101-list {
	width: 323px;
	height: auto;
	 /* background:#eee; */
	float: left;
	margin:0 25px 0 0;
}

.gluten-free-101-list h2 {position: relative; left: 30px;margin-bottom: 6px;}

.gluten-free-101-list ul li {
	margin:0 0 1px 0;
}

.ingredients-list {font-size:13px;/* width:310px; *//* float:left; */line-height:27px;margin: 25px 0 0 0;}
.ingredients-list ul, .ingredients-list ul li {text-indent:-30px;}

#steps {
	/* width: 300px; */
	height: auto;
	/* background:#eee; */
	/* float: left; */
	margin:0 0px 0 0;
	position: relative;
	bottom: 20px;
	
}

#steps h2 {/*position: relative;  left: 30px; */margin-bottom: 6px;}

#steps ul {
font-size: 13px;
text-indent: none;

	
}

#steps ul li {
	margin:0 0 20px 0;
	position: relative;
	right: 30px;
	
	
	
}

h2.recipe-link a{font-style: normal;text-align: left;}
h2.recipe-link a:hover{color:#666;}
#tab2 h2.recipe-link a:hover{color:#Fff;}

#primary-nav ul a {/* padding: 0 25px 0 25px; */ padding: 0 55px 0 55px;}
.home #primary-nav ul a:hover {color:#f13f21;}
.home #primary-nav ul li.current-menu-item a  {color:#f13f21;}

.bio #primary-nav ul a:hover {color: #598428;} 
.bio #primary-nav ul li.current-menu-item a {color: #598428;}
.single-bio #primary-nav ul a:hover {color: #598428;} 
.single-bio #primary-nav ul li.current-menu-item a {color: #598428;}



.gluten-free-101 #primary-nav ul a:hover {color: #598428;} 
.gluten-free-101 #primary-nav ul li.current-menu-item a {color: #598428;}

.ingredients #primary-nav ul a:hover {color: #598428;} 
.ingredients #primary-nav ul li.current-menu-item a {color: #598428;}


.blog #primary-nav ul a:hover {color:#0175a4;}
.blog #primary-nav ul li.current-menu-item a {color:#0175a4;}

.single #primary-nav ul a:hover {color:#990000;}
.single #primary-nav ul li.current-menu-item a {color:#990000;}

.reviews #primary-nav ul a:hover {color: #5dadce;} 
.reviews #primary-nav ul li.current-menu-item a {color: #5dadce;}

.single-reviews #primary-nav ul a:hover {color: #5dadce;} 
.single-reviews #primary-nav ul li.current-menu-item a {color: #5dadce;}


.gluten-free-101 #primary-nav ul a:hover {color: #598428;} 
.gluten-free-101 #primary-nav ul li.current-menu-item a {color: #598428;}

.books #primary-nav ul a:hover {color:#990000;}
.books #primary-nav ul li.current-menu-item a {color:#990000;}


.contact #primary-nav ul a:hover {color: #5dadce;} 
.contact #primary-nav ul li.current-menu-item a {color: #5dadce;}

/*
.home #primary-nav ul li a, .NotFound #primary-nav ul li a  {
	background: url(images/border-right.jpg) right no-repeat;
}
*/

/*
.bio #primary-nav ul li a, .gluten-free-101 #primary-nav ul li a, .single-bio #primary-nav ul li a {
	background: url(images/border-right-bio.jpg) right no-repeat;
}
*/

/*
.ingredients #primary-nav ul li a {
	background: url(images/border-right-bio.jpg) right no-repeat;
}
*/

/*
.blog #primary-nav ul li a, .books #primary-nav ul li a, .single #primary-nav ul li a, .events #primary-nav ul li a{
	background: url(images/border-right-recipes.jpg) right no-repeat;
}
*/

/*
.reviews #primary-nav ul li a, #contact #primary-nav ul li a {
	background: url(images/border-right-reviews.jpg) right no-repeat;
}
*/

/*
.single-review #primary-nav ul li a, #contact #primary-nav ul li a {
	background: url(images/border-right-reviews.jpg) right no-repeat;
}
*/



.home #primary-nav ul li.contact a, .bio #primary-nav ul li.contact a, .blog #primary-nav ul li.contact a, .reviews #primary-nav ul li.contact a, .gluten-free-101 #primary-nav ul li.contact a, .books #primary-nav ul li.contact a, .contact #primary-nav ul li.contact a, .single #primary-nav ul li.contact a, .single-bio #primary-nav ul li.contact a, .single-review #primary-nav ul li.contact a, .ingredients #primary-nav ul li.contact a {background: none;}

/* .home .addthis_default_style  {display: none;} */
.addthis_default_style .addthis_counter {display: none;}
.addthis_default_style .at15t_expanded, .addthis_default_style .at15t_compact {display: none; visibility: hidden;}




/* Search Widget Styles */
#search-4 {
	background: url(http://www.laurabrussell.com/site/wp-content/uploads/2011/10/search-BG.jpg) no-repeat;
	width: 214px;
	height: 130px;
	padding: 35px 0 0 15px;
	margin: 0 !important;
}



#search-4 h3.widget-title {
	/* font-size: 130% !important; */
	padding: 0 0 0 16px;
}

.widget_search #s {
	width: 165px;
	height: 28px;
	padding: 0;
	-webkit-box-shadow: 0 0 4px #e5f2f8;
-moz-box-shadow: 0 0 4px #e5f2f8;
box-shadow: 0 0 4px #e5f2f8;
position: relative;
left:15px;
}


/* Sample Recipes  */

#linkcat-100 {
background: url(http://www.laurabrussell.com/site/wp-content/uploads/2011/10/search-BG.jpg) no-repeat;
	width: 214px;
	height: 130px;
	padding: 35px 0 0 15px;
	margin: 0 !important;

}
/* Image Widget Styles */

.widget_sp_image {margin: 0 0 57px 0;}
.widget_sp_image h3.widget-title {display: none;}
#widget_sp_image-13, #widget_sp_image-14 {height: 200px;}
#widget_sp_image-16 {height: 220px;}

#widget_sp_image-15 {height:200px;}


/* Comment Subscription Reloaded Styles */

select#subscribe-reloaded {margin: 5px 600px 10px 0;}


#hide_header {display: none;}


/* Quote Rotator Plugin Styles */
.quotescollection_author  {font-style: italic; color: #888; position: relative; top: 10px; text-align: left !important;}
.quotescollection_randomquote {
	/* font-family: "Droid Serif", Georgia, Times, serif; */
	text-align: justify;
	color: #333;
	/* padding: 25px 0 0 0; */	
}
.rotated_quote {
}

.buy_buttons li {height:93px;}

.wpqn a img {/* display: none; */}


/* Quick Notice Styles */
a.connect_widget_like_button {display: none;}
.wpqn {z-index: 9999;}


.captcha_image img {
 position: relative; 
 right: 280px;
}


body.blog .entry-content p {min-height: 190px;}

/* @Font-Face */

@font-face {
    font-family: 'FuturaLTBook';
    src: url('fonts/futuralt-book-webfont.eot');
    src: url('fonts/futuralt-book-webfont.eot?iefix') format('eot'),
         url('fonts/futuralt-book-webfont.woff') format('woff'),
         url('fonts/futuralt-book-webfont.ttf') format('truetype'),
         url('fonts/futuralt-book-webfont.svg#webfont0XBCYWah') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'DidotHTF06LightItalic';
    src: url('fonts/didothtf-06lightitalic-webfont.eot');
    src: url('fonts/didothtf-06lightitalic-webfont.eot?iefix') format('eot'),
         url('fonts/didothtf-06lightitalic-webfont.woff') format('woff'),
         url('fonts/didothtf-06lightitalic-webfont.ttf') format('truetype'),
         url('fonts/didothtf-06lightitalic-webfont.svg#webfonthzzI5XSV') format('svg');
    font-weight: normal;
    font-style: normal;

}


.blog .wp-paginate .current, .blog .wp-paginate a:hover {
background: #0175a4;
}


.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
font-size: 1em;
background: #0175a4;
color: #fff;
border: none;
padding: 10px 50px;
}

.gform_wrapper .gform_footer input[type=submit]:hover {
	background: #045e82;
}

.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper textarea {
outline-style: none;
font-size: 11px;
font-family: inherit;
padding: 5px 0 5px 10px !important;
letter-spacing: normal;
box-sizing: border-box !important;
}
