/* CSS Document  c2008 Tom Shultz/Creative Attitude */

body {
	color: #838386 /*#5F5F5F #7F7F7F #8D8C8C*/;
	margin: 0 auto;
	padding: 0;
	width: 780px;
	font-family:  Georgia, "Times New Roman", Times, serif;
	background: #fff url(../images/check4.gif) repeat;
}

#container {
	border: solid #CA8EAD 1px;
	margin-top: 0.5em;
	background-color: #fff;
}	

#header {
	margin: 0;
	padding: 0;
	height: 120px;
	background-color: #fff;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: right;
}

#easter {
	text-align: right;
	float: right;
	clear: both;
	margin: .5em .75em;
}

#bingo {
	/*left: 768px;
	top: 318px;
	position: absolute;*/
	text-align: right;
	float: right;
	margin: 1em 2em;
	clear: both;
}



/*#header {
	background-image:  url(../images/theater_logo_ed.gif);
	width: 100%;
	margin: 0;
	padding: 0;
	height: 78px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: left top;
	
} */

/************* #mainnav styles **************/

#mainnav{
	background-color: #00A8CA;
	margin: 0;
	padding: 0;
	text-align: center;
	border-top: 1px solid #CA8EAD;
	border-right: 0;
	border-bottom: 1px solid #CA8EAD;
	border-left: 0;
}


/* #mainnav{
	font-size: 11px;
	padding: 0px 6px;
	font-style: italic;
	font-weight: bold;
	background-color: #000;
	position: static;
	margin-top: 24px;
	margin-left: 180px;
	
	'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap 


#mainnav ul {
	margin: 0;
	padding: 0;

}

#mainnav li {
	list-style: square;
	font-size: 11px;
	margin:  0;
	padding-left: 3px;
	line-height: 1.75em;
	list-style-position: inside;
}


#mainnav a {
	padding: 0px 4px; 
}

#mainnav img{
	vertical-align: middle;
}
*/

#navtabs {
	margin: 0 0.5em 0 0;
	padding: 0em 0.125em;
	text-align: right;
	
	}

#navtabs li {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	background-color: #5EC4DC;
	line-height: 24px;
	}
	
#navtabs a:link, #navtabs a:visited {
	margin: 0 .25em;
	padding: .25em;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	}

/*#navtabs a:hover, #navtabs a:active {
	margin: 0 .25em;
	background: #FFF7B4;
	padding:  .25em;
	color: #00A8CB;
	}*/


#navtabs a.active:link, #navtabs a.active:visited, #navtabs a:hover {
	margin: 0 .25em;
	background: #FFF7B4;
	padding:  .25em;
	color: #00A8CB;
	text-decoration: none;
	}


a:link  {
	color: #00A8CB;
	text-decoration: none;
}

a:visited  {
	color: #00A8CB;
	text-decoration: none;
}

a:hover {
	color: #00A8CB;
	text-decoration: underline;	
}

a:active {
	color: #00A8CB;
	text-decoration: none;
	background-color: #FFF7B4;
	
}


/*#content a:link  {
	color: #006699;
	text-decoration: none;
	
}

#content a:visited  {
	color: #006699;
	text-decoration: none;
	
}

#content a:hover {
	color: #fc0;
	text-decoration: underline;
	
	
}

#content a:active {
	color: #069;
	
	
}*/





/* overrides decoration from previous rule for hovered links */

p, h1, h2, h3, h4, h5, h6 {
	
	margin: 0 0 .5em 0;
	padding: 0;
}



p{
	font-size: 11px;
	line-height: 1.5em;
	margin: 0 0 .75em 0;
}

h1{
	font-size: 18px;
	color: #999999;
	font-variant: small-caps;
 
}

h2{
	font-size: 14px;
	line-height: 1.375em;

}

h3{
 font-size: 12px;

}

.contact {
	font-size: 11px;
	font-weight: bold;
	color: #FCF38B;
	font-style: italic;
	margin-left: 1em;
	text-align: left;
	float: left;
	margin-top: 0.375em;
}

h4{
	font-size: 11px;
	
}

h5{
 font-size: 10px;

}

h6{
	font-size: 9px;

}


#content ul, #menu ul  {
	margin: .25em 0 .5em 0;
	padding: 0;

}

#content li, #menu ul {
	list-style: square;
	font-size: 11px;
	margin:  0;
	padding-left: .5em;
	line-height: 1.5em;
	list-style-position: inside;
}


#synopsis ul {
	margin: 0px 0px 3px;
	padding: 0px;
}
#synopsis li {
	list-style-type: none;
	list-style-position: outside;
	line-height: 1.5em;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


#gallery {
	clear: both;
}

#gallery h5 {
	margin-top: .5em;
	padding-top: 1em;
}

#gallery ul {
	margin: 0px 0px 3px;
	padding: 0px;
}
#gallery li {
	list-style-type: square;
	list-style-position: inside;
	line-height: 1.5em;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h5.gallery {
	text-align: right;
	margin: 2em 0 2em 0;
	clear: both;
}

dl {
	
	margin: 0em 0em 1em 0;
	
	}
	
dt {
	margin: 0;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	font-variant: small-caps;
	letter-spacing: .125em;
	}
	
dd {
	margin: 0;
	text-align: left;
	text-align: left;
	line-height: 14px;
	font-size: 11px;
	
	}





table {
	font-size: 9px;
	padding: 0;

}

td {
	text-align: left;
/*	vertical-align: top;
*/	line-height: 12pt;
}

