body {
	background: #7A3079;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

h1 {
	margin: 0px;
	padding: 0px;
	}

a {
	text-decoration: none;
	}
#newsSection a {
	color: #EBCA11;
	}
ul {
	margin: 0px;
	padding: 0px;
	}

li {
	list-style: none;
	}


/* -----------------------------------------------------------------------
	HEADER
----------------------------------------------------------------------- */
.wrapperHeader {
	background: url(/images/backgrounds/O_headerBg3.gif) center 0px no-repeat;
	margin: 0px;
	padding: 0px;
	}
	
#header {
	text-align: left;
	margin: 0px auto 0px;
	padding: 13px 0 0 0;
	width: 900px;
	height: 250px;
	}

h1.logo {
	float: left;
	width: 210px;
	height: 174px;
	display: block;
	}

h1.logo span {
	text-indent: -9999px;
	display: block;
	}
	
	
/* -----------------------------------------------------------------------
	NAVIGATION
----------------------------------------------------------------------- */
	
ul#nav {
	float: left;
	width: 640px;
	height: 115px;
	margin-top: 9px;
	margin-bottom: -60px;
	position: relative;
	z-index: 90 !important;
	}

ul#nav li {
	float: left;
	padding: 0px;
	margin: 0px;
	}

ul#nav li a {
	display: block;
	border: 0px;
	background: url(/images/backgrounds/O_navBg.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	}

ul#nav li a:focus {
	outline: none;
	}
	
li#home a {
	width: 90px;
	height: 51px;
	}

li#home a:link, li#home a:visited {
	background-position: 0px -2px;
	}

li#home a:hover, li#home a:focus, li#home a.highlight {
	background-position: -0px -120px;
	}

/* Menu Navigation Link */
li#menu a {
	width: 90px;
	height: 42px;
	margin: 26px 0px 0px 15px;
	}

li#menu a:link, li#menu a:visited {
	background-position: -105px -28px;
	}

li#menu a:hover, li#menu a:focus, li#menu a.highlight {
	background-position: -105px -146px;
	}

/* Events Navigation Link */
li#events a {
	width: 96px;
	height: 40px;
	margin: 40px 0px 0px 15px;
	}

li#events a:link, li#events a:visited {
	background-position: -210px -42px;
	}

li#events a:hover, li#events a:focus, li#events a.highlight {
	background-position: -210px -160px;
	}

/* News Navigation Link */
li#news a {
	width: 82px;
	height: 40px;
	margin: 49px 0px 0px 15px;
	}

li#news a:link, li#news a:visited {
	background-position: -322px -52px;
	}

li#news a:hover, li#news a:focus, li#news a.highlight {
	background-position: -322px -170px;
	}

/* About Navigation Link */
li#info a {
	width: 65px;
	height: 47px;
	margin: 51px 0px 0px 15px;
	}

li#info a:link, li#info a:visited {
	background-position: -422px -54px;
	}

li#info a:hover, li#info a:focus, li#info a.highlight {
	background-position: -422px -172px;
	}
	
/* Contact Navigation Link */
li#contact a {
	width: 112px;
	height: 41px;
	margin: 73px 0px 0px 15px;
	}

li#contact a:link, li#contact a:visited {
	background-position: -502px -75px;
	}

li#contact a:hover, li#contact a:focus, li#contact a.highlight {
	background-position: -502px -193px;
	}


/* Image Reel */
#imageReel {
	width: 600px;
	height: 312px;
	margin: 67px 0px 0px 250px;
	
	}
#imageReel #flashcontent  {
	position: relative;
	z-index: 0;
	}
		

/* -----------------------------------------------------------------------
	MAIN CONTENT
----------------------------------------------------------------------- */
.wrapperContent {
	text-align: left;
	width: 900px;
	margin: 0px auto 0px;
	}

#mainContent {
	float: left;
	width: 485px;
	display: block;
	margin: 122px 0px -202px 0;
	padding: 0;
	min-height: 460px;
	}


/* 	Event Highlight */
#eventHighlight {
		margin-top:  35px;
	}
#eventHighlight h3, #eventHighlight h4, #eventHighlight h4 span, #eventHighlight h5, #eventHighlight p {
	position: relative;
	z-index: 70;
	}
	
#eventHighlight h3, #eventHighlight h4, #eventHighlight h4 span, #eventHighlight h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
#eventHighlight h3 {
	font-size: 36px;
	color: #2a1631;
	/*margin-right: 150px;*/
	padding: 50px 0px 15px;
	}

