/* 
TITLE: WYOMING COUNTY FAIR STYLES
DESCRIPTION: Screen stylesheet for wyomingcountyfair.org
DATE MODIFIED: 8/17/09 
AUTHOR: Mike Spencer
AUTHOR URL: www.blackmountainside.com
*/

   
/*---- BASIC STYLES ----------------------------------------------------------*/

body 
{	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 11px;
	line-height: 160%;
	color: #516145;
	padding: 0;
	margin: 0;
	background: url(images/bg.gif) repeat top left #D3D3A3; }

a 
{	font-weight: bold; }

a:link 
{	color: #234D5F; }

a:visited 
{ 	color: #748c61; }

a:hover 
{ 	color: #516145; }

hr
{	color: #E5F0F4;
	background: #E5F0F4;
	border: 0;
	border-bottom: 2px dotted #8E9F81; }

h1, h2, h3, h4, h5 , h6 
{	font-family: georgia, verdana, arial, sans-serif;
	line-height: 140%;
	margin: 10px 0; }

h1 
{ 	font-size: 18px;
	padding-bottom: 5px;
	border-bottom: 1px solid #8E9F81; }

h2 
{ 	font-size: 14px; }

h3 
{ 	font-size: 13px; }

h4
{	font-size: 12px; }

h5
{	font-size: 11px; }

p, ul, dl, ol
{	margin-top: 10px;
	margin-bottom: 10px; }

input, textarea, select 
{	font-family: verdana, tahoman, arial, sans-serif;
	font-size: 11px; }

table
{	margin: 5px 0px;
	width: 100%;
	border-collapse: collapse; }

td, th
{ 	text-align: left;
	vertical-align: top;
	padding: 2px 10px 2px 0;
	border-bottom: 1px dashed #B5C8CF; }
	
th
{	border-bottom: 1px solid #B5C8CF; }


/*---- CLASS STYLES ----------------------------------------------------------*/

table.data
{	margin: 10px 0; }

table.data th, table.data td
{	padding: 3px 10px;
	border: 1px solid #8E9F81; }

table.data th
{	background: #B5C8CF; }

table.data tr.dim td
{	color: #8E9F81; }

.dateTime
{	width: 110px; }

.line 
{	margin: 4px 0px; 
	border-bottom: 1px solid #8E9F81; }

.submit 
{	margin-top: 10px; }


/*---- ID STYLES -------------------------------------------------------------*/

#container 
{	position: relative;
	margin: auto;
	width: 725px;
	background: url(images/container_bg.gif) repeat-y top left #E5F0F4; }

#links 
{	padding: 5px 10px 5px 10px;
	text-align: center;
	background-color: #516145;
	border-bottom: 3px double #fff; }

#links a
{	margin: 0 5px;
	padding: 0 5px;
	text-decoration: none; }

#links a:link, #links a:visited
{	color: #F5F5CB; }

#links a:hover
{	color: #fff;
	text-decoration: underline; }

#header img
{	border: 0;
	display: block; }

#events 
{	position: relative;
	float: left;
	line-height: 150%;
	width: 189px;
	padding: 10px;
	background: #F5F5CB;
	border-right: 1px solid #516145;
	border-top: 3px double #516145; }

#events h4 
{	font-style: italic;
	margin: 0px; }

#events h5 
{	margin: 5px 0 3px 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #8E9F81; }

#events p 
{	margin: 0px; }

#main 
{	position: relative;
	float: left;
	width: 475px;
	_width: 474px;
	margin-left: -1px;
	padding: 1px 20px 10px 20px;
	border-left: 1px solid #516145;
	border-top: 3px double #516145; }

#map table
{	width: auto;
	border-collapse: collapse; }

#map td 
{ 	padding: 0px;
	border: 0; }

#footer 
{	color: #fff;
	text-align: center;
	padding: 5px 10px 5px 10px;
	clear: both;
	border-top: 3px double #fff;
	background-color: #516145; }

#footer a:link, #footer a:visited
{	color: #F5F5CB; }

#footer a:hover
{	color: #fff; }