/*
	Theme Name: magazine_10
	Theme URL: http://www.studiopress.com/themes/magazine
	Description: Magazine is a 2-column Widget-ready theme created for WordPress.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.0
	Tags: two-columns, fixed-width, sidebar-widgets, threaded-comments
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #eaeaea url(images/site-bg.jpg) repeat center bottom;
	color: #333333;
	margin: 0 auto 0px;
	font: 12px Arial, Tahoma, Verdana;
	padding: 0 0px 0px;
}
	
#wrap {
	
	width: 100%;
	margin: 0px auto 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 1;
	background: url(images/background-top.jpg) repeat-x center top;
}

hr {
	border: none;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 5px;
	padding: 0px 0px 5px;
	height: 0px;
	clear: both;
	}
	
.break {
	border-bottom: 2px solid #e3e3e3;
	margin-top: 14px;
	margin-bottom: 24px;
}
	
.clear {
	clear: both;
	}
	
.hptabber .thumb {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 150px;
	height: 150px;
}

.thumb {
	float: left;
	margin: 0px 10px 0px 0px;
	}
	
.tabber {
	display: none;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #3356bc;
	text-decoration: none;
	}
	
a:hover {
	color: #B2265D;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none 
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	width: 960px;
	overflow: hidden;
	height: 264px;
	background: white url(images/background-top.jpg) repeat-x center;
	padding: 0;
	margin: 0 auto 0px;
}
	
#header p {
	padding: 0px 0px 5px 10px;
	margin: 0px;
	line-height: 20px;
	}
	
#header #imageheader {
	text-indent: -10000px;
	background: url(images/logo.png) no-repeat left top;
	width: 256px;
	position: absolute;
	top: 2px;
	left: 50%;
	margin-left: -70px;
	height: 151px;
	padding: 0;
	margin-top: 16px;
}

#header #imageheader a {	
	display: block;
	width: 322px;
	height: 188px;
	padding: 0;
	margin: 0;
}

#header h1, #header h4 {
	color: #FFFFFF;
	font-size: 24px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 15px 0px 0px 10px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited, #header h4 a, #header h4 a:visited {
	color: #FFFFFF;
	font-size: 24px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover, #header h4 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

.headerleft {
	float: left;
	padding: 0px;
	overflow: hidden;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.headerright {
	width: 680px;
	float: right;
	margin: 0px;
	padding: 226px 0px 0px;
}

#chef_club_button {
	top: -4px;
	left: 50%;
	width: 160px;
	height: 37px;
	margin-left: 296px;
	position: absolute;
		-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: white;
	padding-bottom: 2px;
	text-align: center;
}

#chef_club_button:hover {
	background-color: #65b6fc;
}

div#chef_club_button a {
	text-decoration: none;
	color: #232b65;
}

div#chef_club_button a span {
	display: none;
}

#chef_club_button a:hover span {
	display: block;
	position: absolute;
	z-index: 100;
	top: 40px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: white;
	padding: 10px;
	text-decoration: none;
	text-align: center;
	margin-left: -32px;
	width: 200px;
	font: 11px/20px;
	font-family: comic, "comic sans MS", "comic sans";
}
/************************************************
*	TopNav          							*
************************************************/

#topnav {
	margin: 0px 0px 1px;
	padding: 0px 5px 0px 0px;
	float: right;
}
	
#topnav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#topnav li {
	list-style: none;
	margin: 0px 1px 0px 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	float: left;
	background-color: #f9f9f9;
}
	
#topnav li a, #topnav li a:link {
	color: #232b65;
	display: block;
	text-decoration: none;
	font: normal bold 21px Arial, Tahoma, Verdana;
	margin: 0;
	height: 29px;
	padding-right: 19px;
	padding-top: 9px;
	padding-left: 19px;
}

#topnav li a:hover {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	background: #ededed center top;
	height: 29px;
	padding-right: 19px;
	padding-top: 9px;
	padding-left: 19px;
}
	
#topnav li li a, #topnav li li a:link, #topnav li li a:visited {
	background: #213267;
	width: 150px;
	color: #FFFFFF;
	float: none;
	margin: 0px 0px 0px -1px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #111111;
	border-left: 1px solid #111111;
	border-right: 1px solid #111111;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	font-size: 17px;
}
	
