/*
Theme Name: Red Dust Theatre
Theme URI: http://reddusttheatre.com/
Description: A custom Wordpress design created for Red Dust Theatre.
Version: 2.0
Author: Jonathan Rossiter
Author URI: http://jrossiter.com/
Tags:

	Design copyright 2009, Red Dust Theatre
*/

/*////////// PAGE LAYOUT //////////*/

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

table {
	margin: 0;
	padding: 0;
}

object {
outline: none;
}
#pagecontainer {
	margin: 0;
	padding: 0;
	margin-bottom: -100px; /*-(footer height)*/
	background: url('images/page_bg_slice.jpg') repeat-x 0px 250px;
	min-height: 100%;

}

#container {
	position: relative;
	margin: 0 auto;
	width: 950px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-size: 11px;
}

#container2 {
	position: relative;
	width: 850px;
	background: url('images/container_slice.gif') repeat-y center top;
	padding: 5px 50px;
}

#header {
	overflow:hidden;
	width: 950px;
	height: 250px; /*header image plus navbar*/
	background: url('images/header.jpg') no-repeat center top;
}

#headerspace {
	overflow:hidden;
	width: 950px;
	height: 0;
}

#columnonehomepage {
	width: 380px;
	float: left;
	padding: 30px 15px;
	border: 2px solid #232323;

}

#columnone {
	width: 506px;
	float: left;
}

#columnoneContent {
	width: 380px;
	margin: 0 auto;
}

#columntwo {
	width: 390px;
	float: right;
}

#footer {
	position: relative;
	height: 100px;
	margin: 0;
	width: 100%;
	overflow: hidden;
}

.pusher {
	margin: 0;
	padding: 0;
	clear: both;
}

.spacer {
	margin: 0;
	padding: 0;
	clear: both;
	height: 200px;
}
.halfspacer {
	margin: 0;
	padding: 0;
	clear: both;
	height: 100px;
}
.footerpusher {
	margin: 0;
	padding: 0;
	height: 100px; /*size of footer image*/
	clear: both;
}

#logo {
	position: absolute;
	width: 126px;
	height: 91px;
	margin-top: 30px;
	margin-left: 20px;
}

#navbar {
	position: absolute;
	margin-top: 107px;
	margin-left: 195px;
}

#containertop {
	position: absolute;
	margin-top: 190px;
	width: 950px;
	height: 70px;
	background: url('images/container_top.gif') no-repeat center top;
}

#containerbottom {
	position: relative;
	height: 108px;
	margin: 0;
	background: url('images/container_bottom.gif') no-repeat center top;
}

/*////////// HOMEPAGE LAYOUT //////////*/

#homepageExcerptLink{
	margin-top: -30px;
	padding: 0;
	text-align: right;
}
#homepageExcerptLink a, #homepageExcerptLink a:visited{
	color: #fa8b1d;
}
#homepageExcerptLink a:hover {
	color: #fff;
}
/*////////// COLOURS //////////*/
html, body {
	background-color: #000;
}
h1 {
	color: #fff;
}
h2 {
	color: #f98c22;
}
h3 {
	color: #fff;
}
h4 {
	color: #404040;
}
h6 {
	/*RESERVED FOR CONTACT FORM*/
}
h5 {
	color: #fff;
}
#columnonehomepage p {
	color: #fff;
}
#container, #containerNews{
	color: #fff;
}
#container2{

}
#sidebar{
	color: #ecdbc6;
	background-color: #6E573C;
}
#footer {
	color: #ababab;
}
#footer a, #footer a:visited {
	color: #ababab;
}
.commentsunder{
	color: #5d5954;
}
.darker {
	color: #7F786E;
}

/*////////// TYPOGRAPHY //////////*/
      
h1,h2,h3,h4,h5,h6{
	margin: 0px;
	padding: 10px 0 0 0;
}

h1 {
	font-family: Garamond, Georgia, Times, serif;
  font-size: 40px;
	letter-spacing: -0.06em;
	font-weight: normal;
	font-style:italic;
	margin-bottom: 25px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
	letter-spacing: -0.06em;
	text-transform: uppercase;
}   

h3 {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
	letter-spacing: -0.06em;
	text-transform: uppercase;
}
   
h4 {
	font-family: Garamond, Georgia, Times, serif;
  font-size: 18px;
  letter-spacing: 0.05em;
	font-weight: bold;
	font-style: italic;
}
h5 {
	font-family: Garamond, Georgia, Times, serif;
  font-size: 30px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-style:italic;
	margin-bottom: 25px;
	clear: both;
}

p {
	margin-bottom: 20px;
}

#homepagecontent p {
  margin-bottom: 30px;
}

a, a:visited {
  text-decoration: none;
	font-weight: bold;
	color: #fa8b1d;
}

a:hover {
	background: #fa8b1d;
	color: #fff;
}

img {
	border: 0;
}

form {
	margin: 0;
}

featureText {
	
}

.floatleft {
	float: left;
	width: 45%;
}

.floatright {
	float: right;
	width: 45%;
}

