/*  
Theme Name: Gloucester Choral Society
Theme URI: http://www.marblecake.co.uk/
Description: Custom theme created by Marble Cake for Gloucester Choral Society.
Version: 0.1
Author: Marble Cake
Author URI: http://www.marblecake.co.uk/
*/

* {
	margin: 0;
	padding: 0;
}

a {
	color: #b5121b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

body {
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #f1ecde;
	color: #000000;
	text-align: center;
}

#page {
	width: 770px;
	margin: auto;
	padding-top: 20px;
}

#maincolumn {
	width: 500px;
	float: left;
	text-align: left;
	background: url("images/maincolumn-bg.gif") repeat-y;
}

#maincolumn p#tagline {
	background: url("images/maincolumn-bottom-curve.gif") no-repeat;
	background-position: bottom;
	text-align: center;
	color: #b6ab9f;
	padding: 10px 0 10px 0;
	font-size: 0.6em;
	clear: both;
}

#header {
	width: 500px;
	height: 146px;
	background-image: url("images/gcs-header.gif");
	background-repeat: no-repeat;
}

#header h1 {
	font-size: 2em;
}

#header h1 a {
	width: 500px;
	height: 123px;
	display: block;
	position: relative;
}

#header h1 a span {
	width: 100%;
	height: 100%;
	position: absolute;
	cursor: pointer;
	background-image: url("images/gcs-header.gif");
	background-repeat: no-repeat;
}

/*#header.fatheader {
	height: 256px;
	background-image: url("images/gcs-header-home.gif");
}

#header.fatheader h1 a {
	height: 233px;
}

#header.fatheader h1 a span {
	background-image: url("images/gcs-header-home.gif");
}*/

#content {
	background-image: url("images/content-bg.gif");
	background-repeat: no-repeat;
	padding: 10px 30px;
	font-size: 0.75em;
	line-height: 1.6em;
}
/* Home page styles */
body.home #maincolumn {
	background: none;
}

body.home #maincolumn p#tagline {
	background: url("images/maincolumn-bottom-curve-home.gif") no-repeat;
	background-position: bottom;
	text-align: center;
	color: #b6ab9f;
	padding: 10px 0 10px 0;
	font-size: 0.6em;
	clear: both;
}

body.home #content {
	background-image: url("images/content-bg-home.gif");
	background-repeat: no-repeat;
	padding: 25px 30px 10px 30px;
	font-size: 0.75em;
	line-height: 1.6em;
}

body.home #header {
	height: 233px;
	background-image: url("images/gcs-header-home-new.jpg");
	margin-bottom: 4px;
}

body.home #header h1 a {
	height: 233px;
}

body.home #header h1 a span {
	background-image: url("images/gcs-header-home-new.jpg");
}

#event-blocks {
	margin-bottom: 4px;
}

#event-blocks ul, #event-blocks li {
	list-style: none;
}

#event-blocks li h3 {
	font-size: 1.6em;
	line-height: 1.1em;
}

#event-blocks li.concert {
	width: 500px;
	height: 180px;
	background: #b6ab9f;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	background-position: top right;
	background-repeat: no-repeat;
}

#event-blocks li.concert a {
	display: block;
	float: left;
}

#event-blocks li.concert a.concertdetail {
	padding: 13px 18px 15px 18px;
	height: 154px;
	width: 217px;
	position: relative;
}

#event-blocks li.concert a.concertdetail p.date {
	font-weight: bold;
	color: #000000;
	margin: 0;
	position: absolute;
	bottom: 17px;
	left: 18px;
	font-size: 0.7em;
}

#event-blocks li.concert a.concertdetail p {
	font-weight: bold;
	font-size: 0.9em;
	margin: 2px 0px 12px 0px;
}

#event-blocks li.concert a.concertbook {
	width: 239px;
	height: 35px;
	padding-top: 145px;
	padding-right: 8px;
	color: #f1ecde;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.1em;
	text-align: right;
}

#event-blocks li.concert a.concertbook:hover {
	color: #000000;
}

#event-blocks li.concert a.concertbook span.everyman {
	display: block;
	font-weight: normal;
	font-size: 0.8em;
}