#topnav li li a:hover {
	background: #111111;
	color: #FFFFFF;
	margin: 0px 0px 0px -1px;
	padding: 7px 10px 7px 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}

#topnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0px;
	padding: 0px;
}

#topnav li li {
}

#topnav li ul a { 
	width: 150px;
}

#topnav li ul a:hover, #topnav li ul a:active {
}

#topnav li ul ul {
	margin: -30px 0 0 171px;
}

#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfhover1 ul ul, #topnav li.sfhover1 ul ul ul {
	left: -999em;
}

#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.sfhover1 ul, #topnav li li.sfhover1 ul, #topnav li li li.sfhover ul {
	left: auto;
}

#topnav li:hover, #topnav li.sfhover1 { 
	position: static;
}
	
#topnav .current_page_item a {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	color: orange;
}

ul#topnav li a {
}

/************************************************
*	Navbar      								*
************************************************/
.navbar_100 {
	background-color: #f9f9f9;
	width: 100%;
}
#navbar {
	width: 945px;
	height: 36px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 2px 0px 0px;
}

#navbar p {
	margin: 0px;
	padding: 8px 0px 0px 15px;
	text-transform: uppercase;
}
	
#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #354b92;
	display: block;
	text-decoration: none;
    margin: 0px;
	padding: 11px 17px 10px 15px;
	font: normal bold 11px Arial, Tahoma, Verdana;
	border-right: 1px solid #dedce5;
}

#nav li a:hover, #nav li a:active {
	color: #FFFFFF;
	margin: 0px;
	padding: 11px 17px 10px 15px;
	text-decoration: none;
	background: #65b6fc no-repeat right;
}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #213267;
	color: #FFFFFF;
	width: 150px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #111111;
	border-left: 1px solid #111111;
	border-right: 1px solid #111111;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #111111;
	color: #FFFFFF;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -30px 0 0 171px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
/************************************************
*	Searchbar      								*
************************************************/

#searchbar {
	background: #6C6C6C;
	width: 960px;
	height: 44px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	margin: 12px auto 0px;
	padding: 0px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	}
	
#searchbarleft {
	width: 350px;
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	}
	
#searchbarmiddle {
	width: 290px;
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	}
	
#searchbarright {
	width: 295px;
	float: left;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	}
	
#searchbarright a, #searchbarright a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#searchbarright a:hover {
	text-decoration: underline;
	}
	
#searchbarright a img {
	border: none;
	margin: 0px 3px 1px 0px;
	padding: 0px;
	}	
	
#searchbarform {
	margin: 10px 0px 0px 0px;
	display: inline;
	overflow: hidden;
	}
	
#searchbarformheader {
	margin: 0px;
	}
	
#searchbarsearch {
	background: #FFFFFF url(images/searchbar.png) repeat-x;
	width: 240px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px 0px 3px 5px;
	margin: 0px 5px 0px 3px;
	border: 1px solid #666666;
	display: inline;
	}
	
#searchbarsubmit {
	background: #222222;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 3px 2px 3px;
	border: 1px solid #222222;
	}
	
#cat {
	background: url(images/searchbar.png) repeat-x;
	width: 220px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px 2px 2px 2px;
	margin: 0px 3px 0px 3px;
	border: 1px solid #666666;
	display: inline;
	}
	
.postform {
	background: #FFFFFF;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 5px;
	display: inline;
	}
	
.rsslink {
	padding: 2px 5px 2px 15px;
	background: url(images/rss.png) no-repeat left center;
	}
	
/************************************************
*	Homepage 					     		    * 
************************************************/
	
.hptabber {
	margin: 0px 0px 10px 0px;
	padding: 15px 0 0px;
	}
	
.hpfeatured {
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 7px 10px 10px;
	border: 1px solid #C0C0C0;
		background: url(images/tabber-bg.jpg) repeat-x;

	}
	
#content .hpfeatured h3 {
	margin: 0 0 16px;
	padding: 0;
}
	
.hpfeatured p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 15px;
}

.hpfeatured .read_more {
	text-align: right;
}

#content  .hpfeatured h2 a {
	font-size: 15px;
	color: #6e78b0;
}

#content  .hpfeatured h3, .homeblock h3 {
	float: left;
}

#content .subscribe {
	float: right;
	margin-left: 12px;
}

#content .subscribe img {
	top: 1px;
	position: relative;
}

#content .subscribe a {
	color: white;
	font-size: 11px;
}

