/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 13px;
	background-image: url(images/main-background.jpg);
}

body, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6f5f4c;
}

#body-inner {
	width: 100%;
	height: 100%;
	background: url(images/background-lower.jpg) bottom right no-repeat;
	overflow: auto;
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #eadcb2;
	width: 932px;
	margin: 0 auto;
	padding: 0px 12px 12px 12px;
	overflow: auto;
	color: #6f5f4c;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a {
	color: #6f5f4c;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer-right {
	float: right;
	width: 200px;
	text-align: right;
}

#footer-right img {
	margin: 0px 0px -8px 5px;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
}

h1 {
	font-size: 30px;
	color: #005f4d;
	margin: 0;
	padding: 40px 0px 0px 0px;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}

h2 {
	font-size: 24px;
	color: #005f4d;
	margin: 0;
	padding: 0px 0px 10px 0px;
}

h2 a {
	color: #005f4d;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h2.pagetitle {
	font-size: 1.6em;
}

#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

h3 {
	font-size: 18px;
	color: #005f4d;
	margin: 0;
	padding: 0;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 11px Arial, Helvetica, sans-serif;
}
.commentlist li ul li {
	font-size: 11px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

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

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

#commentform p {
	font-family: Arial, Helvetica, sans-serif;
}

.commentmetadata {
	font-weight: normal;
}

#sidebar {
	font: 12px Arial, Helvetica, sans-serif;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

a, h2 a:hover, h3 a:hover {
	color: #6f5f4c;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #006857;
	text-decoration: none;
}

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

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

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

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



/* Begin Structure */
#page {
	background: #eadcb2;
	margin: 0px auto;
	padding: 0;
	width: 956px;
	overflow: auto;
}

#logo-container {
	width: 138px;
	height: 141px;
	margin: 0px -188px -154px 0px;
	position: relative;
	z-index: 1000;
	padding: 13px 0px 0px 50px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: 50px 13px;
}

#header {
	background: #eadcb2;
	margin: 0 auto;
	padding: 0;
	height: 118px;
	width: 956px;
}

#navigation {
	height: 48px;
	width: 956px;
	margin: 0px 0px 0px 0px;
	background: url(images/nav-bg.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: relative;
	z-index: 999;
}

#navigation ul {
	height: 32px;
	margin: 0px 0px 0px 230px;
	padding: 0;
}

#navigation ul li {
	width: auto;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#navigation ul li a {
	display: block;
	padding: 8px 15px;
	color: #212e84;
	text-decoration: none;
	width: auto;
	float: left;
}

#navigation ul li a:hover {
	text-decoration: none;
	color: #006857;
}

#navigation ul li ul {
	position: absolute;
	background: #fff3cf url(images/nav-dropdown-bg.gif) top repeat-x;
	width: 160px;
	padding: 14px 10px 4px 10px;
	margin: 32px 0px 0px 0px;
	height: auto;
	display: none;
}

#navigation ul li ul li {
	display: block;
	border-bottom: #82735d solid 1px;
	padding: 6px 0px;
	float: none;
}

#navigation ul li ul li a {
	display: block;
	padding: 0;
	margin: 0;
	float: none;
	width: auto;
	color: #006857;
	width: 100%;
}

#navigation ul li ul li a:hover {
	color: #212e84;
}

#main-content {
	overflow: auto;
	width: 932px;
	padding: 0px 12px 40px 12px;
	margin: -16px 0px 0px 0px;
	position: relative;
	z-index: 998;
	min-height: 400px;
}

#side-nav {
	width: 177px;
	float: left;
	margin: 0px 0px 0px -12px;
	padding: 85px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#side-nav ul {
	margin: 0;
	padding: 0;
}

#side-nav ul li {
	width: 161px;
	height: 21px;
	padding: 0px 5px 9px 0px;
	list-style: none;
	background: url(images/side-nav-element-bg.png) top left no-repeat;
}

#side-nav ul li a {
	display: block;
	width: 161px;
	height: 17px;
	padding: 4px 0px 0px 12px;
	color: #005f4d;
	text-decoration: none;
}

#side-nav ul li a:hover {
	text-decoration: none;
	color: #212e84;
}

#content-right {
	width: 754px;
	float: right;
	overflow: auto;
}

#right-bar {
	width: 197px;
	float: right;
	padding: 40px 0px 0px 0px;
}

#right-bar ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 40px;
}

#right-bar ul li {
	margin: 0;
	padding: 0px 0px 8px 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

#right-bar ul li a {
	color: #6f5f4c;
	cursor: pointer;
	font-size: 14px;
}

#right-bar ul li a:hover {
	color: #005f4d;
	text-decoration: underline;
}

#right-bar-text {
	width: 152px;
	margin: 4px 0px 0px 14px;
	font-size: 12px;
	font-style: italic;
}

#main-text {
	width: 526px;
	height: auto;
	float: left;
}

.sub-content-top {
	width: 576px;
	height: 28px;
	margin: 0px -12px 0px -8px;
	padding: 0;
	background: url(images/sub-content-top.png) no-repeat;
}

.sub-content-bottom {
	width: 576px;
	height: 38px;
	margin: 0px -12px 0px -8px;
	padding: 0;
	background: url(images/sub-content-bottom.png) no-repeat;
}

.sub-content {
	background: url(images/sub-content-bg.png) repeat-y;
	width: 510px;
	margin: 0px -12px 0px -8px;
	padding: 0px 34px 0px 32px;
	overflow: auto;
	min-height: 300px;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
}

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

