/* Styles.css
	Site: 
	Author: 
	Date:
*/
@font-face {
	font-family: 'UniversUltraCondensed';
	src: url('../fonts/univeultcon-webfont.eot');
	src: local('☺'), url('../fonts/univeultcon-webfont.woff') format('woff'), url('../fonts/univeultcon-webfont.ttf') format('truetype'), url('../fonts/univeultcon-webfont.svg#webfontWpO4r5dr') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0px;
	padding: 0px;
	
	font-family: Helvetica;
	font-size: 13px;
	line-height: 20px;
	color: #5F5435;
	background-image: url(../images/main-bg.png);
	background-position: center top;
}


/* ! Links & Buttons */
/* --------------------------------------------------------------------------------- Links & Buttons
*/

a, a:visited {
	text-decoration: none;
	color: #358985;
}
a:hover, a:active {
	text-decoration: underline;
}




/* ! Headers */
/* --------------------------------------------------------------------------------- Headers
*/

h1 {
	font-size: 33px;
}
h2 {
	color: #696145;
	text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px;
	font-family: 'UniversUltraCondensed';
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
}
h2 a {
	color: #696145;
}
h3 {
	color: #696145;
	text-shadow: rgba(0, 0, 0, 0.496094) 1px 1px 2px;
	font-size: 20px;
	margin: 0px;
	font-family: 'UniversUltraCondensed';
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
}
h3 a {
	color: #696145;
}



