/* @override http://www.kirklanduncorked.com/css/main.css */

/* @override http://localhost/KirklandUncorked/Site/donotupload/css/main.css */

@import "reset.css";

#mainWrapper {
	position: relative;
	background-repeat: repeat-y;
}

body {
	background-color: #fde092;
}

/* Typography */

#content p {
	margin-left: 40px;
	margin-right: 40px;
	color: #543c2e;
	margin-bottom: 20px;
	font: .75em/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#content ul {
	margin-bottom: 20px;
}

#content ul li {
	color: #543c2e;
	font: .75em/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin-left: 20px;
}

h1, h4, h5, h6, ul {
	font-family: "Palatino", Palatino Linotype, Hoefler Text, Times, Times New Roman, serif;
	margin-left: 40px;
	margin-right: 40px;
	font-weight: bold;
	color: #b10030;
}

#content h4 {
	
	border-bottom: 1px dotted #a79157;
	
	font-size: 1.5em;
	margin-bottom: 3px;
}

#content ul h5 {
	margin-left: 0;
	position: relative;
	right: 20px;
	font-size: 1.4em;
}

.box h5 {
	font-size: 1.5em;
}

h1 {
	font-size: 2.5em;
}

body #content .removeBottomMargin {
	margin-bottom: 0;
}

.bulleted {
	list-style-type: disc;
}

address {
	margin-left: 40px;
	margin-right: 40px;
	color: #656565;
	margin-bottom: 20px;
	font: .75em/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

strong {
	font-weight: bold;
}

/* Links */

a {
	text-decoration: none;
	color: #007cba;
	font-weight: bold;
}

a:hover {
	color: #656565;
	
}

a:visited {
	
}

a:active {
	
}

h4 a {
	color: #b10030;
}

h4 a.blue {
	color: #007cba;
}

h4 a.blue:hover {
	color: #b10030;
}

.pdf {
	background: url(../images/pdf.png) no-repeat;
	padding-left: 19px;
	display: block;
	line-height: 20px;
	height: 20px;
	position: relative;
	right: 20px;
}


/* Nav */

#nav {
	width: 100%;
	position: absolute;
	top: 0;
}

#nav ul {
	margin-right: auto;
	margin-left: auto;
	width: 680px;
	height: 40px;
	background-image: url(../images/navBG.png);
	padding-left: 20px;
}

#nav a {
	display: block;
	width: 90px;
	height: 40px;
	text-indent: -999em;
	background: url(../images/navButtons.png) no-repeat;
}

#nav li {
	height: 40px;
	float: left;
}

#navWine a {
	width: 70px;
	background-position: 0px top;
}

#navWine a:hover {
	width: 70px;
	background-position: 0px bottom;

}

#navFood a {
	width: 55px;
	background-position: -72px top;
}

#navFood a:hover {
	width: 55px;
	background-position: -72px bottom;
}

#navArt a {
	width: 67px;
	background-position: -130px top;
}

#navArt a:hover {
	width: 67px;
	background-position: -130px bottom;
}

#navMusic a {
	width: 230px;
	background-position: -198px top;
}

#navMusic a:hover {
	width: 230px;
	background-position: -198px bottom;
}

li#navMoreDetails {
	float: right;
	width: 168px;
	position: relative;
	background: url(../images/navItem-festivalDetails.png) no-repeat 0 top;
	text-indent: -999em;
	line-height: 40px;
}

#nav li:hover, #nav li.sfhover {
	background-position: 0 bottom;
}

#nav li ul {
	width: 168px;
	position: absolute;
	left: -999em;
	height: auto;
	background: url(../images/navDropDown-bottom.png) no-repeat 8px bottom;
	padding-bottom: 10px;
	padding-left: 0;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: 0;
	top: 40px;
}

#nav li li, #nav li li a {
	text-indent: 20px;
	width: 160px;
	height: auto;
}

#nav li li {
	padding-left: 8px;
}

#nav li li a {
	width: 160px;
	background: url(../images/navDropDown-BG.png) repeat-y;
	color: #fff;
	text-indent: 23px;
	font: .75em/1.8em "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#nav li li a:hover {
	color: #00adff;
}

#nav li ul #navDropDown-top {
	padding-left: 0;
	width: 168px;
	background: url(../images/navDropDown-BG.png) repeat-y right;
}

#nav li ul #navDropDown-top a {
	background: url(../images/navDropDown-top.png) no-repeat;
	width: 168px;
	text-indent: 30px;
}

/* Header */

#header {
	height: 290px;
	background-image: none;
	background-color: white;
}

h2, h3 {
	text-indent: -999em;
}

h2 {
	width: 576px;
	height: 236px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	background: url(../images/header.gif) no-repeat 0 bottom;
}

