/* ---------------------------------- */

/*
 * Steve Martin
 * 2011
 *
 * Master Stylesheet
 * v1.0
 *
 * Designed and Developed by Knicknack (http://knicknack.com)
 *
 */

/* ---------------------------------- */

/*
 *  TABLE OF CONTENTS
 *  
 *  @Colors
 *  @Import
 *  @Reset
 *  @Background
 *  @Site
 *  @Columns (Content and Sidebar)
 *  @Navigation
 *  @E-mail
 *  @Twitter
 *  @Posts
 *  @Elements

/* ---------------------------------- */

/* @Colors 

	GREEN: 	#29281f;
	YELLOW:	#fbc41f;
	
*/

/* ---------------------------------- */

/* @Import */ 

@import url("music-1.0a.css");
@import url("store-1.0.css");
@import url("tour-1.1.css");
@import url("typepad-1.0.css");
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:700);

/* ---------------------------------- */

/* @Reset */

html, body {
	width:100%;
	height:100%;
	margin:0;
	padding: 0;
}

body {
	font-family:Helvetica, Arial, sans-serif;
	color:#29281f;
	background:#c3b169 url(images/bg.jpg) top center;
	background-attachment:fixed;
}

a {
	color:#5a5b3f;
	text-decoration:none;
}

a:hover {
	color:#29281f;
}

a:active,
a:focus,
a:visited {
	outline:none;
}

ul {
	margin:0;
	padding:0;
}

ul li {
	list-style-type:none;
}

img {
	border:0;
}

/* ---------------------------------- */

/* @Background */

#floral-wrap {
	display:block;
	width:930px;
	height:100%;
	position:fixed;
	top:0;
	left:50%;
	margin-left:-470px;
}

#floral {
	display:block;
	width:930px;
	height:100%;
	position:fixed;
	top:0;
	background:url(images/bg-floral.jpg) top right repeat-y;
	margin-top:0px;
}

#leaves-left {
	display:block;
	width:378px;
	height:438px;
	position:fixed;
	top:0;
	left:50%;
	margin-top:25px;
	margin-left:-580px;
	background:url(images/leaves-left.jpg) left no-repeat;
	
}

/* ---------------------------------- */

/* @Site */

#wrap {
	display:block;
	width:930px;
	height:100%;
	margin:0 auto;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-470px;
	z-index:1;
}

#site {
	display:block;
	float:left;
	clear:both;
	width:920px;
	height:100%;
	margin:0px 10px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#site .tagline {
	display:block;
	float:left;
	clear:both;
	width:580px;
	position:fixed;
	margin-top:8px;
	/*
	font-family:Clarendon, Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	*/
	font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	line-height: 140%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	
	color:#494426;
	font-size:16px;
	z-index:6;
	text-align:center;
}

#site .heading {
	display:block;
	float:left;
	clear:both;
	width:600px;
	height:97px;
	margin-left:-7px;
	margin-top:0px;
	position:fixed;
	top:0;
	z-index:3;
	background:url(images/heading-cover.png) no-repeat;
}

#site .hand {
	display:block;
	float:left;
	clear:both;
	width:625px;
	height:264px;
	position:absolute;
	z-index:10;
	margin-left:227px;
	/* margin-top:-146px; */
	margin-top:-300px;
	background:url(images/hand.png) no-repeat;
}


/* ---------------------------------- */

/* @Columns (Content and Sidebar) */

#site .column-left  {
	display:block;
	float:left;
	clear:both;
	position:absolute;
	overflow:hidden;
}

#site .column-left .container {
	display:block;
	float:left;
	clear:both;
	width:526px;
	min-height:700px;
	margin-top:60px;
	padding:0px 24px;
	*padding-bottom:50px;
	background:url(images/bg-paper-temp.png) repeat-y;
}

#site .column-left .container .content {
	display:block;
	float:left;
	clear:both;
	width:526px;
	margin-top:40px;
}

#site .sidebar {
	display:block;
	float:right;
	clear:both;
	width:500px;
	position:fixed;
	margin-left:615px;
}

