/*
Theme Name: jascha.
Theme URI: http://iamjascha.com/
Version: 1.0
Author: Clay Reinken
*/

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background: #1c1c1c;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	line-height: 14px;
	color: #a7a7a7;
}
.clear {
	clear: both;
}
a,
a:link,
a:visited {
	text-decoration: none;
	color: #9ebecd;
}
a:hover,
a:active {
	text-decoration: underline;
	color: #9ebecd;
}
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
textarea:focus {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

h2 {
	font-size: 20px;
	padding-bottom: 14px;
	color: #FFF;
}
h3 {
	margin-top: 10px;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
}
p {
	padding-bottom: 10px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}


/* -- STRUCTURE -- */

.shell {
	margin: 0 auto;
	padding: 0 70px;
	background: #1c1c1c url(images/bg.png) no-repeat scroll top;
	width: 880px;
}

.header {
	padding-top: 39px;
	padding-bottom: 4px;
	height: 36px;
	border-bottom: 1px dashed #5f5f5f;
	overflow: hidden;
}

/* -- LOGO -- */

.logo {
	height: 26px;
	font-size: 30px;
	font-weight: bold;
	float: left;
}

.logo a,
.logo a:link,
.logo a:visited,
.logo a:hover,
.logo a:active {
	display: block;
	background: url(images/jascha_logo.png) no-repeat scroll 0 0;
	height: 26px;
	width: 105px;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	color: #FFF;
}

/* -- MAIN NAVIGATION -- */

ul.nav {
	padding-top: 10px;
	list-style: none;
	float: right;
}
	ul.nav li {
		padding-left: 20px;
		float: left;
	}
		ul.nav li a,
		ul.nav li a:link,
		ul.nav li a:visited {
			display: block;
			color: #a7a7a7;
			float: left;
		}
		ul.nav li a:hover,
		ul.nav li a:active {
			text-decoration: underline;
		}
		ul.nav li.active a,
		ul.nav li.active a:link,
		ul.nav li.active a:visited,
		ul.nav li.active a:hover,
		ul.nav li.active a:active {
			color: #FFF;
		}

/* -- HERO -- */

.hero {
	padding: 20px 0;
	background: url(images/photo_bg_880x540.png) no-repeat scroll 0 0;
	height: 500px;
	width: 880px;
	border-bottom: 1px dashed #5f5f5f;
	overflow: hidden;
}
.hero .error404 {
	background: url(images/404.jpg) no-repeat scroll 0 0;
	height: 500px;
	width: 880px;
	text-indent: -9999px;
	overflow: hidden;
}
.hero p {
	padding: 0;
	margin: 0;
}
.splash-buckets {
	padding: 17px 0;
}
.splash-news {
	padding-right: 20px;
	width: 320px;
	height: 280px;
	position: relative;
	float: left;
}
.splash-shows {
	padding: 0 20px;
	width: 200px;
	height: 280px;
	border-left: 1px dashed #5f5f5f;
	border-right: 1px dashed #5f5f5f;
	position: relative;
	float: left;
}
.splash-contact {
	padding-left: 20px;
	width: 278px;
	height: 280px;
	position: relative;
	float: left;
}
	.splash-contact label {
		padding-bottom: 4px;
		display: block;
		font-size: 11px;
		line-height: 14px;
		font-weight: normal;
		color: #9ebecd;
	}
	.splash-contact input.text-field {
		padding: 4px 5px;
		margin-bottom: 10px;
		font-family: "Courier New", Courier, monospace;
		display: block;
		font-size: 11px;
		font-weight: normal;
		height: 17px;
		width: 266px;
		color: #FFF;
		background: #363237;
		border: 1px solid #9ebecd;
	}
	.splash-contact input.submit-button {
		padding: 0 15px;
		margin: 0;
		font-family: "Courier New", Courier, monospace;
		font-size: 14px;
		font-weight: bold;
		line-height: 25px;
		height: 25px;
		color: #FFF;
		background: #9ebecd;
		border: 0 none;
		cursor: pointer;
		float: right;
	}
.upcoming-show {
	padding-bottom: 15px;
}
.more-link {
	bottom: 0;
	position: absolute;
}

.social {
	padding-top: 20px;
	border-top: 1px dashed #5f5f5f;
	bottom: 0;
	position: absolute;	
}
ul.social-links {
	width: 278px;
	background: url(images/social.png) no-repeat scroll 0 0;
	list-style: none;
	height: 30px;
}
	ul.social-links li {
		float: left;
	}
	ul.social-links li.social-facebook {
		margin-right: 21px;
	}
	ul.social-links li.social-twitter {
		margin-right: 20px;
	}
	ul.social-links li a,
	ul.social-links li a:link,
	ul.social-links li a:visited,
	ul.social-links li a:hover,
	ul.social-links li a:active {
		display: block;
		height: 30px;
		text-indent: -9999px;
		overflow: hidden;
		float: left;
	}
	ul.social-links li.social-facebook a {
		background: url(images/social.png) no-repeat scroll 0 0;
		width: 78px;
	}
	ul.social-links li.social-twitter a {
		background: url(images/social.png) no-repeat scroll -99px 0;
		width: 80px;
	}
	ul.social-links li.social-myspace a {
		background: url(images/social.png) no-repeat scroll -199px 0;
		width: 79px;
	}

/* -- FOOTER -- */

.footer {
	border-top: 1px dashed #5f5f5f;
	padding: 17px 0;
}
.copyright {

	float: left;
}
ul.footer-nav {
	margin-top: 3px;
	list-style: none;
	width: 67px;
	height: 40px;
	float: right;
}
ul.footer-nav li {
	float: right;
}
ul.footer-nav li.footer-uptown {
	padding-left: 20px;
}
ul.footer-nav li a {
	display: block;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
}
ul.footer-nav li.footer-standard a {
	width: 67px;
	background: url(images/footer_links.png) no-repeat scroll 0 0;
}

/* -- NEWS -- */

.single-post {
	padding-top: 17px;
}
.news {
	padding-top: 17px;
	width: 880px;
}
.single-post .news {
	padding-top: 0;
	width: 880px;
}
.recent-post {
	padding-bottom: 7px;
}
.news .recent-post {
	margin-bottom: 15px;
	border-bottom: 1px dashed #5f5f5f;
}
.recent-title {
	padding-bottom: 5px;
	font-size: 14px;
}
.recent-date {
	padding-bottom: 5px;
	text-transform: lowercase;
	color: #FFF;
}
.post-navigation {
	height: 30px;
}
.post-navigation a {
}


/* -- SHOWS -- */

.shows {
}
.show-date {
	color: #FFF;
}
.shows-photo {
	padding: 20px 0;
	width: 380px;
	height: 500px;
	background: url(images/photo_bg_380x540.png) no-repeat;
	float: left;
}
.shows-text {
	padding: 20px 0;
	width: 480px;
	float: right;
}

/* -- ABOUT -- */

.page-id-119 .shell {
	padding: 0 10px;
	width: 920px;
}
.page-id-119 .header {
	margin: 0 auto;
	width: 880px;
}
.page-id-119 .footer {
	margin: 0 auto;
	width: 880px;
}
.page-id-119 .about {
	margin: 0 auto;
	width: 880px;
	border-bottom: 1px dashed #5f5f5f;
}
.about-photo {
	padding: 20px 0;
	width: 380px;
	height: 500px;
	background: url(images/photo_bg_380x540.png) no-repeat;
	float: left;
}
.about-text {
	padding: 20px 0;
	width: 480px;
	float: right;
}
.flickr-photos {
	margin-left: 20px;
	padding: 20px 0;
	width: 900px;
}
.flickr-photos a {
	padding-right: 20px;
	float: left;
}

/* -- CONTACT -- */

.contact-photo {
	padding: 20px 0;
	width: 380px;
	height: 500px;
	background: url(images/photo_bg_380x540.png) no-repeat;
	float: left;
}
.contact-info {
	padding: 20px 0;
	width: 480px;
	float: right;
}

/* -- MUSIC - ALBUMS -- */

.music-albums {
	padding-top: 17px;
	border-top: 1px dashed #5f5f5f;
	width: 880px;
	position: relative;
}
.album-list {
	width: 580px;
}
.album-art {
	padding: 0 20px 20px 0;
	width: 90px;
	height: 90px;
	overflow: hidden;
	float: left;
}
.album-info {
	width: 470px;
	float: right;
}
.itunes {
	bottom: 11px;
	right: -4px;
	position: absolute;
}
.itunes a {
	background: url(images/itunes.png) no-repeat scroll 0 0;
	width: 296px;
	height: 80px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

/* -- AUDIO PLAYER -- */
.music-photo {
	padding: 20px 0;
	background: url(images/photo_bg_480x360.png) no-repeat;
	width: 480px;
	height: 320px;
	float: left;
}
.music-listen {
	padding: 20px 0;
	width: 380px;
	float: right;
}
.song-list {
	border-top: 1px dashed #5f5f5f;
	width: 380px;
}
.wpa_container {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	color: inherit;
	width: 380px;	
	border-bottom: 1px dashed #5f5f5f;
}
.wpa_container a {
	text-decoration: none;
	color: #9ebecd;
}
.wpa_container a:hover {
	text-decoration: none;
	color: #9ebecd;
}
.wpa_container, .wpa_container div, .wpa_container span, .wpa_container a {
	margin: 0;
	padding: 0;
	font-weight: normal; 
	letter-spacing: normal;
	line-height: normal
}
.wpa_container img.wpa_play {
	width: 15px;
	height: 15px;
	margin: 0;
	border: 0;
	padding: 5px 0 0 0;
	vertical-align: baseline;
	background: transparent;
	float: right;
}
.wpa_container span.wpa_text {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	line-height: 24px;
	width: 365px;
	float: left;
}
.wpa_container div.wpa_bar, .wpa_container div.wpa_bar div {
	height: 10px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}
.wpa_container div.wpa_bar {
	display: none;
	position: relative;
	margin: 0 0 5px 0;
	background: #eee;
}
.wpa_container div.wpa_bar div {
	position: absolute;
	top: 0px;
	left: 0px;
}
.wpa_container div.wpa_bar div.wpa_bar_load {
	width: 0;
	z-index: 10;
	background: #fff;
}
.wpa_container div.wpa_bar div.wpa_bar_position {
	width: 0;
	z-index: 11;
	background: #9ebecd;
}
.wpa_container div.wpa_bar div.wpa_bar_click {
	width: 100%;
	z-index: 12;
	background: transparent;
	cursor: pointer;
}
.wpa_container div.wpa_sub {
	display: none;
	position: relative;
	margin: 0 0 5px 0;
	color: #a7a7a7;
}
.wpa_container div.wpa_sub, .wpa_container div.wpa_sub span.wpa_time, .wpa_container div.wpa_sub span.wpa_dl {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
}
.wpa_container div.wpa_sub a.wpa_dl {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
}
.wpa_container div.wpa_sub span.wpa_dl_info {
	display: none;
	position: absolute;
	top: -130%;
	left: 105%;
	border: 1px solid #ddf;
	padding: 5px;
	background: #f2f2ff;
}