#event-blocks li.berlioz {

}

#event-blocks li.pomp {
	margin: 4px 0px;
}

#event-blocks li.berlioz a.concertbook {
	background-image: url("images/home-box-berlioz.jpg");
}

#event-blocks li.pomp a.concertbook {
	background-image: url("images/home-box-pomp.jpg");
}


#event-blocks li a:hover {
	text-decoration: none;
	color: #000000;
}



#event-blocks li.singsats {
	background: url("images/home-box-singsats.jpg") top left no-repeat;
	width: 500px;
	height: 85px;
}

#event-blocks li.singsats a {
	display: block;
	text-align: right;
	padding: 10px 13px;
	height: 65px;
	position: relative;
}

#event-blocks li.singsats p {
	font-size: 0.75em;
	color: #000000;
	position: absolute;
	bottom: 12px;
	right: 13px;
}

/* End of home page */

#content h2 {
	font-weight: normal;
	color: #766b5e;
	font-size: 3.5em;
	line-height: 1em;
	margin: 0.2em 0 0.7em 0;
}

#content h3 {
	font-weight: normal;
	color: #b5121b;
	font-size: 2.1em;
	line-height: 1em;
	margin: 0.2em 0 0.7em 0;
}

#content h4 {
	color: #b5121b;
	font-size: 1.2em;
	line-height: 1em;
	margin: 0.2em 0 0.7em 0;
}

#content p, #content ul, #content ol, #content dl {
	margin-bottom: 1em;
}

#content ul, #content ol, #content dl {
	margin-left: 30px;
}

#content dt {
	font-weight: bold;
}

#content dd {
	margin-left: 10px;
	margin-bottom: 0.5em;
}

#content ul.prevconcertlist {
	list-style-type: none;
}

#content span.prevconcertdate {
	float: left;
	width: 6em;
}



#content #concertartholder {
	width: 152px;
	float: left;
}

#content #concertartholder img {
	border: 1px solid #b6ab9f;
}

#content #concertdetail {
	width: 275px;
	float: right;
}

#content #concertdetail p.concertdate {
	font-size: 1.1em;
}

#content #concertdetail ul.performerinfo {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#content #booktickets {
	width: 190px;
	margin-bottom: 15px;
}

#content #booktickets a {
	display: block;
	padding: 4px 8px;
	margin-bottom: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	background: #b5121b url(images/book-button-tickets.png) bottom left no-repeat;
	color: #f1ecde;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.1em;
	text-align: right;
}

#content #booktickets a span.everyman {
	display: block;
	font-weight: normal;
	font-size: 0.8em;
}

#content #ticketdetail {
	clear: both;
	background-color: #f1ecde;
	border: 1px solid #b6ab9f;
	padding: 0 8px 8px 8px;
}

#content #ticketdetail h4.basketconcerttitle {
	margin-bottom: 0;
}

#content input, #content select {
	font-size: 1em;
} 

#content option {
	padding-right: 5px;
} 

#content #ticketdetail fieldset {
	border: none;
}

#content #ticketdetail fieldset legend {
	display: none;
}

#content #ticketdetail div.formrow {
	padding: 3px 0 3px 40px;
	clear: both;
}

#content #ticketdetail div.formrowfullwidth {
	padding: 3px 0;
	clear: both;
}

#content #ticketdetail span.tickettype, #content #ticketdetail span.ticketprice, #content #ticketdetail span.ticketreqlabel, #content #ticketdetail span.ticketreq, #content #ticketdetail span.ticketavailable {
	float: left;
}

#content #ticketdetail span.tickettype {
	width: 9em;
	font-weight: bold;
}

#content #ticketdetail span.ticketprice {
	width: 4em;
}

#content #ticketdetail span.ticketreqlabel {
	padding-right: 2px;
	font-style: italic;
}

#content #ticketdetail span.ticketavailable {
	font-size: 0.9em;
	color: #766b5e;
	width: 7em;
	padding-left: 10px;
}

#content #ticketdetail span.tickettobasket {
	position: relative;
	top: -3px;
}

#content #ticketdetail span.ticketcost {
	padding-left: 20px;
}

