/* @override 
	http://kcc.brakemandesign.com/css/design.css
*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	color: #b10505;
	border: 0;
}

#wrapper {
	background-image: url(/img/elements/bg.gif);
}

.black {
	background-color: black;
}

.red {
	background-color: #b10505;
}

#header-left {
	text-align: center;
}

#nav {
	width: 100%;
	background: black url(/img/elements/gradient-bar.gif) repeat-x;
	height: 35px;
}

#nav ul {
	padding: 8px 0 0 10px;
}

#nav ul li {
	margin: 0;
	list-style-type: none;
	float: left;
	padding-right: 25px;
	font-size: 14px;
}

#nav ul li a {
	color: white;
	text-decoration: none;;
}

#menu-secondary {
	margin: 0;
	padding: 2px 0 4px 30px;
	width: 100%;
	background: black;
	height: 20px;
}

#menu-secondary li {
	margin: 0;
	list-style-type: none;
	float: left;
	padding-right: 25px;
	font-size: 14px;
}

#menu-secondary li a {
	color: silver;
	text-decoration: none;
}

a.current {
	text-transform: uppercase;
}

#left-bar {
	padding-top: 40px;
}

#left-bar p {
	color: white;
	padding: 5px 10px 0 10px;
}

#choir-list p {
	color: white;
	padding: 25px 10px 5px 10px;
}

#touring {
	background: url(/img/elements/sidebar-touring.gif) no-repeat 5px 0;
}

#concert {
	background: url(/img/elements/sidebar-concert.gif) no-repeat 5px 0;
}

#treble {
	background: url(/img/elements/sidebar-treble.gif) no-repeat 5px 0;
}

#preparatory {
	background: url(/img/elements/sidebar-preparatory.gif) no-repeat 5px 0;
}

#belcanto {
	background: url(/img/elements/sidebar-belcanto.gif) no-repeat 5px 0;
}

#our-mission {
	padding: 25px 25px 5px 25px;
}

#content p {
	padding: 10px 50px;
	font-size: 14px;
}

#right-bar p {
	padding: 0 10px;
}

#right-bar img {
	padding-bottom: 10px;
}

#news-and-announcements {
	padding-bottom: 10px;
}

#news-and-announcements h4 {
	margin-bottom: 0px;
	padding: 2px 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

#news-and-announcements p {
	margin-top:  0;
	margin-bottom: 0
}

h3#sideblog {
	background: url(/img/elements/news-and-announcements.gif) no-repeat;
	height: 35px;
	margin-bottom: 5px;
	text-indent: -999999px;
}

h3#upcoming-events {
	background: url(/img/elements/upcoming-events.gif) no-repeat;
	height: 35px;
	margin-bottom: 5px;
	text-indent: -999999px;
	}

#event-listing h4 {
	margin-bottom: 0px;
	padding: 2px 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

#event-listing p {
	margin-top:  0;
	margin-bottom: 0
}

#right-bar p.click-for-more {
	padding-top:  15px;
}

.event {
	width: 75%;
	margin: 0 auto;
	border-bottom: 1px solid #333;
}

.event-location p {
	margin-bottom: 10px;
}

p.calendar-nav {
	width: 100%;
	text-align: center;
}

#buy h2 {
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	font-size: 16px;
}

#buy p {
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}

#buy form {
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}

#buy #thequantity {
	float: left;
}

#buy #price {
	float: right;
}

#buy #paypalbutton {
	clear: both;
	float: right;
}

#footer {
	color: white;
	text-align: center;
	margin: 0 auto;
	font-size: 11px;
	line-height: 10px;
	border-top: 10px #b10505 solid;
}

#footer p {
	padding-top: 10px;
	padding-bottom: 10px;
}