/*****

PANIC ORANGE: F23202

******/



body, html {
	background: url("/img/wood2.jpg") #2C1811 repeat;
}

.clear {
	clear: both;
}

#wrapper {
	width: 960px;
	margin: 0 auto 0 auto;
}

#header {
	position: relative;
	margin: 30px;
}

#header img {
	
}

#navigation {
	margin-top: -15px;
	padding: 20px;
	padding-top: 0;
}

#navigation ul li {
	display: -moz-inline-stack;
	display: inline-block;
	text-align: center;

	/* IE6/7 inline-block fix */
	zoom: 1;
	*display: inline;
}

#navigation a {
	vertical-align: middle;
	color: #ffffff!important;
	text-decoration: none;
	
	padding: 10px;
	padding-left: 8px;
	padding-right: 5px;
	padding-top: 0;
	
	margin-top: -10px;
	
	word-spacing: -2px;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 0px;
}

#tabs {
	background-color: #EDF5E1;
}

#tabs ul li {
	display: -moz-inline-stack;
	display: inline-block;
	text-align: center;

	/* IE6/7 inline-block fix */
	zoom: 1;
	*display: inline;
}

#tabs ul a {
	vertical-align: middle;
	color: #444!important;
	text-decoration: none;
	
	padding: 10px;
	padding-left: 8px;
	padding-right: 7px;
	padding-top: 0;
	
	margin-top: -10px;
	
	word-spacing: -2px;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
}


#tabs ul a {
	padding: 10px;
	padding-left: 0;
	font-size: 16px;
	text-shadow: none;
	letter-spacing: 0;
}

#navigation a:hover,
#tabs a:hover {
	color: #F23202!important;
}

#tabs ul {
	background-color: #ffffff;
	padding: 10px;
	padding-left: 20px;
}

#tabs h2 {
	font-size: 1.8em!important;
	letter-spacing: -1px!important;
	border:none!important;
	background-color:#ffffff!important;
	padding-left:20px!important;
	padding-bottom:15px!important;
	padding-top:15px!important;
	margin-top:40px!important;
	color: #111!important;
}

#navigation span {
	color: #F23202;
}

#blurb {
	position: absolute;
	top: 40px;
	right: 0;
	width: 320px;
	font-family: 'Josefin Sans Std Light', arial, serif;
	font-size: 20px;
	color: #ffffff;
}

#content {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #111;
	
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-topleft: 20px;
	
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
}

#content a:link,
#content a:active,
#content a:visited {
	color: #F23202;
}

#content h2 {
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 0.9em;
	margin: 0 0 0 0;
	
	padding: 40px;
	padding-top: 35px;
	
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;

	background-color: #641501;
}

#content h2 b {
	color: #F23202;
}

#content p {
	color: #390C00;
	background-color: #EDF5E1;
	padding: 40px;
	padding-bottom: 0;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	font-size: 1.2em;
}

#content p:last-child {
	padding-bottom: 45px;
}

#content blockquote {
	float: right;
	width: 400px;
	color: #F23202;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	font-size: 1.2em;
	
	font-weight: bold;
	
	margin: 20px;

	background-color: #fff;
	padding: 20px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

}

#content blockquote b {
	color: #F23202;
	font-size: 1.3em;
}

.portrait {
	width: 290px!important;

}

#gear {
	float: right;
	width: 340px;
	height: 250px;
	margin: 20px;
	background-color: #fff;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

}

#gear img {
	padding: 20px;
}

#columns {
	background-color: #EDF5E1;
	overflow: hidden;
	width: 100%;
}

#left-column {
	float: left;
	width: 45%;
}

#left-column p {
	padding-left: 70px;
	font-size: 0.9em;
}

#right-column {
	float: right;
	width: 50%;
}

#right-column p {
	padding-right: 50px;
	font-size: 0.9em;
}

#discography {
	width: 900px;
	height: 400px;
	padding: 30px;
	background: url("/img/studio-5.jpg") #111 no-repeat;
	background-position: 50px 50px;

	border: 1px solid #111;
	
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-topleft: 20px;
	
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
}

.album {
	width: 600px;
	margin: 180px;
	margin-top: 125px;
}

.album h3 {
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size: 40px;
	color: #fff;
	background-color: #000;
	padding: 15px;
}

.album img {
	float: right;
}

#disc-external {
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
}

#disc-external a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-right: 25px;
	text-decoration: none;
	color: #fff;
}

#disc-external a:hover {
	color: #F23202;
}

#footer {
	background-color: #931E01;
	width: 100%;
	margin-top: 70px;
}

#footer p {
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 16px;
	padding: 50px;
	line-height: 1.7em;
}

#footer p b {
	line-height: 0.9em;
	color: #000;
}

#footer a:link,
#footer a:active,
#footer a:visited {
	font-family: Helvetica, Arial, sans-serif;
	color: #EFF5AC;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

/* Buttons */

.button {
    background: transparent url('/img/button/bg_button_a-new.gif') no-repeat scroll top right;
    color: #555;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
	overflow: hidden;
}

.button span {
    background: transparent url('/img/button/bg_button_span-new.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

.button span img {
	border: none;
	margin: 0;
	padding: 0;
	height: 12px;
	padding-right: 4px;
	position: relative;
	top: 1px;
}

.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

.button:hover {
	color:#000;
}

/* Form */

.text-input {
	border: 2px solid #888;
	padding: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #666;
	width: 760px;
}

.textarea-input {
	border: 2px solid #888;
	padding: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #666;
	width: 760px;
	height: 200px;
}

.error {
	background-color: red;
	color: white;
	font-size: 20px;
	padding: 20px;
	margin: 20px;
	border: none;
}

#rumpus {
	
}

#rumpus iframe {
	width: 850px;
	height: 650px;
	border: 5px solid #fff;
	border-top: none;
}

#rumpus p {
	display: block;
	width: 820px;
	background-color: #fff;
	padding: 20px;
	font-size: 18px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}