/* Main CSS for site */
/* styles for the site that are universal */
html, body, ol, ul, li, h1, h2, h3, h4, h5, h6, form {
	padding: 0;
	margin: 0;
	border: 0;}

img {
	border: 0;}
	
body {
	background-image: url(../images/pattern1.jpg);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000;}

#background2 {
	background-image: url(../images/pattern2.jpg);
	background-repeat: repeat-x;
	height: 699px;}

#container {
	width: 916px;
	margin: auto;
	padding-top: 15px;}

#socialMediaContainer {
	position: absolute;
}

#socialMediaLinksTop {
	text-align: center;
	color: #FFFFFF;
	font-size: 1em;
	letter-spacing: 0.1em;
	letter-spacing: 0;
	font-style: italic;
	font-weight: bold;
	position: absolute;
	z-index: 1000;
	height: 36px;
	width: 300px;
	top: -15px;
	left: 90px;
}

#socialMediaLinksSide {
	text-align: center;
	color: #470016;
	font-size: 1em;
	letter-spacing: 0.1em;
	letter-spacing: 0;
	font-style: italic;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 25px;
}
#twitterWidget {
	margin-top: 10px;
	clear: both;
	width: 100%;
}
#twitterWidgetSide {
	margin-left: 20px;
	margin-top: 6px;
}

#socialMediaLinksBottom {
	margin-left: 7px;
	text-align: center;
	color: #470016;
	font-size: 1em;
	letter-spacing: 0.1em;
	letter-spacing: 0;
	margin-right: 30%;
	margin-left: 30%;
	margin-bottom: 8px;
	font-style: italic;
	font-weight: bold;
}

/* Style the header main navigation area */

#header {
	width: 916px;
	margin-left: 12px;
	_margin-left: 14px;} /* IE fix */

#headerTop {
	float: left;
	_margin-bottom: -3px;
} /* IE fix */

#Logo {
	clear: both;}

#Logo img {
	float: left;}

/* Main Navigation */

body {behavior: url(csshover.htc);} /* WinIE behavior call */

.menu {
	position: relative;
	clear: both;
	width: 818px;
	height: 28px;
	margin: 0 0 0 19px;}
	
.menu ul li a {
	text-decoration: none;
	font-weight: bold;
	width: 160px;
	overflow: hidden;}
	
.menu ul {
	width: 818px;
	height: 28px;
	padding: 0; 
	margin-left: 11px; 
	list-style-type: none;}
	
.menu ul li {
	float: left;  
	position: relative;
	padding: 0;
	margin: 0;
	background-color: #5e5f54;}

.menu ul li ul {
	display: none;
	margin: 7px 0 0 0;
	border-top: 2px solid #5e5f54;}

.menu ul li ul li {
	padding: 4px 2px;
	background-color: #8a8e76;}

.menu li.submenu:hover {}
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:164px;}
.menu ul li:hover ul li:hover a.hide {background:#5e5f54; color:#fcfbe5;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#8a8e76; color:#fcfbe5; _text-decoration:none;}
.menu ul li:hover ul li a:hover {background-color:#5e5f54; color:#fcfbe5;}
.menu ul.level1 li.submenu:hover ul.level2 {display:block; position: absolute; left:105px; top:0;}

#header .menu .level2 li {
	font-size: 0.8em;
	text-align: center;}
	

/* Section Navigation */

#sectionNav {
	float:  left;
	color: #475b3e;
	font-size: .8em;
}
	
#sectionNav  li {
	display: inline;}

#sectionNav ul {
	list-style-type: none;}

#sectionNav a:link {
	color: #475b3e;
	text-decoration: none;}

#sectionNav a:visited {
	color: #475b3e;
	text-decoration: none;}

#sectionNav a:hover {
	text-decoration: underline;}

#sectionNav a:active {
	text-decoration: none;}


/* Body */

#contentArea {
	float: left;
	background-image: url(../images/content_bgd.gif);
	background-repeat: repeat-y;
	width: 818px;
	margin-left: 42px;
	_margin-left: 22px;/* IE fix */
	_margin-top: -5px;}/* IE fix */

#footer {
	float: left;
	background-image: url(../images/footer_bgd.gif);
	background-repeat: no-repeat;
	width: 864px;
	height: 64px;
	margin-left: 12px;
	_margin-left: 7px;/* IE fix */
	text-align: center;
	color: #fcfbe5;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	_letter-spacing: 0;
	margin-bottom: 12px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 7px;
}

