/*
Theme Name: KillingIndustry
Theme URI: http://www.killingindustry.com
Description: Simple one page band theme with blog.
Version: 0.1
Author: Chad Gowan
Author URI: http://www.allspeeds.net
*/

/************************************************
 *                                              *
 *	 Color Key         :                        *
 *    Orange           : #ef4507                *
 *    Dark Blue        : #526687                *
 *    Light Blue       : #8d98aa                *
 *    Gray             : #a39586                *
 *                                              *
 ************************************************/
 
@import "css/reset-fonts.css";		/* RESET BROWSERS TO START IN THE SAME PLACE */
@import "css/forms.css";			/* FORMS */
@import "css/prettyPhoto.css";		/* Lightbox */

/* GENERAL
************************************************/
html, body { 
	background-color:#000;
}
body { 
	font-family:Georgia, Times New Roman, serif; 
	color:#fff;	
	text-shadow:#000 0 0 0; /* To fix goofiness in safari */
}
p, address { 
	padding:0 0 10px 10px;
}
/* ANCHORS
************************************************/
a, a:visited {
	color:#526687; 
}
a:hover {  
	color:#ef4507; 
}
.external { 
	padding-right:1.4em !important;
	background:url(../images/icon_external-link.png) no-repeat right;
}
.rss {
	padding-left:18px;
	background:url(images/icon_rss.png) no-repeat 0 50%;
}
.comments {
	padding-left:14px;
	background:url(images/icon_comments.png) no-repeat 0 80%;
}
.zoom { 
	padding-left:18px;
	background: url(images/icon_zoom.png) no-repeat 0 50%;
}
.icon {
	margin:0 auto;
	width:20px;
	height:20px;
	display:block; 
	text-indent:-9999px !important;
	padding:0 !important;
	background-position:2px 2px;
}
a.read-more {
	font-weight:bold;
	text-align:right;
	display:block;
	clear:both;
	padding:0 5px 0 0;	
}
/* CLEARING ELEMENTS
************************************************/	
div.clearer { 
	clear: left; 
	height: 0; 
	line-height: 0; 
}
hr { 
	border:0;
	width:99%; 
	height:2px; 
	color:#526687; 
	background-color:#526687; 
	margin:15px auto;
	margin-top:0; 
	line-height:1px; 
	clear:both; 
}
/* POSITIONING
************************************************/	
.fl-left {
	float:left;
	padding:2px;
}
.fl-right {
	float:right;
	padding:2px;
}
.centered {
	display:block;
	margin-left: auto !important;
	margin-right: auto !important;
}
.hidden {
	display:none; 
}
/************************************************/	
strong {
	font-weight:bold;
}
sup {
	line-height:8px;
}
abbr, acronym {
  cursor:help;
  border-bottom:1px dashed #000;
}
pre {
	display:block;
	overflow:auto;
	background:#999;
	border-left:3px solid #666;
	margin:15px auto;
	padding:5px 0;
	width:90%;
	white-space:pre;
}
/* COLOR CLASSES
************************************************/	
.color1 {
	background-color:#526687;
}
.color2 {
	background-color:#8d98aa;
}
div.color1, div.color2 {
	color:#000;
	padding:0 5px;
}
div.color1 a, div.color2 a {
	color:#a39586;
}
div.color1 a:hover, div.color2 a:hover {
	color:#ef4507;
}
.inactive {
	background-color:#a39586;
}
.active {
	background-color:#ef4507;
}
.highlight {
	background-color:#ef4507;
	color:#fff;
}
.orange {
	color:#ef4507 !important;
}
/* HEADERS
************************************************/
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	letter-spacing:-1px;
	margin-bottom:10px;
	padding:0;
	clear:both;
}
h1 {
	font-size:2em;
	color:#ef4507;
}
h2 {
	font-size:3.4em;
	line-height:1.4em;
	color:#ef4507;
	margin-top:2px;
	padding-left:2px;
}
h3 {
	font-size:1.2em;
	color:#526687;
}	
h4 {
	font-size:1.0em;
	color:#8d98aa;
}
h5 {
	font-size:1.0em;
	color:#8d98aa;
}
h6 {
	font-size:1.0em;
	color:#8d98aa;
	text-align:center;
}
h1#logo {
	width:780px;
	height:212px;
	margin:0;
	padding:0;
}
h1#logo a {
	display:block;
	width:780px;
	height:212px;
	margin:0;
	padding:0;
	background:#000 url(images/header.png) no-repeat;
	text-indent:-9999px;
	outline:0;
}
#blog-content h2 {
	font-size:2.8em;
}
/* LISTS
************************************************/
ul {
	list-style:none;
}
ul, ol, dl {
	margin-bottom:15px;
}
ul {
	margin-left:.75em;
	margin-right:.5em;
}
dl {
	margin-left:.75em;
	margin-right:.5em;
}
dt {
	font-weight:bold;
}
dd {
	background:url(images/bullet.png) no-repeat 0 0; 
	padding:0 0 13px 25px;
}	
ol {
	margin-left:3em;
	margin-right:.5em;
	list-style-type:decimal !important;
}
ol.type-A { 
	list-style-type:upper-alpha !important;
}
ul.bulleted_list {
	margin-left:.5em;
}	
ul.bulleted_list li {
	background: url(images/bullet.png) no-repeat 0 0; 
	padding:0 0 13px 25px;
}
li.read-more { 
	font-weight:bold;
	text-align:right;
	padding-right:5px;
	margin-bottom:10px;
	background-image:none !important;
	clear:both;
}
ol li.read-more { 
	list-style:none;
}
/* QUOTATIONS
************************************************/
blockquote {
	margin:0 auto;
	/*background:url(../images/quote_cnr.gif) no-repeat 1px 0;*/
	clear:both;
	padding:20px 0 40px 20px;
	}