#site .sidebar .main {
	display:block;
	float:left;
	clear:both;
	width:500px;
	height:700px;
	position:absolute;
	margin-left:-23px;
	background:url(images/bg-sidebar.jpg) no-repeat;
}

#site .sidebar .main-leaves {
	display:block;
	float:left;
	clear:both;
	width:111px;
	height:645px;
	position:absolute;
	margin-left:-134px;
	background:url(images/leaves-sidebar-left.png) no-repeat;
}

#site .sidebar .leaves-nav {
	display:block;
	float:left;
	clear:both;
	width:507px;
	height:316px;
	position:absolute;
	margin-left:-105px;
	z-index:3;
	background:url(images/leaves-nav.png) no-repeat;
}

#site .sidebar .leaves-sidebar {
	display:block;
	float:left;
	clear:both;
	width:451px;
	height:683px;
	position:absolute;

	margin-left:-105px;
	background:url(images/leaves-sidebar.png) no-repeat;
}

#site .sidebar .steve {
	display:block;
	float:left;
	clear:both;
	width:390px;
	height:361px;
	position:absolute;
	margin-left:93px;
	margin-top:315px;
	background:url(images/steve.png) no-repeat;
}

#site .sidebar .bg {
	display:block;
	float:left;
	clear:both;
	position:absolute;
	width:316px;
	height:646px;
	background:url(images/bg-sidebar.png) no-repeat;
}

/* ---------------------------------- */

/* @Navigation */

#site .sidebar .navigation {
	display:block;
	float:left;
	clear:both;
	width:361px;
	height:317px;
	position:absolute;
	z-index:3;
	margin-left:-42px;
	background:url(images/bg-nav.png) no-repeat;
}

#site .sidebar .navigation ul.nav-list {
	display:block;
	float:left;
	clear:both;
	margin-left:64px;
	margin-top:6px;
}

#site .sidebar .navigation li.nav-item {
	display:block;
	float:left;
	clear:both;
	width:212px;
	margin-top:3px;
}

#site .sidebar .navigation ul.nav-list li#nav_item_home {
	height:36px;
	background:url(images/nav/item-home.png) no-repeat;
}

#site .sidebar .navigation ul.nav-list li#nav_item_news {
	height:20px;
	background:url(images/nav/item-news.png) no-repeat;
}

#site .sidebar .navigation ul.nav-list li#nav_item_blog {
	margin-top:4px;
	height:16px;
	background:url(images/nav/item-previous.png) no-repeat;
}

#site .sidebar .navigation ul.nav-list li#nav_item_music {
	height:51px;
	background:url(images/nav/item-musicandlinernotes.png) no-repeat;
}

#site .sidebar .navigation ul.nav-list li#nav_item_tour {
	height:20px;
	margin-top:4px;
	background:url(images/nav/item-tourschedule.png) no-repeat;
}

#site .sidebar .navigation ul.nav-list li#nav_item_books {
	height:31px;
	background:url(images/nav/item-books.png) no-repeat;
}

#site .sidebar .navigation ul.nav-list li#nav_item_film {
	height:20px;
	background:url(images/nav/item-filmography.png) no-repeat;
}

#site .sidebar .navigation ul.nav-list li#nav_item_store {
	height:31px;
	background:url(images/nav/item-store.png) no-repeat;
}

#site .sidebar .navigation li.selected,
#site .sidebar .navigation li.nav-item:hover {
	background-position: left bottom !important;
}

#site .sidebar .navigation li.nav-item a {
	text-indent:-9999px;
}

/* ---------------------------------- */

/* @E-mail Widget */

#site .sidebar .email {
	display:block;
	float:left;
	clear:both;
	width:348px;
	height:49px;
	position:absolute;

	margin:292px 0px 0px -45px;
	background:url(images/email-bg.png) no-repeat;
}

#site .sidebar .email .text {
	display:block;
	float:left;
	clear:both;
	width:205px;
	height:26px;
	margin:10px 0px 0px 34px;
	*margin:10px 0px 0px 20px;
	position:relative;
	z-index:9;
}