#footer2 {
	float: left;
	background-image: url(../images/footerBgd.gif);
	background-repeat: no-repeat;
	width: 864px;
	height: 64px;
	margin-left: 13px;
	_margin-left: 7px;/* IE fix */
	_margin-top: -15px;/* IE fix */
	text-align: center;
	color: #fcfbe5;
	font-size: 0.8em;
	letter-spacing: .1em;
	_letter-spacing: 0; /* IE fix */
	padding: 7px 0 0 7px;}

#top {
	width: 765px;
	margin-left: 25px;
	padding-top: 20px;
	border-bottom: 1px #475b3e solid;
}
	
.separator {
	clear: both;
	height: 0;
	margin-top: 1em;
}


/* Left Column */

#columnLeft {
	float: left;
	width: 200px;}

#leftCol {
	border-width: 0 1px 1px 0;
	border-color: #475b3e;
	border-style: solid;
	padding: 15px 3px;
	margin-left: 25px;
	font-size: 11px;
	line-height: 1.5em;}

#ads img {
	padding: 15px 0 0 20px;} 


/* Right Column (main page content) */

#columnRight {
	float: left;
	width: 550px;
	margin: 13px 0 25px 30px;}

#photo1 {
	float: left;
	margin: 20px 0 0 -5px;	
	padding: 0 10px 5px 0;}

#photo2 {
	float: right;
	padding-left: 15px;}

#contentTitle h2 {
	padding: 0;}

#banner img {
	margin-left: -10px;}

#homeGraphic {
	height: 300px;
	width: 550px;
	margin-left: 104px;
	background-color: #999999;}

/* Variations of Graphic Block buttons on home page */

#home3blocks, #home2blocks, #homeBlocksPlusBeerWine {
	height: 200px;
	width: 758px;
	margin: 30px 0 0 0;
}

#homeBlockLeft, #homeBlockCenter, #homeBlockRight, #homeBlockLeft2, #homeBlockRight2, #homeBlockLeftBW, #homeBlockRightBW, #homeBlockBeer, #homeBlockWine {
	float: left;
}
#homeBlockLeft, #homeBlockCenter, #homeBlockRight, #homeBlockLeft2, #homeBlockRight2, #homeBlockLeftBW, #homeBlockRightBW {
	height: 166px;
	width: 166px;
}
#homeBlockLeft {
	margin-left: 104px;
}
#homeBlockCenter {
	margin-right: 26px;
	margin-left: 26px;
}
#homeBlockLeft2 {
	margin-left: 187px;
}
#homeBlockRight2 {
	margin-left: 52px;
}
#homeBlockLeftBW, #homeBlockRightBW {
	margin-left: 36px;
}
#homeBlockBeer, #homeBlockWine {
	height: 100px;
	width: 136px;
	text-align: center;
	margin-top: 18px;
	line-height: 2em;
	font-weight: bold;
	font-style: italic;
	font-size: 0.9em;
}
#homeBlockBeer {
	margin-left: 23px;
}
#homeBlockWine {
	margin-left: 36px;
}
	
	
/* Full WIdth main page content */

#columnFullwidth {
	float: left;
	width: 758px;
	margin: 13px 0 25px 30px;}


/* Headings */

h1 {
	font-size: 2em;
	color: #475b3e;
	letter-spacing: 1px;
	padding-bottom: 10px;}

h2 {
	font-size: 1.2em;
	color: #652C04;
	font-family: Georgia, "Times New Roman", Times, serif;}

h3 {
	font-size: 0.8em;
	font-style:italic;
	letter-spacing: 2px;
	line-height: 1.3em;}
#non-spacedH3 h3 {
	letter-spacing: 0px;
}

