/* CSS Document */

/*** UNIVERSAL STYLES ***/

* {
	margin:0;
	padding:0;
}

body {
	background: url(../images/bodybgd.jpg) repeat #4E0909;
	color: #E3DEC3;
	font-size:.85em;
	min-width:810px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	margin:36px auto 20px auto;
	width:810px;
}

p {margin-bottom:15px;}

img {border: none;}

/*** LEFTSIDE STYLES ***/


#leftside {
	width:265px;
	background:url(../images/navbgd.jpg) no-repeat top;
	height:320px;
	float:left;
}

#navigation {
	margin-top:63px;
	height:255px;
}

#navbottom {
	background:url(../images/navbottom.jpg) no-repeat bottom;
	height:65px;
}

#navigation ul {
	list-style:none;
	margin-left:30px;
	margin-top:30px;
}

#navigation ul a {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#28271A;
	font-size:1.3em;
	text-decoration:none;
	height:25px;
	width:180px;
}

#navigation ul a:hover {
	color:#6D0204;
}

/*** RIGHTSIDE STYLES ***/	

#rightside {
	margin-left:235px;
	width:543px;
	color:#28271A;
}

#headertop {
	margin-left:30px;
	width:543px;
	height:24px;
	background:url(../images/contenttop.jpg) no-repeat;
}

#header {
	margin-left:30px;
	background:url(../images/headerright.jpg) repeat-y right #D9D8B8;
	width:513px;
}

#headerimg {
	width:498px;
	height:144px;
	background:url(../images/header_pianostage.jpg) no-repeat;
}

#headerbottom {
	background:url(../images/headerbottom.jpg) no-repeat;
	height:29px;
}

#mainbottom {
	background:url(../images/contentbottom.jpg) no-repeat bottom right;
	height:24px;
	width:543px;
	clear:both;
}

#content {
	background:url(../images/contentbgd.jpg) repeat-y left;
}

#content .contentmain {
	padding:35px;
}

/*** RIGHTSIDE CONTENT STYLES ***/

#content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	color:#5B0707;
	border-bottom:1px solid #5B0707;
	padding-bottom:1px;
	margin-bottom:5px;
}

#content h3 {
	font-size:1.1em;
	color:#5B0707;
	margin-bottom:2px;
}

#content h3 .smalldate {
	font-size:.7em;
}

#content h4 {
	font-size:1em;
}

#content .contentmain a {
	color:#4E0909;
}

#content .contentmain a:hover {
	text-decoration: none;
}

#content ul {
	margin-bottom:5px;
}

#content ul li {
	margin-left:40px;
}

#content .news img {
	border:1px solid #000;
	float:left;
	padding:2px;
	background: #F3F0D1;
	margin:0 5px 5px 0;
}

#content ul.news {
	list-style:none;
	margin:0;
	padding:0;
}

#content ul.news li {
	clear:left;
	margin:0;
	padding:10px 0;
}

#content .eventsinfo {
	background:#EAE3C7;
	border:1px solid #510303;
	width:290px;
}

#content .eventsinfo h3 {
	background: #510303;
	color:#EAE3C7;
	padding:2px;
	font-size:.825em;
}

#content .eventsinfo h3 span {
	text-align:right;
}

#content .eventsinfo p {
	text-align:center;
	padding:10px 0;
}

#clearall {
	clear:both;
}

/*** Calendar Table ***/

table.eventscalendar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
	border-collapse:collapse;
	border:2px solid #000;
	background-color: #E8E3C7;
}

table.eventscalendar thead td {
	text-align:center;
	padding:2px;
	border:1px solid #580300;
	height:20px;
	font-weight:bold;
	background: #3B3934;
	color: #E8E3C7;
	border-bottom:2px solid #580300;
	vertical-align: middle;
}

table.eventscalendar td {
	width:60px;
	height:40px;
	border:1px solid #580300;
	vertical-align:top;
	padding:2px;
}

table.eventscalendar tfoot td {
	text-align:center;
	height:20px;
	width:120px;
	vertical-align: middle;
}

table.eventscalendar tfoot td a {
	text-decoration:none;
	font-size:1.1em;
	font-weight:bold;
	display:block;
	height:20px;
	padding:5px 0 0 10px;
}

table.eventscalendar tfoot td a.left {
	background: url(../images/backarrow.gif) no-repeat left;
}

table.eventscalendar tfoot td a.right {
	background: url(../images/forwardarrow.gif) no-repeat right;
}

table.eventscalendar_sm {
	background-color:#6F0605;
	border:1px solid #510303;
	color:#EAE3C7;
	font-size:.81em;
	float:right;
	text-align:center;
	border-collapse:collapse;
	padding:2px;
}

table.eventscalendar_sm td {
	padding:1px;
	width:18px;
	text-align:center;
}

table.eventscalendar_sm thead td.month {
	background-color:#510303;
	height:15px;
	width:100%;
}

table.eventscalendar_sm td.event {
	background-color:#000;
}

/*** FORMS ***/

#newsletterForm div {
	height:40px;
}

.label {
	float:left;
	width:110px;
}

/*** FOOTER STYLES ***/

#footer p {
	text-align:right;
	margin-top:10px;
	margin-right:40px;
}

#footer a {
	color:#E3DEC3;
}