/* ! Standards & Hacks */
/* ------------------------------------------------------------- Standards & Hacks
*/
.clearer {
	display: block;
	clear: both;
	height: 1px;
	line-height: 1px;
	margin-top: -1px;
	text-indent: -9999px;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.float-left {
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
}
.float-right {
	display: block;
	float: right;
	margin: 0px 0px 10px 10px;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.clear-none {
	clear: none;
}


img {
	border: none;
}
.image {
}
.image img {	
	display: block;
	margin: 0px;
	border: 1px solid #638B82;
}
.image .caption {
	display: block;
	/* text-align: center; */
	text-transform: uppercase;
	color: #638B82;
	margin: 4px 0px;
}
.image .caption.center {
	text-align: center;
}

.image .sub-caption {
	display: block;
	color: #000;
	font-size: 14px;
}

.image.float-left {
	margin: 0px 10px 10px 0px;
}
.image.float-right {
	margin: 0px 0px 10px 10px;
}




.justify {
	text-align: justify;
}


blockquote {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-style: italic;
}
blockquote .author {
	display: block;
	margin-top: 10px;
	font-style: normal;
	text-align: right;
}


.serif {
	font-family: "Sabon Roman", "Times New Roman", Georgia, serif;
}
.sans-serif {
	font-family: Helvetica, Verdana, Sans-serif;
}



/* ! Status Styles  */
/* --------------------------------------------------------------------------------- 
 */
.highlight,
.neutral {
	background-color:#dff4ff;
    border: 1px solid #c2e1ef;
    color:#336699;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.error, 
.negative {
	background-color: #fbe6f2;
	border: 1px solid #d893a1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.positive {
	background-color:#E6EFC2;
    border: 1px solid #C6D880;
    color:#529214;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* Specific errors */
div.error,
div.positive,
p.error,
p.positive {
	padding: 10px;
	margin-top: 0px;
}
span.error {
	background-color: transparent;
	border: none;
	color: #d893a1;
	font-style: italic;
	font-size: 12px;
}

p.highlight {
	padding: 10px;
}

/* ! Splash */
/* --------------------------------------------------------------------------------- Splash
*/
body.splash {
	background-image: url(../images/bg-splash.png);
	background-position: center 45px;
	background-repeat: no-repeat;
	margin: 0px auto;
}
.splash #header {
	height: 56px;
	background-image: url(../images/splash-header-bg.png);
	background-position: center top;
}
.splash #navigation h2 {
	margin: 0px;
	padding: 0px;
	float: right;
}
.splash #navigation h2 a {
	margin: 0px !important;
	padding-top: 15px;
}
.splash #mailing-list-form {
	font-family: Helvetica;
	display: block;
	float: left;
	padding-top: 10px;
	position: relative;
	
}
.splash #mailing-list-form label {
	margin: 0px; 
	padding: 10px 0px 0px 0px;
	font-style: italic;
	font-weight: normal;
	color: #ebeae6;
	display: block;
	float: left;
	font-size: 13px;
	line-height: 13px;
	padding-left: 5px;
}
.splash #mailing-list-form label[for="zip-input"] {
	left: 153px;
}
.splash #mailing-list-form input,  .splash #mailing-list-form button {
	font-style: italic;
	background-image: url(../images/splash-mailing-list-bg.png);
	background-repeat: no-repeat;
	background-position: -5px 0px;
	background-color: transparent;
	float: left;
	margin: 0px;
	padding: 8px 0px 0px 5px;
	font-size: 13px;
	line-height: 13px;
	height: 24px;
	display: block;
	font-weight: normal;
	color: #ebeae6;
}
.splash #mailing-list-form #email-input {
	width: 147px;
	border-right: 1px solid #827b6d;
}
.splash #mailing-list-form #zip-input {
	width: 85px;
	border-right: 1px solid #827b6d;
	border-left: 1px solid #d0cdc8;
}
.splash #mailing-list-form button.submit {
	width: 37px;
	height: 32px;
	font-style: normal;
	border-left: 1px solid #d0cdc8;
	padding: 0px;
}
.splash #mailing-list-form p.alert {
	float: left;
	padding: 5px;
	height: 18px;
	margin-top: 1px;
	color: #FFFFFF;
}
.splash #mailing-list-form p.alert.positive {
	color:#529214;
}
.splash .content {
	position: relative;
}
.splash .column {
	display: block;
	float: right;
	width: 595px;
	color: #000000;
	
}
.splash .section {
	margin-bottom: 20px;
	padding: 0px;
}
.splash .splash-info {
	background-image: url(../images/splash-info-new.png);
	width: 607px;
	height: 271px;
	display: block;
	float: right;
}
.splash .preorder {
	display: block;
	float: left;
	text-align: center;
}
.splash .preorder a {
	color: #000000;
	text-decoration: underline;
}
.splash .preorder a:hover {
	color: #958875;
}
.splash .preorder a.amazon {
	background-image: url(../images/amazon.png);
	width: 115px;
	height: 52px;
	display: block;
	margin: 0px auto;
	
}
.splash .preorder a.itunes {
	background-image: url(../images/itunes.png);
	width: 121px;
	height: 52px;
	display: block;
	margin: 0px auto;
	
}
.splash .preorder a.splash-button {
	background-position: 0px 0px;
	display: block;
}
.splash .preorder a.splash-button:hover {
	background-position: 0px -50px;
}
.splash .preorder a.splash-button.preorder-both {
	width: 318px;
	height: 50px;
	background-image: url(../images/preorder-both.png);
	margin-right: 5px;
}
.splash .preorder a.splash-button.preorder-cd {
	width: 271px;
	height: 50px;
	background-image: url(../images/preorder-cd.png);
}
.splash .listen-now {

}
.splash .listen-now h2 {
	text-indent: -9999px;
	background-image: url(../images/splash-video-header.png);
	background-repeat: no-repeat;
	width: 601px;
	height: 93px;
}
.splash object{
	display: block;
	margin-left: 2px;
	margin-top: -58px;
}
.splash #social {
	height: 25px;
	padding-bottom: 40px;
}
.splash #social h2 {
	text-indent: -9999px;
	background-image: url(../images/splash-follow.png);
	width: 327px;
	height: 15px;
	float: left;
	margin-top: 5px;
	margin-left: 140px;
}

/* ! Structure */
/* --------------------------------------------------------------------------------- Structure
*/

#site {
}
#header {
	background-image: url(../images/header-bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	height: 300px;
}
#main {
	padding: 30px 0px;
}
#footer {
	background-image: url(../images/footer-bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	height: 67px;
	color: #F1EBE3;
	padding-top: 30px;
	font-size: 13px;
}
.content {
	margin: 0px auto;
	width: 960px;
}


/* Photochanger  */
/* --------------------------------------------------------------------------------- Photochanger
*/

#photochanger {
	position: relative;
	height: 254px;
	width: 968px;
	margin-left: -4px;
	background-image: url(../images/photochanger-shadow.png);
	background-position: center -2px;
	background-repeat: no-repeat;
}

