/*   
Theme Name: Elegant Grunge
Description: Lead Balloon, scrubbing your face.
Author: Doug Spice
Author URI: http://www.madeoflead.com
Version: 1.0
Tags: tan, light, one-column, two-columns, three-columns, fixed-width, custom-header, right-sidebar, theme-options, threaded-comments, photoblogging

	The CSS, XHTML, design and PHP are released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/


/****************************
 **   Contents
 ****************************
 
	* General
	* Layout		(Top-level page element styles)
		- Menu
		- Header
		- Content
		- Sidebar
		- Footer
	* Content	(Formatting of items in main content area)
		- General
		- Standard wordpress
		- Comments
		- Comment form
		- Frame
	* Sidebar	(Formatting of items in sidebar)
		- General
		- Search
		- Tag cloud
		- Wordpress calendar
		- Photoblog widget
	* Footer		(Formatting of items in footer)
		





/****************************
 **   General
 ****************************/

body {
	margin: 0;
	padding: 0;
	font-family: "Palatino", "Georgia", "Baskerville", serif;
	font-family: "Helvetica", "Arial", "Verdana", "Trebuchet", sans-serif;
	color: #999;
	background-color:#000;
	background-position:center top;
	background-repeat:no-repeat;
	background-image: url(/images/bg_single.jpg);
	font-size: .8em;
}

#page- {
	background-image: url(/images/bg_home.jpg);
}

#page-about, #page-contact-us {
	background-image: url(/images/bg_about.jpg);
}

#page-projects {
	background-image: url(/images/bg_single_fullwidth.jpg);
}

#page-rick-castaneda, #page-asa-shumskas-tait, #page-doug-spice, #page-jesse-vigil {
	background-image: url(/images/bg_single.jpg);
}

#page-press  {
	background-image: url(/images/bg_single.jpg);
}

a {
	color: #999;
}

img {
	border: 0;
}



/****************************
 **   Layout
 ****************************/


/* Menu */

#menu {
	width: 860px;
	height:50px;
	margin: 0 auto;
	margin-top: 45px;
	margin-bottom: 56px;
}

#page- #menu {
	margin-bottom: 76px;
}

#menu #homelink {
	display: block;
	text-indent: -2000px;
	width: 52px;
	height: 108px;
	float: left;
	margin-right: 40px;
	margin-top: -32px;
}

#menu ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}


#menu ul li {
	float: left;
}

#menu .page_item a {
	display: block;
	padding-right: 40px;
	line-height: 3.0em;
	color: #868686;
	text-decoration: none;
	font-size: 1.2em;
}

#menu .current_page_item a, #menu .page_item a:hover {
	color: #fff;
}

/* Content */

#content-container {
	/* background: #f3f4ee url(images/body.jpg) repeat-y center top; */
}


#content {
	width: 860px;
	margin: 0 auto;
}


#body {
	float: left;
	width: 480px;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 330px;
	margin-left: 38px;
	padding: 5px;
}


/* Footer */

#footer-wrap-outer {
	/* background: #4c4c4c url(images/footer-repeat.jpg) repeat-x center top; */
	height: 2em;
}

#footer-wrap {
	width: 100%;
	/* background: url(images/footer.jpg) no-repeat center top; */
	margin-top: 80px;
	margin-bottom: 30px;
	background: #000;
}

#footer {
	width: 860px;
	margin: 0 auto;
	margin-top: 90px;
	padding: 10px;
	min-height: 30px;
	display: none;
}


/****************************
 **   Content
 ****************************/

/* General */

h2 {
	font-size: 1.8em;
	font-weight: normal;
	font-style: normal;
	color: #dfdfdf;
	margin-top: 0px;
	margin-bottom: 0.5em;
}

h2 a {
	text-decoration: none;
	color: #dfdfdf;
}

blockquote {
	font-style: italic;
	background: #333;
	padding: 5px 10px;
}

.feature {
	height: 300px;
}

	.feature p {
		margin: 0;
		padding: 0;
	}

	.feature a {
		margin: 0;
		padding: 0;
	}
	
	.feature br {
		margin: 0;
		padding: 0;
		height: 0;
		display: none;
	}

#posts {
	margin-top: 60px;
}

.post {
	padding: 10px;
	margin-top: 10px;
}

.post h2 { padding-bottom: 0; margin-bottom: 0;}

.post .entry {
	line-height: 1.2em;
}

.post .author {
	color: #949494;
	font-size: 0.8em;
	position: relative;
	top: -1.5em;
}

.post .info {
	color: #dfdfdf;
	font-size: 0.8em;
}

.post .date {
	text-transform: uppercase;
	font-size: .8em;
}

.post .date .month {
	display: block;
	font-size: 14px;
	line-height: 17px;
	padding-top: 3px;
	color: #dfdfdf;
	font-weight: bold;
}

