/* @override http://wesyoakam.com/wp-content/themes/wesyoakam/style.css */

/*  
Theme Name: Wes Yoakam Theme
Theme URI: http://hatheadstudios.com/
Description: A Custom Theme for Wes Yoakam
Version: 1.0
Author: Michael Mahoney
Author URI: http://hatheadstudios.com/
Template: performer

	Custom Performer Theme
	 http://wesyoakam.com/

	This theme was designed and built by Michael Mahoney.

	The CSS is based on the Blueprint CSS Framework.
	
	The XHTML and Design are copyrighted works, all rights
	reserved. Copyright 2008, Hat Head Studios LLC.
*/

@import '../performer/style.css';

body {
	background: url(img/body_bkgd.jpg) no-repeat fixed center top;
}
.container {
	background-image: url(img/container_bkgd.png);
}
.home .container {
	background-image: none;
}
#header {
	background-image: url(img/header_bkgd.png);
}
.home #header {
	background-image: url(img/home_header_bkgd.jpg);
}
#sidebar {
	background-image: url(img/sidebar_bkgd.gif);
}
#sidebar .current_page_item a {
	background-image: url(img/navigation_arrows.gif);
}
#footer {
	background: url(img/footer_bkgd.png) no-repeat bottom left;
}
.home #footer {
	background: none;
}
body#reviews #content blockquote {
	background-image: url(img/sidebar_bkgd.gif);
	background-position: top right;
}



/* @end */

/* @group Colors */

/* @group Non-changing Color */

.container {
	background-color: #fff;
}

#sidebar h2 {
	color: #999;
	border-bottom-color: #bbb;
}

#sidebar .aside h2,
tbody th {
	color: #fff;
}

#footer a {
	background-color: transparent;
}

tbody th,
tbody td {
	border-color: #fff;
}

.postmetadata,
form.ddfm {
	border-color: #ddd;
}

form.ddfm input:focus, 
textarea:focus {
	background: #efefef;
	color: #000;
}
a {
	background-color: transparent !important;
}

/* @end */

/* @group Main Color */

/* TEMPLATE MAIN COLOR 1 (Main background) */

body {
	background-color: #a37841;
}

.home #content cite,
#footer,
#footer a {
	color: #a37841;
}


/* TEMPLATE MAIN COLOR 2 (Home content background) */

.home .container {
	background-color: #1e3242;
}
#sidebar,
body#reviews #content blockquote {
	background-color: #76481c;
}

tbody tr.odd td {
	background-color: #f3e8de;
}
body#reviews #content blockquote {
	color: #1e3242;
}
/* TEMPLATE MAIN COLOR 3 (Header background) */

#header, 
tbody th {
	background-color: #1e3242;
}

.home #content blockquote p,
.home a {
	color: #1e3242;
}
body#reviews #content blockquote,
tbody th {
	border-top-color: #1e3242;
}

body#repertoire h3,
body#performances h3,
body#engagements h3,
tbody th {
	border-bottom-color: #1e3242;
}

/* TEMPLATE MAIN COLOR 4 (Home page name & links) */

#header h1, 
#header a {
	color: #fff;
}

/* TEMPLATE MAIN COLOR 5 */

#header h2 {
	color: #fff;
}

/* @end */

/* @group Accent Color */

/* TEMPLATE ACCENT COLOR 6 */

a, 
#content h2, 
#content h2 a {
	color: #1e3242;
}

#sidebar ul a,
#sidebar ul li ul a {
	color: #fff;
}

#sidebar .aside p {
	color: #76481c;
}

#sidebar .aside h2,
#quote_bar {
	background-color: #76481c;
}

tbody tr:hover td {
	border-color: #9c6f9c;
}

/* TEMPLATE ACCENT COLOR 7 */

#quote_bar blockquote,
#quote_bar blockquote p {
	color: #fff;
}
#sidebar .current_page_item a, 
#sidebar .current_page_item ul li.page_item a {
	color: #d1a062;
}

#sidebar .aside {
	background-color: #e9d4b9;
}
tbody tr:hover td {
	background-color: #d1a062;
	color: #fff;
}
body#reviews #content cite {
	color: #d1a062;
}
/* @end */

/* @group Quotation Marks */

.home blockquote:before,
.home blockquote:after {
	color: #503c50;	
}
#quote_bar blockquote:before,
#quote_bar cite:before {
	color: #503c50;
}

/* @end */

/* @end */


/* @group Name */
#name {
	bottom: -1.1em;
}
.home #name {
	bottom: 4px;
}
#header h1 {
	font-size: 5.6em;
}

#header h2 {
	font-size: 2.33em;
}

.home #header h1 {
	font-size: 7.6em;
	line-height: 1.2em;
}

.home #header h2 {
	font-size: 2.5em;
}

/* @end */

/* @group Modifications */

.home #header {
	height: 556px;
}
#header img#headshot {
	width: auto;
}
.home #header img#headshot {
	height: 556px;
}

ul.navigation {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 14px !important;
	line-height: inherit !important;
}

ul.navigation li:first-child a {
	display: block;
	width: 190px;
	height: 54px;
	margin: -24px 0 20px -10px;
	background: transparent url('img/buythenewcd-horz.png') no-repeat right top;
	font-size: 0px !important;
	line-height: 0px !important;
	text-indent: -10000px;
	cursor: pointer;
}

ul.navigation ul li:first-child a {
	display: inline;
	float: none;
	width: inherit;
	height: inherit;
	margin: inherit;
	background: none;
	font-size: inherit !important;
	line-height: inherit;
	text-indent: inherit;
	cursor: inherit;
}

body.home ul#navigation {
	width: 200px;
	float: left;
	margin-left: 20px;
}

body.home ul#navigation li.page-item-139 a {
	display: block;
	position: absolute;
	height: 155px;
	width: 155px !important;
	top: 0px;
	right: 0px;
	background: transparent url('img/buythenewcd.png') no-repeat right top;
	font-size: 0px;
	line-height: 0px;
	text-indent: -10000px;
	cursor: pointer;
}

/* @end */

