#photochanger .photo {
	/* background: #000; */
	position: absolute;
	left: 4px;
	top: 0px;
}

/* Navigation  */
/* --------------------------------------------------------------------------------- Navigation
*/
#navigation {
	/* text-indent: -9999px; */
	position: relative;
	height: 50px;
	margin-top: -4px;
	font-family: 'UniversUltraCondensed';
}
#navigation h1{
	float: left;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 33px;
}
#navigation h1 a {
	color: #cbbfad;
	margin-top: 0px;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,.6)));
	text-shadow: 0px 1px 2px rgba(0,0,0,.6);
	font-size: 33px;
	line-height: 33px;
	font-weight: normal;

}
#navigation li {
	display: block;
	float: left; 
	background-image: url(../images/nav-border.png); 
	background-repeat: no-repeat;
	background-position: right top;
	height: 40px;
	
	margin-top: 6px;
	margin-right: 12px;
	padding-right: 13px;
}
#navigation a {
	display: block;
	margin-top: 11px;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #cbbfad;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,.6)));
	text-shadow: 0px 1px 2px rgba(0,0,0,.6);
}
#navigation a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
/*
#news a {
	background-image: url(../images/news-nav.png);
	width: 49px;
	height: 21px;
}
#lyrics a {
	background-image: url(../images/lyrics-nav.png);
	width: 53px;
	height: 21px;
}
#story a {
	background-image: url(../images/story-nav.png);
	width: 52px;
	height: 21px;
}
#songs a {
	background-image: url(../images/songs-nav.png);
	width: 55px;
	height: 21px;
}
#contact a {
	background-image: url(../images/contact-nav.png);
	width: 72px;
	height: 21px;
}
#navigation #contact {
	background-image: none;
}
*/
#navigation #listen {
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0px;
	margin-top: 6px;
	min-width: 85px;
	padding-right: 0px;
	background-image: url(../images/nav-border.png); 
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation #listen a {
	float: right;
	margin-left: 13px;
}
#navigation #listen a.play {
	background-image: url(../images/play-button.png);
	background-position: left top;
	width: 19px;
	height: 17px;
	float: left;
	margin-top: 15px;
	margin-left: 13px;
	text-indent: -9999px;
}
#navigation #listen a.play:hover {
	background-position: 21px top;
}
#navigation #listen a.pause {
	background-image: url(../images/play-button.png);
	background-position: left -18px;
	width: 19px;
	height: 17px;
	float: left;
	margin-top: 15px;
	margin-left: 13px;
	text-indent: -9999px;
}
#navigation #listen a.pause:hover {
	background-position: 21px -18px;
}
#navigation #listen a.prev {
	background-image: url(../images/player-prev.png);
	background-position: 20px top;
	width: 20px;
	height: 16px;
	float: left;
	margin-top: 15px;
	margin-left: 13px;
	text-indent: -9999px;
}
#navigation #listen a.prev:hover {
	background-position: left top;
}
#navigation #listen a.next {
	background-image: url(../images/player-next.png);
	width: 20px;
	height: 16px;
	float: left;
	margin-top: 15px;
	margin-left: 13px;
	text-indent: -9999px;
}
#navigation #listen a.next:hover {
	background-position: 20px top;
}
/* Columns  */
/* --------------------------------------------------------------------------------- Columns
*/

.column {
	display: block;
	float: left;
}
.column h1, .column h2 {
	margin: 0px;
	padding: 0px;
}
.main {
	margin-right: 25px;
}
.home .main {
	width: 350px;
	
}
.interior .main {
	width: 625px;
	margin-right: 55px;
}
.main h2 {
	background-image: url(../images/h2-border.png);
	background-position: -18px bottom;
	background-repeat: no-repeat;
	padding-bottom: 15px;
}
.main img {
	background-image: url(../images/image-wrapper-corner.png);
	background-position: -10px top;
	background-repeat: no-repeat;
	padding: 17px 5px 5px 15px;

}
.main iframe {
    background-image: url(../images/image-wrapper-corner.png);
	background-position: -10px top;
	background-repeat: no-repeat;
	padding: 17px 5px 5px 15px;

}
.sidebar {
	width: 280px;
	margin-right: 25px;
}
.last, .interior.main.last {
	margin: 0px !important;
}
.first {
	margin-right: 25px;
}
.sidebar h2 {
	background-image: url(../images/h2-border.png);
	background-position: -18px bottom;
	background-repeat: no-repeat;
	padding-bottom: 15px;
}


