/* CSS Stylesheet for Castle Theatre Company			*/
/* http://www.castletheatre.co.uk						*/
/* by Dafyd Jones - http://www.dafyd.me.uk				*/
/* Created: 13 June 2005								*/
/* Last edited: 16 July 2007							*/
/* 														*/
/* Inspired by a CSS Zen Garden design					*/
/* by Masanori Kawachi - http://www.804case.com			*/
/* http://www.csszengarden.com/?cssfile=/138/138.css	*/
/*														*/
/* CSS released under Creative Commons License			*/
/* Attribution-NonCommercial-ShareAlike 2.0 (UK)		*/
/* http://creativecommons.org/licenses/by-nc-sa/2.0/uk/	*/
/* 														*/
/* Let me know (d@fyd.me.uk / http://www.dafyd.me.uk)	*/
/* if you use this stylesheet in your project.			*/
/* It MUST NOT be used in a commercial project.			*/
/* Contact me if you have any questions.				*/
/* 														*/
/* Cardinal = #C41E3A									*/

/* GLOBAL STYLES */

body {
	background: url(images/bodybg.gif) left top repeat-y #fff;
	font-size: 67.5%; /* Reset 1em = 10px */
	margin: 0px;
	padding: 0px;
}

/* HEADER STYLES */

#bgheader { /* Extra page background (cardinal stripe) */
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 100%;
	height: 51px;
	background: url(images/pagebg.jpg) left top repeat-x;
}

#siteheader { /* Site header (CTC logo) */
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	width: 237px;
	height: 176px;
	margin: 0px;
	padding: 0px;
	background: url(images/logo.jpg) left top no-repeat;
	cursor: pointer;
}

#siteheader h1 {
	position: absolute;
	left: -9999px; /* Hide H1 text */
}

#bannerspace { /* Banner advert area */
	position: absolute;
	left: 238px;
	top: 51px;
	width: 512px;
	height: 92px;
	background: url(images/banner.gif) left top no-repeat;
}

#bannerspace img, #bannerspace iframe, #bannerspace object, #bannerspace embed { /* Center 468*60 banner image, iframe (for Google Adsense, Amazon, etc) and embed/object (for Flash)   */
	margin: 14px 0px 0px 21px;
	border: none;
	width: 468px;
	height: 60px;
}

#bannerspace-large { /* Extended banner advert area */
	position: absolute;
	left: 238px;
	top: 51px;
	width: 512px;
	height: 250px;
	background: url(images/banner_large.gif) left top no-repeat;
}

#bannerspace-large img, #bannerspace-large iframe, #bannerspace-large object, #bannerspace-large embed { /* Center 468*222 banner image, iframe (for Google Adsense, Amazon, etc) and embed/object (for Flash)   */
	margin: 14px 0px 0px 21px;
	border: none;
	width: 468px;
	height: 222px;
}

/* CONTENT STYLES */

#content { /* Main content area  */
	background: url(images/contentbg.jpg) no-repeat top;
	width: 510px;
	height: 460px;
	position: absolute;
	top: 143px;
	left: 238px;
}

#content-large { /* Main content area, after expanded banner  */
	background: url(images/contentbg.jpg) no-repeat top;
	width: 510px;
	height: 460px;
	position: absolute;
	top: 301px;
	left: 238px;
}

#title { /* Section title */
	position: absolute;
	right: 10px;
	top: 0px;
	z-index: 1;
}

#title h2 {
	color: #d8d8d8;
	font-size: 4.8em;
	margin: 0px;
	font-variant: small-caps;
	font-weight: normal;
	z-index: 1;
}

.contentitem { /* Single content items (header and text)  */
	font-family: Arial, Verdana, sans-serif;
/*	font-size: 1.0em; - now defined in style switcher sheets */
	color: #666;
	margin: 15px;
	width: 475px;
	z-index: 10;
	position: relative;
	top: 10px;
	clear: both;
}

.contentitem h3 { /* Content article subtitles  */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #C41E3A;
	margin: 0px;
	font-weight: normal;
}

.contentitem h3 a { /* Content article subtitles links  */
	color: #C41E3A;
	text-decoration: none;
}

.contentitem h3 a:hover { /* Content article subtitles hovered links  */
	color: #C41E3A;
	text-decoration: underline;
}

.contentitem p { /* Article paragraphs - indented 20px from left */
	margin: 10px 20px;
	text-align: justify;
}

.contentitem p a { /* Article hyperlinks - cardinal with dotted underline */
	text-decoration: none;
	color: #C41E3A;
	border-bottom: 1px dotted #C41E3A;
}

.contentitem p a:hover { /* Article hovered hyperlinks - cardinal with solid underline */
	text-decoration: none;
	color: #C41E3A;
	border-bottom: 1px solid #C41E3A;
}


.contentitem img { /* Article images - floating right with solid grey border and 3px white padding */
	border: 1px solid #ccc;
	padding: 3px;
	background: #fff;
}

.contentitem ul { /* Article list styling (ie, no auto bullet) */
	padding: 0;
	list-style-type: none;
	font-size: 1.2em;
	text-align: left;
}

