@charset "utf-8";
/* CSS Document */

html, body {
	height:95%;
	}

body {
	background-image:url(../img/bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
}

img {
	border:0;
}

#site {
    width: 1057px;
    height:570px;
	border: none;
    margin: 0 auto auto auto;
    position:relative; /* content before space  */
	clear:left;
}

#banner {
	width:1030px;
	height:91px;
	border: none;
	background-image:url(../img/banner.png);
	background-position: 25px 0;
	background-repeat:no-repeat;
	position:relative;
}

#steinkindlogo {
	padding-top: 22px;
	padding-left: 165px;
	width:247px;
	height:56px;
}

#banner-right {
	position:absolute;
	bottom:0px;
	right:70px;
	width:200px;
	height:60px;
	vertical-align:bottom;
	text-align:center;
	font-size:12px;
}

#banner-right a:hover {
	color:#AAA;
}


#bottom {
	height:56px;
	width:900px;
	border:none;
	clear:left;
}

#bottom-left {
	float:left;
	margin-left:160px;
	width:136px;
	height:56px;
	background-image:url(../img/bottomboxbig.png);
	background-repeat:no-repeat;
	font-size:36px;
	font-weight:bold;
	text-align:center;
}

#bottom-right {
	float:right;
	padding-right:20px;
	font-size:12px;
	font-weight:bold;
}

#bottom-right ul {
	margin:0;
	padding:0;
}

#bottom-right ul li {
	list-style:none;
	margin:0;
	padding:0px;;
	height:28px;
	width:95px;
	background-image:url(../img/bottomboxsmall.png);
	background-repeat:no-repeat;
	display:inline-block;
	margin-right:5px;
	text-align:center;
	padding-top:4px;
}

#social_media {
	height:400px;
	width:140px;
	border:none;
	float:left;
	margin-top:0px;
	margin-bottom:10px;
	text-align:right;
}

#social_media ul {
	margin:0;
	padding:0;
	right:0px;
	float:right;
}

#social_media ul li {
	list-style:none;
	margin:0;
	padding:0;
	margin-top:15px;
	height:85px;
	width:90px;
	background-image:url(../img/leftbox.png);
	right:0px;
}

#social_media ul li img {
}

#middle {
	height:400px;
	width:740px;
	border:10px solid #000;
	float:right;
	background-color:#666;
}

#content {
	height:350px;
	width:550px;
	float:left;
	border:none;
	background-color:#191919;
	margin-top:25px;
	margin-left:15px;
}

#info {
	height:330px;
	width:530px;
	padding:10px 20px 10px 15px;
	overflow:auto;
}

#info ul {
	margin:0;
	padding:0;
}

#info ul li {
	list-style:none;
	margin:0;
	padding:0;
}

#column-left {
	height:330px;
	width:220px;
	float:left;
	overflow:auto;
	font-size:12px;
}

#column-right {
	height:330px;
	width:300px;
	float:right;
	overflow:auto;
}

#info .head {
	font-size:10px;
	color:#999;
	text-align:right;
	vertical-align:top;
	padding-top:6px;
}

h1 {
	font-size:14px;
	font-weight:bold;
}

textarea {
	resize:none;
}

#nav {
	height:400px;
	width:140px;
	border:none;
	float:right;
}

#nav ul {
	margin:0;
	padding:0;
}

#nav ul li {
	list-style:none;
	margin:0;
	padding:0;
	margin-top:30px;
}

#nav ul li img {
}

.navimg {
	width:114px;
	border: 2px solid #000;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	padding:3px 2px 2px 2px;
	background-color:black;
}

#page {
	float:left;
}

#gigs {
	float:right;
	height:211px;
	width:134px;
	margin-top:10px;
	background-image:url(../img/rightbox.png);
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
	padding: 15px 15px 5px 8px;
}

#gigs ul {
	margin:0;
	padding:0;
	float:left;
}

#gigs ul li {
	list-style:none;
	margin:0;
	padding:0;
	margin-top:3px;
}

.img_content {
	height:350px;
	width:550px;
}

a {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	color:#3385ff;
}

.preload img {
	height: 0;
	width: 0;
	border: none;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -30;
}