/* Posts  */
/* --------------------------------------------------------------------------------- Posts
*/
.post {
	margin-bottom: 30px;
	color: #5F5334;
}
.post .meta {
	color: #958d80;
	font-size: 12px;
	/* line-height: 16px; */
	margin-top: 3px;
}
.post .meta:after { display: block; content: ''; clear: both; }
.post .meta span { display: block; float: left; margin-right: 10px; }
.post .meta .social { display: inline-block; }
.post .meta .social .fb-like { display: block; float: left; margin-right: 10px; }
.post .meta .social .twitter-share-button { display: block; float: left; margin-right: 10px; }
.post .more {
	color: #5F5435;
	text-decoration: none;
	border-bottom: 1px solid #5F5435;
}
.post a.more:hover {
	border-bottom: 1px solid #358985;
}
.post h2 a {
	color: #696145;
}
.post h2 a:hover {
	color: #696145;
}
.post a {
	color: #358985;
}
.post a:hover {
	color: #358985;
}
.meta {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode';
}
#post-page-nav {
	text-align: center;
	width: 170px;
	margin: 0px auto;
	font-weight: bold;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode';
}
#next-page {
	display: block;
	float: right;
	color: #5F5435;
	text-decoration: none;
}
#prev-page {
	display: block;
	float: left;
	color: #5F5435;
	text-decoration: none;
}
.button {
	background-image: url(../images/input-border.png);
	background-position: -90px bottom;
	background-repeat: no-repeat;
	background-color: #F7F4F1;
	padding: 10px 20px;
}
/* Form  */
/* --------------------------------------------------------------------------------- Form
*/
input {
	color: #696145;
	font-size: 12px;
	line-height: 12px;
	background-color: #F7F4F1;
	border: none;
	padding: 12px;
	margin: 0px;
	width: 50%;
	height: 16px;
	background-image: url(../images/input-border.png);
	background-position: 0px bottom;
	background-repeat: repeat-x;

}
label {
	display: block;
	font-weight: bold;
	color: #5F5334;
	padding: 14px 13px;
	line-height: 12px;
	font-size: 12px;
	height: 16px;
}
textarea {
	background-color: #F7F4F1;
	border: none;
	padding: 12px;
	width: 100%;
	background-image: url(../images/input-border.png);
	background-position: right top;
	background-repeat: no-repeat;
	color: #5F5334;
	background-color: #f7f4f1;
	max-width: 96%;
	font-size: 12px;
	line-height: 12px;
	font-family: 'Helvetica';
}
button {
	border: none;
	display: block;
	padding: 0px 24px;
	margin: 0px;
	
	font-size: 11px;
	line-height: 11px;
	height: 40px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode';
	color: #5F5334;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	
	background-image: url(../images/input-border.png);
	background-position: -90px bottom;
	background-repeat: no-repeat;
	background-color: #F7F4F1;
}
.textarea {
	position: relative;
}
.textarea .dialog-triangle {
	left: 20px;
	bottom: -15px;
	z-index: -1;
}

/* Sidebar  */
/* --------------------------------------------------------------------------------- Sidebar
*/
.section {
	margin-bottom: 20px;
	padding: 0px 3px 0px 2px;
}
#mailing-list-form {
	font-size: 12px;
}
#mailing-list-form label {
	color: #5F5233;
}
#mailing-list-form input {
	width: 251px;
	margin-bottom: 5px;
}
#mailing-list-form #zip {
	width: 172px;
	display: block;
	float: left;
}
#mailing-list-form button {
	display: block;
	float: right;
	width: 74px;
	text-align: center;
}
.twitter-feed, .quote, #shows-box, .album {
	background-image: url(../images/sidebar-section-wrapper.png);
	background-position: 0px top;
	background-repeat: repeat-y;
	position: relative;
	color: #5F5334;
	padding: 13px 13px 10px 16px;
}