#content .homeblock .subscribe a {
	color: white;
	font-size: 11px;
}

.hpfeatured a {
	font-size: 10px;
	color: gray;
}

	
.homeleft {
	float: left;
	width: 299px;
	margin: 0px;
	padding: 0px;
	background: url(images/tabber-bg.jpg) repeat-x;
}
	
.homeright {
	float: right;
	margin: 0px;
	padding: 0px;
	background: url(images/bg-going-green.jpg) repeat-x;
	width: 299px;
	
}

#contentleft .homeright h3, #contentleft .homeleft h3 {
	color: white;
	margin-top: 0;
	margin-bottom: 14px;
}
	
.homeblock {
	margin: 0px 0px 10px 0px;
	padding: 6px 10px;
	border: 1px solid #C0C0C0;
}

.homeblock p {
	margin: 2px 0px 0px;
	padding: 0px;
	line-height: 14px;
}
	
.homeblock embed, .homeblock object {
	width: 277px; 
	height: 225px;
	margin: 0px; 
	padding: 0px;
	}
	
#contentleft .homeblock strong {
	color: white;
}
	
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 960px;
	margin: 0px auto 0px;
	padding: 10px 0px 0px 0px;
	line-height: 18px;
	z-index: 3;
}
	
#contentleft {
	float: left;
	width: 608px;
	margin: 0px;
	padding: 0px;
	}

#contentfull {
	float: left;
	width: 940px;
	margin: 0px;
	padding: 0px;
	}

#contentleft h1, #contentfull h1 {
	color: gray;
	font-size: 20px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#contentleft h1 a, #contentfull h1 a {
	color: #3356bc;
	font-size: 20px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}

#contentleft h1 a:hover, #contentfull h1 a:hover {
	color: #B2265D;
	font-size: 20px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#contentleft h2, #contentfull h2 {
	color: #111111;
	font-size: 18px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
	
#contentleft h2 a, #contentfull h2 a {
	color: #3356bc;
	font-size: 18px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
	

#contentleft h2 a:hover, #contentfull h2 a:hover {
	color: #B2265D;
	font-size: 18px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
	
#contentleft h3, #contentfull h3 {
	color: white;
	font-size: 18px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#contentleft h4, #contentfull h4 {
	color: #111111;
	font-size: 14px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#contentleft h4 a {
	color: #3356bc;
	font-size: 14px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}

#contentleft h4 a:hover {
	color: #B2265D;
	font-size: 14px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#contentleft h5, #contentfull h5 {
	color: #111111;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#contentleft h6, #contentfull h6 {
	color: #111111;
	font-size: 10px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}	
	
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

.post {
	margin: 0px 0px 25px;
	}
	
.postarea {
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #C0C0C0;
	}

.postarea .breadcrumb {
	background: #F7F7F7;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	padding: 5px 0px 5px 10px;
	border: 1px solid #E6E6E6;
	text-align: right;
}
	
.postarea p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ol li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ul li {
	background: url(images/icon.gif) no-repeat top left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
	}
	
.postarea ul ul li {
	background: url(images/icon.gif) no-repeat top left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
	}
	
blockquote {
	background: #F7F7F7;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border: 1px solid #E6E6E6;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
.postauthor {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #999999;
	}
	
.postauthor p {
	margin: 0px;
	padding: 0px;
	}
	
.postmeta {
	background: #F7F7F7;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 40px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E6E6E6;
	}
	
	#recipe_post .postmeta  {
	width: 79%;
	float: right;
	font-size: 4px;
	display: none;
}

#recipe_post .postmeta p {
	font-size: 10px;
}
	
.postmeta p {
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-size: 10px;
}

code {
	background: #F7F7F7;
	margin: 0px 25px 15px 25px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	border: 1px solid #E6E6E6;
	}
	
.archives {
	float: left;
	width: 250px;
	margin: 0px;
	padding: 0px 25px 20px 0px;
	}
	
.adblock {
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #C0C0C0;
	}
	
.postcomments {
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 15px 10px 10px 10px;
	border: 1px solid #C0C0C0;
	}

/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

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

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	background: #F7F7F7;
	text-align: center;
	padding: 4px 0px 5px 0px;
	border: 1px solid #E6E6E6;
	}

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

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar 	        			            * 
************************************************/
	
#sidebar, #sidebar2, #sidebar3 {
	float: right;
	width: 322px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
}

