/* @override http://dev.trueblueberry.com/styles.css */
/* clear all and set defaults */
/* @group Defaults */
* {
	margin:0;
	padding:0;
}
html,body {
	color: #003366;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #fff url(/images2/tb_back700.jpg) repeat-x center top;
}
body {
	font-family: "Lucida Grande", "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
p {
	padding-bottom: 10px;
}
/* @end */
/* @group Links */
a:link, a:visited {
	color: #0066CC;
	text-decoration: none;
	border-bottom: 1px solid #7fb2e5;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
	border-bottom-color: #e57f7f;
}

html>body a:link, a:visited {
	border-bottom: 1px dotted #0066CC;
}
html>body a:hover {
	border-bottom: 1px dotted #CC0000;
}

/* @end *//* @group Header */
/* header navigation */
#header {
	width: 950px;
	margin: auto;
	text-align: center;
	min-height: 125px;
}

#logo {
	width: 245px;
	float: left;
	padding-top: 35px;
}
#logo a {
	border: none;
}

#navtop {
	padding-top: 15px;
	height: 20px;
	overflow: hidden;
}
#navtop ul {
	list-style: none;
	text-align: right;
}
#navtop li {
	display: -moz-inline-box; 
	display: inline-block;
	padding: 0 0 0 20px;
}
* html #navtop li { display:inline; }  /* for IE 6 */
* + html #navtop li { display:inline; }  /* for IE 7 */
#navtop a {
	color: #fff;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: none;
}
#navtop a:hover {
	padding-bottom: 0px;
	border-bottom: 1px dotted #fff;
}
#navtop li a img {
	margin-bottom: -3px;
}
#navmain {
	padding-top: 34px;
}
#navmain ul {
	list-style: none;
	text-align: right;
}
#navmain li {
	display: -moz-inline-box; 
	display: inline-block;
	padding: 7px 0 0 0;
	margin-left: 30px;
	font-size: 17px;
	line-height: 18px;
	font-weight: bold;
	vertical-align: top;
	height: 30px;
}
* html #navmain li { display:inline; }  /* for IE 6 */
* + html #navmain li { display:inline; }  /* for IE 7 */
#navmain a {
	display: block;
	color: #0054a6;
	text-decoration: none;
	border: none;
}
#navmain a:hover {
	color: #cc0000;
}
#navmain li.selected {
	padding: 5px 0 0 0;
	border-top: 2px solid #fff;
}
/* @end */
/* @group Side Navigation */
#navside {
	float: left;
	width: 200px;
	padding-top: 30px;
	min-height: 545px;
	background: url(/images2/page_navside.jpg) no-repeat 195px top;
}
#navside ul {
	list-style: none;
	text-align: right;
	background: transparent url(/images2/nav_btm.gif) no-repeat right top;
	padding-top: 2px;
}
#navside li {
	background: transparent url(/images2/nav_btm.gif) no-repeat right bottom;
	padding-bottom: 2px;
	font-size: 12px;
	line-height: 15px;
	margin-right: 0px;
}
#navside li a {
	display: block;
	padding: 7px 10px 7px 0px;
	border: none;
	font-weight: bold;
}
#navside li a:hover {
	border: none;
	background: transparent url(/images2/nav_hover.gif) repeat-y right;
}
#navside li.selected {
	background: transparent url(/images2/nav_sel_btm.gif) no-repeat right bottom;
}
#navside li.selected a {
	background: transparent url(/images2/nav_sel.gif) repeat-y right;
}

/* Hide from IE 6 and older */
html>body #navside ul {
	background: transparent url(/images2/nav_btm.png) no-repeat right top;	
}
html>body #navside li {
	background: transparent url(/images2/nav_btm.png) no-repeat right bottom;
}
html>body #navside li a:hover {
	background: transparent url(/images2/nav_hover.png) repeat-y right;
}
html>body #navside li.selected {
	background: transparent url(/images2/nav_sel_btm.png) no-repeat right bottom;
}
html>body #navside li.selected a {
	background: transparent url(/images2/nav_sel.png) repeat-y right;
}

#navside li.submenu {
	font-size: 11px;
	line-height: 12px;
}
#navside li.submenu a {
	font-weight: normal;
	padding: 5px 20px;
}
#sidequote {
	margin-top: 40px;
	padding: 15px 10px 0 10px;
	color: #003366;
	font: italic 12px/18px Georgia, "Times New Roman", Times, serif;
	background: url(/images2/quote_start.gif) no-repeat left top;
	width: 170px;
}
#sidequote div {
	margin-top: -10px;
	padding: 20px 10px 0 10px;
	color: #666;
	font: normal 10px/14px "Lucida Grande", "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	background: url(/images2/quote_end.gif) no-repeat right top;
}
/* @end */
/* @group Content Areas */
#content, #homecontent {
	margin: auto;
	text-align: left;
	width: 960px;
}
#homefeature {
}

#contest {
float:left;
width:167px;

padding-left:85px;
}

#contest a {
	border: none;
}

.coltitle {
	font-size: 25px;
	line-height: 30px;
	color: #008fd5;
}
#homecontent ul {
	margin: .5em 0 0 1.5em;
}
#colleft {
	width: 300px;
	float: left;
	margin-right: 30px;
	text-align: left;
}
#colcenter {
	width: 300px;
	float: left;
	margin-right: 30px;
	text-align: left;
}
#colright {
	width: 300px;
	float: left;
	margin-right: 0px;
	text-align: left;
}
#colright li, #colleft li, #colcenter li {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 5px;
}