#eventHighlight h4 {
	font-size: 24px;
	color: #df7a1c;
	
	margin-left: 230px;
	margin-bottom: 20px;
	}

#eventHighlight h4 span {
	font-size: 20px;
	color: #df7a1c;
	}
#eventHighlight h4 p {
	margin: 0px 0px 0px -10px;
	}
#eventHighlight h4 a {
	font-size: 15px;
	color: #df7a1c;
	text-decoration: none;
	}

#eventHighlight h5 a {
	font-size: 20px;
	color: #efbc43;
	font-weight: normal;
	letter-spacing: 1px;
	}

#eventHighlight p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	line-height: 22px;
	}
	
#eventImage {
	float: right;
	margin-left: -50px;
	margin-right: -55px;
	text-align: center;
	width: 220px;
	}

img.frame {
	margin-bottom: -220px;
	position: relative;
	z-index: 40;
	border: none;
	}
img.image {
	position: relative;
	z-index: 30;
	padding-top: 20px;
	border: none;
	outline: none;
	}
#eventImage a {
	border: none;
	text-decoration: none;
	
	}

	
img.trumpet {
	margin-top: 0px;
	margin-bottom: 2px;  
	margin-right: -60px; 
	position: relative;
	z-index: 1;
	float: left;
	}

img.hours {
	margin-top: -268px;
	margin-bottom: 116px;
	margin-right: -20px;
	position: relative;
	z-index: 100;
	clear: right;
	}
	
	
/* -----------------------------------------------------------------------
	Menu
----------------------------------------------------------------------- */
#menuSection {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	}
	
#menuSection h2 {
	margin: 13px 0px 0px;
	text-indent: -999px;
	height: 45px;
	background: url(/images/backgrounds/O_menuTitles.gif) no-repeat;
	}
	
#menuSection h3 {
	line-height: 18px;
	margin: 13px 0px 0px;
	padding: 0;
	font-size: 13px;
	width: 300px
	}

#menuSection h4 a {
	margin: 13px 0px 0px;
	font-size: 20px;
	color: #DDB438;
	}
#menuSection h4 a:hover {
	border-bottom: solid 2px #DDB438;
	}

#menuSection span {
	float: right;
	margin: 13px 0px 0px;
	
	}

#menuSection p {
	margin: 0px;
	line-height: 17px;
	font-style: italic;
	width: 420px; 
	}
	
/* Menu Titles */
#menuSection .starters {
	background-position: -7px 0;
	width: 115px;
	}
#menuSection .soup_salads {
	background-position: -128px 0;
	width: 220px;
	}
#menuSection .nawlins {
	background-position: -457px 0;
	width: 190px;
	}
#menuSection .signatures {
	background-position: -738px 0;
	width: 235px;
	}
	
	
/* -----------------------------------------------------------------------
	Calendar
----------------------------------------------------------------------- */	
	
.calendarBG {
 
  padding: 20px;
  margin: 20px 0px 100px;
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
}

.calendarBG td {
	padding: 0px;
	border-bottom: solid 1px #271631;
	}
.calendarBG th {
	padding: 0px;
	text-align: center;
	}

.calendarBG span {
	border-top: solid 1px #8E469D;
	
	width: 100%;
	display: block;
	font-size: 15px;
	padding: 3px;
	width: 62px;
	
	}

.calendarBlank { 
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif; 
	font-weight: normal;
	color: #531b52;
	height: 80px;
	vertical-align: top;
	
}

.calendarHeader { 
	color: #271631;
	font-size: 36px;
}

.calendarMonthLinks {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
	color: #451C46;
	
	padding: 0px;
}

.calendarMonthLinks a {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	
	color: #451C46;
	font-weight: bold;
 text-decoration:   none;

}
  
.calendarMonthLinks a:visited {

 text-decoration:   none;

}

.calendarMonthLinks a:hover {

 text-decoration:   underline;

}

td.calendarDayHeading {
 font-weight: normal; 
 font-size:	18px;
 color: #DF7A1C; 
 padding: 15px 3px 3px;
 text-align:  left;
 vertical-align: top;

}

.calendarToday { 
	
	font-weight:		normal;
	text-decoration:   none;
	text-align: left;
	vertical-align: top;
	color: #DF7A1C;
	font-size: 11px;
	
}

