body {
	font-family: 'Lucida Grande', Helvetica, Sans-Serif;
	font-size: 13px;
	color: #fff;
	background: #3488ca url(/images/body_bg.gif) repeat-x 0 90px;
}
                                             
#main {
	min-height: 600px;
}

* {
	outline: none;
}

.center {
	text-align: center;
}

a {
	color: #fff;
}

a:hover {
	color: #87cdff;
}

h1 {
	padding: 40px 0 20px 0;
	margin: 0;
	color: #fff;
	font-size: 28px;
	line-height: 32px;
}

h2 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
}

.right h5 {
	color: #2576b3;
}

small {
	font-size: 10px;
	color: #a9a9a9;
}

hr {
	color: #68bffd;
	background: #68bffd;
}

#header {
	background: #fff url(/images/header_bg.gif) repeat-x 0 0;
	height: 90px;
	overflow: hidden;
}

/* Header */

#logo {
	position: absolute;
	top: 8px;
	z-index: 1000;
}

#nav {
	margin: 8px 0 0 125px;
	padding: 0 1px 0 0;
	list-style-type: none;
	background: url(/images/nav_bg.gif) repeat-x right 0;
	overflow: auto;
	float: left;
	display: inline;
}

#nav li {
	margin: 0;
	padding: 0 0 0 1px;
	list-style-type: none;	
	background: url(/images/nav_bg.gif) no-repeat left 0;
	float: left;
}

#nav li img {
	display: block;
}

#subnav {
	padding: 4px 0 0 125px;
	list-style-type: none;
	margin: 0;
}

#subnav li {
	float: left;
	list-style-type: none;
	border-left: 1px solid #8fcbfb;
}

#subnav li.last {
	border-right: 1px solid #8fcbfb;
}

#subnav li a {
	color: #0951a0;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	display: block;
	padding: 1px 10px;
}

#subnav li a:hover {
	text-decoration: underline;
}

#subnav li a.active {
	color: #fff;
}

#locator {
	float: right;
	background: url(/images/locator_bg.png) no-repeat 0 0;
	width: 189px;
	padding-left: 50px;
	height: 82px;
}

#locator input.text {
	width: 165px;
	padding: 3px;
	color: #b7b7b7;
	margin-bottom: 4px;
	font-size: 11px;
	margin-top: 3px;
}

#origin {
	color: #b7b7b7;
}

#locator input.text:focus, #origin:focus {
	color: #f67a0c;
	font-weight: bold;
}

#locator input.submit {
	vertical-align: middle;
}

#locator .links, #locator .links a {
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #8cc5f9;
}

#locator .links a:hover {
	color: #fff;
}

/* Footer */

#footer {
	border-top: 2px solid #fff;
	border-bottom: 1px solid #afd0ea;
	background: #fff url(/images/footer_bg.gif) repeat-x 0 0;
	padding: 25px 0;
}

#footer .linkage {
	color: #2576b3;
	text-align: right;
}

#footernav a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #3da3f0;
}

#footernav a:hover, #footernav a.active {
	color: #f47e0b;
}

#call {
	font-weight: bold;
}

/* Pages */

.page_photo { 
	border: 2px solid #68bffd;
	margin: 0 0 25px 0;
}

.block .photo {
	margin: 0 0 20px 0;
}

/* Boxes */

.rounded {
	-moz-border-radius:		12px;
	-webkit-border-radius:	12px;
	-o-border-radius:		12px;
	-icab-border-radius:	12px;
	-khtml-border-radius:	12px;
	border-radius:			12px;
	background: #fff;
	color: #2576b3;
	overflow: auto;
}

.shadow {
	-o-box-shadow:		0 0 5px #333;
	-icab-box-shadow:	0 0 5px #333;
	-khtml-box-shadow:	0 0 5px #333;
	-moz-box-shadow:	#333 0 0 5px;
	-webkit-box-shadow:	0 0 5px #333;
	box-shadow:			0 0 5px #333;
	overflow: auto;
}

.left {
	border: 2px solid #68bffd;
	background: #fff url(/images/left_bg.gif) repeat-x 0 0;
	margin-bottom: 20px;
}