#sidebar2 .subscribe {
	float: left;
	margin-left: 0;
	margin-bottom: 20px;
}

#sidebar2 .subscribe a{
	color: gray;
}
	
#sidebar a, #sidebar a:visited  {
	color: #3356bc;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #B2265D;
	text-decoration: underline;
	}
	
#sidebar h2, #sidebar h4 {
	color: gray;
	font-size: 14px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#sidebar p {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	}
	
#sidebar img {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	}
	
#sidebar embed, #sidebar object {
	width: 300px; 
	height: 250px;
	margin: 5px 0px 0px 0px; 
	padding: 0px;
	}
	
#sidebar .widget  {
	background: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 10px 10px;
	border: 1px solid #C0C0C0;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#sidebar ul ul li a, #sidebar ul ul li a:visited {
	color: #3356bc;
	text-decoration: none;
	}
	
#sidebar ul ul li a:hover {
	color: #B2265D;
	text-decoration: underline;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	background: url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	}
	
#sidebar ul li ul li {
	background: url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	}

#sidebar .textwidget {
	margin: 0px;
	padding: 0px;
	}

.widget_tag_cloud {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
#enews.widget {
	padding: 0;
	background-image: url(images/feedburner.jpg);
}
.enews {
	margin: 0px;
	padding: 5px 5px 1px;
	}
#enews.widget  #subscribe input#subbox {
	margin-top: 34px;
	margin-left: 44px;
}

#enews.widget h4 {
	font-size: 16px;
	color: black;
	padding-left: 19px;
	margin-top: 8px;
}	
/************************************************
*	Searchform  								*
************************************************/

#searchform {
	color: #111111;
	font-size: 14px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	display: inline;
	}
	
#searchformheader {
	margin: 0px;
	}

#s {
	background: #FFFFFF url(images/searchbar.png) repeat-x;
	width: 200px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 5px 5px 0px 3px;
	border-top: 1px solid #666666;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #EEEEEE;
	}
	
#searchsubmit {
	background: #3b6ab0;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 3px 2px 2px 2px;
	border: 1px solid #88779c;
	}

/************************************************
*	Footer  									*
************************************************/
	
#footer {
	width: 960px;
	padding: 0px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	background-color: white;
	border: 1px solid #c4c4c4;
	margin: 10px auto 20px;
}
	
#footer p {
	margin: 0px;	
	padding: 0px 0px 5px 0px;
	color: #848484;
}
	
#footer a {
	color: #6e7ede;
	text-decoration: none;
	}

#footer a:hover {
	color: #B2265D;
	text-decoration: underline;
	}
	
#footer a img {
	border: none;
	margin: 0px 4px 1px 0px;
	padding: 0px;
	}
	
.footerleft {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 11px 0px 0px 30px;
	line-height: 15px;
}
	
.footerright {
	float: right;
	width: 600px;
	margin: 0px;
	padding: 11px 10px 0px 0px;
	text-align: right;
	}
	
/************************************************
*	eNews Subscribe								*
************************************************/

#subscribe {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	overflow: hidden;
	}

#subbox {
	background: #FFFFFF url(images/searchbar.png) repeat-x;
	width: 220px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 5px 5px 0px 0px;
	border-top: 1px solid #666666;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #EEEEEE;
	}
	
#subbutton {
	background: #222222;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 3px 2px 3px;
	border: 1px solid #222222;
	}
	
#submit {
	background: #222222;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	border: 1px solid #222222;
	}
	
#author, #email, #url {
	background: #F7F7F7 !important;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #F0E4E4;
	}
	
#comment {
	background: #F7F7F7 !important;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

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

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 99%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

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

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

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

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #222222;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #222222;
	}
	
.reply a:hover {
	background: #B2265D;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #B2265D;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F7F7F7;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #E6E6E6;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	margin: 0px;
	padding: 0px;
	}
	
.tabberlive .tabbertabhide {
	display: none;
	}

.tabber {
	0px;
	}

.tabberlive {
	margin-bottom: 10px;
	}

ul.tabbernav {
	margin: 0px;
	padding: 0px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
	padding: 0;
}

ul.tabbernav li a {
	padding: 0px;
	border-bottom: none;
	text-decoration: none;
}

