@charset "utf-8";
@import url('reset.css');

/*GENERIC STYLESHEET for Bewdley Choral Society :::::::::::::::::::::::::::: */

/* AUTHOR:	Chris Wilsdon
/* DATE:		December 2008



/*______________________________________________________ BASIC CONFIGURATION */
h1, h2, h3, h4, h5, h6 {
	margin-bottom:0.5em;
	font-weight:bold;
	line-height:1.2;
	color:#333333;
	}
h1 {
	position:absolute;
	top:33px;
	left:35px;
	width:178px;
	height:173px;
	overflow:hidden;
	}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.8em;
	font-weight:normal;
	border-bottom:#CCCCCC 1px solid;
	margin-right:-30px;
	padding-bottom:0.2em;
	margin-bottom:1.0em;
	}
p {
	margin-bottom:0.8em;
	}
p.intro {
	font-size:1.1em;
	color:#000000;
	}
ul, ol, dl {
	margin-bottom:2.0em;
	}
ol {
	list-style-type:decimal;
	padding-left:2.0em;
	}
dt {
	margin-top:1.0em;
	font-weight:bold;
	}
li {
	margin-bottom:0.2em;
	}
a, a:visited {
	text-decoration:none; outline:none; font-weight:normal; color:#0363C0;
	}
a:hover {
	text-decoration:underline;
	}


/*_______________________________________________________________ PAGE SETUP */
body {
	background:#FFFFFF;
	padding:0 0 40px;
	font:83%/1.3 Arial, Helvetica, sans-serif;
	text-align:center;
	color:#666666;
	}
#page {
	width:880px;
	margin:0 auto;
	padding:0 30px;
	text-align:left;
	}
#main {
	background:url(/images/layout/page-watermark.jpg) 522px bottom no-repeat;
	padding-bottom:3.0em;
	}
/*------------------------------------------------------------------- Header */
#header {
	position:relative;
	background:url(/images/layout/header-bg.png) no-repeat;
	display:block;
	width:100%;
	height:0;
	padding:206px 5px 0;
	margin-left:-5px;
	overflow:hidden;
	}
.musicaldirector {
	position:absolute;
	bottom:97px;
	right:30px;
	font-size:1.1em;
	font-weight:bold;
	color:#FFFFFF;
	}
.musicaldirector a {
	font-weight:normal;
	color:#FFFFFF;
	}
.musicaldirector a:hover {
	text-decoration:none;
	}
/*--------------------------------------------------------------- Global Nav */
#globalnav {
	float:left;
	width:210px;
	padding-top:2.5em; /*4.8em*/
	margin-right:30px;
	}
#globalnav ul {
	border-top:#CCCCCC 1px solid;
	margin-bottom:0;
	}
#globalnav ul li {
	float:left;
	margin-bottom:0;
	}
#globalnav ul li a {
	display:block;
	width:180px;
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
	color:#000000;
	padding:0.4em 0 0.4em 30px;
	border-bottom:#CCCCCC 1px solid;
	}
#globalnav ul li a:hover {
	background-color:#f7f5f6;
	text-decoration:none;
	}
/*------------------------------------------------------------------ Content */
.content {
	float:left;
	width:610px;
	}
.contentside {
	float:right;
	width:200px;
	margin-right:30px;
	}
dl.concerts dt {
	margin-bottom:0.5em;
	color:#000000;
	}
dl.concerts dt span {
	display:block;
	font-weight:normal;
	font-size:0.9em;
	color:#666666;
	}
dl.concerts dd {
	color:#333333;
	}
/*------------------------------------------------------------------- Footer */
#footer {
	border-top:#DDDDDD 2px solid;
	color:#666666;
	padding:6px 30px;
	}
#footer ul {
	float:right;
	margin-bottom:0;
	}
#footer ul li {
	float:left;
	font-size:0.9em;
	margin-left:20px;
	margin-bottom:0;
	}
#footer a {
	color:#666666;
	}


.galleryimages li {
	margin-bottom:2.0em;
	}