/* CSS Document */

/*main styles for calplayers.org*/

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color:#8B1A0E;
	color: #572219;
	font-family:Arial, Helvetica, sans-serif;

}

#wrapper {
	width: 1000px;
	background-color: #FFFFFF;
	border: 8px #D7B598 solid;
	padding: 35px;
	margin: auto;
	margin-top: 30px;
}

div.clear {
	clear: both;
}
/*************************header styles*****************************/
#header{
	background-image:url(../images/logo_head.gif);
	background-position: top left;
	background-repeat:no-repeat;
	width: 976px;
	height: 119px;
}

#mailing_list_box{
	float: right;
}
#mailing_list_box p {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 85%;
}
/*************************nav menu styles*****************************/
#nav_menu {
	width: 125px;
	float: left;
	border-right: solid 2px #C38077;
	padding-right: 5px;
	height: 335px;
}

#nav_menu ul {
	padding-left: 0;
	margin-left: 0;
	text-align: right;
}
#nav_menu ul li {
	list-style-type:none;
	margin-bottom: 10px;
	font-family: garamond, "Times New Roman", serif;
	font-weight: bold;
	color: #8B1A0E;
}

#nav_menu ul li.selected {
	color: #ab6f25;
}
#nav_menu ul li a:link, #nav_menu ul li a:visited {
	text-decoration: none;
	color: #9E3022;
}
#nav_menu ul li a:hover {
	color: #FEC287;
}

/*************************main content styles*****************************/
#main_content {
	margin-left: 150px;
	font-size: 90%;
}

#main_content h1 {
	color: #790901;
	margin: 10px 0 10px 0;
}
img.right{
	float: right;
}

img.left{
	float: left;
}

/*************************specific page styles*****************************/

h3.concert_title{
	font-size: 130%;
	font-style: italic;
}

div.artist_bio{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px 15px 10px 10px;
	clear:both;
	border: solid #600 1px;
}
div.clearer{
	clear: both;
	height: 1px;
}
/*************************footer styles*****************************/

#footer{
	width: 1000px;
	margin: auto;
	text-align: center;
	color: #D7B598;
	font-size: 85%;
	padding-bottom: 10px;
}

#footer a:link, #footer a:visited {
	color: #D7B598;
}

#footer a:hover{
	color: #FEC287;
}
