/*
Theme Name:		Tinderbox
Theme URI:		http://www.tinderbox.org.uk
Description:	A WordPress theme for Tinderbox Theatre designed and coded by <a href="http://adriantoll.com">Adrian Toll</a>.
Version:		1.0
Author:			Adrian Toll
Author URI:		http://adriantoll.com/
*/


/********** OVERALL **********/

* {
	margin:0;
	padding:0;
	border:0;
	z-index:10;
	}

body {
	font-family:arial,helvetica,sans-serif;
	font-size:.9em;
	background:#fff;
	}

#wrapper {
	margin:0 auto;
	overflow:visible;
	position:relative;
	top:0px;
	width:900px;
	}

a {
	text-decoration:none;
	}

td {
	vertical-align:top;
	}

blockquote {
	margin: 10px 0 10px 20px;
	}


/********** FURNITURE **********/

#logo {
	height:63px;
	left:50%;
	margin-left:-440px;
	position:absolute;
	top:9px;
	width:265px;
	}

#sublogo {
	height:28px;
	left:50%;
	margin-left:-440px;
	position:absolute;
	top:72px;
	width:265px;
	}

#topmenu {
	color:#fff;
	position:absolute;
	right:-3px;
	top:53px;
	z-index:2;
	}

#topmenu ul li {
	display:inline;
	font-size:1.4em;
	list-style-type:none;
	margin-left:5px;
	}

#topmenu ul li a {
	color:#fff;
	text-decoration:none;
	}

#searchbar {
	position:absolute;
	right:0;
	top:76px;
	width:225px;
	}

#searchbar label {
	color:#fff;
	display:block;
	float:left;
	padding:3px 0 0 0;
	}

#searchbox {
	background:#fff;
	float:right;
	height:14px;
	padding:1px;
	width:160px;
	}

#menubar {
	background:#fff;
	height:30px;
	left:0;
	position:absolute;
	top:70px;
	width:910px;
	z-index:5;
	}

#splashwrapper {
	background:#000;
	height:250px;
	overflow:hidden;
	position:relative;
	top:100px;
	width:900px;
	}

#splash {
	position:absolute;
	bottom:0;
	left:0;
	}

#contentwrapper {
	left:0;
	padding:0 0 40px 0;
	position:absolute;
	top:350px;
	width:900px;
	}

#footer {
	background:#3b3b3b;
	color:#ccc;
	font-size:0.8em;
	line-height:1.5em;
	overflow:auto;
	padding:8px 10px;
	width:880px;
	}


#footer img.footer-logo {
	float:left;margin-right:15px;
	}

#footer-details {
	color:#999;
	}

#footer a {
	color:#ccc;
	text-decoration:none;
	}

#footer a:hover, #footer a:focus, #footer a:active {
	background:#ccc;
	color:#333;
	}



/********** MENUS **********/

#sub-menu, #sub-sub-menu {
	background:#2b0d41;
	color:#fff;
	line-height:1.5em;
	padding:5px 7px;
	width:886px;
	}

#sub-sub-menu {
	background:#5b466b;
	}

#sub-sub-menu.productions-sub-sub-menu {
	font-size:0.8em;
	}

#sub-menu ul, #sub-sub-menu ul {
	overflow:auto;
	}

#sub-menu ul li, #sub-sub-menu ul li {
	float:left;
	font-size:1em;
	list-style-type:none;
	padding:0 15px 0 0;
	white-space:nowrap;
	}

#sub-menu ul li a, #sub-sub-menu ul li a {
	color:#fff;
	text-decoration:none;
	}

#sub-menu ul li a:hover, #sub-menu ul li a:focus, #sub-menu ul li a:active, #sub-sub-menu ul li a:hover, #sub-sub-menu ul li a:focus, #sub-sub-menu ul li a:active {
	color:#d6a1ff;
	}




/********** MAIN CONTENT SECTION **********/

#content {
	background:#fff;
	border:1px solid #333;
	line-height:1.3em;
	overflow:auto;
	padding:15px 15px 40px 15px;
	width:868px;
	}

h1 {
	}

#content p {
	padding:12px 0 0 0;
	}

#content h1 + h3 {
	margin-top:10px;
	}

#content h3 {
	margin-top:20px;
	}

#content h3 + p {
	padding-top:5px;
	}

#content .alignright {
	float:right;
	margin:0 0 10px 10px;
	}

#content .alignleft {
	float:left;
	margin:0 10px 10px 0;
	}

