/* Cascading style sheet for Southern Sinfonia web site */

body {
	font-family: verdana, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #000;
	background-color: #fff;
}

/*Content links*/
a {
	text-decoration: none;
	}

a:link{
	text-decoration: none;
	color: #009;
}
	
a:visited{
	color: #c33;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
	
a:active{
 	color: #009;
	text-decoration: underline;
}

h1 a:hover{
	text-decoration: none;
}

/*Appearance of linked images*/

a img, a:visited img, img {
	border-style: none;
}

/*Appearance of Navigation box links*/
#navbox a {
	text-decoration: none;
}

#navbox a:link{
	text-decoration: none;
}
	
#navbox a:visited{
	text-decoration: none;
}

#navbox a:hover{
	text-decoration: none;
}
	
#navbox a:active{
	text-decoration: none;
}

/*Appearance of Footer links*/
#footer a {
	text-decoration: none;
}

#footer a:link{
	text-decoration: none;
	color: #fff;
}
	
#footer a:visited{
	color: #ffc;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}
	
#footer a:active{
 	color: #ffc;
	text-decoration: underline;
}

/* Text formatting*/	
h1 { 
	font-size: x-large;
	text-align: center;
	font-weight: normal;
	color: #903;
	background-color: #fff;
	margin: 5px 7px 5px 7px;
}

h5 { 
	font-size: medium;
	color: #ff903;
	background-color: #fff;
	margin: 5px 7px 5px 7px;
}	
	
h2 {
	font-size: large;
	color: #903;
	background-color: #fff;
	margin: 7px 10px 3px 10px;
}

h3 {
	font-size: small;
	color: #903;
	background-color: #fff;
	margin: 7px 10px 3px 10px;
}

p {
	font-size: small;
	color: #000;
	padding: 0 10px 0 10px;
}

acronym {
	border: none;
	font-style: normal;
}

abbr {
	border: none;
}
.save {
	font-size: medium;
	color: #903;
	background-color: #fff;
	font-style: italic;
	font-weight: bold;
	margin-left: 20px;
	width: 230px;
	text-align: center;
	border: 1px solid #000;
}	
.center {
	font-size: smaller;
	text-align: center;
} /*Use for content centered in container.*/

.rightalign {
	text-align: right;
}
.leftalign {
	text-align: left;
}

.justify {
	text-align: justify;
}

.floatleft {
	float: left;
	padding: 5px;
} /*Use for img, positioned at left
with text flowing to the right.*/

.floatright {
	float: right;
	padding: 5px;
} /*Use for img, positioned at right
with text flowing to the left.*/

.clear {
	clear: left;
} /*Use for a div where floating elements 
such as images are not allowed on the left.*/

.small{
	font-size: small;
}

.xsmall{
	font-size: x-small;
}

.large{
	font-size: 15px;
}

.noscript {
	font-size: x-small;
	color: #fff;
	background-color: #903;
}

.italic {
	font-style: italic;
}

.yellowlarge {
	font-size: large;
	color: #ffa366;
	background-color: #fff;
	font-weight: bold;
}	

.yellowtext { 
	font-size: medium;
	color: #ffcc66;
	background-color: #fff;
}	

.redtext {
	color: #f00;
	background-color: #fff;
}

.bold {
	font-weight: bold;
}

.indent30 {
	margin-left: 30px;
}

.blink {
	text-decoration: blink;
}

/*Layout divisions*/

#container {
	width: 800px;
	margin: 0 auto 0 auto;
} /* This is the outer content container. */


#toplinksbox {
	width: 800px;
	text-align: right;
	font-size: 10px;	
}

#titlebox {
	width: 800px;
	position: absolute;
	top: 13px;
	height: 160px;
	color: #fff;
	background-color: #fff;
	font-weight: bold;	
	text-align: right;
	background: url(./images/banner_sinf_lineup.jpg);	
} /* This is the container for the company logo banner. */

#titleboxmenu {
	margin: 10px 10px auto 720px;
	color: #000;
	font-size: small;
} /* This is the container for the menu in the titlebox. */

#navbox {
	width: 800px;
	position: absolute;
	top: 123px;
	height: 25px;
	/* background-color: #903; */
	background-image: url(./images/bkgrnd.gif);
	background-repeat: repeat;
	border-top: 1px solid #fff;
	text-align: center;
	z-index: 2;
}

#content {
	width: 780px;
	position: absolute;
	top: 148px;
	text-align: left;
	color: #000;
	background-color: #eee;	
	z-index: 1;
	padding: 10px 10px 0 10px;
}

#index_content {
	margin-top: 80px;
	color: #000;
	background-color: #eee;
	padding: 10px;
}

/* The following styles are for the layout 
of the three boxes on the home page. */
#homdivleft {
	width: 390px;
	float: left;
	color: #000;
	background-color: #fff;
}/* This box is also used on the 40th anniversary page.*/

#homdivrighttop {
	margin-left: 402px;
	width: 375px;
	background-color: #fff;
	color: #000;
}

