/*  
	Theme Name: Tyler Duncan Custom theme
	Theme URI: http://www.raisedeyebrow.com/
	Description: Custom WordPress theme based on <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
	Author: Raised Eyebrow Web Studio
	Author URI: http://www.raisedeyebrow.com/
*/

@import url(css/html.css);
@import url(css/temp.css);

* {
	margin:0;
	padding:0;
}

/*
	Structure
*/

/* The outermost container: */
#page {
	width:800px;
	
	text-align:left;
	font-size:87.5%; /* 14px */
	
	border-right:1px solid #334;
	border-left:1px solid #334;
	margin:0 auto;
}


/* The header and contents: */
#header {
	background:#566 url(img/bg_header.jpg) repeat-x 0 0;
	
	padding:0;
	margin:0;
}

#headerimg h1 {
	height:1px;
	background:#768383 url(img/headerphotos/bg_tyler_duncan_baritone.gif) no-repeat 50% 0;
	
	position:relative;
	overflow:hidden;
	
	border-top:6px solid #344;
	border-bottom:1px solid #4f5556;
	padding:92px 0 0 0;
	margin:0;
}

#headerimg h1 a {
	width:800px;
	height:93px;
	
	display:block;
	position:absolute;
	top:0;
	left:0;
	
	text-indent:-999em;
	
	padding:0;
	margin:0;
}

#headerimg .description {
	display:none;
}

#homepage_quote {
	width:800px;
	height:8.125em;
	background:#344 url(img/headerphotos/header_closeup.jpg) no-repeat 100% 0;

	overflow:hidden;

	font-size:1.143em; /* 16px */
	color:#fff;

	padding:20px 0 0 0;
	margin:0;
	border-style:none;
}

#homepage_quote p {
	width:470px;
	
	line-height:1.7;
	
	margin:0 0 0 25px;
}

h1#inside_title {
	height:50px;
	background:#344 url(img/headerphotos/header_int.jpg) no-repeat 100% 0;
	
	color:#fff;
	font-weight:normal !important;
	font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:2em;
	
	padding:30px 175px 10px 35px;
	margin-bottom:0;
}


/* The main 'body' of the site: */
#outer_container {
	background:#566;
	width:800px;
	
	float:left;
	
	padding:25px 0 35px 0;
	margin-right:-205px;
}

#inner_container {
	padding-left:50px;
}

#homeSection #inner_container {
	padding-left:0;
	margin-left:205px;
}





/* The sidebar: */
#sidebar,
#homeSection #leftbar {
	width:150px;
	float:right;
	margin:0 25px 0 0;
}

#homeSection #leftbar {
	float:left;
	margin:0 0 0 25px;
}

.sidesection {
	/*padding:1em 10px;*/
}

#sidebar form {
	margin: 0;
}


/* The footer and contents: */
#footer {
	background:#566 url(img/bg_footer.jpg) repeat-x 0 0; 
	color:#fff;
	padding: 20px 30px 20px;
	/*margin: 0 auto;*/
	clear: both;
	border-top:1px solid #555;
	border-bottom:1px solid #566;
}

#footer #footer_nav p,
#footer #footer_nav ul {
	display:inline;
}

#footer p {
	margin-left:.5em;
}

#footer ul {
	list-style:none;
	margin:0;
	padding:0;
}
#footer li {
	display: inline;
	margin:0;
	padding:0 .5em;
	border-right:1px solid #fff;
}

#footer a {
	color:#fff;	
	border-bottom-style:none;
	font-weight:normal;
}

#footer a:hover,
#footer a:active,
#footer li.current_page_item a {
	text-decoration:underline;
}

#credit {
	margin-bottom:0;
}


/* Content */

#content {
	padding:0;
	margin-right:205px;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.alt {
	background-color: #f8f8f8;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 91.6%;
	line-height: 1.64em;
}

.commentmetadata {
	font-weight: normal;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 91.6%;
	letter-spacing: .07em;
}












/* Navigation */

#navigation {
	width:750px;
	float:left;
	background:#566 url(img/bg_menu.jpg) repeat-x;
	
	height:2.125em;
	
	font-weight:normal;
	font-size:1em;
	
	padding:0 25px;
	margin-bottom:0;
}

#navigation ul {
	list-style-type:none;
}

#navigation li {
	float:left;
	list-style:none;

	display:inline;
	
	
}

#navigation li a {
	display:block;

	color:#fff;
	text-decoration:none;
	font-weight:normal;

	border:0;
	padding:0;
}

#navigation li a:hover,
#navigation li a:active,
#navigation li.current_page_item a {
	background:#344 url(img/menu_ro_right.gif) repeat-y 100% 0 !important;
}

#navigation li a:hover span,
#navigation li a:active span,
#navigation li.current_page_item a span {
	background:transparent url(img/menu_ro_bottom.gif) no-repeat 100% 100%;
}

#navigation li a span {
	display:block;
	
	padding:.25em 12px .375em 12px;
}

#navigation li ul {
	display:none;
}

#navigation li.current_page_item a {
	font-weight:bold;
}


/* 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
	}



/*  Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ol {
	margin: 0 0 2em;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom:0;
}

#sidebar ul ul {
	margin:1em 0 1em 1em;
}

#sidebar ul li li {
	margin-bottom:0;
}

/* Blog post styles, in case blogging features are used later */

.post {
	margin: 0 0 1em;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	/*margin: 30px 0;*/
}

.postmetadata {
	clear: left;
}

/* Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}




/* Miscellaneous Tags & Classes */

hr {
	display: none;
}

a img,
a.noborder {
	border: none;
	text-decoration:none;
}

/* Image-replaced sidebar headings */

.fir {
  background-color:#aa9f9a;
  background-repeat:no-repeat;
  background-position:0 0;
  height:1px;
  
  font-size:100%;
  
  overflow:hidden; 

  padding-bottom:0;
}

#sidebar h2.fir,
#leftbar h2.fir {
  padding:30px 0 0 0;
  margin:0;
  /*width: 256px;*/
}

#sidebar h2#inSection {
  background-image:url(img/inSection.gif);
}
#sidebar h2#headingPerf {
  background-image:url(img/upcomingPerformances.gif);
}
#sidebar h2#headingList {
  background:#566 url(img/get_updates.gif);
}
#leftbar h2#headingListen {
	background-image:url(img/listen.gif);
}
#leftbar h2#headingVideo {
	background-image:url(img/video.gif);
}