#content a {
	color:#46166b;
	font-weight:bold;
	}

#content a:hover, #content a:focus, #content a:active {
	background:#46166b;
	color:#fff;
	}

#content ul {
	margin:10px 0 0 30px;
	}




/********** IMAGES AND CAPTIONS **********/

#content .wp-caption {
	}

#content .wp-caption a {
	background:none;
	}

#content .wp-caption a:hover, #content .wp-caption a:focus, #content .wp-caption a:active {
	background:none;
	}

#content .alignright img {
	margin:10px 0 0 10px;
	}

#content .alignleft img {
	margin:10px 10px 0 0;
	}

#content .wp-caption p.wp-caption-text {
	font-size:0.8em;
	}

#content .alignright p.wp-caption-text {
	padding:5px 0 0 10px;
	}

#content .alignleft p.wp-caption-text {
	padding:5px 10px 0 0;
	}




/********** SECTION HOMEPAGES **********/

#section-home-content {
	float:left;
	width:588px;
	}

#section-home-news {
	float:right;
	width:250px;
	}

#section-home-news .story {
	font-size:0.8em;
	}



/********** SECTION HOMEPAGES AND SECTION NEWS PAGES **********/

#content .story a.news-productions-link {
	color:#6e0c0d;
}

#content .story a.news-productions-link:hover, #content .story a.news-productions-link:focus, #content .story a.news-productions-link:active {
	background:#6e0c0d;
	color:#fff;
}

#content .story a.news-dramaturgy-link {
	color:#1e4264;
}

#content .story a.news-dramaturgy-link:hover, #content .story a.news-dramaturgy-link:focus, #content .story a.news-dramaturgy-link:active {
	background:#1e4264;
	color:#fff;
}

#content .story a.news-outreach-link {
	color:#525d01;
}

#content .story a.news-outreach-link:hover, #content .story a.news-outreach-link:focus, #content .story a.news-outreach-link:active {
	background:#525d01;
	color:#fff;
}




/**********  NEWS ARCHIVES **********/

#archive {
	width:640px;
	float:left;
	}

#archive .post > p {
	padding-top:0;
	}

#content .navigation {
	overflow:auto;
	padding:10px 0 0 0;
	width:100%;
	}

#content .navigation .previous {
	float:left;
	}

#content .navigation .next {
	float:right;
	}

#archive h3 {
	margin-top:10px;
	}

#archive .post > p {
	padding-top:0;
	}

#sidebar {
	float:right;
	margin-left:0;
	width:200px;
	}

#sidebar li {
	margin-top:10px;
	}

#sidebar li:first-child {
	margin-top:0;
	}

#sidebar ul li {
	list-style-type:none;
	}

#sidebar ul li ul {
	margin:0;
	}

#sidebar ul li ul li {
	font-size:0.9em;
	margin-top:0;
	padding-left:10px;
	}




/********** COMMENTS **********/

#comments {
	clear:both;
	width:403px;
	}

#comments h3 {
	margin-top:30px;
	}

#comments h3 {
	margin-top:30px;
	}

#commentform p#login {
	margin-bottom:10px;
	}

#comments .comment-meta {
	font-size:0.8em;
	}

#comments ol li .unapproved {
	color:#c00;
	font-size:0.8em;
	}

#comments ol li {
	list-style-type:none;
	}

p#comment-notes {
	font-size:0.8em;
	padding:5px 0 10px 0;
	}

#commentform .form-label {
	float:left;
	margin:0 10px 3px 0;
	width:90px;
	}

#commentform input {
	border:1px solid #333;
	margin:0 0 10px 0;
	padding:2px;
	width:295px;
	}

#commentform textarea {
	border:1px solid #333;
	width:300px;
	}

#commentform .form-submit {
	float:right;
	margin:10px 0 0 0;
	}

#commentform .form-submit input {
	background:#333;
	border:0;
	color:#fff;
	padding:5px;
	width:auto;
	}




/********** HOMEPAGE **********/


#content.homepage {
	padding:0;
	width:900px;
	}


/* panels */
	
	#homepanels {
		border:0;
		border-collapse:collapse;
		margin:0;
		padding:0;
		}
	
	#homepanels td {
		vertical-align:top;
		width:300px;
		}
	
	
/* headers */
	
	.home-header {
		color:#fff;
		font-size:1.2em;
		padding:7px;
		width:286px;
		}
	
	.home-header a {
		color:#fff;
		}
	
	
