/*
Theme Name: UCNlive
Theme URI: http://underconstructionlive.de
Description: Very first template for UCNlive
Author: Thomas Smets
Author URI: http://thomas-smets.de
Version: 1.0

*/


body {
	background-color: #000000;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
}

a:link, a:hover, a:active, a:visited {
	text-decoration: none;
	color: #090909;
	border-style: none;
}

img {
	border-style: none;
}

#wrapper {
	width: 960px;
	min-height: 900px;
	margin: 0 auto;
}


/* Header */
#header {
	width: 960px;
	height: 90px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#ucnlogo {
	background-image: url('images/ucnlogo.png');
	width: 422px;
	height: 90px;
	float: left;
}

#contactbox {
	background-image: url('images/contactbox.png');
	width: 178px;
	height: 30px;
	float: right;
}

#contactbox ul {
	width: 200px;
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#contactbox ul li a{
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	margin-right: 20px;
}

/* Footer */

#impressum {
	display: block;
	position: fixed;
	right: 0px;
	bottom: 0px;
	padding: 5px;
	background-color: #fdfdfd;
	color: #090909;
	font-size: 0.75em;
}

#backlink {
	display: block;
	position: fixed;
	left: 0px;
	bottom: 0px;
	padding: 5px;
	background-color: #fdfdfd;
	color: #090909;
	z-index: 10000;
	font-size: 0.75em;
}

#bottombar {
	position: fixed;
	width: 100%;
	bottom: 0px;
	margin-left: -8px;
	padding-top: 20px;
	padding-bottom: 4px;
	z-index: 9999;
	background-color: #000000;
}

.btmbar {
	display: block-inline;
	padding: 5px;
	margin-right: 5px;
	background-color: #fdfdfd;
	color: #090909;
	font-size: 0.75em;

}

.btmbar_mid {
	display: block;
	margin: 0 auto;
	width: 960px;
}

/* Content */

/* Upcoming show & additional news */

#announcements {
	position: absolute;
	width: 960px;
	height: 247px;
	margin-top: 10px;
}

#nextshow {
	position: absolute;
	width: 619px;
	height: 247px;
}

#nextshow a {
	position: absolute;
	width: 619px;
	height: 247px;
	outline: 1px solid #3b3b3b;
}

#nextshow a:hover {
	outline: 1px solid #fdfdfd;
}

#nextshow img {
	position: absolute;
	width: 619px;
	height: 247px;
	top: 0px;
}

#nextshow .title {
	background-color: #fdfdfd;
	padding: 5px;
	position: absolute;
	top: 40px;
}

#nextshow .teaser {
	background-color: #fdfdfd;
	padding: 5px;
	position: absolute;
	float: right;
	top: 160px;
	right: 0px;
}

#nextshow .time {
	background-color: #fdfdfd;
	padding: 5px;
	position: absolute;
	float: right;
	top: 0px;
	right: 0px;
	font-size: 0.75em;
}


#news {
	position: absolute;
	width: 321px;
	max-height: 190px;
	right: 0px;
	top: 40px;
	overflow: hidden;
}

#news .title {
	display: block;
	margin-bottom: 5px;
	padding: 5px;
	text-align: left;
	background-color: #fdfdfd;
	font-size: 0.95em;
}

#news .content {
	color: #f3f3f3;
	font-weight: lighter;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 0.85em;
	line-height: 1.25em;
}


/* Past shows */

#previousdates {
	position: absolute;
	width: 640px;
	min-height: 500px;
	margin-top: 290px;
	padding-bottom: 40px;
	color: #fdfdfd;
}

#previousdates .prevdate a {
	display: inline-block;
	position: relative;
	float: left;
	width: 300px;
	height: 120px;
	margin-right: 19px;
	margin-bottom: 19px;
	outline: 1px solid #3b3b3b;
}

#previousdates .prevdate a:hover {
	outline: 1px solid #fdfdfd;
}

#previousdates .prevdate img {
	display: inline-block;
	position: absolute;
	width: 300px;
	height: 120px;
	top: 0px;
	left: 0px;
}

#previousdates .prevdate .title {
	display: inline-block;
	position: relative;
	background-color: #fdfdfd;
	top: 20px;
	padding: 5px;
	max-width: 230px;
	z-index: 999;
}


/* Show details */

#detailshow {
	position: absolute;
	width: 619px;
	min-height: 400px;
	margin-top: 10px;
	color: #fdfdfd;
}

#detailshow img {
	position: absolute;
	width: 619px;
	height: 247px;
	top: 0px;
	margin-bottom: 20px;
	outline: 1px solid #3b3b3b;
}

#detailshow .title {
	padding: 5px;
	position: absolute;
	top: 40px;
	background-color: #fdfdfd;
	color: #090909;
}

#detailshow .teaser {
	position: absolute;
	float: right;
	top: 160px;
	right: 0px;
	padding: 5px;
	background-color: #fdfdfd;
	color: #090909;
}

#detailshow .time {
	padding: 5px;
	position: absolute;
	float: right;
	top: 0px;
	right: 0px;
	font-size: 0.75em;
	color: #090909;
	background-color: #fdfdfd;
}

#detailshow .content {
	position: absolute;
	top: 267px;
	width: 619px;
	padding-left: 5px;
	padding-bottom: 50px;
	font-size: 0.85em;
	line-height: 1.25em;
}


/* Show page */

#page {
	position: absolute;
	width: 619px;
	min-height: 400px;
	margin-top: 10px;
	color: #fdfdfd;
}

#page .title {
	padding: 5px;
	position: absolute;
	top: 100px;
	background-color: #fdfdfd;
	color: #090909;
}

#page .content {
	position: absolute;
	top: 165px;
	background-color: #131313;
	font-size: 0.85em;
	line-height: 1.25em;
}

