/*#############################################################
Name: Decayed
Date: 2007-05-12
Description: A dark trash style two-column website template. Wordpress theme version available at http://templates.arcsin.se/decayed-wordpress-theme/.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.

#############################################################*/

/* standard elements */
html {min-height: 100%;}
* {
	margin: 0;
	padding: 0;
}

a {color: #CC3;}

a:hover {color: #FF3;}

body {
	background: #000 url('img/body.gif') no-repeat; /*  url(img/bg.jpg) repeat-x; */
	color: #DDD;
	font: normal 62.5% "Trebuchet MS",Verdana,sans-serif;
	padding-left: 90px;
}

.background_box
{

	/* 
		This box helps control the content such that the divs 
		that are floated do not get pushed down the page
		when the browser is sized smaller that the width
		of the floated div(s). With this in place, the
		browser window can be made horizontally smaller and none 
		of the content will be pushed vertically lower. It also 
		allows the contents to be centered on the page no matter 
		how large the browser's viewport (screen resolution)
	*/
	background-color: #000000;
	width: 800px;
	height: auto;
	margin: 0 auto;
}

p,code,ul,ol {padding-bottom: 1.2em;}

h1 {
	/*color: #CCC; */
	color: #bd0043;
	font: normal 2em Impact,sans-serif;
}

h1 a {
	color: #000;
	text-decoration: none;
}

h1 a:hover {
	color: #F00;
}

h2 {font: normal 1.8em Tahoma,sans-serif;}

h1,h2 {padding-top: 6px;}

blockquote {
	color: #CCA;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

img {border: none;}

img.right {margin: 5px 0 5px 12px;}

img.right2 {margin: 5px 0 5px 12px;}

img.left {margin: 5px 12px 5px 0;}

img.border {
	background: #555;
	display: block;
	padding: 3px;
}

/* misc */

.clearer {
	clear: both;
	font-size: 0;
}

.left {float: left;}

.right {float: right;}

.right2 {float: right;}

.decay,.decay-small {
	background: url('img/decay.gif') no-repeat left center;
	color: #000;
	font: normal 2em Impact,sans-serif;
	letter-spacing: 1px;
	padding: 0 0 12px 22px;
}

.decay-small {
	background: url('img/decay-small.gif') no-repeat left center;
	padding-top: 6px;
}

p.postinfo {
	border-top: 1px dashed #333;
	color: #666;
	font: bold 0.9em sans-serif;
	margin-bottom: 24px;
	padding: 8px;
}

p.postinfo a {color: #888;}

p.postinfo a:hover {color: #CCC;}

/* structure */
#container {
	font-size: 1.3em;
}

/* title */

#site-title {font: normal 3em Tahoma,sans-serif;}

#site-title a {

	color: #DDD;

	text-decoration: line-through;

}

#site-title a:hover {
	color: #FFF;
	text-decoration: none;
}

#site-description {color: #CCC;}

/* content */

#content {
	left: 360px;
	position: absolute;
	top: 90px;
	width: 610px;
}

#content .descr {
	color: #8DC63F;
	margin-bottom: 6px;
}

#content .schedule 
{
	border: 1px solid #8DC63F;
	padding: 10px 10px 10px 10px;
}

#content2 {
	left: 360px;
	position: absolute;
	top: 90px;
	width: 610px;
}

#content2 .descr {
	/*color: #8DC63F;*/
	color: #000000;
	background-color: #ffffff;
	margin-bottom: 6px;
	/*font-size: 1.1em;*/
}

#content2 .schedule 
{
	/*border: 1px solid #8DC63F; */
	border: 3px solid #cccccc;
	padding: 10px 10px 0px 10px;
	background-color: #ffffff;
	color: #000000;
}

#content2 a
{
	color: #0000ff;
}

#content2 a:hover
{
	color: #B5121B;
}

.ucc
{
	color:#B5121B;
}

.ucctext
{
	font-size: .8em;
	color:#B5121B;
}

.press_clip
{
	width: 600px; 
	/*height: 180px; */
	padding: 10px;
	float: left;
	background-color: #222222;
	border: solid 3px #111111;
	text-align:center;
}

#content li {margin-left: 18px;}

/* navigation */
#navigation {
	left: 120px;
	position: absolute;
	top: 290px;
	width: 210px;
}

#navigation h2 {
	color: #000;
	font-size: 1.5em;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0;
}

#navigation ul {margin: 0 0 0 1.3em;}

#navigation li {list-style: none;}

#navigation li a {
	color: #777;
	font-size: 1.3em;
	line-height: 1.5em;
	text-decoration: none;
	color:#8DCA3F;
}

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

/* footer */

#footer {
	border-top: 1px dashed #333;
	color: #666;
	font: normal 0.9em sans-serif;
	position: absolute;
	top: 100%;
}

#footer a {
	color: #999;
	text-decoration: none;
}

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

#footer .left, #footer .right {padding: 10px 0;}

#footer .left, #footer .right2 {padding: 10px 0;}

#footer .right a {color: #777;}

#footer .right2 a {color: #121212;}