/* panel intros */
	
	.home-panel-intro-productions {
		background:#863434;
		color:#fff;
		}
	
	.home-panel-intro-productions a {
		color:#fff;
		display:block;
		padding:15px;
		}
	
	.home-panel-intro-productions a:hover, .home-panel-intro-productions a:focus, .home-panel-intro-productions a:active {
		background:none;
		}
	
	.home-panel-intro-dramaturgy {
		background:#2a5986;
		color:#fff;
		}
	
	.home-panel-intro-dramaturgy a {
		color:#fff;
		display:block;
		padding:15px;
		}
	
	.home-panel-intro-dramaturgy a:hover, .home-panel-intro-dramaturgy a:focus, .home-panel-intro-dramaturgy a:active {
		background:none;
		}
	
	.home-panel-intro-outreach {
		background:#5c6141;
		color:#fff;
		}
	
	.home-panel-intro-outreach a {
		color:#fff;
		display:block;
		padding:15px;
		}
	
	.home-panel-intro-outreach a:hover, .home-panel-intro-outreach a:focus, .home-panel-intro-outreach a:active {
		background:none;
		}
	

/* panel content */
	
	.home-panel-content {
		font-size:0.8em;
		padding:20px;
		}
	
	.home-panel-content h3 {
		margin-bottom:5px;
		}
	
	.home-panel-content p {
		margin-bottom:5px;
		}
	
	.home-panel-content a {
		font-weight:bold;
		}
	

/* panel stories */

	.story {
		padding-top:20px;
		}
	
	.story:first-child {
		padding-top:0;
		}
	
	.story-title {
		font-size:1.1em;
		font-weight:bold;
		text-transform:uppercase;
		}
	
	#content .story p {
		padding-top:0;
		}
	
	
	.story-thumbnail {
		float:right;
		margin:0 0 5px 5px;
		}
	


/* panel colors */
		
	#home-productions {
		background:#f3e7e7;
		}
	
	#home-productions .home-header {
		background:#6e0c0d;
		}
	
	#home-productions .home-panel-content a {
		color:#6e0c0d;
		}
	
	#home-productions .home-panel-content a:hover, #home-productions .home-panel-content a:focus, #home-productions .home-panel-content a:active {
		background:#6e0c0d;
		color:#fff;
		}
	
	#home-dramaturgy {
		background:#dee9f3;
		}
	
	#home-dramaturgy .home-header {
		background:#1e4264;
		}
	
	#home-dramaturgy .home-panel-content a {
		color:#1e4264;
		}
	
	#home-dramaturgy .home-panel-content a:hover, #home-dramaturgy .home-panel-content a:focus, #home-dramaturgy .home-panel-content a:active {
		background:#1e4264;
		color:#fff;
		}
	
	#home-outreach {
		background:#f1f3e7;
		}
	
	#home-outreach .home-header {
		background:#525d01;
		}
	
	#home-outreach .home-panel-content a {
		color:#525d01;
		}
	
	#home-outreach .home-panel-content a:hover, #home-outreach .home-panel-content a:focus, #home-outreach .home-panel-content a:active {
		background:#525d01;
		color:#fff;
		}
	


/********** WIDGETS **********/

/* PASSWORD PROTECT POSTS */
#content label[for=pwbox-819] {
	float:left;
	margin-right:10px;
	padding-bottom:10px;
	}
	
#content label[for=pwbox-819] input {
	border:1px solid #333;
	padding:3px;
	}

#content input[type=submit] {
	background:#333;
	color:#fff;
	padding:3px;
	}


	
/* GOOGLE MAPS XML PLUGIN */
.xmlgmdiv {
	padding-top:10px;
	}


/* FLICKR SLIDESHOW PLUGIN */
.flickr_slideshow {
	background:#000;
	float:right;
	margin: 0 0 10px 10px;
	}

	
/* SITEMAP GENERATOR */
#content .ddsg-wrapper h2 {
	display:none;
	}

#content .ddsg-wrapper > ul > li {
	font-size:1.2em;
	list-style-type: none;
	text-transform:uppercase;
	}

#content .ddsg-wrapper ul li > ul > li {
	font-size:0.8em;
	list-style-type:disc;
	text-transform:none;
	}

#content .ddsg-wrapper ul li ul li > ul > li {
	font-size:1em;
	}

#content .ddsg-wrapper ul {
	margin-bottom:10px;
	}