.post .date .day {
	display: block;
	font-weight: bold;
	font-size: 20px;
	padding-top: 3px;
	line-height: 18px;
	color: #dfdfdf;
}

.post .date .year {
	display: block;
	font-size: 0.7em;
	padding-top: 3px;
	color: #dfdfdf;
}

.metadata {
	margin-top: 40px;
	text-align: center;
	font-size: 0.7em;
	color: #797979;
}

.metadata a {
	text-decoration: none;
}

.photoblog-thumbnail {
	display: inline;
	vertical-align: middle;
}

.more-link {
	clear: both;
	display: block;
	margin-top: 30px;
	margin-left: 20px;
	font-size: 0.9em;
	color: #88897b;
	background: url(images/more-link.png) no-repeat left center;
	padding-left: 30px;
}

hr {
	width: 50%;
	border: 1px solid #333;
}

.navigation {
	width: 100%;
	margin-top: 50px;
}

.navigation a {
	text-decoration: none;
	font-size: 0.7em;
}

.navigation .previous {
	float: right;
}

.navigation .next {
	float: left;
}


/* Standard wordpress */

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}

.clear {
	clear:both;
}

.wp-caption {
	border: none;
	text-align: center;
	background-color: #333;
	color: #fff;
	padding-top: 4px;
	margin-right: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 5px;
   margin: 0;
}

#discussion {
	margin-top: 4em;
	border-top: 6px solid #999;
}

#discussion #respond { float: right;}

#discussion h2 { margin-top: 1.5em;}

#comments li {
	padding: 5px;
}

#comments .odd {}

#comments .even {
	background: #efefef;
}

#comments .highlight {
	background: #000;
	color: #fff;
}

h4#comments {
	margin-top: 20px;
}

#commentform {
	width: 600px;
}

	#commentform textarea {
		width: 600px;
	}


/****************************
 **   Sidebar
 ****************************/

/* General */

.sidebar h2 {
	font-size: 1.4em;
	color: #676767;
	margin-bottom: 20px;
}

.sidebar a {
	color: #9f9f9f;
}

.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 25px;
}

.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 10px;
}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, .sidebar ul ol li {
	list-style: decimal outside;
}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

#page-about .sidebar ul li {
	display: block;
	width: 320px;
	height: 100px;
	padding: 10px;
	overflow: hidden;
	margin: 5px 0px;
}

#page-about .sidebar h3 { margin-left: 10px; }


#page-about .sidebar dd {
	margin: 0;
}

#page-about .sidebar .thumbnail-partner {
	float: left;
	width: 75px;
	height: 75px;
	border: 1px solid #999;
	margin-right: 10px;
}


/* Photoblog widget */

.sidebar .elegant_grunge_photoblog div {
	text-align: center;
}

.sidebar .photoblog-thumbnail img {
	background: #fff;
	border: 1px solid #aaa;
	padding: 3px;
	display: inline;
}


/****************************
 **   Footer
 ****************************/

#footer #subscribe a {
	display: block;
	position: absolute;
	background-image: url(images/rss.png);
	width: 149px;
	height: 126px;
	margin-left: -126px;
	margin-top: -68px;
	text-indent: -2000px;
	overflow: hidden;
}

#footer .legal, #footer .credit {
	color: #5f5f5f;
}

#footer .legal {
	float: left;
}

#footer .credit a {
	text-decoration: none;
}

#footer .credit {
	float: right;
}


#footer .widget-wrap {
	float: left;
	width: 264px;
	margin-bottom: 36px;
}


#footer .widget {
	margin-right: 21px;
	margin-left: 21px;
}

#footer {
	font-size: 0.8em;
	line-height: 1.1em;
}

#footer a {
	color: #a3a3a3;
}

#footer h2 {
	color: #fff;
	font-size: 1.3em;
	margin-bottom: 15px;
	font-weight: normal;
	font-style: normal;
}



/***************************
 **   CONTACT US
 **************************/

.contact-form fieldset {
	background: #333;
	border: 1px solid #999;
	margin-bottom: 1em;
}

.contact-form legend {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding: 5px;	
}

.contact-form input {
	margin-bottom: 1em;
}



/****************************
 **   Project Pages
 ****************************/

#page-projects #body {
	width: 860px;
}

#page-projects #body ul {
	list-style: none;
	margin: 0;
	padding: 10px;
}

	#page-projects #body ul li {
		background: #333;
		margin-top: 10px;
		min-height: 120px;
	}

#page-projects .thumbnail {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 10px;
}

.projectpage #content {
        margin-top: 420px;
}

.projectpage #submenu {
	width: 878px;
	padding: 1px;
	height: 38px;
}

	.projectpage #submenu ul {
		margin: 0 auto;
		padding: 0;
		list-style: none;
	}

	.projectpage #submenu ul li {
		float: left;
		width: 100px;
		height: 40px;
	}

	#submenu a {
		display: block;
		color: #868686;
		text-decoration: none;
		width: 100px;
		height: 40px;
	}

