@charset "utf-8";
@import url("icon.css");
/* CSS Document */

html {
	background-color:#7a8999;
	background-image:url(../images/layout/background.jpg);
	background-repeat: no-repeat;
	background-position: center 220px;
	margin:0;
	padding:0;
}
body {
	background-image:url(../images/layout/top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin:0;
	padding:0;
}
h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
#wrapper {
	width:790px;
	margin:0 auto;
}
#header {
	height:150px;
	overflow:hidden;
	background-image:url(../images/layout/header.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin:0;
}
#header h1 { display:none; }
#nav {
	padding-top:5px;
	height:30px;
}
#nav ul {
	padding:0;
	margin:0;
}
#nav li {
	display:inline;
	margin-right:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#663300;
}
#nav a:link, #nav a:visited, #nav a:active {
	text-decoration:none;
	color:#663300;
}
#nav a:hover { color:#FFFFFF; }
#content {
	border-top:20px solid #663300;
	padding:0 15px 10px 15px;
	background-color:#FFFFFF;
	margin-top:20px;
}
#content h2 { color:#a3722a; /*font-size:36px;*/
	/*font-weight:normal;*/
}
#content p {
	font-size:12px;
	text-align:justify;
}
#content p a {
	color:#663300 !important;
	text-decoration:underline !important;
}
#content p a:hover { color:#A3722A; }
/* Conductor Page */

div.left {
	float:left;
	width:200px;
}
div.right {
	float:right;
	width:510px;
}
div.clear {
	clear:both;
	height:20px;
}
#content div.right h3 {
	margin-top:0;
	margin-bottom:0;
}
#content div.right p { padding-right:100px; }
#content div.right h4 { margin-top:0; }
#content div.left img { padding-left:50px; }
/* End Conductor Page */

/* Upcoming concert */

img.poster {
	width:100%;
	float:left;
	margin-right:30px;
}
h3 strong {
	color:#7a8999;
	font-weight:normal;
}
p#detail a:link, p#detail a:visited, p#detail a:active {
	text-decoration:none;
	color:#990000;
	font-weight:bold;
}
p#detail a:hover { color:#a3722a; }
div#homeleft {
	float:left;
	width:45%;
}
div#homeright {
	float:right;
	width:45%;
}
/* End Upcoming concert */

/* Mailing List */

table#mailinglist { width:350px; }
div#subscribe {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* End Mailing List */

/* Musician List */

div#musicianlist ul li {
	list-style:none;
	line-height:32px;
}
div#musicianlist ul li ul li {
	list-style:disc;
	line-height:14px;
}
div#musicianlist li.principal {
	color: #a3722a;
	font-weight:bold;
}
div#musicianlist li.principal em {
	color: #333333;
	font-weight:bold;
}
div#col1 {
	width:240px;
	float:left;
}
div#col2 {
	width:240px;
	float:left;
}
div#col3 {
	width:240px;
	float:left;
}
/* End Musician List */

/* Officer */

ul#officer {
	margin: 20px auto;
	padding:0;
}
ul#officer li {
	display:block;
	float:left;
	list-style:none;
	width:100px;
	margin-right:10px;
	margin-bottom:20px;
	vertical-align:top;
}
ul#officer img {
	border:1px solid #CCCCCC;
	margin-bottom:5px;
}
/* End Officer */

/* Board of Director */

ul#boardofdirector {
	margin: 20px auto;
	padding:0;
}
ul#boardofdirector li {
	display:block;
	float:left;
	list-style:none;
	width:100px;
	height:200px;
	margin-right:8px;
	margin-bottom:20px;
	vertical-align:top;
}
ul#boardofdirector img { border:1px solid #CCCCCC; }
/* End Board of Director */

/* CD Sample */

div.cdcover {
	float:left;
	width:200px;
	padding-left:20px;
	padding-top:20px;
}
div.trackname {
	float:left;
	width:450px;
}
ul.cdtrack li { list-style:inside; }
/* End CD Sample */

/* Seatplan */

img#seatplan {
	margin:15px 30px 15px 0;
	float:left;
}
div#ticketprice {
	float:left;
	width:280px;
	margin-top:100px;
}
/* End Seatplan */

/* Schedule Page */

table#schedule thead {
	color:#FFFFFF;
	font-weight:bold;
	background-color:#7a8999;
}
table#schedule tfoot {
	color:#FFFFFF;
	text-align:right;
	background-color:#999999;
}
table#schedule {
	border-collapse:collapse;
	border:1px solid #666666;
	width:100%;
}
table#schedule td {
	padding:3px;
	border:1px solid #666666;
}
table#schedule td.colored { background-color:#CCCCFF; }
/* End Schedule Page */

/* Contact page and contact form table format */

#content p.noindent { text-indent:0; }
#content table {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
#content table td { vertical-align:top; }
#content table td input { width:250px; }
/* End Contact form and table format */

#content ul {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
}
#content a:link, #content a:visited, #content a:active {
	text-decoration:none;
	color:#666666;
}
#content a:hover { text-decoration:underline; }
/* Footer Section */

#footer {
	background-color:#FFFFFF;
	font-size:11px;
	height:170px;
}
#footer p {
	text-align:center;
	padding-top:10px;
	margin-top:0;
}
.break {
	clear:both;
	border-bottom:1px solid #999999;
	height:10px;
}
#footer a:link, #footer a:visited, #footer a:active { color: #0066FF; }
#footer a:hover {
	color:#FF0000;
	text-decoration:none;
}
li.selected { font-weight:bold; }
em { color:#999999; }
/* Footer Icon Section */

/*div#footer ul#icon {
 	*text-align:center;
	margin: 0 auto;
	padding-left:20px;
}

div#footer ul#icon li {
	display:inline;
	list-style:none;
	margin-right:10px;
}
*/
/* End Icon Section */

/* Admin Section */

#content img.tn { width:100%; }
div.concertdetail {
	width:500px;
	float:right;
	text-align:justify;
}
div.schedule { clear:both }
div.schedule h3 { color:#000000; }
div.schedule h3 strong {
	color:#7a8999;
	font-weight:normal;
}
div.concertimg {
	width:150px;
	float:left;
}
div.schedule ul.control { padding-left:0; }
div.schedule ul.control li { display:inline; }
table#audio thead {
	color:#FFFFFF;
	font-weight:bold;
}
table#audio tfoot {
	color:#FFFFFF;
	text-align:right;
}
table#audio { width:100%; }
table#video thead {
	color:#FFFFFF;
	font-weight:bold;
	background-color:#7a8999;
}
table#video tfoot {
	color:#FFFFFF;
	text-align:right;
	background-color:#666666;
}
table#video {
	border-collapse:collapse;
	border:1px solid #333333;
	width:100%;
}
ol#schedulelist {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
}
table#message { width:500px; }
/* End Admin Section */


/* Additional CSS */

strong.important {
	color: #FF0000;
	text-decoration:underline;
}