.center {
	text-align: center;
	margin: 0 auto;
	display: block;
}
.horizontal ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.horizontal li{
	display: inline;
	padding: 0px 5px;
	float: left;
}
.horizontal a{
	font: 25px Arial;
	text-transform: uppercase;
	letter-spacing: -0.06em;
	font-weight: bold;
}
.hr {
	clear: both;
	display: block;
	width: 100%;
	height: 13px;
	background: url('images/dots.gif') no-repeat center center;
	border: 0px;
	margin: 35px 0;
	border-color: #000;
}

/*////////// HEADER //////////*/
#header h1, #header h2 {
	display: none;
}

/*////////// CONTENT //////////*/

#feature {
	padding: 1px 10px 1px 10px;
}

#feature p{
  margin-bottom: 15px;
}

#news h4{
 margin-bottom: -0.5em;
}

small, .small{
	font-size: 9px;
	color: #777777;
}

.smaller{
	font-size: 8px;
	color: #897866;
}

.smallest{
	font-size: 7px;
}

.postmetadata{
	text-align: right;
}
.postmetadata a, .postmetadata a:visited{
	color: #777777;
}
.postmetadata a:hover{
	color: #fff;
	background: #777777;
}

#allcomments, textarea {
	width: 500px;
}
/*////////// SEARCH //////////*/

input {
	text-align: right;
	background-color: #dedede;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
	border: 2px solid #717171;
	color: #000;
	font-size: 10px;
	font-weight: bold;
}

.button {
	background-color: #888888;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
	border: 2px solid #717171;
	color: #fff;
	text-align: center;
}


/*////////// SIDEBARS //////////*/
#sidebar ul {
	list-style: none;
}
#sidebar ul li h2 {
     list-style-type: none;
}

/*////////// NAV //////////*/


#navlist {
	padding: 30px 0 20px 110px;
	margin: 0;
	font: 25px Arial;
	text-transform: uppercase;
	letter-spacing: -0.06em;
	font-weight: bold;
}

#footernavlist {
	margin: 0 auto;
	font: 10px Verdana,sans-serif;
	width: 250px;
}
#footernavlist li{
	border-left: 1px solid #ababab;
}
#footernavlist li.first{
	border: none;
}

#navbar h2{
	display: none;
}
#footerbar {
	margin: 0 auto 10px auto;
	text-align: center;
}

#navlist ul, #footernavlist ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#navlist li, #footernavlist li {
	margin: 0px;
	display: inline;
	padding: 0px 5px;
	float: left;
}

#navlist a, #navlist a:visited #footernav a, #footernav a:visited{
	display: block;
	color: #fa8b1d;
}

#navlist a:hover, #footernav a:hover {
	text-decoration: none;
		color: #fff;
}

/*////////// COMMENTS //////////*/

.commentmetadata {
	display: none;
}

/*////////// PAGE TEMPLATES //////////*/

#links, #links ul {
	list-style: none;
}

/*/NEWS PAGE/*/
#columnoneNews {
	width: 850px;
	float: left;
}
#columnoneContentNews {
	width: 800px;
	margin: 0 auto;
}

#headerspaceNews {
	overflow:hidden;
	width: 950px;
	height: 42px;
	background: url('images/headerspacesidebar.jpg') no-repeat center top;
}
.entryNews{
	margin-top: 10px;
}
.postNews{
	margin: 0 0;
	width: 600px;
}
.postNews h2{
	margin-top: 40px;
}
/*/GENERIC PAGE/*/
#columnonepage {
	width: 630px;
	float: left;
}
#columnoneContentpage {
	width: 600px;
	margin: 0 auto;
}#columntwoimage {
	width: 300px;
	margin: 140px auto;
}
#columntwopage {
	width: 320px;
	float: right;
}
#columnoneSingle {
	width: 650px;
	float: left;
}
#columnoneContentSingle {
	width: 630px;
	margin: 0 auto;
}
/*/EVENTS PAGE/*/

#columnoneEvents {
	width: 850px;
	margin: 0 auto;
	float: left;
}
#columnoneContentEvents {
	width: 800px;
	margin: 0 auto;
}
#columnoneContentEvents .post{
	width: 410px;
	float: left;
	clear: none;
}
div.post-block {
	width: 333px;
	float: left;
	clear: none;
	}
div#container_division {
	width: 700px;
	}
.entryEvents{
	margin-top: 10px;
}
.postEvents{
	margin: 50px 0;
	border: 1px solid #434344;
	padding: 20px 30px;
	position:relative;
}
.pastPostEvents{
	margin: 20px 0;
}
.postEvents h2{
	margin-top: 40px;
}

/*/GENERIC PAGES/*/
#singlecolcolumnone {
	width: 500px;
	float:left;
	margin: 10px 0 0 5px;
}
/*/SINGLE POST PAGES/*/
.singlepostcontent {
	margin-top: 30px;
}


/*////////// FORMS //////////*/

/*////////// FOOTER //////////*/

#footercontent {
	margin: 0 auto;
	width: 860px;
	padding-top: 3px;
	background: url('images/feet.jpg') no-repeat bottom left;
}
#footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	width: 300px;
	margin: 0 auto;
}

#footertext p{
	line-height: 20px;
	margin: 0;
}

/*////////// IMAGES //////////*/

img.center {
  display: block;
	margin: 0 auto;
}
img.resize {
width: 200px;
height: auto;
}
img.resize {
width: auto;
height: 300px;
}