.calendarCell {
 
 font-weight:		normal;
	vertical-align: top;
 text-decoration:   none;
 text-align:  left;
 color: #FFF;
	
	height: 80px;
	
	
}

.calendarCell a, .calendarToday a {
	color: #FFCC00;

	}
.calendarCell div {
	padding: 5px 3px;
}
.calendarCell div a {
	color: #FFCC00;
	font-size: 12px;
 text-decoration:   none;
 font-family:"Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;

}
  
.calendarCell a:hover {

 text-decoration:   underline;

}

	

/* -----------------------------------------------------------------------
	Event Details
----------------------------------------------------------------------- */

#detailsSection {
	margin: 20px 0px 0px 50px;
	font-family: Arial, Helvetica, sans-serif;
	}

#detailsSection h2 {
	margin: 20px 0px 10px;
	padding-top: 30px;
	font-size: 20px;
	color: #efbc43;
	}
#detailsSection h3 {
	color: #df7a1c;
	font-size: 18px;
	margin: 0px 0px 10px;
	}

#detailsSection p {
	font-size: 15px;
	color: #FFF;
	width: 300px;
	}
#detailsSection a {
	font-size: 15px;
	font-weight: bold;
	color:  #2a1631;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
#detailsSection a:hover {
	text-decoration: underline;
	}

	
/* -----------------------------------------------------------------------
	News & About
----------------------------------------------------------------------- */
#newsSection, #aboutSection {
	margin-bottom: 100px;
	}
	
#aboutSection .mainSection {
	margin-left: 135px;
	}
	
#newsSection h3, #aboutSection h3, #mailinglist_form h3 {
	color: #2C102C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 20px 0px 3px;
	}
	
#newsSection p, #aboutSection p, #mailinglist_form p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	line-height: 19px;
	margin: 0px;
	} 
	
#aboutSection p, #mailinglist_form p {
	margin-bottom: 10px;
	}

#aboutSection .subSection {
	float: left;
	margin: 0px 15px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 120px;
	}
#aboutSection .subSection li {
	padding: 0px 0px 10px;
	}
	
#aboutSection .subSection h4 {
	color: #2C102C;
	font-size: 18px;
	margin: 0px;
	font-weight: bold;
	}
#aboutSection .subSection a {
	color: #EBCA11;
	text-decoration: none;
	font-weight: bold;
	}
#aboutSection .subSection a:hover {
	text-decoration: underline;
	}
#aboutSection .subSection a.active {
	color: #4c1d4b;
	}	
	
/* -----------------------------------------------------------------------
	Directions
----------------------------------------------------------------------- */
#directionSection {
	margin: 20px 0px 50px;
	border: solid 5px #3A1F4A;
	width: 350px;
	height: 350px;
	}
#directionSection small {
	visibility: hidden;
	}


/* -----------------------------------------------------------------------
	Contact
----------------------------------------------------------------------- */
#contactSection h2 {
	text-indent: -999px;
	background: url(/images/backgrounds/O_contactTitle.gif) no-repeat;
	height: 41px;
	margin: 0px;
	position: relative;
	z-index: 60;
	}

#contactSection label, #mailinglist_form label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	}
input, textarea {
	margin-top: 5px;
	border: solid 4px #F0CD3F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	padding: 3px;
	}
#contactSection #submit, #mailinglist_form #submit {
	border: solid 2px #391D46;
	background: #732D73;
	color: #FFF;
	font-weight: bold;
	}

	
/* -----------------------------------------------------------------------
	SIDEBAR
----------------------------------------------------------------------- */
#sidebar {
	float: left;
	width: 220px;
	margin: -50px 0 0 0;
	padding: 0;
	}
#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #FFF;
	margin: -10px auto 30px;
	text-align: center;
	}
#sidebar a img {
	border: none;
	}
#sidebar .giftCard {
	text-align: center;
	}
#sidebar .foundation {
	margin-top: 20px;
	text-align: center;
	}
#sidebar .mailing {
	margin-top: 10px;
	margin-bottom: -167px;
	text-align: center;
	}
	
	
/* -----------------------------------------------------------------------
	FOOTER
----------------------------------------------------------------------- */
.footerWrapper {
	background: url(/images/backgrounds/O_footerBg.gif) center bottom no-repeat;
	margin-top: 0px;
	display: block;
	clear: both;
	}
	
#footer {
	width: 900px;
	text-align: right;
	margin: 0px auto;
	}