.left h2 {
	color: #68bffd;
	margin: 0;
	padding: 15px 15px 40px 20px;
}

.left h2.bottom {
	padding-bottom: 10px;
}

.left h3 {
	font-size: 16px;
	font-weight: bold;
	color: #2576b3;
	margin: 10px 0 5px 0;
	line-height: 22px;
}

.left h4 {
	font-size: 12px;
	font-weight: bold;
	color: #2576b3;
}

.left a {
	color: #2576b3;
}

.left a:hover {
	color: #f47e0b;
}

.left .pagination {
	border-top: 1px solid #68bffd;
	padding-top: 10px;
	clear: both;
	margin: 0 40px 40px 40px;
}

.left .pagination .current {
	font-weight: bold;
	background: #f47e0b;
	padding: 3px;
	color: #fff;
}

.naked .photo {
	border: 2px solid #68bffd;
}

#jump_nav {
	float: right;
	clear: both;
	margin: 0;
}

.filter {
	border: 2px solid #68bffd;
	background: #fff url(/images/filter_bg.gif) repeat-x 0 0;
	margin-bottom: 30px;
}

.filter h2, .feature h2 {
	margin: 0;
	padding: 15px 15px 30px 20px;
}

.filter ul {
	margin: 0 0 20px 20px;
	padding: 0;
	list-style-type: none;
}

.filter ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #68bffd;
}

.filter ul li a {
	color: #838383;
	text-decoration: none;
	padding: 5px 0;
	display: block;
	font-weight: normal;
}

.filter ul li a.active {
	font-weight: bold;
}

.filter ul li a:hover {
	color: #444;
}

.filter .media_contact {
	margin: 0 0 20px 20px;
	padding: 0;
	font-size: 11px;
}

.filter .bottom {
	margin-bottom: 10px;
}

.feature {
	border: 2px solid #fff;
	background: #fff url(/images/feature_bg.gif) repeat-x 0 0;
	color: #0048a0;
	font-size: 12px;
	margin-bottom: 30px;
}

.feature p, .filter p {
	margin-left: 38px;
	margin-right: 20px;
}

.feature a, .filter a {
	color: #0048a0;
	font-weight: bold;
}

.feature p a:hover, .filter p a:hover {
	color: #f47e0b;
}

.feature ul {
	margin-left: 53px;
	margin-right: 20px;	
}

.feature h3, .filter h3 {
	margin: 0 20px 5px 38px;
	color: #0048a0;
	font-weight: bold;
	font-size: 13px;
}

.feature h3 a {
	color: #0048a0;
	text-decoration: none;
}

.filter h3 a {
	color: #838383;
	text-decoration: none;
}

.filter h3 a:hover {
	color: #444;
}

.feature h3 a:hover {
	text-decoration: underline;
}

.feature .quiet h3 {
	color: #f67a0c;
}

.feature .quiet p, .feature .quiet p a {
	color: #838383;
}

.feature .quiet p a {
	font-weight: normal;
}

.feature .quiet p a:hover {
	color: #f67a0c;
}

.feature hr {
	margin-left: 38px;
	width: auto;
}

.feature img.icon, .filter img.icon {
	position: absolute;
	margin: -10px 0 0 -15px;
}

.feature form, .filter form {
	margin: 0 0 20px 20px;
}

.feature form .text, .filter form .text {
	font-size: 10px;
	width: 170px;
	margin-left: 0;
	margin-right: 0;
	display: block;
	color: #666;
}

.feature form .file {
	width: 170px;
	display: block;
	color: #666;
	margin: 0 0 10px 0;
}

.feature form label, .filter form label {
	margin-top: 5px;
}

textarea { height: 160px; }

.feature form textarea {
	height: 220px;
	display: block;
	color: #666;
}

.s_check { display: none; }

.fieldWithErrors {
	display: inline;
	margin: 0;
	padding: 0;
}

.fieldWithErrors input.text, .fieldWithErrors textarea {
	border: 1px solid red;
}

/* Home */

#home_ugc {
	height: 360px;
}

#home_features {
	float: left;
	height: 510px;
}

