/****************************************
* CIA ProChef
* Printer CSS Rules
****************************************/

/****************************************
* General Formatting
****************************************/

body {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grand', arial, helvetica, sans-serif;
	font-size: 63.125%;
	background: #fff;
}

img {
	border: none;
}

/****************************************
* CIA Wrapper 
****************************************/

#header {
	display: none;
}

#ciaLogo {
	float: right;
}

#ciaTitle {
	float: right;
	margin: 4px 0 0 0;
}

/* Navigation */	

#navWrapper {
	display: none;
}

.mmenu {
	font-size: 157%;
}

/* Search */

#search {
	float: left;
	margin: 0;
}

#search input {
	margin: 1px;
	border: 1px solid #000;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	background: #fff;
}

/* Footer Layout */

#footer {
	display: none;
}

.footer-section {
	float: left;
	margin-right: 15px;
	margin-bottom: 0;
	width: 213px;
}

#footer-section2 {
	margin-right: 15px;
	width: 201px;
}

#footer-section3 {
	margin-right: 0;
	width: 201px;
}

/****************************************
 * Splash
 ****************************************/

#splash {
	display: none;
}

#splash img {
	display: block;
	float: left;
}

/****************************************
 * Content Layout
 ****************************************/
 
/* Main content */

.content-secondary {
	display: none;
}

#back-next {
	display: none;
}

/* Navigation */

/* Fix IE. Hide from IE Mac \*/
* html #nav ul li a { float: left; height: 1%; }
* html #nav li ul { top: 30px;}
/* End */

#nav {
	display: none;
}
	
#nav ul {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 1.1em;
}

#nav ul li {
	float: left;
	position: relative;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border-bottom: 0;
}

#nav ul li a {
	display: block;
	text-decoration: none;
	padding: 8px 11px 8px 11px;
	color: #fff;
	}
	
#nav ul li.active a, #nav ul li.active a:hover {
	background-color: #a85d34;
}

#nav li ul {
	position: absolute;
	float: left;
	left: 0;
	font-size: 1em;
	display: none;
	width: 225px;
	}

#nav li ul li a {
	width: 215px;
	padding: 6px 15px;
}

#nav li:hover ul, #nav li.over ul {
	display: block;
}

#nav li:hover a, #nav li.over a, #nav li ul li:hover a, #nav li ul li.over a {
	background: #660000;
	color: #fff;
	}

#nav li:hover ul a, #nav li.over ul a {
	background: #c26c3c;
	color: #fff;
}

#nav li:hover ul li:hover a, #nav li ul li a:hover {
	background: #660000;
	color: #fff;
}

/****************************************
 * Text Formatting
 ****************************************/

#content {
	font-family: 'Lucida Grand', arial, helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #333;
}

#content h1 {
	font: normal normal normal 1.6em arial;
	color: #993300;
	margin: 0;
	padding: 0;
}

#content h2 {
	font: normal normal normal 1.4em arial;
	line-height: 1.2em;
	color: #993300;
	margin: 15px 0 0 0;
	padding: 0;
}

#content h3 {
	margin: 15px 0 0 0;
	font: normal normal bold 1.0em verdana;
	line-height: 1.2em;
	color: #333;
	padding: 0;	
}

#content address {
	margin: 10px 30px;
	font: normal normal normal 1.1em verdana;
	line-height: 1.4em;
}

#content p {
	margin: 7px 0;
	font-size: 1.1em;
	line-height: 1.4em;
}

#content a {
	color: #056;
}

#content a:hover {
	text-decoration: none;
}

#content a:visited {
	color: #206;
}

#content .next a {
	float: right;
	font-size: 1.2em;
	background: url(../images/layout/next-arrow.gif) no-repeat center right;
	display: block;
	padding: 0;
}

#content .back a {
	float: left;
	font-size: 1.2em;
	background: url(../images/layout/back-arrow.gif) no-repeat center left;
	display: block;
	padding: 0;
}

.highlight {
	background-color: #73a653;
	padding: 15px 15px 25px 15px;
	color: #fff;
	text-align: center;
}

#content .highlight p {
	font: normal normal normal 1.4em arial;
	font: normal normal bold 1.4em arial;
	line-height: 1.3em;
	padding: 0;
}

.highlight img {
	margin: 15px 0 0 0;
}

#logo {
	margin: 15px 1px 15px 2px;
	text-align: center;
	border: 1px solid #993300;
	border: 2px solid #c4b794;
	padding: 10px 10px 20px 10px;
}

#logo p {
	font: normal normal bold .8em arial;
	margin: 10px 0 0 0;
}

.sidebarTable {
	margin: 15px 0;
	padding: 10px 5px;
	border: 2px solid #fdd882;
}

.sidebarTable table td, .sidebarTable table th {
  border-bottom: 1px solid #eee;
  padding: 7px 10px;
	font-size: .9em;
	text-align: left;
}

.features {
	margin: 15px 0 0 0;
}

.featureWrapper {
	float: left;
	margin: 0 0 15px 0;
}

.odd {
	margin-right: 30px;
}

.feature {
	width: 226px;
	background: #c26c3c;
	padding: 0;
}

.feature img {
	display: block;
}

#content .feature p a, #content .feature p a:visited, #content .feature p a:hover {
	font: normal normal normal .85em arial;
	color: #fff;
	text-decoration: none;
	display: block;
	background: url(../images/homepage/arrow.gif) no-repeat center right;
	padding: 7px 0;
}

