/* CSS Document for Layout Styles */


/* Normalizes margin, padding */
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* body + typography 
-------------------------- */
body {
	font-family: Verdana, Ariel, Helvetica, san-serif;
	font-size: small;
	background: #000;
	color: #FFFFFF;
	text-align: left;
	width: 800px;
}
h2 {
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 140%;
	text-align: center;
	width: 350px;
}
h3 {
margin: 0;
padding: 10px 0;
font-size: 130%;
text-align: center;
}

h4 {
margin: 0;
padding: 10px 0 0 10px;
font-size: 120%;
}

h5 {
margin: 0;
padding: 7px 0 0 10px;
font-size: 110%;
}

p {
margin: 0;
padding: 0 17px 10px 10px;
font-size: 100%;
}
a {
color: #FFFF00;
text-decoration: underline;
}

ul {
margin: 0;
padding: 0 0 0 10px;
list-style-type: none;
}

li {
margin: 0;
padding-top: 3px;
padding-left: 10px;
}

dl {
margin: 0;
padding: 0 0 0 10px;
}

dt{
padding: 10px 0 5px 0;
}

dd {
margin: 0;
padding: 0px 0 10px 0;
}

blockquote {
margin: 0;
padding-left: 15px;
}

table {
	width: 350px;
	padding: 3;
	border-collapse: collapse;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

td {
margin: 0;
padding: 5px;
vertical-align: baseline;
}
/* 0. Container
-------------------------  */
#container {
/*min-width: 770px;
max-width: 1200px;*/
width: 770px;
}

/* 1. Branding
_______________________ */
#branding {
width: 770px;
height: 150px;
}
#branding h1 {
position: absolute;
text-indent: -100em;
top: -10px;
}
	
#logo {
float: left;
width: 413px;
height: 150px;
background: url(images/logo.jpg) no-repeat 0 0;
}

#slideshow {
	padding-left: 7px;
	width: 350px;
	height: 150px;
	float: right;
	clear: none;
}


#slideshow_list li {
display: inline;
margin: 0;
padding: 0;
float: right;
}

/* Contact Info 
----------------- */
#contact {
margin: 0;
padding: 0;
width: 770px;
}

#contact p {
margin: 0;
padding: 5px 5px 5px 10px;
font-size: 95%;
line-height: 1.5em;
}

/* 2. Content Wrap
----------------------- */
#content_wrap {
width: 770px;
position: relative;
border-bottom: 1px solid#c78751;
}

/* 2a. Divider Top
_____________________ */
.divider {
margin: 0;
padding: 0;
width: 770px;
height: 5px;
background: transparent url(images/divider.jpg) repeat-x top left;
}

/* 2b. Navigation
----------------------- */
#nav_wrap {
padding: 0;
width: 175px;
float: left;
}

#nav_main ul {
list-style-type: none;
margin: 0;
padding: 0;
}

#nav_main ul li {
padding: 5px 0 5px 10px;
border-bottom: 2px solid #c78751;
}

#nav_main ul li a {
text-decoration: none;
color: #fff;
font-size: 120%;
font-weight: bold;
}

#nav_main ul li a:hover {
text-decoration: underline;
}

/* Collage Image beneath the main nav
---------------------------------------*/
#collage {
width: 150px;
height: 178px;
margin: 15px 0 5px 10px;
padding: 0;
background: transparent url(images/collage.png) no-repeat;
}

/* 2c. Content This div holds the main content and the secondary content on the right.
__________________*/
#content {
width: 585px;
float: right;
}

/* Gallery Slideshow  
-----------------------*/
.gallery {
width: 420px;
text-align: center;
margin: 10px 0 0 10px;
}
.gallerypix {
border: 2px solid #fff;
outline: 3px solid #c78751;
margin: 10px 0;
}

/* 2c. Main content 
___________________ */
#content_main {
margin:0;
padding: 0;
width: 375px;
float: left;
}

#imgcenter {
margin: 0 auto;
padding-bottom: 10px;
text-align: center;
}

#imgcenter img {
border: 2px solid #fff;
outline: 3px solid #c78751;
}

#membership {
margin: 0;
padding: 0 0 10px 10px;
}

#membership dd {
padding-bottom: .5em;
}

.supporters {
margin: 0;
padding-left: 20px;
}

.imgleft {
float: left;
padding: 5px 10px 10px 10px;
margin: 0
}

.imgleft img {
border: 2px solid #fff;
outline: 1px solid #c78751;
}

.season {
margin: 0;
padding: 10px 0 15px 10px;
height: 100px;
width: 500px;
float: left;
}
/* Hoverbox styles for Meet Our Audience thumbnail gallery
-------------------------------------------------------------*/
.hoverbox
{
cursor: default;
list-style: none;
width: 585px;
}

.hoverbox img
{
background: #fff;
border-color: #c78751;
border-style: solid;
border-width: 1px;
color: inherit;
padding: 2px;
vertical-align: top;
width: 100px;
height: 100px;
}

.hoverbox li
{
background: #000;
display: inline;
float: left;
padding: 5px;
position: relative;
}

.hoverbox a
{
cursor: default;
}

.hoverbox a .preview
{
display: none;
}

.hoverbox a:hover .preview
{
display: block;
position: absolute;
top: -33px;
left: -45px;
z-index: 1;
}

.hoverbox .preview
{
border-color: #000;
width: 300px;
height: 225px;

}

/* 2d Secondary Content
_______________________ */
#content_sub { /* main container for the secondary content */
margin: 0;
padding-top: 10px;
width: 200px;
float: right;
}

/* Rounded corner box 
-----------------------*/
.bl {background: url(images/bl.gif) 0 100% no-repeat; width: 200px;}
.br {background: url(images/br.gif) 100% 100% no-repeat;}
 .tl {background: url(images/tl.gif) 0 0 no-repeat;}
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding: 10px;}
.t {
	width: 200px;
	background-color: #000000;
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
 .b {background: url(images/dot.gif) 0 100% repeat-x;}
.l {background: url(images/dot.gif) 0 0 repeat-y;}
.r {background: url(images/dot.gif) 100% 0 repeat-y;}

.t ul {
list-style-type: none;
margin: 0;
padding: 0;
}

.t ul li {
margin: 0;
padding-bottom: .5em;
padding-left: 10px;
}

.t ul li a {
text-decoration: none;
color: #fff;
font-size: 110%;
}

.t ul li a:hover {
text-decoration: underline;
} 


/* divider Bottom 
---------------------*/
#divider_bottom {
width: 770px;
height: .5em;
margin-top: 5px;
padding: 0;
clear: both;
border-bottom: 1px solid #c78751;
}

/* 5. Footer
__________________ */
#footer {
margin-top: 0px;
padding-top: 5px;
width: 770px;
clear: both;
}
#footer p {
font-size: 85%;
}

/* Bottom Nav (on inner pages 
-------------------------------*/
#footer ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}


#footer ul li {
display: inline;
padding: 0 .5em;
border-right: 1px solid #fff;
font-size: 90%;
}

#footer li.last {
    border:none;
}

#footer a {
text-decoration: none;
padding-bottom: .5em;
}

#footer a:hover {
text-decoration: underline;
padding-bottom: .5em;
}