ul.tabbernav li a:link {
	background: #213267 url(images/tabber-bg.jpg);
	color: white;
	margin: 0px 5px 0px 0px;
	padding: 5px 10px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-top: 1px solid #ed9f5a;
	border-right: 1px solid #ed9f5a;
	border-left: 1px solid #ed9f5a;
	border-bottom: none;
}

ul.tabbernav li a:visited {
	background: #DADADA;
	color: #222222;
	}

ul.tabbernav li a:hover {
	background: #F7F7F7;
	color: #213267;
	text-decoration: none;
	
	}

ul.tabbernav li.tabberactive a {
	background: white;
	color: #213267;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	font-weight: bold;
	border-top: 1px solid #ed9f5a;
	border-right: 1px solid #ed9f5a;
	border-left: 1px solid #ed9f5a;
	border-bottom: none;
}

ul.tabbernav li.tabberactive a:hover {
	background: white;
	color: #222222;
	text-decoration: none;
}

.tabberlive .tabbertab {
	color: gray;
	margin: 3px 0px 0px 0px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	padding: 15px;
	background-color: #fbfbfb;
}

.tabberlive .tabbertab h2 {
	display: none;
}

.tabberlive .tabbertab h3 {
	display: none;
	}

.tabbertab cite {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}
	
.tabbertab p {
	font-size: 11px;
	margin: 0px 0px 10px 0px;
	text-align: justify;
	line-height: 16px;
}

.tabbertab a, .tabbertab a:link, .tabbertab a:active {
	font-weight: bold;
}
	


/* Twiiter */
#twitter-3 {
	font-size: 11px;
	line-height: 13px;
}

#twitter-3 li.entry-content {
	margin-top: 8px;
	margin-bottom: 10px;
	background-image: url(images/twitter-t.png);
	background-color: #eee8fe;
	padding: 2px 2px 2px 15px;
}

#twitter-3 h4 {
	font-size: 18px;
	margin-bottom: 8px;
	margin-top: 5px;
	padding-left: 46px;
	background: url(images/social_twitter.jpg) no-repeat;
	padding-top: 13px;
	padding-bottom: 10px;
}

#twitter-3 h4 a {
}

/* FRUITS OF THE WEEK GCAL */
#ko_calendar-3.widget.ko_calendar {
	border-style: none;
	padding: 0;
	width: 322px;
	background-color: transparent;
}

#ko_calendar-3 a.ko-calendar-entry-title {
	font-size: 14px;
	color: white;
	font-weight: bold;
	background: url(images/arrow-down.png) no-repeat 0 6px;
	padding-left: 18px;
}

#ko_calendar-3.widget.ko_calendar a {
	padding-right: 25px;
	padding-top: 7px;
	padding-bottom: 9px;
}

#ko_calendar-3.widget.ko_calendar a:hover {
	text-decoration: none;
	color: silver;
}

#ko_calendar-3 h4 {
	padding-top: 7px;
	padding-bottom: 5px;
	font-size: 18px;
	color: white;
	margin: 0;
	background-color: #213267;
	padding-left: 9px;
}

#ko_calendar-3 h4 a {
	color: white;
}

.ko-calendar-widget-events {
	margin: 0;
	padding: 0;
	width: 311px;
}

.ko-calendar-date {
	clear: both;
	display: none;
}

div.ko-calendar-event-list {
	background-color: #65b6fc;
	width: 314px;
	margin: 0 0 1px;
	padding: 6px 0 6px 8px;
}

div.ko-calendar-event-list:hover {
	background-color: #213267;
}

#ko_calendar-3 .ko-calendar-entry-date-text {
	font-weight: bold;
	padding-left: 0;
	margin: 0 0 -12px;
	width: 131px;
	background-color: transparent;
}

#ko_calendar-3 div.ko-calendar-entry-date-row {
	margin: 0;
	padding: 0 0 0 7px;
	background-color: transparent;
}

#ko_calendar-3 div.ko-calendar-entry-location-text {
	background-color: transparent;
	width: 248px;
}
#ko_calendar-3 div.ko-calendar-entry-body {
	background-color: transparent;
	width: 271px;
}
#ko_calendar-3 div.ko-calendar-entry-body p {
	line-height: 15px;
	color: #646464;
	font-size: 11px;
	background-color: transparent;
}

div.ko-calendar-event-list div div {
	color: #B2265D;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: white;
	font-size: 11px;
	padding: 2px;
	width: 284px;
	margin-left: 5px;
}