h4 {
	font-size: 1.1em;
	color: #475b3e;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

h5 {
	font-size: 2.2em;
	color: #475b3e;}

h6 {
	font-size: 1.2em;
	color: #475b3e;}


/* Formating the link states for the document */

a:link {
	text-decoration: underline;
	color: #475b3e;}

a:visited {
	text-decoration: underline;
	color: #333333;}

a:hover {
	text-decoration: underline;}

a:active {
	text-decoration: none;}
	
	
.nav2 a:link {
	text-decoration: none;
	color: #fcfbe5;}

.nav2 a:visited {
	text-decoration: none;
	color: #fcfbe5;}

.nav2 a:hover {
	text-decoration: underline;
	color: #fcfbe5;}

.nav2 a:active {
	text-decoration: none;
	color: #fcfbe5;}


/*  extra formatting */

p {
	line-height: 1.3em;}

.bold {
	font-weight: bold;
	padding: 0;
	margin: 0;}

li {
	display: inline;
	padding: 2px;}

ul {
	list-style-type: none;}

.floatLeft {
	float: left;}

.floatRight {
	float: right;}

.fooditem {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;}

#downloadFile {
	text-align: right;
	font-style: italic;
	line-height: 2em;
}
#downloadFile a {
	text-decoration: none;
}
#columnRight .choices {
	color: #993300;
	line-height: 1.8em;
}
#columnRight .choicesMultiLine {
	color: #993300;
	line-height: 1.2em;
}
.smallcaps {
	font-variant: small-caps;
	font-size: 1.1em;
}
.smallercaps {
	font-size: 0.8em;
	font-variant: small-caps;
}
.padding-left-30 {
	padding-left: 30px;
}
#fineprint {
	font-size: 0.8em;
	color: #666666;
}
.calendarblock dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #475B3E;
}
.calendarblock dd {
	font-size: 1.2em;
	font-style: italic;
	color: #692D05;
	padding-top: 0.1em;
}
.calendarblock a {
	color: #5C1413;
}
.calendarblock {
	padding-top: 0.3em;
	padding-bottom: 0.6em;
}
.calendar-time {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-style: normal;
	color: #475B3E;
	font-weight: bold;
	padding-right: .5em;
}
#pastPerformers {
	background: #D9D3A9;
	padding: 10px 3px;
	margin-left: 25px;
	margin-top: 10px;
}
ul.ppList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	list-style-image:url(images/bullet.gif);
	list-style-type: square;
}
#pastPerformers .ppList li {
	padding: 0px 0px 5px;
	display: block;
	list-style: circle;
}
p.ppHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #475B3E;
	margin: 0px 0px 10px;
	padding: 0px;
}
#pastPerformers .ppList a {
	color: #000000;
}
#hours-list dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #475B3E;
	padding-top: 1.4em;
}
#hours-list dd {
	padding-top: .4em;
}
#directions-list dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #475B3E;
	padding-top: 1.4em;
}
#directions-list dd {
	font-size: 0.8em;
	padding-top: .3em;
}
#map {
	height: 240px;
	width: 480px;
	position: relative;
	left: 0px;
	top: 0px;
}
.staffPosition {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #652B05;
}
.smallBoldHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #475B3E;
	margin: 0px;
	padding-top: 1.5em;
	padding-right: 0px;
	padding-bottom: 0.3em;
	padding-left: 0px;
}
.smallBodyText {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
.flushleftBodyText {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
.smallerBodyText {
	font-size: 0.9em;
	line-height: 1.2em;
}
#talentSubmitForm {
}
#talentSubmitForm  h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FCFBE5;
	background: #757A58;
	text-indent: .7em;
	margin: 3em 0em 0em;
	font-size: 1em;
	line-height: 1.5em;
}
#talentSubmitForm dt {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
}
#talentSubmitForm dd {
	margin: 0.2em 0px 0.6em;
	padding: 0px;
}
#talentSubmitForm dd input {
	width: 350px;
}
#talentSubmitForm dd textarea {
	width: 350px;
}
#submitButton {
	margin: 2em 0px 0px;
}
.centeredSubhead {
	font-size: 1.3em;
	color: #475b3e;
	letter-spacing: 0.3em;
	padding: 0px 0px 3px;
	font-weight: bold;
}
.centeredBoldItalic {
	font-size: 1.3em;
	color: #475b3e;
	padding: 0px 0px 3px;
	font-weight: bold;
	font-style: italic;
}
.centeredSmallText {
	font-size: .9em;
	color: #475b3e;
	padding: 0px 0px 3px;
}

/* Used for home page highlight block */
.hilitedBkgd {
	background: #FFCC66;
	margin-right: 90px;
	margin-left: 90px;
}

/* Used for enlarging keywords in page text */
.largerText {
	font-size: 1.5em;
	line-height: 1.4em;
}

/* Used for highlighting dates on Events page */
.backgroundHighlightColor {
	background: #FFCC66;
}

.strikethru {
	text-decoration: line-through;
}
#thumbBlock {
	width: 140px;
	margin-right: 12px;
	float: right;
	height: 100px;
}
#textBlock {
}
.sidePadding {
	padding-right: 30px;
	padding-left: 30px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FCFBE5;
}
.sidePaddingNoTopBorder {
	padding-right: 30px;
	padding-left: 30px;
}

