/* @override http://www.chickencookingcontest.com/assets/stylesheets/default.css */

/*Default Stylesheet for National Chicken Cooking Contest Website*/

div#pulldown {
	border-bottom: 1px solid white;
	margin-bottom: 9px;
	background-color: #d0d0ae;
}

form {
	margin: 0 0 12px;
}


body { font-family: verdana,arial,sans-serif;
		line-height: 1.3;}
		
#winners td {
	vertical-align: top;
	padding: 2px;
	border-bottom: 1px solid #999;
}

.recipeTitle { font-size: 16px;
		font-weight: bold;
		color:#52557D;
}
td.recipeTitle { font-size: 16px;
		font-weight: bold;
		color:#52557D;
}
			
.searchTitle { font-size: 13px;
		font-weight: bold;
		color:#52557D;
		caption: Search Title;}

.contestant { font-size: 11px;
		font-weight: bold;
		color:#666600;
		caption: Contestant Name;}
			
.cityState { font-size: 11px;
		color:#333333;
		caption: City_State;}
			
.placement { font-size: 11px;
		font-weight: bold;
		font-style: italic;
		color: #52557D;
		caption: Recipe Placement;}

.ingredients { font-size: 10px;
		color: #333333;
		caption: Ingredients;}

.instructions { font-size: 10px;
		color: #333333;
		caption: Instructions;}
		
.text { font-size: 10px;
		color: #333333;
		caption: Body Copy;}
		
.tablehead  { font-size: 10px;
		color: #ffffff;
		font-weight: bold;}
		
.subhead { font-size: 13px;
		line-height: 2;
		font-weight: bold;
		color:#666600;
		caption: Subsection Head;}

.subhead2 { font-size: 10px;
		line-height: 2;
		font-weight: bold;
		color:#44677f;
		caption: Subsection Head2;}
		
.subhead3 { font-size: 10px;
		font-weight: bold;
		color:#44677f;}
		
.formHead { font-size: 10px;
		font-weight: bold;
		color:#44677f;
	padding-left: 9px;
}

.caption { font-size: 10px;
		color:#333333;}
		
.highlight { font-size: 10px;
		line-height: 1.5;
		color:#333333;}

.nav { font-size: 10px;
		color:#333333;
		caption: Gallery Caption;}
		
.navGallery { font-size: 10px;
		color:#333333;
		caption: Gallery Nav;}
		
SELECT {font-family: verdana, arial, sans-serif;
		font-size: 9px;
		border: 1px solid; 
		background-color:#c0d09a;
		border-color:#b2b260;}
		
INPUT {font-family: verdana, arial, sans-serif;
		font-size: 9px;
		border: 1px solid; 
		background-color:#c0d09a;
		border-color:#b2b260;}

a:link { color:#44677f;
		font-weight: bold;}

a:visited { color:#44677f;
		font-weight: bold;}

a:active { color:#666600;
		font-weight: bold;}

a.white:link { color:#ffffff;
		font-weight: bold;}

a.white:visited { color:#ffffff;
		font-weight: bold;}

a.white:active { color:#666666;
		font-weight: bold;}

img.imageDownload {
	margin-right: 9px;
	margin-top: 9px;
}
		