#widefeat {
	background: url(/images2/home-featurebottle.jpg) no-repeat;
	clear: both;
	height: 206px;
	padding: 40px 10px 0 20px;
	font-size: 12px;
	line-height: 18px;
}
#widefeat1 {
	float: left;
	width: 390px;
}
#widefeat2 {
	float: right;
	width: 390px;
}
#widefeat .feattitle {
	font-size: 22px;
	line-height: 24px;
	color: #008fd5;
	padding-bottom: 5px;
}
.imgleft {
	float: left;
	padding-right: 5px;
	margin-top: 2px;
	margin-left: -3px;
}

#contentbody {
	float: left;
	width: 760px;
	background: #fff url(/images2/page_right.jpg) no-repeat right top;
}
#body {
	background: transparent url(/images2/page_top.jpg) no-repeat right top;
	padding: 45px;
	min-height: 545px;
}

/* @end */
/* @group Footer */
#footer {
	width: 960px;
	margin: auto;
	text-align: left;
	color: #666;
	font-size: 10px;
	line-height: 14px;
	clear: both;
	padding-top: 20px;
}
#footer a {
	color: #666;
	border: none;
}
#footer a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#footer1 {
	padding: 0;
}
#footer1 img {
	float: left;
	padding-right: 5px;	
}
#footer1 a {
	margin-right: 25px;
	font-weight: bold;	
}
#footer2 a {
	margin-right: 25px;
}
#footer2 {
	border-top: 2px dotted #999;
	margin-top: 5px;
	padding: 5px 0;
}
#footer2 img {
	float: right;
}
#footer3 {
	padding: 5px 0;
}
/* @end */
/* @group Copy Styles */
#body h2, #body h3 {
	font-weight: normal;
	color: #008fd5;
	margin-top: 10px;
}
#body h1 {
	font-size: 30px;
	font-weight: normal;
	padding: 0;
	color: #008fd5;
	margin-bottom: 20px;
}
#body ul {
	margin-left: 25px;
	margin-bottom: 20px;
	list-style-image: url(images2/bullet_blue.gif);
}
#body li {
	margin-bottom: 5px;
}
#body blockquote {
	margin-left: 30px;
}
.pullquote {
	width: 330px;
	float: right;
	font: 16px/25px Georgia, "Times New Roman", Times, serif;
	color: #008fd5;
	padding: 10px 0 0 20px;
	margin: 0 0 10px 20px;
	background: url(/images2/quote_start.gif) no-repeat left top;
}
.pullquote p {
	margin: 0;
	padding: 0;
}
.pullquote div {
	font: normal 10px "Lucida Grande", "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #666;
	padding: 30px 0 10px 20px;
	background: url(/images2/quote_end.gif) no-repeat right top;
	margin-top: -20px;
	z-index: -1;
}
.pullout, .pulloutsml {
	width: 230px;
	float: right;
	color: #fff;
	margin: 0 0 20px 20px;
	font-size: 14px;
	line-height: 22px;
	font-weight: lighter;
	background-color: #40abe0;
	padding: 10px 15px;
}
.pulloutsml {
	width: 320px;
}
.pulloutsml p {
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid #9fd5ef;
}
.imgright {
	float: right;
	margin: 0 0 20px 20px;
}
.photo {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
}
.copysmall {
	font-size: 80%;
	line-height: 1.4em;
}
.copybig {
	font-size: 130%;
	line-height: 1.4em;
}
.featurebox {
	background-color:#f3ffdc;
	border: 1px solid #F3FFDC; 
	padding: 5px; 
	font-size:11px; 
	line-height: 16px;
	width: 250px;
}
.col4 { 
	width: 22%; 
	margin-left: 10px; 
	float: left; 
}
.col3 { 
	width: 29%; 
	margin-left: 20px; 
	float: left; 
}
.col2 { 
	width: 47%; 
	margin-left: 10px; 
	float: left; 
}
.recipeside {
	width: 212px;
	float: left;
	margin-right: 30px;
	min-height: 500px;
	background-color: #eef3e0;
	padding-bottom: 20px;
}
.recipeside p {
	padding: 10px 20px 0 20px;
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

/* @end */

#bodysimple1 {
	margin: auto;
	width: 760px;
	min-height: 545px;
	padding-left: 5px;
	padding-right: 5px;
	background: url(/images2/page_navside.jpg) no-repeat left top;
}
#bodysimple2 {
	background: #fff url(/images2/page_right.jpg) no-repeat right top;
	min-height: 545px;	
}
/* Pick Region Popup */
#pickregion {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: #000;
	opacity: 0.5;
}
#horizon {
	background-color: transparent;
	position: absolute;
	z-index: 101;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 900px; 
}
#wrapper {
	background-color: #fff;
	position: relative;
	text-align: left;
	width: 500px;
	height: 300px;
	margin: 0px auto;
	border: 0px solid #fff;
	-moz-border-radius:20px;
	border-radius:20px;
	-webkit-border-radius:20px;
	_border: 0px solid #fff !important;
	_padding: none;
}
