/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

.custom.commerical-reel #page { background:#FFFFFF; }

.custom.commerical-reel #footer {display: none;}
.custom.commerical-reel .menu  {display: none;}

.captain-power-excerpts #footer {display: none;}

.captain-power-excerpts .menu  {display: none;}

/*HEADER*/
.custom  #header { border: 0; padding: 0; margin: 0;}

/*MENU NAV BAR*/
.custom .menu { border:none; background:#A19E9A; height:40px; font-size:1.2em; }
	.custom .menu > li { margin-right: 27px; margin-left: 20px; }
                .custom .menu li > a { background: #A19E9A; text-shadow:1px 1px #B5B4A3; color:#000; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; padding:7px 11px; margin-top:4px; letter-spacing:0px; text-transform:capitalize; }
                    .custom .menu > li.current > a { background: #FF477E; color:#000; margin-bottom:7px}
                    .custom .menu > li a:hover { background: #fff; color:#000; }
		    .custom .menu > li .current a { background: #000; color:#000; }

/*HOME PAGE, MUSIC PAGE MAIN PHOTO*/
.custom #post-7  {padding-top:1em; margin:0;}
.custom #post-34  {padding-top:1em; margin:0;}
.custom #post-21  {padding-top:1em; margin:0;}
.custom #post-38  {padding-top:1em; margin:0;}

/*HEADLINES CENTER*/
.headline_area h1 {text-align:left; margin-left: 22px;}

/*PAGE HEADLINES, REMOVE INDIVIDUAL PAGE HEADS*/
.home .headline_area { display: none; }
.music .headline_area { display: none; }
.media .headline_area { display: none; }
.contact .headline_area { display: none; }
.biography .headline_area { display: none; }
.animation .headline_area { display: none; }

/*BLOCKQUOTE*/
.custom .format_text blockquote {
color:#1D1F21;
background:#A19E9A;
border-left:12px solid #8C8C8C;
}
/*COMMENT CLOSED TEXT*/
.custom .comments_closed {display: none;}

/*FOOTER TEXT*/
.custom #footer { text-align: center; color: #4C4D59; line-height: 200%; background-color: #94908F;} 
.custom #footer  a {color: #4C4D59; border-bottom: 0px;}
.custom #footer a:hover {color:#fff;}

/*BIO TEXT*/
.custom #bio {font-size: 11pt; text-align:justify; color: #2E3136; letter-spacing: .01em; line-height: 170%; padding-left:11em; padding-right: 11em;} 

/*MISC*/
.custom.media #page { background:#262626; }
.custom.media #menu-main-menu.menu { background:#262626; }
.custom.animation #page { background:#262626; }
.custom.animation #menu-main-menu.menu { background:#262626; }
.custom .wp-image-96 {
   margin-bottom: -1em !important;
}

/** Transitions **/
.ttw-music-player .more,
.ttw-music-player .album-cover .highlight,
.ttw-music-player .tracklist li,
.ttw-music-player .buy {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */
.ttw-music-player .player:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}