blockquote p {
	padding-left:0;
	}
blockquote .leader {
	font:40px "Times New Roman", Times, serif;
	font-weight:bold;
	color:#ccccff;
	float:left;
	margin:0 4px 4px 4px;
	padding-bottom:4px;
	}
/* IMAGES WITH CAPTIONS
************************************************/
.capimg { 
	margin:2px;
	padding:2px;
	border:1px solid #999;
	background-color:#ccc;
}
.capimg img {
	text-decoration:none;
}
.capimg p {
	margin:0 auto;
	padding:0;
	text-align:center;
	font-size:.8em;
	line-height:1em;
	font-weight:bold;
	color:#660000;
}	
/* BOXES
************************************************/
/* Box Sizing */
.quarter_box, .half_box, 
.three-fourths_box {
	margin-bottom:10px;
	padding:0;
}
.quarter_box {
	width:24%;
	}
.half_box {
	width:48.8%;
	}
.sixty_box {
	width:60%;
	}
.fourty_box {
	width:38%;
	}
.three-fourths_box {
	width:70%;
	}
.full_box {
	width:100%;
	clear:both;
	margin-left:0;
	}
/* Standard Boxes */
.sbox {
	margin:1px;
	margin-bottom:10px;
}
.sbox div.sbtop {
	background:#660000 url(../images/bg_chart_head.gif) repeat-x;
	height:25px;
	border:1px solid #330000;
}
.sbox div.sbcontentwrap {
	background-color:#6e6e6e;
	border:2px solid #999;
	border-width:0 2px;
	padding-top:5px;
	padding-right:2px;
}
.sbox div.sbbottom {
	border-bottom:2px solid #999;
}
.sbox h3 {
	margin-bottom:0;
	padding-left:5px;
	color:#fff;
	line-height:25px;
}
.sbox table {
	margin-bottom:0;
	width:90%;
}
/* CONTAINERS
************************************************/
#wrapper { 
	margin:0 auto; 
	width:780px;
	display:block;
	min-height:100%;
}
#content {
	display:block;
	width:620px;
	margin:0 auto;
}
#header, #footer, #content-wrapper-left, #content-wrapper-right {
	width:780px;
	margin:0;
	padding:0;
}
#content-wrapper-left {
	background:url(images/header-left.png) no-repeat;
}
#content-wrapper-right {
	background:url(images/footer-right.png) no-repeat bottom right;
}
#footer {
	display:block;
	bottom:0;
	height:116px;
	text-align:right;
	background:url(images/footer.png) no-repeat right;
}
#footer p {
	padding-right:120px;
	padding-bottom:5px;
}
#blog-content {
	float:left;
	margin-right:10px;
	width:390px;
}
#sidebar {
	float:left;
	width:220px;
}
#contact, #press {
	float:left;
	width:300px;
}
#contact, #press, #shows, #pics {	
	margin-bottom:20px;
}
#bio {
	padding-bottom:20px;
}
ul#inst-list {
	float:left;
	width:260px;
}
ul#social-networking {
	float:right;
	width:320px;
	margin:0;
}
ul#social-networking li {
	float:right;
	display:inline;
	width:70px;
	height:35px;
	margin-right:10px;
}
ul#social-networking li a {
	display:block;
	width:70px;
	height:35px;
	text-indent:-9999px;
	outline:0;
}
ul#social-networking li.first {
	margin-right:0;
}
a.myspace {
	background:url(images/icon_myspace.png) no-repeat;
}
a.facebook {
	background:url(images/icon_facebook.png) no-repeat;
}
a.myspace:hover, a.facebook:hover {
	background-position:0 -40px;
}
.inline-rss a.rss, .inline-rss h3, .inline-rss h2 {
	display:inline;
	width:85%;
	float:left;
}
.inline-rss a.rss {
	width:10%;
	text-align:right;
	float:right;
}
#shows .inline-rss a.rss {
	width:19%;
}
#shows .inline-rss h2 {
	width:75%;
}
.entry-head {
	float:left;
	width:90%;
}
#blog-content .entry-head {
	float:none;
}
#blog-content .entry-comments {
	margin-left:10px;
	float:none;
}
.entry-date, h4.entry-title, .entry-author {
	display:inline;	
}
.entry-date {
	color:#526687;
	font-weight:bold;
}
h4.entry-title a {
	text-decoration:none;
}
.entry-author {
	padding-left:3px;
	font-style:italic;
}
.entry-comments {
	float:right;
}
.entry-comments a {
	text-decoration:none;
}
.entry-head, .entry-content {
	margin-bottom:10px;
}
.post-link {
	width:13%;
	float:right;
}
#contact {
	background:#10141b url(images/bg_skull01.gif) no-repeat bottom left;
}
#contact h3 {
	font-size:1.1em;
}
#press {
	background:#10141b url(images/bg_skull02.gif) no-repeat bottom left;
}
#press_kit_wrap {
	background:url(images/press-kit.png) no-repeat bottom right;
}
#press_kit_wrap p {
	width:50%;
}
#press_kit_wrap ul {
	padding:15px 0;
}
#press_kit_wrap li {
	font-size:1.6em;
	font-weight:bold;
	margin-top:10px;
}
#press_kit_wrap li a {
	color:#fff;
	text-decoration:none;
}
#press_kit_wrap li a:hover {
	color:#fff;
	text-decoration:underline;
}
#shows {
	float:left;
	width:380px;
}
#pics {
	float:left;
	width:220px;
}
#contact, #shows {
	margin-right:20px;
}
#shows ul {
	display:block;
	width:380px;
	margin:0;
	padding:0;
}
#shows ul li {
	margin:0;
	margin-bottom:10px;
	padding:0;
}
#shows ul li.entry-date {
	float:left;
	width:60px;
	height:60px;
	text-align:center;
	margin-right:10px;
}
#shows div.entry-date-head {
	color:#fff;
	background-color:#526687;
	height:18px;
	padding-top:2px;
	text-transform:uppercase;
	font-family:arial;
	font-size:.9em;
	font-weight:bold;
}
#shows div.entry-date-body {
	color:#fff;
	background-color:#8d98aa;
	height:40px;
	font-family:arial;
	font-size:2.4em;
	font-weight:bold;
}
#shows ul li.entry {
	float:left;
	background:url(images/track_bg.png);
	width:305px;
	padding:5px 0 0 5px;
}
#pics ul {
	margin:0;
	padding:0;
}
#pics li {
	float:left;
	margin-bottom:10px;
	padding-right:20px;
}
#pics li.last {
	padding-right:0;
}
#pics li a {
	width:52px;
	height:52px;
	display:block;
	border:4px solid #526687;
}
#pics li a:hover {
	border-color:#ef4507;
}
ol.commentlist {
	margin:0;
	padding:0;
}
.commentlist li {
	list-style:none;
	margin-bottom:10px;
	padding:10px 5px;
}
.commentlist li.odd {
	background-color:#8d98aa;
}	
.commentlist li.even {
	background-color:#a39586;
}	
.commentlist li.bypostauthor {		
	background:url(images/track_bg_over.png);
}
/* MUSIC PLAYER 620px 290w/20margin 310
************************************************/
#music {
	float:left;
	width:310px;
	background:#000 url(images/header-music.png) no-repeat top right;
}
#music ul, #music ul li {
	margin:0;
	padding:0;
}
#music ul li {
	width:310px;
	height:60px;
	display:block;
	margin-bottom:8px;
	outline:0;
	font-size:1em;
	font-weight:bold;
}
#music li a span.track-icon {
	width:60px;	
	height:60px;
	display:block;
	float:left;
	padding-right:10px;
	text-indent:-9999px;
	background:url(images/music_skull.gif) no-repeat;
	cursor:pointer;
}
#music li a:hover span.track-icon {
	background:url(images/music_skull.gif) no-repeat 0 -70px;
}
#music li a {
	text-decoration:none;
}
#music li a span.track {
	width:220px;	
	height:40px;
	display:block;
	float:left;
	background:url(images/track_bg.png);
	padding-left:10px;
	padding-top:20px;
	cursor:pointer;
}
#music li a:hover span.track {
	background:url(images/track_bg_over.png);
}
.ywp-page-play-pause .ywp-page-btn {
display:none !important;
background-image:none;
}	
/* slideViewer
************************************************/
#main_slider_wrap {
	position:relative;
	width:290px;
	height:190px;
	float:left;
	margin-right:20px!important;
	margin-right:13px;
}
#main_slider_overlay {
	position:absolute;	
	top:0;
	width:231px;
	height:35px;
	background:url(images/header-slider.png) no-repeat;
	z-index:1003;
	text-indent:-9999px;
}
/*preload classes*/ 
.svw {
	width:290px;
	height:190px;
	background:#000; 
	float:left;	
	border:3px solid #a39586;
}
img.ldrgif {
	margin:0 auto;
	width:32px;
	height:32px;
	display:block;
	padding-top:76px;
}
.svw ul {
	position:relative;
	left:-999em;
}
/*core classes*/ 
#slider_ornament {
	position:absolute;	
	overflow:hidden;
	z-index:1002;
	bottom:0;
	right:0;
	width:80px;
	height:100px;
	background:url(images/slider_overlay.png) no-repeat;
}
.stripViewer { 
	position:relative; 
	overflow:hidden;  
	border:3px solid #a39586;
} 
.stripViewer ul {
	margin:0; 
	padding:0; 
	position:relative; 
	/*left:0; 
	top:0; 
	width:1%;*/ 
	list-style-type:none;
} 
.stripViewer ul li {  
	float:left;
}

.stripTransmitter { 
	background-color:#526687;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1002;
	opacity:.8;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	display:none;
	/*overflow:auto;*/
	/*width:1%;*/ 
} 
.stripTransmitter ul { 
	margin:0; 
	padding:0; 
	position:relative; 
	list-style-type:none;  
	float:right;
} 
.stripTransmitter ul li{ 
	width:20px; 
	float:left; 
	margin:0 1px 1px 0; 
} 
.stripTransmitter li a {
	text-align:center; 
	line-height:22px; 
	background:#999; 
	color:#fff; 
	text-decoration:none; 
	display:block;
	outline:none;
} 
.stripTransmitter a.zoom, .stripTransmitter a.television {
	float:left;
	margin:1px 0;
	margin-left:2px;
}
.stripTransmitter li a:hover, .stripTransmitter li a.current { 
	background:#ef4507; 
	color:#fff; 
}