#content #ticketdetail div.formrowfullwidth input#addtobasket, #content #ticketdetail div.formrowfullwidth input#updatebasket, #content #ticketdetail div.formrowfullwidth input#gotocheckout {
	position: relative;
	top: 3px;
	margin-left: 10px;
}

#content #ticketdetail span.baskettotal {
	float: left;
	font-weight: bold;
	padding-top: 12px;
	color: #6f6457;
	font-style: italic;
}

#content #tandc {
	height: 200px;
	overflow: auto;
	border: 1px solid #b6ab9f;
	font-size: 0.9em;
	padding: 5px;
	margin-top: 10px;
}

#content #tandc h5 {
	color: #766b5e;
	font-size: 1em;
}

#content p.progconcertdate {
	font-weight: bold;
	color: #766b5e;
}

#content p.progconcertdate, #content h3.progconcerttitle, #content p.progaddworks {
	margin: 0;
}

#content p.progconcertdate, #content h3.progconcerttitle {
	margin-bottom: 0.2em;
}

#content p.progviewmore {
	text-align: right;
	border-top: 1px solid #b6ab9f;
	margin-bottom: 1.6em;
}



#sidebar {
	width: 250px;
	float: right;
	margin-left: 20px;
	text-align: left;
	font-size: 0.75em;
}

#sidebar h3 {
	color: #b5121b;
	font-size: 1.5em;
	margin-bottom: 0.3em;
	padding: 0 10px 0 36px;
}

#sidebar p {
	padding: 0 10px 0 36px;
}

#sidebar #nextconcert, #sidebar #pagelist, #sidebar #basketoverview {
	background-color: #dacfc4;
	padding-top: 8px;
}

#sidebar #nextconcert {
	background-image:  url("images/nextconcert-bg.gif");
	background-repeat: no-repeat;
}

#sidebar #nextconcert p.nextdate {
	color: #6f6457;
	font-weight: bold;
	font-size: 1.1em;
}

#sidebar #nextconcert p.nexttimeloc {
	font-size: 1.1em;
	margin-bottom: 0.5em;
}

#sidebar #nextconcert p.nextseemore {
	text-align: right;
	margin-top: 0.5em;
	padding: 0 10px 8px 36px;
	background: url("images/sidebarbox-bottom-curve.gif") no-repeat;
	background-position: bottom right;
}

#sidebar #pagelist {
	background-image:  url("images/pagelist-bg.gif");
	background-repeat: no-repeat;
	margin-top: 20px;
}

#sidebar #pagelist ul#toplevelnav {
	padding: 0 10px 12px 58px;
	font-size: 1.4em;
	list-style-image: url("images/toplevelnav-bullet.gif");
	list-style-type: circle;
	background: url("images/sidebarbox-bottom-curve.gif") no-repeat;
	background-position: bottom right;
}

#sidebar #pagelist ul#toplevelnav li ul {
	list-style-image: none;
	list-style-type: none;
	font-size: 0.8em;
	padding-top: 1px;
}

#sidebar #pagelist ul#toplevelnav li {
	margin-bottom: 0.3em;
}

#sidebar #pagelist ul#toplevelnav li ul li {
	padding-left: 10px;
}

#sidebar #pagelist ul#toplevelnav li ul li a {
	color: #831118;
}

#sidebar #basketoverview {
	background-image:  url("images/basketoverview-bg.gif");
	background-repeat: no-repeat;
	margin-top: 20px;
}

#sidebar #basketoverview h3 {
	color: #6f6457;
	font-size: 1em;
	padding: 0 10px 0 36px;
}

#sidebar #basketoverview ul {
	padding: 10px 10px 20px 50px;
	list-style-type: none;
}

#sidebar #basketoverview p.viewbasketlink {
	text-align: right;
	margin-top: 1em;
	padding: 0 10px 10px 36px;
	background: url("images/sidebarbox-bottom-curve.gif") no-repeat;
	background-position: bottom right;
}




#footer {
	width: 770px;
	clear: both;
	padding-top: 20px;
	color: #666666;
	font-size: 0.6em;
}

#footer p {
	padding-bottom: 0.3em;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/