.projectpage #body, .projectpage #sidebar {
	margin-top: 20px;
}

.projectpage #body h2, .projectpage #sidebar h2 {
	text-indent: -9999px;
}

.projectpage dd img {
	padding: 5px 10px 5px 0px;
}

.projectpage dt {
	clear: both;
	margin-top: 10px;
}


.projectpage #sidebar {
	padding: 10px;
	width: 320px;
}

.projectpage #sidebar dt {
	margin-top: 14px;
	font-size: 12px;
	font-weight: bold;
}

.projectpage #sidebar dd {
	margin: 0;
	padding: 0;
}



/***************************
 **   PROJECT SUBPAGE
 **************************/


.subpage #content {
        margin-top: 216px;
}
 
.subpage #body {
	width: 630px;
}

.subpage #body h2 {
	text-indent: 0px;
}




/****************************
 **   COMA, PERIOD.
 ****************************/

#page-coma-period  {
	color: #333;
	background-image: url(/images/projects/coma-period/bg_coma-period.jpg);
	background-color: #e1e1e1;
}

.coma-period #sidebar a {
	color: #cc3333;
}

.coma-period #body h2 {
	font-family: Helvetica, Arial, Trebuchet, sans-serif;
	color: #000;
}

.coma-period #body dt {
	font-weight: bold;
	margin-top: 10px;
}

.coma-period #supportourshow {
	width: 170px;
	float: right;
	border: 1px solid #226699;
	background: #fff;
	margin: 0;
	margin-left: 10px;
	padding: 8px;
	padding-top: 5px;
	font-size: 10px;
}

.coma-period #streamysnominate {
	width: 150px;
	float: right;
	margin: 0;
	margin-top: 5em;
	margin-left: 40px;
	padding: 0;
}

.episodes #sidebar {
	float: left;
	width: 170px;
	background: #fff;
	border: 0;
	border-top: 16px solid #000;
	!important;
	font-size: 14px;
	margin-top: 76px;
}

	.episodes #sidebar ol {
		padding-left: 2em;
	}

.episodes #pagenav a {
	color: #6699ff;
}

.episodes #pagenav {
	margin-bottom: 3em;
}

.episodes .pageprev {
        float: left;   
}

.episodes .pagenext {
	float: right;
}



/****************************
 **   THE ECHO GAME
 ****************************/

#page-the-echo-game {
	color: #fff;
	background-image: url(/images/projects/the-echo-game/bg_the-echo-game.jpg);
	background-color: #000;
}


.the-echo-game #submenu ul li {
                float: left;
                width: 130px;
                height: 40px;
        }

.the-echo-game #submenu a {
                display: block;
                color: #868686;
                text-decoration: none;
                width: 130px;
                height: 40px;
        }

/****************************
 **   DR. BONESAW
 ****************************/

#page-dr-bonesaw {
	color: #fff;
	background-image: url(/images/projects/dr-bonesaw/bg_dr-bonesaw.jpg);
	background-color: #000;
}

.dr-bonesaw #submenu {
	position: relative;
}

.dr-bonesaw #submenu ul li {
                float: left;
                width: 150px;
                height: 40px;
		
        }
                
.dr-bonesaw #submenu a {
                display: block;
                color: #fff;
                text-decoration: none;
                width: 150px;
                height: 40px;
        }

.dr-bonesaw #submenu ul li.victim {
		position: absolute;
		left: 650px;
		top: 0px;
}

.dr-bonesaw .wp-caption {
	background-color: #111;
}

.dr-bonesaw #doctorsbag {
	background: url(/images/projects/dr-bonesaw/DoctorsBag.jpg);
        width: 214px;
	height: 222px;
        float: right;
        margin: 0;
	margin-left: 5px;
        padding: 0;
	text-indent: -10000px;
}

	#doctorsbag a {
		display: block;
		width: 100%;
		height: 100%;
		text-decoration: none;
	}

#page-goodies .dr-bonesaw .post img { border: 4px solid #000; margin-top:25px; margin-bottom: 8px;}

#page-behind-the-scenes .dr-bonesaw #content #body .post object { width: 639px; margin-left: -10px;}


/****************************
 **   CALDERA
 ****************************/

#page-caldera {
        color: #fff;
        background-image: url(/images/projects/caldera/bg_caldera.jpg);
        background-color: #000;
}

#page-caldera #submenu {
	float: left;
	width: 750px;
	margin-left: 100px;
}

.caldera #submenu { 
	float: left;
	width: 750px;
	margin-left: -70px;
}
         
.caldera #submenu ul li {
                float: left;
                height: 40px;
		width: 250px;
		text-align: right;
        }
 
.caldera #submenu a {
                display: block;
                color: #fff;
                text-decoration: none;
                width: 100%;
                height: 40px;
        }       

.caldera .wp-caption {
        background-color: #111;
}       