th {
	text-align: center;
	width: 36px;
	
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#mainhome {
	margin: 0px auto;
	padding: 0;
	width: 778px;
	height: 360px;
	background: #fff url(../images/B-Hall3.png) no-repeat right top;
/*	background: #fff url(../images/table_decorated.jpg) no-repeat right top;*/
}


/*body.history #main {
	height: 1266px;
}

body.submissions #main {
	height: 966px;
}


body.contact #main {
	height: 660px;
}*/

#main {
	margin: 0;
	padding: 0;
	width: 778px;
	background-color: #fff;
	
}

#maingold {
	margin: 0;
	padding: 0;
	width: 778px;
	background: #fff url(../images/penne_dish.jpg) no-repeat right top;	
}

#maingoldb {
	margin: 0;
	padding: 0;
	width: 778px;
	background: #fff url(../images/bruschetta.jpg) no-repeat right top;	
}

#mainplatinum{
	margin: 0;
	padding: 0;
	width: 778px;
	background: #fff url(../images/primavera_fork.jpg) no-repeat right top;	
}

#mainplatinumb{
	margin: 0;
	padding: 0;
	width: 778px;
	background: #fff url(../images/cheese_cut.jpg) no-repeat right top;	
}

#mainservices{
	margin: 0;
	padding: 0;
	width: 778px;
	background: #fff url(../images/flowers.jpg) no-repeat right bottom;	
	background-size: 200px;
}


#mainevent{
	margin: 0;
	padding: 0;
	width: 778px;
	background: #fff url(../images/cork.jpg) no-repeat right bottom;	
}





#subnav{
	float: left;
	margin: 18px 0 0 0;
	padding: 0;
	width: 144px;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #000;
}

#content{
	width: 240px;
	margin: 0 12px;
	padding: 1em;
	background-color: #fff;
	
}

/*#menu{
	width: 360px;
	margin: 0 12px;
	padding: 1em;
	background-color: #fff;
}*/

#leftcol{
	width: 320px;
	margin: 0 12px;
	padding: 1em;
}

#rightcol{
	width: 360px;
	margin: 0 12px;
	padding: 1em;
	float: right;
}

#menupack {
	margin: 0;
	padding: .5em .5em .5em 72px;
	background: #FBFACD url(../images/basil.gif) no-repeat left bottom;
}

#menupack ul {
	margin: 0;
	padding: 0;
	
		
	}

#menupack li {
	margin: 0;
	padding: 0 .25em 0 .25em;
	display: inline;
	list-style-type: none;
	line-height: 1.25em;
		
	}





/*#subnav{
	position: relative;
	margin: 0 60px 0 0;
	padding: 6px;
	background-color: #ccc;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #fff;
	font-size: 10px;
	font-variant: small-caps;
	background-color: #FF0000;
	font-weight: normal;
}
*/




/***********************************************/
/*Component Divs                               */
/***********************************************/


/*************** #pageName styles **************/

#pageName{
	padding: 3px 0px 3px 9px;
	font-variant: small-caps;
	background-color: #FFCB01;
	width: auto;
	
}






/************** .feature styles ***************/

#feature{
	left: 18px;
	width: 240px;
	position: relative;
	top: 18px;
	
	
} 

#feature p{
	font-size: 12px;
	
}

#feature h4{
	font-variant: small-caps;
	line-height: 1em;
}

#feature ul{
	list-style-type: square;
	line-height: 1.75em;
	font-size: 12px;
}







#main img{
	float: right;
	padding: 0;
	margin: 0;
}


#gallery img{
	float: left;
	padding: 0;
	margin: 0px 24px 9px 0px;
}

#content img{
	float: left;
	padding: 0;
	margin: 0px 1em 0 0;
}


.heading{
	background-color:#fc0;
	}
	
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #footer styles ***************/

#foot{
	clear: both;
	color: #00A8CB;
	padding: .5em 0 .25em 0;
	/*margin-top: 0.5em;
	margin-bottom: 0.5em;*/
	font-weight: normal;
	text-align: center;
	height: 1em;
	background: #B2E5EF url(../images/menu_gnd.png) repeat;
}

#footer{
	clear: both;
	color: #00A8CB;
	padding: .5em 0 .25em 0;
	/*margin-top: 0.5em;
	margin-bottom: 0.5em;*/
	font-weight: normal;
	text-align: center;
	height: 1em;
	background: #B2E5EF repeat;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/*#footer h6{
	padding-bottom: .25em;

}*/

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #subnav styles ***********/


#subnav li {
	padding: 0px;
	list-style-type: none;
	color: #000;
	font-size: 12px;
	text-transform: none;
	line-height: 15px;
	margin: 0 12px 0px -12px;
	font-style: italic;
	font-weight: bold;
	
}

#subnav h3{
	padding: 10px 0px 2px 6px;
}

#subnav a:link{
	color:#069;
	text-decoration: none;
}

#subnav a:visited{
	color:#069;
	text-decoration: none;
}

#subnav a:hover{
	color:#fc0;
	text-decoration: underline;
}

#subnav a:active{
	color:#069;
	text-decoration: none;
}


.ecl {
	color:#D74091;

}


.gold {
	color:#fff;
	letter-spacing: 0.05em;
	font-variant: small-caps;
	font-style: italic;
	background: #fc0;
	padding: .25em .5em;
	border-top: 1px #000000;
	border-right: 1px #000000;
	border-bottom: 1px #000000;
	border-left: 1px #000000;
}

.pointer {
	background: url(../images/pointer.gif) no-repeat left center;
	padding: 0 0 0 30px;
	font-variant: small-caps;
}