#site .sidebar .email .text input {
	display:block;
	width:215px;
	padding:5px 5px 3px 5px;
	background:transparent;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2f1c23;
	font-size:14px;
	font-style:italic;
	border:0;
}

#site .sidebar .email .btn-submit {
	display:block;
	float:right;
	clear:both;
	width:83px;
	height:26px;
	margin:-26px 19px 0px 0px;
	*margin:10px 19px 0px 0px; /* IE7 */
	position:relative;
	z-index:11;
	cursor:pointer;
	background:url(images/email-btn-submit.png) no-repeat;
}

#site .sidebar .email .btn-submit:hover {
	background-position: bottom;
}

#site .sidebar .email-thankyou {
	display:none;
	float:left;
	clear:both;
	width:252px;
	height:22px;
	position:absolute;
	margin:310px 0px 0px 1px;
	background:url(images/email-thankyou.png) no-repeat;
	opacity:0.0;
	filter:alpha(opacity=0);
}

#site .sidebar .email-disclaimer {
	display:block;
	float:left;
	clear:both;
	width:290px;
	height:60px;
	position:absolute;
	margin:324px 0px 0px -17px;
	background:url(images/email-disclaimer.png) no-repeat;
}

/* ---------------------------------- */

/* @Twitter */

#module-twitter {
	display:block;
	float:left;
	clear:both;
	width:348px;
	height:49px;
	position:absolute;
	z-index:3;
	margin:360px 0px 0px -59px;
}

#module-twitter .twitter-banner {
	display:block;
	width:371px;
	height:71px;
	float:left;
	clear:both;
	position:relative;
	z-index:4;
	margin-left:3px;
	background:url(images/twitter-banner.png) no-repeat;	
}

#module-twitter .twitter-banner a.banner-link {
	display:block;
	width:300px;
	height:30px;
	float:left;
	clear:both;
	position:absolute;
	margin-top:20px;
	margin-left:30px;
}

#module-twitter .twitter-banner .twitter-banner-follow {
	display:block;
	width:108px;
	height:35px;
	float:right;
	clear:both;
	margin-top:35px;
	margin-right:35px;
	background:url(../images/widget-twitter-banner-follow.png) no-repeat;	
}

#module-twitter .twitter-banner .twitter-banner-follow:hover {
	background-position: 0px -35px;	
}

#module-twitter #twitter-loading {
	display:block;
	width:173px;
	height:41px;
	float:left;
	clear:both;
	margin:53px 0px 0px 97px;
	*margin:53px 0px 0px -277px;
	position:absolute;
	z-index:3;
	background:url(images/twitter-loading.png) no-repeat;	
}

#module-twitter .twitter-entries {
	display:block;
	width:308px;
	height:242px;
	float:left;
	clear:both;
	margin-left:21px;
	margin-top:-40px;
	position:relative;
	z-index:2;
	background:url(../images/widget-twitter-entries.png) no-repeat;	
}

#module-twitter .twitter-entries #twitter-status {
	display:block;
	margin-top:25px;
	margin-left:25px;
	width:276px;
	height:300px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:15px;
	color:#351e07;
	font-size:9.5pt;
}

#module-twitter .twitter-entries #twitter-status .twitter-status-container {
	display:block;
	width:268px;
	padding:0px 6px;
	height:100%;
	overflow:hidden;
	position:absolute;
}

#module-twitter .twitter-entries #twitter-status .twitter-status-divider {
	display:block;
	width:374px;
	height:3px;
	float:left;
	clear:both;
	margin-left:-3px;
	margin-top:60px;
	background:url(images/twitter-status-divider.png) no-repeat;
}

#module-twitter .twitter-entries #twitter-status .twitter-status-tweet {
	display:block;
	float:left;
	clear:both;
	width:374px;
	height:90px;
	margin-top:10px;
	position:absolute;
}

#module-twitter .twitter-entries #twitter-status .row-0 {
	margin-top:10px;
}

#module-twitter .twitter-entries #twitter-status .row-1 {
	margin-top:77px;
}

#module-twitter .twitter-entries #twitter-status .row-2 {
	margin-top:145px;
}

