/*
Theme Name: Cinder Cone
Theme URI: http://www.cinderconemusic.com/
Description: Custom WordPress theme for Cinder Cone
Version: 1.0
Author: Grid Studio, LLC
Author URI: http://www.workwithgrid.com/
Tags: midgets, ninjutsu, shark wrangling, insider trading, extreme base jumping, coldplay

*/




/* Styles for Cinder Cone Dot Com */

* {
	margin: 0;
	padding: 0;
}

/* GENERALS */

body {
	margin: 40px;
	font-family: Courier, Courier New, Times;
	font-size: 11pt;
	color: #FFF;
	background-color: #000;
	background-image: url(px/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#wrapper {
	width: 900px;
	float: center;
}

.img_left {
	float: left;
	margin: 0 20px 0 0;
}


a {
	color: #FFF;
	text-decoration: underline;
}

/* NAVIGATION */

#navigation {
	width:275px;
	float: left;
	margin: 0 20px 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 12pt;
	background-image: url(px/red-line-10px.png);
	background-position: top;
	background-repeat: repeat-x;	
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#logo {
	margin: 0;
	padding: 27px 0 0 0;
	width: 275px;
	height: 38px;
}

#navigation li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 275px;
	background-image: url(px/red-line-2px.png);
	background-position: top;
	background-repeat: repeat-x;	
}



#navigation li a {
	height: 35px;
	width: 275px;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 20px 0 0 0;
	letter-spacing: 1px;
}

#navigation li.current_page_item a {
	height: 35px;
	width: 275px;
	display: block;
	color: #333;
	text-decoration: none;
	padding: 20px 0 0 0;
	letter-spacing: 1px;
}

#navigation li a:hover {
	color: #999;
}





/* CONTENT */

#content {
	width: 600px;
	float: right;
	text-align: left;
	background-image: url(px/red-line-10px.png);
	background-position: top;
	background-repeat: repeat-x;	
}

/* SINGLE STYLE FOR INDEX PAGE */
#index {
	width: 600px;
	float: right;
	text-align: center;	
}

p {
	margin: 0 0 20px 0;
}

h1 {
	font-weight: normal;
	font-size: 16pt;
	text-transform: uppercase;
	margin: 28px 0 14px 0;
	letter-spacing: 3px;
}

h2 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14pt;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
}


.content-block {
	background-image: url(px/red-line-2px.png);
	background-position: top;
	background-repeat: repeat-x;
	width: 600px;
	float: right;
	text-align: left;
	padding: 30px 0 30px 0;
	line-height: 16pt;
}

.content-block img {
	border: 0px;
}

.content-block ul {
	list-style-type: none;
}

.content-text {
	width: 375px;
	float: right;
}

.gallery-thumb {
	margin: 0 2px 6px 0;
}

/* CURRENT SHOWS */

.show {
	width: 600px;
	float: left;
	text-align: right;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	_border-bottom: 1px solid #000;
}

.old_show {
	width: 600px;
	float: left;
	text-align: right;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	color: #666;
	text-decoration: line-through;
	_border-bottom: 1px solid #000;
}

.when {
	width: 100px;
	float: left;
}

.where {
	width: 230px;
	margin: 0 0 0 20px;
	float: left;
}

.withwho {
	width: 230px;
	margin: 0 0 0 20px;
	float: left;
}

/* PHOTO ALBUM */

.cc_album {
	width: 600px;
	float: left;
	margin: 0 0 30px 0;
	clear: both;
}

.cc_album_thumb {
	width: 240px;
	float: left;
	text-align: right;
}

.cc_album_text {
	width: 340px;
	float: right;
}

.cc_album img {
	border: 0px;
}

.cc_album_context {
	width: 600px;
	float: left;
	text-align: center;
	font-size: 16pt;
}



