﻿/* CSS Document */
body, blockquote {
	background: #111;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	color:#FFFF99;
	font-size: 16px;
	line-height:28px;
}

#banner {
	background: url(images/banner.jpg) center no-repeat;
	cursor: pointer;
	margin-bottom: 5px;
	margin-top:-15px;
	padding:0px;
	width:900px;

}

#banner a {
	display: block;
	height: 150px;
}


#sidebar {
	
	width: 200px;
	float: left;
	list-style-type: none;
	margin: 0 0 0 0; 

}


ul {
	
	width: 200px;
	float: left;
	list-style-type: none;
	margin: 0 0 0 -40px; 
	font-variant:small-caps;
	font-weight: bold;
	font-size: 25px;
	text-align: right;
	line-height: 2em;
}
.test {
	background: url(images/button.jpg) center left no-repeat;
}

.mistral
{font-family:Mistral;
text-transform:none;
font-size:36px;
letter-spacing:5px;
line-height:40px;
font-weight:100;}

*html #sidebar { margin: 0; padding: 0 } /* reset margin in IE to avoid sidebar text clipping from negative left margin */

#sidebar a {
	display: block; 
	border-bottom: #CCCC33 solid 1px;
	width: 200px;
	height: 100%; 
	padding-right: 10px;
	background-color: #453B31;
}

#sidebar a:link, #sidebar a:visited{
	color: #FFFF99;
}

#buy_dvd a ,
#buy_dvd a:link, 
#buy_dvd a:visited ,
#buy_dvd a:hover{
	display: block; 
text-decoration:none;
background-color: #111;
border-bottom:0px;
text-align:right;
}

#buy_dvd hr{
background-color:#ff9;
color:#ff9;
height:1px;}

#container {
	width: 900px;
	margin:0 auto;
	text-align:left;
}

#content {
	width: 665px;
	float: right;
}

.runin {display:inline;

text-transform:none;}

.firstandroman { font-size: 20px;
text-transform:uppercase;
letter-spacing: 2px;
padding-top:0px;
text-transform:capitalize;
}


.first { font-size: 20px;
text-transform:uppercase;
letter-spacing: 2px;
padding-top:0px;
}

h1 { font-size: 20px;
text-transform:uppercase;
letter-spacing: 2px;
padding-top:20px;
margin-bottom:-7px;
color: #ffc;}

h2 { font-size: 16px; 
font-style: italic;
text-transform:uppercase;
margin-bottom:-16px;
color: #ffc;}

.italic
{font-style:italic;}

.point12
{font-size:12px;
line-height:14px;
}
.roman
{text-transform:capitalize;}

blockquote {
	font: 80% Verdana, sans-serif;
	margin-left: 30px;
	padding-left: 5px;
}

strong {
	font-weight: bolder;
	font-size: 120%;
	color: #178287;
}

.concert_photo {
	float: right; 
	background: url(images/concert.jpg) top right no-repeat;
	/* dimensions of photo */
	height: 363px;
	width: 316px;
	margin: 6px 6px 6px 12px;
}

.bio {
	text-align: justify;
	margin: 0 3px 0 3px;
}

.castcrew_paragraph {
	min-height: 190px;
}

* html .castcrew_paragraph { height:190px }

.castbanner { 
	margin: 0;
	text-align: center;
}

img { border: 0; }
	
.photoleft {
	float: left;
	padding: 5px;
	margin: 5px;

}

.photoright {
	float: right;
	padding: 5px;
	margin: 5px;

}

#footer {
	padding-top: 10px;
	text-align: center;
}

a:link, a:visited{
	text-decoration: none;
	color:#FF0000;
	
}

a:hover{
	text-decoration: underline;
}

p.sfsu_credit {
	clear: both;
	text-align: left;
	font-size: 85%;
	font-style:italic;
	padding: 20px 15px 0 15px; /* Added 9/6/08 */
}

table { border-collapse: collapse }

table thead th {
	background-color: #453B31;
	border: solid #990000 1px;
	padding: 2px 10px;
	font-family: Arial, Helvetica, sans-serif;
}

table tbody { text-align: center }
table tbody td { 
	padding: 2px; 
	border-right: #990000 solid 1px;
	border-left: #990000 solid 1px;
}
.evenrow { background-color: #178287; }
.oddrow { background-color: #876237 }

/* formatting for form */
#subForm .label {
	float: left;
	clear: left;
	width: 235px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
}

input#submit {
	margin-left: 240px;
	color: #FFFFCC;
	background-color: #990000;
	font-weight: bold;
	font-variant: small-caps;
	font-size: large;
}

textarea#comments, select#refer, input#email, input#name {
	width: 260px;
	color: #000000;
	background-color: #999999;
}

.error {background-color: #FF0000; }
/* end formatting for form */

#buy_dvd {
	width: 200px;
	float: left;
}

#buy_dvd table {
	width: 100%; 
}

#buy_dvd table tbody td {
	border: none;
}

  @font-face {
    font-family: Mistral;
    font-style:  normal;
    font-weight: normal;
    src: url(fonts/Mistral.TTF);
    src: url(fonts/MISTRAL0.eot);
  }