.ko-calendar-entry-date-text {
	display: none;
}

#ko_calendar-3 .more {
	font-size: 11px;
	background-color: white;
	padding-left: 11px;
}

/* END FRUITS OF THE WEEK GCAL */


li#social.widget {
	background-color: white;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 3px;
}

li#social img {
	margin-bottom: 0;
	margin-right: 1px;
}

li#social p {
	font-size: 11px;
	line-height: normal;
}

li#social span.join_remmi {
	float: left;
	width: 125px;
	font-size: 12px;
	color: #d95c93;
	font-weight: bold;
	margin-right: 9px;
	border-bottom-color: #e78c8b;
	letter-spacing: -1px;
	padding-top: 10px;
	margin-left: 0;
	padding-left: 8px;
	padding-bottom: 11px;
}

li#social span.youtube {
	font-size: 10px;
	padding-left: 117px;
}

li#social .youtube a{
	color: red;
}

#ads .ad_div_sb {
	background-color: #6e78b0;
	float: left;
	margin-right: 4px;
	margin-bottom: 7px;
	width: 150px;
	height: 150px;
	color: white;
	margin-left: 4px;
}

#ads .ad_div_sb img {
	margin: 0;
}

#adrotate-3.adrotate_widget {
	margin: 0 0 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}


/* RECIPES MENU */
#recipes_menu {
	padding: 10px;
	margin: 0 0 6px;
	background: #b2e0ff url(images/recipe-menu-bg.jpg) 0 bottom;
	margin: 0px 0px 10px 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#recipes_menu h1 {
	color: #213267;
	padding-left: 10px;
	padding-top: 2px;
}

#recipes_menu ul {
	padding: 0;
	margin: 0;
}

#recipes_menu ul li {
	float: left;
	list-style-type: none;
	margin: 0 4px 4px 5px;
	padding: 0;
	text-align: center;
}

#recipes_menu ul li a{
	color: white;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: normal;
	font-weight: bold;
}

#recipes_menu img {
	padding: 0;
	margin: 0;

	border: 4px solid #dedede;
}

#recipes_menu img:hover {
	text-decoration: none;
	border: 4px solid #65b6fc;
}

#recipes_menu p.view_all {
	margin: 10px 0 0;
	padding: 0 9px 0 0;
	text-align: right;
	font-size: 10px;
	background-color: #b2e0ff;
	color: #213267;
}

#recipes_menu p.view_all a {
	color: #213267;
	font-weight: bold;
}

.welcome {
	display: none;
}

#sidebar2.sb_2 ul{
	list-style-type: disc;
	list-style-position: inside;
	margin-top: 0;
	padding: 10px;
	background-color: white;
}
#sidebar2.sb_2 ul ul {
	background-color: transparent;
}


#sidebar2.sb_2 ul li {
	list-style-type: none;
}

#sidebar2.sb_2 .children li.cat-item {
	background-color: #f4f4f4;
	margin-bottom: 2px;
	padding: 3px;
	border-bottom: 1px solid #e1e1e1;
	font-size: 12px;
	color: gray;
}

#sidebar2..sb_2 .children li.cat-item:hover {
	background-color: #e3e9fe;
}

#sidebar2..sb_2 .children li.cat-item a {
	font-size: 14px;
	margin-right: 4px;
}

#sidebar2..sb_2 ul .children {
	padding: 0;
	margin-top: 6px;
}

#sidebar2 #recipes_menu {
	margin: 0px 0px 10px;
	background: #FFFFFF;
	border-style: none;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#sidebar2 #recipes_menu h2 {
	font-size: 20px;
	color: #0f1875;
}

#sidebar2 #recipes_menu a {
	color: #0f1875;
}

#recipe_post ul.search {
	background-color: orange;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 272px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	float: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(images/search-bg.jpg);
	color: white;
	font-weight: bold;
	margin-top: 17px;
}
#recipe_post ul.search li {
	list-style-type: none;
	list-style-image: none;
	background-image: none;
	padding-left: 0;
}

#recipe_post .search_results, #recipe_post  .section {
	margin-left: 100px;
}

#recipe_post h3 a {
	color: orange;
}

#recipe_post img.remmi {
	width: 200px;
	height: 171px;
	margin-bottom: 26px;
}

#recipe_post .section img {
	border: 3px solid #d7d7d7;
}