#home_feature {
	border-top: 2px solid #68bffd;
	background: #ff9434 url(/images/home_feature_bg.gif) repeat-x 0 0;
	padding: 30px 0 60px 0;
	margin: 0;
}

#home_blocks {
	border-top: 2px solid #68bffd;
	background: #134570 url(/images/home_blocks_bg.gif) repeat-x 0 0;
	height: 95px;
}

#home_blocks .container {
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px 0 0 0;
}

#home_blocks .block {
	height: 75px;
}

#home_blocks .colborder, #home_blocks .border {
	border-color: #316fa2;
}

#home_blocks .first {
	border-left: 1px solid #316fa2;
	padding-left: 25px;
}

#home_blocks p {
	color: #5fb8f3;
	margin-bottom: 5px;
}

#home_blocks h4 {
	color: #a8d4f1;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

#home_blocks h4 a {
	color: #a8d4f1;	
}

#home_blocks h4 a:hover {
	color: #f47e0b;
}

/* Hall of Fame */

.headshot {
	border: 2px solid #68bffd;
}

.inductee .vote {
	cursor: pointer;
	font-size: 10px;
	text-align: center;
	color: #838383;
}

.expander {
	background: url(/images/icons/arrow_down.gif) no-repeat 0 50%;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	padding-left: 12px;
	margin-bottom: 20px;
}

.expander:hover {
	color: #f47e0b;
}

.left .expander.active {
	background-image: url(/images/icons/arrow_up.gif);
}

#submit_hof, #submit_recipe {
	background: #f8922a;
}

#submit_hof p, #submit_recipe p {
	color: #fff;
	margin-left: 18px;
}

#submit_hof h2, #submit_recipe h2 {
	margin: 0 0 0 0;
	padding: 0;
}

/* News */

.news_item .photo {
	border: 2px solid #68bffd;
	margin-bottom: 20px;
}

.news_item h4 {
	margin: 10px 0 5px 0;
}

.news_item h3 {
	margin: 0 0 15px 0;
}

/* Locations */

#location_options label {
	font-weight: normal;
}

.submit {
	vertical-align: middle;
}

#pano_canvas {
	width: 666px;
	height: 350px;
	overflow: hidden;
	border: 2px solid #68bffd;
	background: #fff url(/images/street_view_bg.jpg) no-repeat 0 0;
}

#map_canvas {
	width: 666px;
	height: 285px;
	overflow: hidden;
	border: 2px solid #68bffd;
	border-top: none;
}

#map_results {
	list-style-type: none;
	margin: 0 0 30px 0;
	height: 500px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
}

#map_results li {
	margin: 15px 0 0 38px;
	padding: 0 20px 15px 0;
	list-style-type: none;
	border-bottom: 1px solid #68bffd;
}

#map_results li img.mapicon {
	margin: -10px 0 0 -40px;
	float: left;
}

#map_results li p, #map_results li h3 {
	margin-left: 0;
	margin-right: 0;
}

#map_results li.active, #map_results li.active h3, #map_results li:hover, #map_results li:hover h3  {
	color: #f67a0c;
}

#map_results li:hover {
	cursor: pointer;
}

#map_results li input.text {
	width: 145px;
	font-size: 10px;
}

#map_results form {
	margin-left: 0;
}

#frozen_locations h4 {
	text-decoration: underline;
	cursor: pointer;
	background: url(/images/icons/arrow_down.gif) no-repeat 0 50%;
	padding-left: 20px;
}

#frozen_locations h4.active {
	background: url(/images/icons/arrow_up.gif) no-repeat 0 50%;
}

.location_status {
	display: block;
	color: #838383;
	margin-top: 10px;
}

/* Nutrition */

#pdf_viewer {
	width: 946px;
	height: 600px;
	margin-bottom: 10px;
}

/* Timeline */

#timeline_flash, #flickr {
	height: 484px;
}

/* Promotions */

body#promotions, body#timeline {
	background: #ff9434 url(/images/promotions_body_bg.gif) repeat-x 0 90px;
}

body#promotions .legal_copy {
	font-size: 9px;
	color: #944009;
}