.post {
	margin: 0 0 40px;
	text-align: justify;
}

.widecolumn .post {
	margin: 0;
}

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

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

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

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

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



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

/* End Headers */



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

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

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

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

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

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* End Images */



/* Begin Lists

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

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

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

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

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

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

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

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

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

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

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

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

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

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



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

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

select {
	width: 130px;
}

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

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

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

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

#commentform p {
	margin: 5px 0;
}

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

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



/* Begin Sidebar */
#sidebar {
	width: 197px;
}

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



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

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

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

#wp-calendar a {
	display: block;
}

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

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

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



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

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

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

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

.center {
	text-align: center;
}

.hidden {
	display: none;
}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	border: 0;
	width: 100%;
	color: #6f5f4c;
	background-color: #6f5f4c;
	height: 1px;
}

a img {
	border: none;
}

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



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

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


/* General Use */

.text-black { color: #000; }
.text-white { color: #fff; }
.text-green { color: #006857; }
.text-brown { color: #6f5f4c; }
.text-blue { color: #212e84; }
.text-arial { font-family: Arial, Helvetica, sans-serif; }
.text-georgia { font-family: Georgia, "Times New Roman", Times, serif; }
.text-10 { font-size: 10px; }
.text-11 { font-size: 11px; }
.text-12 { font-size: 12px; }
.text-13 { font-size: 13px; }
.text-14 { font-size: 14px; }
.text-15 { font-size: 15px; }
.text-16 { font-size: 16px; }
.text-17 { font-size: 17px; }
.text-18 { font-size: 18px; }
.text-19 { font-size: 19px; }
.text-20 { font-size: 20px; }
.text-21 { font-size: 21px; }
.text-22 { font-size: 22px; }

/* Home */

#home-content {
	overflow: auto;
	width: 956px;
	padding: 0px;
	margin: -16px 0px 0px 0px;
	position: relative;
	z-index: 998;
}

#home-top {
	width: 956px;
	height: 396px;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#home-bottom {
	width: 956px;
	height: 182px;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#home-slide-show {
	width: 641px;
	height: 396px;
	background: url(images/home-page-slide-background.jpg) no-repeat;
	float: left;
}

#home-slide-show ul {
	margin: 0;
	padding: 22px 0px 0px 22px;
}

#home-slide-show ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	position: absolute;
}

#home-slide-show-nav {
	padding: 343px 17px 0px 22px;
	text-align: center;
}

#home-slide-show-nav ul {
	margin: 0;
	padding: 0;
}

#home-slide-show-nav ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#home-copy {
	width: 278px;
	height: 359px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #796e6d;
	line-height: 24px;
	float: right;
	margin: 0;
	padding: 37px 23px 0px 12px;
	background: url(images/home-corn-top-bg.jpg) no-repeat bottom left;
}

#home-copy a {
	color: #7f705a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#home-copy a:hover {
	text-decoration: underline;
}

#home-bottom-box-1 {
	width: 298px;
	height: 142px;
	background: url(images/home-bottom-box-1-bg.jpg) no-repeat;
	color: #212e84;
	float: left;
	padding: 40px 0px 0px 30px;
	font-family: Arial, Helvetica, sans-serif;
}

#home-bottom-box-2 {
	width: 301px;
	height: 142px;
	background: url(images/home-bottom-box-2-bg.jpg) no-repeat;
	color: #212e84;
	float: left;
	text-align: center;
	padding: 40px 12px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#home-bottom-box-3 {
	width: 297px;
	height: 142px;
	background: url(images/home-bottom-box-3-bg.jpg) top left no-repeat;
	color: #212e84;
	float: left;
	padding: 40px 0px 0px 18px;
	font-family: Arial, Helvetica, sans-serif;
}


/* Careers */

.job-link-container {
	padding: 0px 0px 15px 0px;
}

.job-link-container a {
	color: #006857;
	text-decoration: none;
	cursor: pointer;
}

.job-link-container a:hover {
	text-decoration: underline;
}



/* Products */

#product-landing-box {
	width: 576px;
	margin: 0px -12px 0px -8px;
	padding: 0;
}

/* Recipes */

#recipe-landing-box {
	width: 576px;
	margin: 0px -12px 0px -8px;
	padding: 0;
}

/**
 * IE Fix
 */
.navigation {
	margin-bottom: 0;
	padding-bottom: 60px;
}
 
#main-text {

}
 
#main-content {
	min-height: 0;
	overflow: inherit;
}

#content-right  {
	overflow: visible;
}

#body-inner {
	//overflow: visible;
}
 
#home-top {
	overflow: hidden;
}
 
#home-slide-show-nav {
	padding-left: 0;
}

#home-slide-show {
	width: 641px;
}
 
#home-copy {
	padding-left: 0px;
	width: 275px;
}
 
#footer-left {
	padding-top: 4px;
	float: left;
}

#footer-right {
		padding-top: 4px;
	float: right;
}

#footer-right-facebook {
	float: right;
	padding-left: 5px;
}
 
#footer {
	padding-bottom: 0;
	overflow: visible;
	clear: both;
}
 
#page {
	padding-bottom: 12px;
}
 
#side-nav ul li {
	margin-top: 4px;
}

.sub-content {
	overflow: visible;
}

#logo-container {
	background-image: url(images/ie6/logo.gif);
}