#recipe_post p {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#recipe_post .section {
	margin-bottom: 11px;
	border-bottom: 2px solid #f1f1f1;
	padding-bottom: 12px;
	width: 386px;
}
#recipe_post img {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 11px;
	margin-bottom: 5px;
}


img.recipe_img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px solid #dcdcdc;
}

#contentleft .post h2 {
	color: orange;
}

.custom_field {
	border-bottom: 1px solid #e4e2e8;
	margin-bottom: 20px;
	text-align: left;
	clear: both;
}

#contentleft .custom_field strong {
	text-align: left;
	font-size: 16px;
}

#contentleft .custom_field ul {
	margin-top: 10px;
}

 .recipe_excerpt {
	padding-top: 27px;
}



/* FEATURED VIDEO */
#featured_video {
	background-color: #080e25;
	width: 608px;
	color: silver;
	clear: both;
	margin-bottom: 10px;
	height: 342px;
}

/* Custom Fields */
ul#ingredients_list li {
	list-style-position: inside;
	font-size: 13px;
	padding: 0 0 0 11px;
	margin: 0 0 10px;
	list-style-image: none;
	background: url(images/ico_check.png) no-repeat 0 -2px;
}


#share {
	float: left;
}

#event_post img {
	float: left;
	margin-right: 10px;
	margin-bottom: 34px;
}

#event_cal p{
	font-size: 10px;
	line-height: 15px;
}

#event_cal h3 {
	margin: 4px 0;
	font-size: 14px;
}

ul#event_cal h2 {
	font-size: 16px;
}

#archive h1 {
	margin-bottom: 2px;
}

#archive h1 a {
	font-size: 16px;
}

#archive .read {
	width: 110px;
}

#archive .read a {
	color: #B2265D;
	font-size: 10px;
	font-weight: bold;
}

#archive img {
	float: left;
	margin-right: 4px;
	width: 100px;
	height: 100px;
}

#archive .section {
	float: left;
	width: 475px;
	margin-left: 5px;
}

#team {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 588px;
}
#team .section {
	float: left;
	margin-right: 24px;
	margin-left: 24px;
}

#team img {
	margin: 6px;
	border: 6px solid #dcdcdc;
}

#team img:hover {
	border: 6px solid #0f1875;
}

#team .name {
	
}

/* going green page */

#go_green, #fun_food {
	border-style: none;
	background-image: none;
	background-color: transparent;
}

#go_green .left, #fun_food .left {
	float: left;
	margin-right: 6px;
	width: 105px;
	border-style: none;
	background-color: transparent;
	background-image: none;
}

#go_green .right, #fun_food .right {
	width: 454px;
	margin: 10px 0 0;
	float: right;
	padding-top: 0;
}

#go_green h2 {
	font-size: 22px;
	color: green;
}

#go_green h3, #fun_food h3 {
	float: left;
}

#go_green .left img, #fun_food .left img {
	height: auto;
	width: auto;
}

#go_green img, #fun_food img {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 11px;
	margin-bottom: 5px;
}

#go_green .section, #fun_food .section {
	border-bottom: 2px solid #f1f1f1;
	font-size: 11px;
	line-height: 15px;
	padding-top: 12px;
	padding-bottom: 8px;
}

#go_green .section p, #fun_food .section p{
	float: left;
	width: 378px;
	margin: 0;
	padding: 0;
}


/* Shows */
#shows  p {
	font-size: 18px;
	letter-spacing: -1px;
	line-height: 23px;
	margin-top: 6px;
}

#shows .read a {
	color: #B2265D;
	font-size: 10px;
	font-weight: bold;
}

#footer .privacy {
}
#footer .privacy a{
	color: red;
}


#gform_2 li {
	background-image: none;
}

#gform_2 h3 {
	color: #3356bc;
	padding-top: 10px;
}

#gform_2 #field_2_7 {
	margin-top: 43px;
}

#gform_2 #field_2_10 {
	padding-left: 19px;
	padding-top: 4px;
}


.page-id-12 #contentleft h2 {
	padding-top: 22px;
	padding-bottom: 22px;
	margin-bottom: 22px;
	margin-top: 22px;
}



.page-id-2673 #contentleft,.page-id-2667 #contentleft,.page-id-2671 #contentleft, .page-id-3743 #contentleft {
	width: 628px;
}
