/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2006.09.12 
   PURPOSE: Controls the layout of the site and styles
            the menus
 **************************************************************/



/**************************************************************
   #wrapper & #content: wrapper positions and sets the width
   on the content.  The background is then applied to #content.
 **************************************************************/

#wrapper {
  width: 730px;
    height: 100%;
  margin: 0 auto;
   text-align: left;
}


#content { 
 float: left;
 width: 730px;
  height: 100%;
  min-height: 100%; 
  position: relative;
   
  background: url(../img/bg/content.gif) repeat-y top center;
}


#content[id] {
  height: auto;  
  background: url(../img/bg/content.gif) repeat-y top center;
}




/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
  padding: 160px 0 2px 49px;  
  background: url(../img/bg/header.jpg) no-repeat top center;  
  cursor: pointer;
}

/* Forces IE to set the hasLayout flag and show the header at the height of its contents \*/
* html #header {
  height: 1%;
}
/* End hide from IE-mac */


#header h1,
#header h2 {
  margin: 0;
  padding: 0;  
  background: none;
}

#header h1 {
  font-size: 3.5em;
  font-family: georgia;
  letter-spacing: -3px;
  color: #6E310B;
}




/**************************************************************
   #menu: The top level site menu
 **************************************************************/

ul#menu {
  width: 715px;
  margin: 0 auto;  
  padding: 0 !important;
  padding: 0 0 0 10px;  
}

ul#menu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#menu li a {
  float: left;  
  padding: 5px 0 5px 0;

  font: 400 1em trebuchet ms, verdana, arial;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  
  color: #424242;
  border-bottom: 1px solid #666666;
  border-top: 1px solid #666666;
}

ul#menu li a:visited {
  background-color: #FFF;
}

ul#menu li a:hover {
  color: #424242;
  background: url(../img/bg/menu1.gif) repeat-x bottom left;
}

ul#menu li a.here {
  color: #424242;
  background: url(../img/bg/menu1.gif) repeat-x bottom left;
}

/* helper classes to control width of links in topbar */
ul.two li a {
  width: 50%;
}

ul.three li a {
  width: 33%;
}

ul.four li a {
  width: 25%;
}

ul.five li a {
  width: 20%;
}

ul.eight li a {
  width: 12.5%;
}

/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {  
  float: left;
  clear: both;   
  width: 680px !important;
  width: 100%;
  
  padding: 15px 15px 15px 30px;
}

#showcase {  
	border:1.5px dashed #666666;
	position: relative;
	height:490px;
	padding-left:10px;
	padding-top:8px;
	padding-bottom:10px;
	padding-right:8px;
	width:658px;
}



/**************************************************************
   Evenings Page
 **************************************************************/

#poster
{
	width: 50%;
	float: left;
	background: #ffffff;
	padding-bottom: 10px;
}

#eveninginfo
{
	width: 50%;
	float: right;
	background: #ffffff;
}


/**************************************************************
   .footer: Site footer
 **************************************************************/

#footer {
  font: trebuchet ms, verdana;
  font-size: 0.75em;
  color: #424242;
  position: bottom;
  clear: both;
  }
  
ul#menuf {
  width: 600px;
  margin: 0 auto;  
  padding-top: 5 !important;
  padding: 0 0 5;  
  clear: both;
}

ul#menuf li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
}

ul#menuf li a {
  padding: 5px 0 5px 0;

  font: 9px trebuchet ms, verdana, arial;
  text-align: center;
  text-decoration: none;
  clear: both;
  color: #424242;
}



/**************************************************************
   .bigLinks: Large, clickable links
 **************************************************************/

ul.bigLinks {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  
}

ul.bigLinks li {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
}

ul.bigLinks li a,
ul.bigLinks li a:visited {  
  display: block;

  margin: 10px 0;
  padding: 3px;

  text-decoration: none;
  background-color: #FFF;
  border: 0;  
}

ul.bigLinks li a:hover {
  padding-bottom: 2px;
  background-color: #F1FFE3;
  border-bottom: 1px solid #B8E78B;
}

ul.bigLinks li a span.title {
  color: #5E9040;  
  border-bottom: 1px solid #B8E78B;
}

ul.bigLinks li a:hover span.title {
  color: #3C5D29;
  border-bottom: 1px solid #4A6E35;
}

ul.bigLinks li a span.desc {
  display: block;
  color: #6D6864;
}

ul.bigLinks li a:hover span.desc {
  color: #555;
}



/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width75 {
  width: 73%;
}

.width66 {
  width: 64%;
}

.width50 {
  width: 48%;
}

.width33 {
  width: 31%;
}

.width25 {
  width: 23%;
}



/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}
.alignCenter {
  text-align: center;
}


/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.big {
  font-size: 1.3em;  
}

.small {
  font-size: 0.85em;  
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.grey {
  color: #424242;
}

.green {
  color: #9dc8bd;
}

.darkBrown {
  color: #7d6a55;
}


.greenBg {
  padding: 0 10px;
  background-color: #9dc8bd;
  border-bottom: 1px solid #88aea3;
}

.highlight {
  padding: 1px 2px;
  background: #D9F5EC;
  border-top: 1px solid #BDEDDE;
}

.modalBackground
{
	background-color: #414141;
	filter: alpha(opacity=50);
	opacity: 0.7;
}