body#promotions .page_photo, body#promotions #promotion_flash {
	border: 2px solid #fff;
}

.feature .share {
	list-style-type: none;
	margin-left: 38px;
}

.feature .share li {
	padding-left: 20px;
}

.feature .share li a {
	color: #f67a0c;
	text-decoration: none;
}

.feature .share li a:hover {
	text-decoration: underline;
}

.feature .share li.twitter {
	background: url(/images/icons/twitter_small.gif) no-repeat 0 50%;
}

.feature .share li.sharethis {
	background: url(/images/icons/sharethis_small.gif) no-repeat 0 50%;
}

/* Recipes */

.recipe table td {
	font-size: 11px;
	border-bottom: 1px solid #ccc;
}

.recipe .award, .recipe .winner {
	background: url(/images/recipe_ribbon.jpg) no-repeat 50% 0;
	height: 90px;
	text-align: center;
	font-family: Helvetica, Arial, Sans-Serif;	
	color: #fff;
	padding-top: 22px;
}

.recipe .winner {
	background: url(/images/recipe_trophy.jpg) no-repeat 50% 0;
	padding-top: 32px;
}

.recipe .award strong, .recipe .winner strong {
	font-weight: bold;
	font-size: 16px;
	display: block;
	line-height: 16px;
}

.recipe .winner strong {
	font-size: 13px;
	color: #91500A;
}

.recipe .award small, .recipe .award small {
	display: block;
	text-transform: lowercase;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	line-height: 8px;
}

.recipe_content h3 a {
	text-decoration: none;
}

/* Cravers */

.craver {
	border: 2px solid #68bffd;
	-moz-border-radius-bottomleft:		12px;
	-webkit-border-bottom-left-radius:	12px;
	-o-border-bottom-left-radius:		12px;
	-icab-border-bottom-left-radius:	12px;
	-khtml-border-bottom-left-radius:	12px;
	border-bottom-left-radius:			12px;
	-moz-border-radius-bottomright:		12px;
	-webkit-border-bottom-right-radius:	12px;
	-o-border-bottom-right-radius:		12px;
	-icab-border-bottom-right-radius:	12px;
	-khtml-border-bottom-right-radius:	12px;
	border-bottom-right-radius:			12px;
	background: #0f568c;
}

.craver .details {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid #68bffd;
}

.craver .details p {
	font-size: 11px;
	color: #98bcd8;
}

.craver .details.flickr {
	background: url(/images/icons/photos.png) no-repeat 25px 15px;
}

.craver .content.flickr {
	background: #2c73bd;
	text-align: center;
}

.craver .content.youtube {
	height: 401px;
	background: transparent;
}

.craver .details.youtube {
	background: url(/images/icons/video.png) no-repeat 25px 80%;
	height: auto;
}

.craver .details.twitter {
	background: url(/images/icons/twitter.png) no-repeat 25px 80%;
}

.craver .content.twitter {
	background: #2c73bd url(/images/cravers_twitter_bg.gif) no-repeat 105px 45px;
	padding-top: 45px;
	padding-bottom: 45px;
	min-height: 180px;
}

.craver .content.twitter .avatar {
	border: 1px solid #68bffd;
}

.craver .content.twitter .message {
	padding-top: 20px;
	font-size: 22px;
	line-height: 26px;
	color: #fff;
}

/* Craver Videos & Photos */

.thumb {
	font-size: 11px;
	color: #68bffd;
}

.thumb strong {
	color: #fff;
}

.thumb em {
	font-style: normal;
}

.thumb img {
	border: 2px solid #68bffd;
	display: block;
	margin-bottom: 10px;
}

.thumb.active img {
	border-color: #fff;
}

.pager {
	overflow: hidden;
	position: relative;
}

.pager .pagination {
	padding-top: 7px;
	text-align: right;
}

.pager .pagination a {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	padding-left: 7px;
}

.pager .pagination a.active, .pager .pagination a.active:hover {
	text-decoration: none;
	color: #68bffd;
}

.pager .window {
}

.valentine_nav a.active {
	color: #68bffd;
	text-decoration: none;
}