﻿/* CSS Document */
body, blockquote {
	background: #000000;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	color:#FFFF99;
	font-weight: normal;
	font-size: 13px;
}

#banner {
	background: url(images/banner.jpg) center no-repeat;
	cursor: pointer;
	margin-bottom: 5px;

}

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


#sidebar {
	width: 200px;
	float: left;
	list-style-type: none;
	margin: 0 0 0 -40px; 
	font-variant:small-caps;
	font-weight: bold;
	font-size: 23px;
	text-align: right;
	line-height: 2.4em;
}

.button0, .button1, .button2, .button3, .button4, .button5, .button6 {
	background-position: left center;
	background-repeat: no-repeat
}

.button0 { 	background-image: url(images/button0.jpg) }
.button1 { 	background-image: url(images/button1.jpg) }
.button2 { 	background-image: url(images/button2.jpg) }
.button3 { 	background-image: url(images/button3.jpg) }
.button4 { 	background-image: url(images/button4.jpg) }
.button5 { 	background-image: url(images/button5.jpg) }
.button6 { 	background-image: url(images/button6.jpg) }

*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;
}

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

#content {
	width: 615px;
	float: right;
	padding-right: 40px;
}

.title { font-style: italic }


h1 { font-size: 20px}
h2 { font-size: 16px; font-style: italic}

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

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;
	font-style: italic;
	margin-left: 0;
}

* 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: 80%;
	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 */