#homdivrightbtm {
	margin: 10px 0 0 402px;
	width: 375px;
	background-color: #fff;
	color: #000;
}

.bottombox {
	width: 780px;
	background-color: #fff;
	color: #000;
	margin-top: 10px;
}/* This box is used on the 40th anniversary page.*/

/* The following style is for one content box per page, 
or several content boxes one below the other. */
.contentdiv {
	width: 780px;
	background-color: #fff;
	color: #000;
}

/* The following styles are for the Concert List page, 
and also used on the Education page. */
.concertList {
	width: 780px;
	margin-top: 10px;
	background-color: #fff;
	color: #000;
}

.imgConcertList {
	float: left;
	width: 155px;
	text-align: center;
	margin-top: 5px;
}
.imgNews {
	float: left;
	width: 155px;
	text-align: center;
	margin-top: 5px;
}

/* The following styles are for the two boxes on the 
Concert page. */
#concertdiv {
	width: 515px;
	margin-bottom: 10px;
	background-color: #fff;
	color: #000;
}

#featurediv {
	width: 255px;
	position: absolute;
	top: 10px;
	left: 535px;
	color: #000;
	background-color: #eee;
}

.featurebox {
	width: 255px;
	background-color: #fff;
	color: #000;
	margin-bottom: 10px;
}

.ticketprice {
	width: 255px;
	float: right;
	margin-bottom: 10px;
}


/* Use the following div style for the 
text links at the bottom of the page, directly 
above the footer div. */
#btmlinks {
	padding-top: 10px;
	font-size: x-small;
	text-align: center;
	background-color: #eee;
	color: #000;
}

/* Footer layout style. */
#footer {
	width: 800px;
	margin: 10px -10px 0 -10px;
	font-size: x-small;
	text-align: center;
	color: #fff;
	background-image: url(./images/bkgrnd.gif);
	background-repeat: repeat;
}

/* Appearance of bullets and lists. */

ul.nobullet {
	font-size: small;
	list-style-type: none;
}

ul.bullet {
	font-size: small;
	list-style-type: circle;
}

li {
	padding-bottom: 5px;
}

/* Styles for tables. */
table {
	margin: 0 10px 0 10px;
	width: 760px;
	font-size: small;
	text-align: center;
}

td.principals {
	width: 152px;
}/* Style for table of Principals on Players page. */

.indexlinks {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

td.players {
	vertical-align: top;
}/* Style for table of Players on Players page. */

/* Styles for table of board members on About Us - Board page. */
table.boardmembers {
	text-align: left;
	margin-left: 37px;
	width: 550px;
}

td.boardmembers {
	border-bottom: 1px dotted #903;
}

/* Styles for table for ticket prices page. */
table.price {
	width: 400px;
	border: 1px solid #000;
	font-size: 11px;
}

table.price td {
	text-align: center;
	border: 1px dotted #ddd;
} 

table.price th {
	text-align: left;
} 

/* Style for table td for Venue labels. */
td.venue {
	vertical-align: top;
	font-weight: bold;
	text-align: right;
	width: 110px;
} 

/* Styles for table on 40th anniversary page. */
table.fortieth {
	width: 365px;
	text-align: left;
}

td.name {
	width: 130px;
	padding-left: 5px;
	vertical-align: top;
}

td.instrument {
	width: 75px;
	vertical-align: top;
}

td.period {
	width: 150px;
	vertical-align: top;
}

/*Styles for the performers' table on the concert page.*/
table.performer {
	width: 570px;
	text-align: justify;
	padding: 10px;
}

td.performer {
	vertical-align: top;
}
/*Styles for the multiple venues table on the concert page.*/
table.concert {
	width: 430px;
	margin: 20px;
}
td.concert {
	vertical-align: top;
}

/*Styles for the left and right columns for 
the tables on 40th anniversary page.*/

#leftcol {
	width: 300px;
	float: left;
}
#rightcol {
	width: 300px;
	margin-left: 390px;
}

/* Styles for rounded corners of menu and footer */
b.rtop, b.rbottom{
	display: block;
	background-color: #fff;
}
b.rtop b, b.rbottom b{
	display: block;
	height: 1px; 
	overflow: hidden;
	background-image: url(./images/bkgrnd.gif);
	background-repeat: repeat;
}
b.r1{margin: 0 5px;}
b.r2{margin: 0 3px;}
b.r3{margin: 0 2px;}
b.rtop b.r4, b.rbottom b.r4{
	margin: 0 1px;
	height: 2px;
}

/* styles for rounded corners of white content boxes */
b.rtopbox, b.rbottombox{
	display: block;
	background-color: #eee;
}
b.rtopbox b, b.rbottombox b{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #fff;
}
b.r1{margin: 0 5px;}
b.r2{margin: 0 3px;}
b.r3{margin: 0 2px;}
b.rtopbox b.r4, b.rbottombox b.r4{
	margin: 0 1px;
	height: 2px;
}