h2 a {
		outline: none;
	width: 500px;
	height: 170px;
	display: block;
}

/* Tickets */

#tickets {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	bottom: 49px;
	height: 0;
}

#tickets a {
	width: 220px;
	height: 50px;
	display: block;
	background: url(../images/tickets.png) no-repeat 0 top;
	text-indent: -999em;
	position: absolute;
	right: 0;
}

#tickets a:hover {
	background-position: 0 bottom;
}

/* Title */

#title {
	height: 58px;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #003650;
	background-image: url(../images/yellowpaint_bkd.jpg);
	border-style: none;
}

#title h1 {
	margin-right: auto;
	margin-left: auto;
	width: 740px;
	line-height: 58px;
}

/* Content */

#contentWrapper {
	min-height: 150px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#content {
	padding-bottom: 30px;
	width: 518px;
	position: relative;
	top: -1px;
	background-color: #fde092;
}

#contentBottom {
	height: 10px;
	width: 520px;
	position: relative;
	top: -1px;
}

#content img {
	border: 1px solid #7a7a7a;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 20px;
}

/* Siderbar */



.advtix h5 {
	
	margin-left: 0;
	text-indent: -9999px;
}



#sidebar {
	width: 280px;
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 0;
	margin-top: -30px;
}

.box {
	width: 280px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	
}

#sponsorbox {
			min-height: 75px;
	background-color: #f1f1f1;

}

.box h5 {
	
	margin: 0;
	padding: 0 0 0 15px;
	background-color: #3174a9;
	color: white;
	font: 16px/39px "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* My Comment */

.boxContent {
	min-height: 75px;
	background-color: #f1f1f1;
		
}

.socialMedia {
	
}

.socialMedia a {
	margin-left: 19px;
	padding: 5px;
	width: 32px;
	margin-top: 18px;
	display: block;
	float: left;
	height: 32px;
	position: relative;
	text-indent: -999em;
	font: .75em/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.socialMedia a:hover {
	text-indent: 0;
}

.socialMedia span
 {
	position: absolute;
	bottom: -15px;
	width: 70px;
	display: block;
	text-align: center;
	left: -14px;
}

.socialMedia a#twitter {
	background: url(../images/sm-twitter.png) no-repeat 5px 5px;
}

.socialMedia a#facebook {
	background: url(../images/sm-facebook.png) no-repeat 5px 5px;
}

.socialMedia a#myspace {
	background: url(../images/sm-myspace.png) no-repeat 5px 5px;
}

.socialMedia a#mailingList {
	background: url(../images/sm-mailingList.png) no-repeat 5px 5px;
}

.socialMedia img {
	margin-left: 19px;
	padding: 5px;
	border-style: none;
	width: 32px;
	margin-top: 18px;
}

.socialMedia img:hover {
	background: url(../images/sm-box.png) no-repeat;
}

.sponsors img {
	margin-left: 18px;
	margin-bottom: 18px;
}

/* #footer */

#footer {
	min-height: 100px;
	background-color: #FFF;
	margin-top: 40px;
	border-top: 1px solid #00547e;
	clear: both;
	font: .75em/100px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#footer p {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-left: 20px;
}

#footer a {
	color: #00547e;
	width: 200px;
	margin-right: 20px;
}

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

/* INDEX */

/* SPONSORS */

#sponsors #content a {
	display: block;
	width: 110px;
	height: 100px;
	float: left;
	position: relative;
	text-indent: -999em;
	margin-bottom: 18px;
	margin-left: 34px;
}

#sponsors #content a.clear-sponsorlink { width: auto; height: auto; float: none; text-indent: 0; margin: 0; }

#sponsors #content a.firstSponsor {
	margin-left: 60px;
}

#sponsors #content a.lastSponsor {
	float: none;
}

#sponsors #content a img {
	border-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

#sponsors #content h4 {
	clear: both;
}

/* PRESS PHOTOS */

#press #photos a img {
	border-style: none;
	width: 120px;
	margin: 0;
	padding: 0;
}

#press #photos a {
	padding: 0;
	width: 120px;
	float: left;
	display: block;
	background-color: #e4e4e4;
	margin: 0 0 20px 30px;
	height: 80px;
	border: 5px solid #e4e4e4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#press #photos a:hover {
	border-color: #007cba;
}

.clear {
	clear: both;
}

body#chefBios #content img {
	border: 0 none #86fa6e;
	margin-top: 20px;
	margin-bottom: 10px;
}

/***** EVENT SCHEDULE *****/
/* ----------------------------------------- */
#content span {}
span.time { margin: 0 10px 0 0; }
span.event { float: right; width: 280px; }
