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

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

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

h1 {
	padding: 10px;
	font: bold 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

#wrapper {
	background-image: url(/img/elements/members-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 p {
	color: white;
	padding: 5px 10px 0 10px;
}

#choir-list {
	padding-top: 40px;
}

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

#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;
	}

div.event {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

div.event.public {
	border: 1px solid #42a746;
	background-color: #daeed2;
}

div.event.private {
	border: 1px solid #b10505;
	background-color: #f5d5d9;
}

div.event h3 {
	padding: 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	font-weight: bold;
}

div.event.public h3 {
	background-color: #42a746;
}

div.event.private h3 {
	background-color: #b10505;
}

div.event p {
	padding: 0 10px;
}

div.memo {
	width: 600px;
	border: 1px solid #666;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

div.memo h3 {
	padding: 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	font-weight: bold;
	background-color: #666;
}

div.memo p {
	padding: 0 10px;
}

#memo-nav {
	width: 600px;
	border: 1px solid #666;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
	padding: 5px;
}

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

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

#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;
}