#module-twitter .twitter-entries #twitter-status .twitter-status-tweet .twitter-status-text  {
	display:block;
	width:265px;
	float:left;
	clear:both;
	font-size:11px;
	position:absolute;
	color:#351e07;
	text-align:left;
	line-height:12px;
	height:36px;
	overflow:hidden;
	*margin-left:-370px;
}

#module-twitter .twitter-entries #twitter-status .twitter-status-tweet .twitter-status-details {
	display:absolute;
	width:260px;
	height:18px;
	margin-top:38px;
	float:left;
	clear:both;
	position:absolute;
	font-size:8.5pt;
	*margin-left:-370px;
}

#module-twitter .twitter-entries #twitter-status .twitter-status-tweet .twitter-status-details .twitter-status-details-retweet {
	display:fixed;
	width:86px;
	height:17px;
	float:left;
	clear:none;
	background:url(images/twitter-btn-retweet.png) no-repeat;
}

#module-twitter .twitter-entries #twitter-status .twitter-status-tweet .twitter-status-details .twitter-status-details-retweet:hover {
	background-position:0px -18px;
}

#module-twitter .twitter-entries #twitter-status .twitter-status-tweet .twitter-status-details .twitter-status-details-time {
	display:fixed;
	width:170px;
	height:18px;
	float:right;
	clear:none;
	font-size:10px;
	font-weight:bold;
	line-height:15px;
}

#module-twitter .twitter-entries #twitter-status .twitter-status-tweet a {
	text-decoration:none;
	color:#3f3d29;	
}

#module-twitter .twitter-entries #twitter-status .twitter-status-tweet a:hover {
	color:#615d31;	
}

#module-twitter .twitter-entries #twitter-status .twitter-status-tweet .twitter-status-details .twitter-status-details-time a {
	text-decoration:none;
	color:#532c1b;	
}

#module-twitter .twitter-entries #twitter-status .twitter-status-tweet .twitter-status-details .twitter-status-details-time a:hover {
	color:#7c432a;	
}

#module-twitter .twitter-entries #twitter-status .twitter-status-tweet:last-child {
	border:0px;
}

#module-twitter .twitter-paginate {
	display:block;
	width:172px;
	height:37px;
	float:left;
	clear:both;
	margin-left:100px;

	position:relative;
	z-index:2;
	background:url(images/twitter-paginate-bg.png) no-repeat;	
}

#module-twitter .twitter-paginate .twitter-paginate-prev {
	display:block;
	width:69px;
	height:13px;
	float:left;
	clear:none;
	margin-top:10px;
	margin-left:13px;
	background:url(images/twitter-paginate-prev.png) no-repeat;
}

#module-twitter .twitter-paginate .twitter-paginate-next {
	display:block;
	width:68px;
	height:13px;
	float:right;
	clear:none;
	margin-top:10px;
	margin-right:13px;
	background:url(images/twitter-paginate-next.png) no-repeat;
}

#module-twitter .twitter-paginate .twitter-paginate-prev:hover,
#module-twitter .twitter-paginate .twitter-paginate-next:hover {
	background-position: bottom;	
}

#module-twitter a.img-link {
	display:block;
	width:100%;
	height:100%;
	cursor:pointer;
}

#module-twitter .tweet-disabled {
	opacity:0.4;
	filter:alpha(opacity=40);	
}
#module-twitter .tweet-disabled:hover {
	background-position:0px 0px !important;	
}
#module-twitter .tweet-disabled a {
	cursor:default;	
}

/* ---------------------------------- */

/* @Posts */

#site .post {
	display:block;
	float:left;
	clear:both;
	margin-bottom:40px;
}

#site .post .date {
	display:block;
	float:left;
	clear:both;
	width:548px;
	height:52px;
	margin-left:-8px;
	background:url(images/entry-date-bg-plain.png) no-repeat;
}

#site .post .date span {
	display:block;
	float:left;
	clear:both;
	font-family:Helvetica, Arial, sans-serif;
	color:#fbead2;
	font-size:14px;
	font-weight:bold;
	margin:14px 0px 0px 20px;
	text-shadow:
      2px 2px 0 #4f4c2c;
	opacity:0.95;
	filter:alpha(opacity=95);
}

