/*
Theme Name: Bloomington Chamber Singers
Theme URI: http://www.chambersingers.info
Description: A musical theme.
Version: 0.3
Author: Ian Pottmeyer
Tags: texture, fixed width, multicolumn, widgets
*/


/* Styling for the entire page */

body{
	background: #160900 url(images/bcsbg.jpg) repeat;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #241008;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Adobe Garamond Pro", Garamond, Georgia, Times, "Times New Roman", serif;
}

p{
	line-height: 1.5em;
	margin-bottom: 1em;
}

a:link{
	color: #608;
}

a:visited{
	color: #683a66;
}

/* Styling for the header */

#header{
	height: 238px;
	width: 100%;
	background: transparent url(images/headerBG.jpg) repeat-x;
}

#headerContent{
	width: 948px;
	height: 238px;
	margin: 0px auto;
	background: url(images/headerMain.jpg) no-repeat;
}

#blogTitle a{ /* Replacing the text link with an image. Good for screen readers. */
	text-decoration: none;
	display: block;
	position: relative;
	width: 217px;
	height: 90px;
	background: url(images/BCSSiteLogo.jpg) no-repeat;
	text-indent: -9000px;
	top: 100px;
	left: 125px;
}

#nav{
	margin-left: 48px;
	margin-top: 110px;
}

#nav li{
	float: left;
}

a.navLink:link, a.navLink:visited{
	display: block;
	width: 150px;
	height: 30px;
	text-indent: -9000px; /* More text replacement. More complicated, too, since it has to change when highlighted. */
}

#home{
	background: url(images/home.jpg) no-repeat;
	background-position: -150px 0px;
}

#home:hover{
	background-position: 0px 0px;
}
#home.active{
	background-position: 0px 0px;
}

#aboutUs{
	background: url(images/aboutUs.jpg) no-repeat;
	background-position: -150px 0px;	
}

#aboutUs:hover{
	background-position: 0px 0px;
}
#aboutUs.active{
	background-position: 0px 0px;
}

#ourMusic{
	background: url(images/ourMusic.jpg) no-repeat;
	background-position: -150px 0px;	
}

#ourMusic:hover{
	background-position: 0px 0px;
}
#ourMusic.active{
	background-position: 0px 0px;
}

#joinUs{
	background: url(images/joinUs.jpg) no-repeat;
	background-position: -150px 0px;	
}

#joinUs:hover{
	background-position: 0px 0px;
}
#joinUs.active{
	background-position: 0px 0px;
}

#supportUs{
	background: url(images/supportUs.jpg) no-repeat;
	background-position: -150px 0px;	
}

#supportUs:hover{
	background-position: 0px 0px;
}
#supportUs.active{
	background-position: 0px 0px;
}

#membersOnly{
	background: url(images/membersOnly.jpg) no-repeat;
	background-position: -150px 0px;	
}

#membersOnly:hover{
	background-position: 0px 0px;
}
#membersOnly.active{
	background-position: 0px 0px;
}

/* Styles for content, sidebar and footer */

#container{
	width: 948px;
	margin: 0px auto;
	background: url(images/contentBG.jpg) repeat-y;
	background-position: top right;
}

/* Styles for main content */

#content{
	float: right;
	width: 560px;
	margin: 10px 20px -150px;
	padding-bottom: 2em;
}

#content ul{
	list-style: disc inside;
	margin-bottom: 1em;
}

#content h2{
	font-size: 28px;
}

#content li{
	line-height: 1.5;
}

#content li h4{
	display: inline;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#nextConcert{
	padding-left: 40px;
	background: url(images/nextConcert.gif) no-repeat;
	border-bottom: 1px solid #160900;
	min-height: 200px;
}

#nextConcertImage{
	float: left;
	margin: 0px 20px 1em 0px;
}

#concertInfo h2{
	font-size: 36px;
}

#concertInfo h3{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 2em;
}

#entry{
	clear: both;
}

#ticketInfo{
	width: 200px;
	float: left;
	padding: 10px 10px 0px 40px;
	background: url(images/contentFleur.jpg) no-repeat;
	background-position: 0px 5px;
	border-right: 1px solid #160900;
}

#ticketInfo h2{
	font-size: 24px;
	margin-bottom: 0.5em;
}

#ticketsWhere{
	list-style: disc inside;
}

#thisSeason{
	margin: 10px 0px 0px 260px;
}

#thisSeason h2{
	font-size: 24px;
	margin-bottom: 0.5em;
}

ul#seasonList{
	list-style-type: none;
}

#seasonList h4{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	display: inline;
}

/* Styles for sidebar */

#sidebar{
	width: 280px;
	margin-left: 58px;
	margin-bottom: 2em;
	font-size: 12px;
	color: #fbe6ec;
}

#sidebar li{
	margin-bottom: 1em;
}

#sidebar li ul li{
	margin-bottom: 0px;
}

#sidebar a:link, #footer a:link{
	color: #fbe6ec;
}

#sidebar a:hover, #footer a:hover{
	background: #8a5c69;
}

#sidebar a:visited, #footer a:visited{
	color: #c8b3b9;
}

div.textwidget{
	background: #985367 url(images/sidebarFloral.jpg) no-repeat top right;
	padding: 10px;
	border: 2px solid #a85e72;
}

#newsFeed , #sidebarConcert{
	padding: 10px 0px 1em 50px;
	background: url(images/sidebarFleur.gif) no-repeat;
	background-position: 0px 10px;
	margin-bottom: 2em;
}

#newsFeed h3, #sidebarConcert h3{
	font-size: 20px;
}

#newsFeed ul{
	/*font-size: 12px;*/
	list-style: disc inside;
}

#newsFeed h4, #sidebarConcert h4{
	font-size: 13px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	display: inline;
	line-height: 1.5;
}

#sidebarConcert p{
	font-size: 11px;
}

#affiliates a{
	display: block;
	margin-bottom: 1em;
	text-align: center;
}

#affiliates a:hover{
	background: transparent;
}

/* Styles for footer */

#footer{
	clear: both;
	width: 220px;
	height: 150px;
	margin: 0px 0px 0em 58px;
	padding-right: 60px;
	background: url(images/footerLogo.gif) no-repeat;
	background-position: top right;
	text-align: right;
	color: #fbe6ec;
}

#contactInfo{
	font-size: 12px;
}

#copyright{
	font-size: 10px;
	text-align: right;
}

#clearer{
	clear: both;
}

/* Extra Styles! */

#ie6Warning{
	display: none;
}