/**********************************************************************
This is the primary CSS file for Buffalo Trace White Dog Days
***********************************************************************/

body {
	margin:0;
	padding:0;
	font-family:tahoma,sans-serif;
	font-size: small !important; /* Styles for Mozilla, Safari, IE Mac */
	font-size: x-small; /* Styles for MS IE5 PC */
	font-size/**/:/**/small; /* Styles for IE6 PC */
	color:#000000;
	text-align:left;
	background-color:#f2d58d;
	background-image: url(../images/wdd_background.jpg);
	background-repeat:no-repeat;	
	
}

body div#document	{
	width : 960px; /* sets overall content width */
	margin:0px;
	padding:20px;
	text-align: left;
	

}

/****************** IMPORTANT DEFAULTS *******************/

/* The following rule exists to fix an IE 5 PC bug */
body table { font-size: 100%; }

/* Zeroing element margins/padding */
h1, h2, h3, h4, h5, h6, form, ul, ol, li {
	margin: 0;
	padding: 0;
}
/* Image defaults */
img {	
	border:0;
	display:inline;
}
/* Input adjustments */
input, select, textarea  {
	font-size: 100%;
	color:#000000;
	font-family:verdana,sans-serif;
}
tr { vertical-align:top; }
p {
	margin-top:5px;
	padding:0;
	padding-left:1px; 
	padding-bottom: 10px;
}

p.tight {
	margin:0;
	padding:0;
	padding-left:0px; 
	padding-bottom: 0em;
}
ul,ol {
	margin-bottom: 1em;
}
h1 {
	font-size:135%;
	color:#003333;
	padding-bottom:10px;
}
h1.tight {
	padding-bottom:0px;
}
h2 {
	font-size:100%;
	color:#003333;
	padding-bottom:10px;
}
a,
a:link, 
a:active { color: #003333; }
a:visited,
a:hover { color: #cc6600; }

/****************** END IMPORTANT DEFAULTS *******************/



/****************** UTILITY *******************/
.bold { font-weight:bold; }
.italic { font-style:italic; }
.highlight { color:#cc6600;font-weight:bold; }
.indent { margin:5px 0px 0px 20px; }
.thumbs { margin:10px 5px; }

/******************* END UTILITY *******************/




/************ MAIN DESIGN ELEMENTS **************/
div#content td{
	text-align:center;
	vertical-align:top;
	
}


	




/****************** BOTTOMNAV ***************/
div#bottom_nav {
	text-align:right;
	font-size:85%;
	margin-top:10px;
	margin-bottom:1em;
	padding-right:8px;
	color:#003333;
}

div#bottom_nav a {
	font-weight:bold;
	text-decoration:none;
}

div#bottom_nav a,
div#bottom_nav a:link, 
div#bottom_nav a:visited { color:#003333; }
div#bottom_nav a:active, 
div#bottom_nav a:hover { color:#cc6600; }

div#bottom_nav a.selected,
div#bottom_nav a.selected:link, 
div#bottom_nav a.selected:visited, 
div#bottom_nav a.selected:active,
div#bottom_nav a.selected:hover { color:#cc6600; }