#site .post .title {
	display:block;
	float:left;
	clear:both;
	width:526px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#fbc41f;
	color: #000\9; /* Target IE8/7 ONLY */
	margin-top:-3px;
	text-shadow:
      2px 2px 1px #000,
     -1px -1px 1px #000,
      1px -1px 1px #000,
     -1px 1px 1px #000,
      1px 1px 1px #000;
	*text-shadow:none !important;
	opacity:0.9;
	filter:alpha(opacity=90);
}

#site .post .title a {
	color:#fbc41f;
	color: #000\9; /* Target IE8/7 ONLY */
}

#site .post:first-child .title {
	width:510px;
}

#site .post .entry {
	display:block;
	float:left;
	clear:both;
	width:526px;
	margin-top:6px;
	color:#56513c;
}

#site .post:first-child .entry {
	width:510px;
}

#site .post .entry .entry-body {
	color: #000;
	font-size: 13px;
	line-height: 130%;
}

#site .post .entry img {
	text-align:center;
	margin:0 auto;
}

#site .post .entry object {
	text-align: center;
	margin:0 auto;
	position:relative;
	z-index:0 !important;
}

#site .post .footer {
	display:block;
	float:left;
	clear:both;
	width:529px;
	height:22px;
	margin-top:10px;
}

#site .post .footer .continue {
	display:block;
	float:left;
	clear:both;
	width:168px;
	height:22px;
	background:url(images/entry-footer-continue.png) no-repeat;
}

#site .post .footer .permalink {
	display:block;
	float:left;
	clear:both;
	width:168px;
	height:22px;
	background:url(images/entry-footer-permalink.png) no-repeat;
}

#site .post .footer .continue:hover,
#site .post .footer .permalink:hover{
	background-position:bottom;
}

#site .post .footer .details {
	display:block;
	float:left;
	clear:none;
	width:361px;
	height:22px;
	background:url(images/entry-footer-details.png) no-repeat;
}

#site .post .footer .details .text {
	display:block;
	font-size:10px;
	color:#2f2c21;
	width:340px;
	height:11px;
	padding:5px 0px;
	text-align:center;
	*text-align:left;
	line-height:12px;
}

/* ---------------------------------- */

/* @Footer */

#site #footer {
	display:block;
	float:left;
	clear:both;
	width:578px;
	height:39px;
	margin:-14px 0px 0px 0px;
	background:url(images/footer-bg.png) no-repeat;
}

#site #footer .copyright {
	display:block;
	float:left;
	clear:both;
	margin-left:24px;
	margin-top:19px;
	font-size:10px;
	color:#423e2d;
}

#site #footer .credit {
	display:block;
	float:right;
	clear:none;
	margin-right:31px;
	margin-top:19px;
	font-size:10px;
	color:#423e2d;
}

#site #footer .credit a {
	position:relative;
	z-index:2;
}

/* ---------------------------------- */

/* @Elements */

.img-link {
	display:block;
	width:100%;
	height:100%;
}

h3.entry-header {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#fbc41f;
	color: #000\9; /* Target IE8/7 ONLY */
	margin-top:-3px;
	text-shadow:
      2px 2px 1px #000,
     -1px -1px 1px #000,
      1px -1px 1px #000,
     -1px 1px 1px #000,
      1px 1px 1px #000;
	*text-shadow:none !important;
	opacity:0.9;
	filter:alpha(opacity=90);
	text-decoration:none !important;
	text-align:center;
	padding-bottom:20px;
	background:url(images/divider.png) center bottom no-repeat;
}

.vertical-a {
	display: table; width:100%;height: 100%; #position: relative;
}
.vertical-b {
	#position: absolute; #top: 50%;display: table-cell;  vertical-align: middle;
}
.vertical-c {
	#position: relative; #top: -50%
}

.divider {
	float:left;
	clear:both;
	width:529px;
	height:6px;
	border:0;
	background:url(images/divider.png) no-repeat;
}