#content .feature p {
	margin: 0;
	padding: 0 7px;
}

/****************************************
 * Video listing
 ****************************************/

ul#videos {
	float: left;
	clear: both;
	list-style: none;
	margin: 25px 0;
	padding: 0 45px;
	text-align: center;
}

#videos li {
	float: left;
	width: 400px;
	margin: 0; 
	border-top: 1px solid #ccbf7c;
	padding: 15px 0 11px 0px; 
}

#videos li.last {
	border-bottom: 1px solid #ccbf7c;
}

img.video-thumbnail {
	width: 222px;
	height: 149px;
	padding: 20px 8px 43px 4px;
	margin: 0;
	background: transparent url(../images/layout/video-thumbnail-bg.gif) no-repeat top left;
}

#videos p {
  margin: 0 0 0 15px;
}

/****************************************
 * Recipes and resource listings
 ****************************************/

.recipe img {
	display: none;
}

.recipe ul#videos {
	display: none;
}

.recipe cite {
	display: block;
	font: normal normal normal 1.3em arial;
	font-style: normal;
	line-height: 1.3em;
	color: #f3752b;
	margin: 3px 0 0 0;
}

.recipe h3 {
	font: normal normal bold 1.1em verdana;
	margin: 10px 0 0 0;
}

.recipe p.yield {
  margin: 0;
  font: italic normal normal 1.2em verdana;
	text-align: right;
}

.recipe table, .resources table {
	clear: both;
  margin: 15px auto;
  width: 85%;
}

.recipe table td, .resources table td, .recipe table th, .resources table th {
  border-bottom: 1px solid #ccbf7c;
  padding: 7px 10px;
  font-size: 1.1em;
	text-align: left;
}

.recipe table th, .resources table th {
	font-size: 1.0em;
}

.resources address {
	font-size: 1.0em;
	margin: 0;
}

.resources img {
  border: 0px;
}

/****************************************
 * Images
 ****************************************/

.imgWrapper-left {
	float: left;
	width: 230px;
	margin: 10px 20px 10px 0;
}

.imgWrapper-right {
	float: right;
	width: 230px;
	margin: 10px 0 10px 20px;
}

.imgWrapper-recipe, .imgWrapper-large {
	width: 100%;
	margin: 15px 0;
	text-align: center;
}

.imgWrapper-left-small {
	float: left;
	clear: left;
	width: 200px;
	margin: 10px 20px 10px 0;
}

.imgWrapper-right-small {
	float: right;
	clear: right;
	width: 200px;
	margin: 10px 0 10px 20px;
}

#content .imgWrapper-left p, #content .imgWrapper-right p {
	font: normal normal bold 0.95em verdana;
}

/****************************************
 * Animated species feature
 ****************************************/

#speciesFeature {
	float: left;
	width: 100%;
}

#speciesFeature img {
	margin: 20px 3px 20px 0;
}

	
/****************************************
 * Miscellaneous
 ****************************************/
 
#skipnav {
	position: absolute;
	top: -1000em;
	left: -1000em;
	}

/****************************************
 * Lightbox styles
 ****************************************/

#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

/* species overview styles */

/* common styles */

#lightbox.done table {
	margin: 20px 30px 0px 30px;
	width: 636px;
	overflow: visible;
}

#lightbox.done table td, #lightbox.done table th {
	font-family: arial;
	font-size: 1.2em;
	color: #262626;
	padding: 9px 0px 8px 20px;
}

#lightbox.done table thead th {
	font-weight: bold;
	padding: 0 0 5px 20px;
	white-space: nowrap;
}

#lightbox.done table th.noindent, #lightbox.done table tbody th {
	padding-left: 0px;
}

#lightbox.done table tbody th .commonName {
	display: block;
	margin: 0 0 3px 0;
}

#lightbox.done table tbody th .scientificName {
	display: block;
	font-weight: normal;
	color: #76685f;
	font-style: italic;
	font-size: 1em;
}

#lightbox.done .wrapper {
	padding: 0 0 15px 0;
}

#lightbox.done .outerWrapper {
	position: relative;
}

#lightbox.done .header {
	position: relative;
	width: 696px;
	height: 48px;
}

#lightbox.done .header h3 {
	margin: 0;
	position: relative;
	top: 13px;
	left: 15px;
	height: 25px;
	width: 150px;
	float: left;
}

#lightbox.done h3 span {
	visibility: hidden;
}

#lightbox.done #cancel {
	display: none;
}

/* whitefish styles */

#whitefish table tbody td, #whitefish table tbody th {
	border-top: 1px solid #d9b9a3;
}

/* shellfish styles */

#shellfish table tbody td, #shellfish table tbody th {
	border-top: 1px solid #dbcea4;
}

/* salmon styles */

#salmon table tbody td, #salmon table tbody th {
	border-top: 1px solid #bbcca3;
}

/* herbs styles */

#herbs table tbody td, #herbs table tbody th {
	border-top: 1px solid #bbcca3;
}

#herbs table tbody th {
	white-space: nowrap;
}

/* spices styles */

#spices table tbody td, #spices table tbody th {
	border-top: 1px solid #d9b9a3;
}

#spices table tbody th {
	white-space: nowrap;
}

.lightboxFeature {
	display: none;
}