/*
Theme Name: Sean Foust Music
Theme URI: http://www.seanfoustmusic.com
Description: The official theme for seanfoustmusic.com
Version: 1.0
Author: Simon Foust w/graphics by Alex Lopez
Author URI: http://www.simonfoust.com
*/

/* LAST UPDATED 10.28.09 */

/*

	Table of Contents

	I.    DEFAULTS
	II.   NAVIGATION
	III.  STRUCTURE & TYPOGRAPHY
	IV.   TABLES
	V.    FORMS
	VI.   HEADINGS
	VII.  CLEARFIX
	VIII. WORDPRESS SPECIFIC

*/

/* -----------------------------------------------------------
		I. DEFAULTS
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

html, body { height: 100%; }

body {
	background: #161211 url('images/bg.jpg') top left no-repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

p, ul, ol { padding: 0 0 20px 0; }

a {
	color: #c9b51c;
	text-decoration: underline;
		/* get rid of link outlines in firefox */
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
}

a:hover { color: #fff; }

a img { border: 0; }

a.contact, a.about {
	display: block;
	text-indent: -4440px;
	width: 70px;
	height: 17px;
	background: url('images/nav-contact.png') top left no-repeat;
}

a.about {
	width: 51px;
	height: 18px;
	background-image: url('images/nav-about.png');
}

a.contact:hover, a.about:hover { background-position: bottom; }

img.album-cover { border: 3px #000 solid; }

.small { font-size: 10px; }
.yellow { color: #c9b51c; }
.italic { font-style: italic; }

ul, ol { margin-left: 20px; }

/* -----------------------------------------------------------
		II. NAVIGATION
----------------------------------------------------------- */

#navigation { z-index: 2; }

#navigation .accordion_headings {
	cursor: pointer;
	display: block;
	margin: 0 0 18px;
}

#navigation .accordion-content { padding: 0 0 0 2px; }

#navigation #media-header {
	text-indent: -4440px;
	width: 49px;
	height: 16px;
	background: url('images/nav-media.png') top no-repeat;
}

#navigation #links-header {
	text-indent: -4440px;
	width: 45px;
	height: 18px;
	background: url('images/nav-links.png') top no-repeat;
}

#navigation .accordion_headings:hover, #navigation .accordion_headings:active {
	background-position: bottom !important;
}

#navigation .header_highlight { background-position: bottom !important; }

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0 0 12px;
	font-size: 11px;
	line-height: 13px;
}

#navigation li { padding: 0 0 9px; }

#navigation li a {
	cursor: pointer;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#navigation li a span.url {
	text-transform: lowercase;
	font-style: italic;
	color: #c9b51c;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
}

#navigation li a:hover, #navigation li a:hover span.url { color: #fff; }

#navigation #media-content li a:hover { color: #c9b51c; }

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#lines {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url('images/bg-wrap.png') top left repeat-y;
}

	#wrap {
		padding: 23px 0 30px 48px;
		width: 842px;
	}

	#home #wrap { background: url('images/sean-foust_homepage.jpg') top right no-repeat; }

		#header {
			padding: 0 0 30px;
			height: 80px;
		}

		#navigation {
			float: left;
			width: 180px;
			padding-top: 5px;
		}

		#content {
			float: right;
			width: 645px;
			line-height: 1.5em;
		}

			mainContent {
				float: none;
				width: 100%;
			}

			#home #mainContent {
				float: left;
				width: 300px;
			}

				#home .blog-post { padding-bottom: 20px; }

					#home .blog-post .details {
						font-family: Arial, Helvetica, sans-serif;
						color: #a6a6a6;
						font-weight: bold;
					}

					#home .blog-post a {
						font-family: Arial, Helvetica, sans-serif;
						color: #a6a6a6;
						text-decoration: underline;
					}

					#home .blog-post a:hover { color: #fff; }

			#home #sidebar {
				float: right;
				margin-top: 195px;
				width: 300px;
				padding-right: 5px;
			}

/* -----------------------------------------------------------
		IV. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

	table table { margin-bottom: 0; }

td {
	vertical-align: top;
	padding: 0;
}

	#audio #mainContent td { padding: 5px 15px 20px 0; }

	#audio #mainContent td.col-1 { width: 120px; }

	#audio #mainContent td p { padding: 0 0 9px; }

	#audio #mainContent td p.album-title {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		padding: 0 0 3px;
	}

/* -----------------------------------------------------------
		V. FORMS
----------------------------------------------------------- */

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: #ddd;
	border-top: 1px #8c8c8c solid;
	border-right: 1px #6e6e6e solid;
	border-bottom: 1px #6e6e6e solid;
	border-left: 1px #6e6e6e solid;
}

/* -----------------------------------------------------------
		VI. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 0 0 15px 0;
	margin: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

h1 { font-size: 24px; }

	#header h1 { display: inline; }

	#header h1 a {
		cursor: pointer;
		text-indent: -4440px;
		display: block;
		width: 276px;
		height: 64px;
		background: url('images/sean-foust.png') top left repeat-y;
	}

h2 {
	font-size: 20px;
	line-height: 20px;
}

	h2#news, h2#about, h2#audio, h2#video, h2#photos {
		text-indent: -4440px;
		width: 150px;
		height: 34px;
		margin-top: 15px;
		padding-bottom: 25px;
	}

	h2#news{ background: url('images/title-news.png') no-repeat; }
	h2#about{ background: url('images/title-about.png') no-repeat; }
	h2#audio{ background: url('images/title-audio.png') no-repeat; }
	h2#video{ background: url('images/title-video.png') no-repeat; }
	h2#photos{ background: url('images/title-photos.png') no-repeat; }

	h2.twitter_title_link {
		text-decoration: -4440px;
		margin: 0;
		padding: 0;
	}

h3 {
	font-size: 16px;
	line-height: 20px;
}

	#home .blog-post h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 12px;
		color: #c9b51c;
	}

	#home .blog-post h3 a, #home .post h3 a:hover {
		color: #c9b51c;
		text-decoration: none;
		border-bottom: none;
	}

	#home #sidebar h3 {
		font-weight: normal;
		color: #c9b51c;
		padding-bottom: 17px;
	}

h4 {
	font-size: 16px;
	line-height: 16px;
}

/* -----------------------------------------------------------
		VII. CLEARFIX
----------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */

/* -----------------------------------------------------------
		VIII. WORDPRESS SPECIFIC
----------------------------------------------------------- */

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform { margin: 5px 10px 0 0; }

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p { margin: 10px 5px 10px 0; }

.children { padding: 0; }

#commentform p { margin: 5px 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}