/*CSS Reset*/body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }ol, ul { list-style: none; margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }


/*
 * Colors: 
 *	Red: #EF3E42
 *  Gray Text: #5D5B56
 *	Brown Text: #7C6A55
 */

/****************************************************************/
/*                                                              */
/* General Text Formatting Used for Whole Site                  */
/*                                                              */
/****************************************************************/

body {
	background-color: #131313;
	position: relative;
	font: 16px normal Helvetica, Arial, sans-serif;
    margin: 15px 0px;
    padding: 0px;
    background-image: url(../images/striped_background.png);
    /*background-image: url(../images/laser_background2.jpg);*/
    background-repeat: repeat-x repeat-y;
    background-position: center top;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p{
	margin-left: 58px;
	margin-right: 2px;
	font: 16px normal Helvetica, Arial, sans-serif;
	margin-bottom: 12px;
	text-align: justify;
	color: #5D5B56
}

a,a:visited {
	color: #2a9de0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2{
	margin-top: 10px;
	margin-left: 58px;
	margin-right: 2px;
	font: 18px bold Helvetica, Arial, sans-serif;
	margin-bottom: 12px;
	color: #5D5B56;
}


/****************************************************************/
/*                                                              */
/* Div IDs used Across the Site                                 */
/*                                                              */
/****************************************************************/


#container {
	position: relative;
	text-align: left;
    margin: 0px auto;
    padding: 0px;
    width: 960px;
	background-color: transparent;
}

#header {
	background-color: transparent;
	width: 960px;
	height: 150px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}

#header #nav-bar {

}

#header #title {
	background-image: url(../images/VB_Title.png);
	width: 847px;
	height: 87px;
	top: 15px;
	left: 55px;
	position: relative;
}

#header-splash {
	background-color: transparent;
	width: 960px;
	height: 218px;
	background-image: url(../images/header-splash.png);
	background-repeat: no-repeat;
}

#header-splash #title {
	background-image: url(../images/VB_Title.png);
	width: 847px;
	height: 87px;
	top: 170px;
	left: 55px;
	position: relative;
}


#content-splash {
	width: 960px;
	height: 387px;
	background-image: url(../images/Linus-in-alley_ws.jpg);
}

#content {
	width: 960px;
	background-color: black;
}

#content p {
	/*position: relative;*/
	font: 18px normal Helvetica, Arial, sans-serif;
	color: #EEEEEE;
	margin: 10px 40px 10px 40px;
}

#content p.hr {
	height: 2px;
	border-top: 0px;
	border-bottom: 1px solid white;
	padding: 0;
	background:  #5D5B56;
	margin: 10px 40px 10px 40px;
	line-height: 1px;
}

#content .pagename {
	margin: 10px 40px 5px 20px;
}

#content h1 {
	font: 28px normal Helvetica, Arial, sans-serif;
	color: #ff0e0e;
	margin: 10px 40px 20px 40px;
}

#content h2 {
	font: 22px normal Helvetica, Arial, sans-serif;
	margin: 10px 40px 5px 40px;
	color: #5D5B56;
}

#content table.image-with-caption {
	float: left; 
	margin: 0px 10px 5px 40px;
	/*border: 1px solid gray;*/
	padding: 2px;
	background-color: #555555; 
	color: black;
}

#content table img {
	border: 1px solid #222222;
	padding: 2px;
}

#content table td.caption {
	font: 12px normal Helvetica, Arial, sans-serif;
	background-color: black;
	color: white;
}

#footer-splash {
	background: black;
	width: 960px;
	height: 70px;
	background-image: url(../images/footer-splash.png);
	background-repeat: no-repeat;
}

#footer {
	background: inherit;
	width: 960px;
	height: 36px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	position: relative;
}

#nav-bar {
	font: 24px normal Helvetica, Arial, sans-serif;
	font-style: italic;
	width: 922px;
	height: 50px;
	margin-left: 0px;
	position: relative;
	top: 20px;
	left: 20px;
	z-index: 3;
}

#nav-bar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav-bar li {
	float: left;
	/*border: 1px solid green;*/
	position: relative;
	/*height: 63px; wkh*/
	text-align: center;
	width: 170px;
	padding-bottom: 10px;
	color: #2a9de0;
}	

#nav-bar li a{
	text-decoration: none;
	position: relative;
	color: inherit;
}

#nav-bar li a:visited{
	text-decoration: none;
	position: relative;
	color: #2a9de0;
}

#nav-bar li li { 
	width: 100px;
	background-color: #d8d1c9;
	text-align: left;
	padding: 5px 5px 5px 5px;
	color: #2a9de0;
}

#nav-bar li li.cast { 
	font: 18px normal Helvetica, Arial, sans-serif;
	width: 145px;
	background-color: #333333;
	text-align: center;
	padding: 5px 5px 5px 5px;
	margin-left: 0px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#nav-bar li li.artistscoalition { 
	font: 18px normal Helvetica, Arial, sans-serif;
	width: 200px;
	background-color: #333333;
	text-align: center;
	padding: 5px 5px 5px 5px;
	margin-left: 20px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#nav-bar li li.press { 
	font: 18px normal Helvetica, Arial, sans-serif;
	width: 145px;
	background-color: #333333;
	text-align: center;
	padding: 5px 5px 5px 5px;
	margin-left: 0px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#nav-bar li ul {
	display: none;
	position: absolute; 
	top: 1em; /*used for ie 6*/
	left: 0; /*used for ie 6*/
}

#nav-bar li > ul {
	top: 36px;
	left: auto;
}

#nav-bar li:hover ul, #left-col #nav-bar li.over ul{ display: block; }

#nav-bar li:hover{
	text-decoration: none;
	color: #ff0000;
} 

#nav-bar li a:hover {
	text-decoration: none;
	color: #ff0000;
}

#nav-bar li li:hover{
	text-decoration: none;
	color: #ff0e0e;
} 

#nav-bar li#selected {
	width: 110px;
	height: 53px;
	display: inline;
	float: left;
	text-align: center;
	position: relative;
	background-image: url(../images/nav_red_marker.png);
}








