/* ---------->>> GLOBAL <<<-----------*/

* { margin: 0; padding: 0;}

html, body { margin: 0; padding: 0;}

body {
 background: #017AC1 url(bg.jpg) repeat-x;
 font-family: "Trebuchet MS" Arial, Helvetica, sans-serif;
 font: .8em/150% "Trebuchet MS";
}

h1, h2, h3, h4, h5, h6, pre, blockquote, label, ul, li, ol, dl, fieldset, address { 
	padding:0;
	margin:0; 
	}
p { margin-bottom: 15px; }
fieldset { padding: .5em; }

a { text-decoration: none; color:#A30045; }
a:hover { color: #c93; text-decoration: underline; }

li { margin-left: 15px;}
/* ---------->>> DIVS <<<-----------*/


#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
 background: url(orange_col.gif);
 margin-bottom: 0px;
 padding: 20px 0;
 width: 100%;
 /*Min-Height Hack*/
 min-height:270px;
 height: auto !important;
 height: 270px;
}
#header {
 background: #000 url(header.jpg) repeat-x;
 color: #333;
 width: 902px;
 padding: 10px;
 padding-bottom: 0;
 height: 205px;
 margin: 10px 0px 0px 0px;
}
#headerimg {
 width: 570px;
 float: right;
 text-align: right;
 font: italic normal 16px "Georgia";
 color: #c93;
}
#navigation {
 color: #A40046;
 margin: 0px 0px 0px 0px;
 background: #000;
 text-align: right;
 text-transform: uppercase;
 border-bottom: 5px solid #A40046;
}
#leftcolumn { 
 display: inline;
 color: #000;
 margin: 10px;
 padding: 0px;
 padding-left: 10px;
 width: 215px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 550px;
 padding-right: 50px;
 display: inline;
 position: relative;
}
#footer { 
 width: 902px;
 clear: both;
 color: #fff;
 background: #A30045;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 font-size: .9em;
}

/* ---------->>> HEADER ITEMS <<<-----------*/
	
h1 { }

	#header h1 {
	height:68px; /* height of logo */
	width:195px; /* width of logo */
	background: url(logo.gif) top left no-repeat;
	text-indent:-9000px;
	position: relative;
	float: left;
	top: 45px;
	left: 20px;
	}
	
	#leftcolumn h1 { 
	font-size: 1.8em;
	}
	
	#rightcolumn h1 {
	color: #A40046;
	font-size: 1.8em;
	}

h2 { }

	#rightcolumn h2 {
	color: #999;
	font-size: 1.4em;
	font-weight: normal;
	}

p { }

	#rightcolumn p.drop-cap:first-letter {
	color: #999;
	font: 3.5em "Georgia"; 
	float: left;
	line-height: 0.8em;
	margin-right: 5px;
	margin-top: 5px;
	}
	
a { }
	#header a {
	display:block;
	width:100%;
	height:98%;
	outline:none;
	color: #fff;
	}	
	
	#navigation a { 
	color: #fff;
	padding: 10px;
	}	
	
	#navigation a:hover { 
	color: #c93;
	text-decoration: none;
	}
	
	#leftcolumn a:hover { color: #fff; }
	
	#footer a { color: #fff;}

img { }
	#headerimg img {
	margin: 2px;
	float: right;
	margin-bottom: 10px;
	}
	
	#leftcolumn img { 
	margin: 5px 0;
	border: 0;
	}

/* ---------->>> Global Navigation <<<-----------*/

#home .home, #wineries .wineries, #artists .artists, #sponsors .sponsors, #food .food, #entertainment .entertainment, #tickets .tickets { color: #c93;}

/* ---------->>> Miscellaneous <<<-----------*/
	
.clear { clear: both; background: none; }