.twitter-feed p, .quote p, #shows-box p {
	margin: 0px;
}
.twitter-feed p a {
	color: #358985;
}
#shows-box p {
	margin-bottom: 10px;
}
.twitter-feed {
	margin-bottom: 10px;
	overflow: hidden auto;
}
.twitter-feed .meta {
	font-size: 11px;
	margin-top: 5px;
	color: #7d7569;
}
.tweet .profile-image { float: left; margin: 0 10px 10px 0; }
.dialog-triangle {
	background-image: url(../images/dialog-triangle.png);
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	left: 120px;
	bottom: -23px;
	width: 31px;
	height: 27px;
}
.even .dialog-triangle {
	background-image: url(../images/dialog-triangle-flipped.png);
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	left: 400px;
	bottom: -25px;
	width: 31px;
	height: 27px;
}
#follow-link {
	font-size: 11px;
	color: #7d7569;
	border-bottom: 1px solid #7d7569;
	text-decoration: none;
	margin-left: 3px;
}
a#follow-link:hover {
	color: #3f8891;
	border-bottom: 1px solid #3f8891;
}
#social {
	margin-bottom: 30px;
}
#social ul {
	display: block;
	float: right;
}
#social li {
	text-indent: -9999px;
	float: left;
	display: block;
	margin-left: 8px;
}
#social li a {
	display: block;
}
#twitter-link a {
	background-image: url(../images/icon-twitter.png);
	background-position: left top;
	width: 36px;
	height: 27px;
}
#twitter-link a:hover {
	background-position: left -27px;
}
#facebook-link a {
	background-image: url(../images/icon-facebook.png);
	background-position: left top;
	width: 29px;
	height: 25px;
}
#facebook-link a:hover {
	background-position: left -25px;
}
#myspace-link a {
	background-image: url(../images/icon-myspace.png);
	background-position: left top;
	width: 25px;
	height: 26px;
}
#myspace-link a:hover {
	background-position: left -26px;
}
.quote {
	margin-bottom: 50px;
}
.quote .dialog-triangle {
	left: 25px;
}
.quote .meta {
	display: block;
	color: #5F5435;
	font-size: 11px;
	font-weight: bold;
}
.quote .meta .title {
	display: block;
	width: 210px;
	position: absolute;
	right:5px;
	bottom: -45px;
	line-height: 12px;
	height: 40px;
}
.quote .meta img {
	vertical-align: middle;
	margin-right: 5px;
	display: block;
	float: left;
}
#previous-posts h2 {
	color: #787878;
}
#previous-posts h3 {
	margin-top: 8px;
	margin-bottom: 2px;
}
#previous-posts .meta {
	font-size: 12px;
	color: #7d7569;
}
.album h2 {
	background-image: none;
}
.album {
	margin-bottom: 15px;
}
.album a {
	color: #5F5435;
}
.songs h2 {
	background-image: none;
}
/* Comments  */
/* --------------------------------------------------------------------------------- Comments
*/
.comments h2 {
	color: #787878;
	margin: 25px 0px 10px 0px;
}
#comment-form-title {
	color: #787878;
	background-image: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
}
.comment {
	background-image: url(../images/input-border.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	color: #5F5334;
	background-color: #f7f4f1;
	padding: 15px;
	margin-bottom: 40px;
}
.comment p {
	margin: 0px;
}
.comment .meta {
	position: absolute;
	left: 60px;
	bottom: -27px;
}
.comment.even .meta {
	position: absolute;
	right: 0px;
	bottom: -27px;
	text-align: right;
	padding-right: 63px;
	font-size: 12px;
}
.comment .author {
	font-weight: bold;
}
.comment.even .dialog-triangle {
	left: 571px;
}
.comment .dialog-triangle {
	left: 20px;
}
/* Footer  */
/* --------------------------------------------------------------------------------- Footer
*/
.copyright {
	display: block;
	float: left;
}
.copyright p {
	margin: 0px;
	padding: 0px;
}
.copyright a {
	color: #F1EBE3;
	text-decoration: none;
}
.copyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer-nav {
	display: block;
	float: right;
}
#footer-nav li {
	display: block;
	float: left;
	margin-right: 10px;
}
#footer-nav a {
	color: #F1EBE3;
	text-decoration: none;
}
#footer-nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}