.contentitem li { /* Article list item styling - background bullet */
	margin: 2px 20px;
	background: url(images/bullet.gif) no-repeat top left;
	padding-left: 12px;
}

.contentitem li a { /* Article list item hyperlink styling - no underline, grey */
	text-decoration: none;
	color: #666;
}

.contentitem li a:hover { /* Article list item hyperlink styling - no underline, grey */
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

.contentitem dl { /* Article definition lists - indented 40px from left */
	margin: 10px 40px;
}

.contentitem dl a { /* Article definition list item hyperlink styling - no underline, grey */
	text-decoration: none;
	color: #C41E3A;
	border-bottom: 1px dotted #C41E3A;
}

.contentitem dl a:hover { /* Article definition list item hyperlink styling - no underline, grey */
	text-decoration: none;
	border-bottom: none;
}

.contentitem dt { /* Article definition list term - bold */
	font-weight: bold;
}

.contentitem dd { /* Article definition list definition - indented another 20px */
	margin-left: 20px;
	margin-bottom: 10px;
}

.contentitem blockquote { /* Article blockquote styling */
	font-style: italic;
}

.contentitem embed, .contentitem object { /* Embedded content (realistically, just the photo gallery) */
	margin: 10px 20px;
}

/* NAVIGATION BAR STYLES */

#leftnav { /* Left-hand side navigation bar - topped by header image */
	background: url(images/leftnavtop.jpg) no-repeat;
	position: absolute;
	left: 14px;
	top: 176px;
	width: 212px;
	padding-top: 35px;
}

#menu ul { /* Navigation menu */
	margin: 0px 3px;
	padding: 0;
	width: 206px;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	text-align: center;
}

#menu li {
	margin: 0px;
}

#menu a { /* navigation 'button' styling - height, background, borders, etc */
	display: block;
	padding: 2px 0px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #fff;
	width: 206px;
	height: 30px;
	background: url(images/menubg.jpg) repeat-y;
	color: #666;
	text-decoration: none;
}

#menu a:hover { /* hovered navigation 'button' styling (as differs from above) - background etc */
	background: #fff;
	color: #666;
}

#active a { /* active navigation 'button' styling (as differs from above) - background, borders, etc */
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	background: #fafafa;
}

#copyright { /* Copyright details (under navigation menu) */
	background: url(images/navdivider.jpg) no-repeat;
	padding: 15px 0px 0px 15px;
	color: #333;
}

#copyright ul { /* List styling (ie, no auto bullet) */
	margin: 0px 3px 0px 3px;
	padding: 0;
	width: 206px;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-align: left;
}

#copyright li { /* List item styling - background bullet */
	margin: 2px 0px;
	background: url(images/bullet.gif) no-repeat top left;
	padding-left: 12px;
}

#copyright a { /* Copyright link styling */
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}	

#copyright a:hover { /* Hovered copyright link styling */
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #333;
}

/* FOOTER STYLES */

#footer {
	background: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: xx-small;
	color: #666;
	text-align: right;
	border-top: 1px solid #c41e3a;
	margin: 15px;
	padding: 3px;
	clear: both;
	position: absolute;
	left: 0px;
	top: 0px;
}

#footer a {
	font-weight: bold;
	border: none;
	text-decoration: none;
}

#footer a:hover {
	font-weight: bold;
	border: none;
	text-decoration: underline;
}

/* SPECIFIC, ONE-OFF SPAN STYLES */

.ctc { /* "Castle Theatre Company" styling */
	font-weight: bold;
	color: #C41E3A;
}

.bold { /* Bold text. Duh. */
	font-weight: bold;
}

.title { /* Titles (normally italic) */
	font-style: italic;
}

.left { /* Left-floating images, boxes, etc */
	float: left;
	margin: 3px 5px 3px 0px;
}

.right { /* Right-floating images, boxes, etc */
	float: right;
	margin: 3px 0px 3px 5px;
}

.centered { /* Centered images, boxes, etc */
	margin-left: auto;
	margin-right: auto;
}

.posted { /* Posted date in blog entries */
	font-weight: bold;
	color: #333;
}

.indent { /* Content indented by an extra 20px */
	margin-left: 20px;
}

a.readmore { /* Read more */
	text-align: right;
	font-style: italic;
	color: #333;
	text-decoration:none;
}

#contact label { /* Contact form labels */
	font-weight: bold;
}

#contact input { /* Contact form input box */
	width: 150px;
}

#contact textarea { /* Contact form textarea */
	width: 300px;
}

.smallprint { /* Small, lighter text */
	font-size: xx-small;
	color: #999;
	text-align: right; /* Single content items (header and text)  */
	font-family: Arial, Verdana, sans-serif;
	margin: 15px;
	width: 455px;
	z-index: 10;
	position: relative;
	top: 10px;
	clear: both;
}

.smallprint a { /* no decoration, just cardinal */
	color: #C41E3A;
	text-decoration: none;
	border-bottom: none;
}

.smallprint a:hover { /* no decoration, just cardinal */
	color: #C41E3A;
	text-decoration: none;
	border-bottom: none;
}
.contentitem { /* Single content items (header and text)  */
	font-size: 1.0em;
}