/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #777;
}
a:hover {
	color: #D8050B;
}

body {
	background: #000 url('images/body.jpg') no-repeat; /*  url(images/bg.jpg) repeat-x; */
	color: #DDD;
	font: normal 62.5% "Trebuchet MS",Verdana,sans-serif;
	padding-left: 90px;
}

p,code,ul,ol {padding-bottom: 1.2em;}

h1 {
	color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
h1 a {
	color: #000;
	text-decoration: none;
}
h1 a:hover {
	color: #D8050B;
}

h2 {
	font-family: Tahoma, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}

h1,h2 {padding-top: 6px;}

blockquote {
	color: #CCA;
	display: block;
	font-weight: bold;
	font-size: 1.2em;
}

img {
	border: none;
}

img.right {margin: 5px 0 5px 12px;}
img.left {
	margin: 5px 12px 5px 0;
}
img.center {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 180px;
}
img.border {
	background: #555;
	display: block;
	padding: 3px;
}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
}

.left {
	float: left;
}
.right {float: right;}
.center {
	float: none;
}

.decay,.decay-small {
	color: #000000;
	letter-spacing: 1px;
	font-family: Impact, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 22px;
	background-image: url(images/decay.gif);
	background-repeat: no-repeat;
	background-position: left;
	clip: rect(auto,auto,auto,auto);
}
.decay-small {
	background: url('images/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: #D8050B;
}

/* structure */
#container {
	font-size: 1.3em;
}

/* title */
#site-title {font: normal 3em Tahoma,sans-serif;}
#site-title a {
	color: #DDD;
}
#site-title a:hover {
	color: #D8050B;
	text-decoration: none;
}
#site-description {color: #CCC;}

/* content */
#content {
	left: 203px;
	position: absolute;
	top: 179px;
	width: 500px;
}
#content .descr {
	color: #FFFFFF;
	margin-bottom: 6px;
	text-decoration: underline;
}
#content li {margin-left: 18px;}


/* navigation */
#navigation {
	left: 2px;
	position: absolute;
	top: 20px;
	width: 200px;
}
#navigation h2 {
	color: #000;
	font-size: 1.5em;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0;
}
#navigation ul {margin: 0 0 0 1em;}
#navigation li {list-style: none;}
#navigation li a {
	color: #D8050B;
	font-size: 1.1em;
	line-height: 1.5em;
	text-decoration: none;
}
#navigation li a:hover {
	color: #FFFFFF;
}

/* Tour date info */
#tourdates {
	left: 735px;
	position: absolute;
	top: 290px;
	width: 290px;
}
#tourdates h2 {
	color: #000;
	font-size: 1.5em;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0;
}
#tourdates ul {margin: 0 0 0 1em;}
#tourdates li {list-style: none;}
#tourdates li a {
	color: #D8050B;
	font-size: 1.1em;
	line-height: 1.5em;
	text-decoration: none;
}
#tourdates li a:hover {
	color: #FFFFFF;
}

/* Twitter info */
#twitters {
	left: 734px;
	position: absolute;
	top: 10px;
	width: 280px;
}
#twitters h2 {
	color: #000;
	font-size: 1.5em;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0;
}
#twitters ul {margin: 0 0 0 1em;}
#twitters li {list-style: none;}
#twitters li a {
	color: #D8050B;
	font-size: 1.1em;
	line-height: 1.5em;
	text-decoration: none;
}
#twitters li a:hover {
	color: #FFFFFF;
}



/* youtube sidebar */
#youtube {
	left: 5px;
	position: absolute;
	top: 1200px;
	width: 350px;
}
#youtube h2 {
	color: #000;
	font-size: 1.5em;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0;
}
#youtube ul {margin: 0 0 0 1em;}
#youtube li {list-style: none;}
#youtube li a {
	color: #777;
	font-size: 1.1em;
	line-height: 1.5em;
	text-decoration: none;
}
#youtube li a:hover {
	color: #D8050B;
}

/* footer */
#footer {
	border-top: 1px dashed #333;
	color: #666;
	font: normal 0.9em sans-serif;
	position: absolute;
	top: 100%;
	width: 100%;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #D8050B;
	text-decoration: underline;
}
#footer .left, #footer .right {padding: 10px 0;}
#footer .right a {color: #777;}

/* heads */
#head1 {
	left: 10px;
	position: absolute;
	top: 5px;
	width: 100px;
	height: 120px;
}
#head2 {
	left: 110px;
	position: absolute;
	top: 5px;
	width: 90px;
	height: 120px;
}
#head3 {
	left: 150px;
	position: absolute;
	top: 20px;
	width: 220px;
	height: 120px;
}
#head4 {
	left: 310px;
	position: absolute;
	top: 5px;
	width: 90px;
	height: 120px;
}
#head5 {
	left: 410px;
	position: absolute;
	top: 5px;
	width: 90px;
	height: 120px;
}
