@import url(reset.css);

html, body {
	height: 100%;
}
body {
	min-width: 1100px;
}
* html body {
	width: 1100px;
}

body {
	background: #000 url("/images/topp2010.jpg") top center repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.3;
}

img { border:0; }

/* Set 1em == 10px */
body{ font-size: 10px; } * html{ font-size: 125%; } * html body{ font-size: 50%; } 

h1, h2, h3, h4, h5, h6, ul, ol, p {
	margin-bottom: 1em;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

a, a:visited {
	text-decoration: underline;
	color: #b6d83e;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}

h3 {
	font-weight: bold;
	font-size: 1.3em;
}

.venue h3 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 7px;
}
.venue .time {
	float: left;
	font-weight: normal;
	margin-left: -70px;
	font-size: 1.6em;
	width: 60px;
	text-align: right;
}
.venue .readmore {
	display: block;
	margin-top: 7px;
	width: 50px;
	text-decoration: none;
	color: #000;
	background: #b6d83e;
	font-weight: bold;
	padding: 2px 3px 1px 3px;
}
.venue .readmore:hover {
	background: #fff;
}


.venue .artist {
	border-bottom: 1px solid #221;
	margin-bottom: 1em;
	clear: both;
}

.venue .artist_image {
	width: 200px;
	margin: 0 0px 8px 20;
	float: right;
}

.venue .artistinfo {
	margin-right: 220px;
}


#container {
	width: 900px;
	min-width: 900px;
	padding: 0 20px;
	margin: 0 auto;
	margin-bottom: 40px;
}

#top {
	height: 420px;
	color: #000;
	font-size: 1.2em;
}

#top .news_items {
	width: 350px;
	position: absolute;
	top: 140px;
}
#top .news_item {
	margin-bottom: 8px;
}
#top .news_items span {
	background: #ffffff;
}

#top h2 {
	font-weight: normal;
	font-size: 1.55em;
	margin-bottom: 1em;
}



#bottom {
	color: #e3ded2;
	font-size: 1.2em;
	padding-top: 28px;
	opacity: 0.9999;
}

#sidebar {
	float: right;
	width: 350px;
	padding-top: 5px;
	line-height: 1.5;
}

#sidebar h3 {
	font-size: 1.16em;
	border-bottom: 1px solid #221;
	padding-bottom: 21px;
	margin-bottom: 8px;
}
#sidebar a {
	text-decoration: none;
}

#sidebar p, #sidebar li {
	font-size: 1.1em;
	font-weight: bold;
}
#sidebar .printSchedule {
	border-top: 1px solid #221;
	padding-top: 8px;
}

#bottom h2 {
	font-weight: normal;
	font-size: 2em;
	color: #fff;
	border-bottom: 1px solid #221;
	padding-bottom: 16px;
	margin-bottom: 12px;
}

#content {
	width: 530px;
	float: left;
}
body.no_sidebar #content {
	width: 850px;
}

#navigation {
	opacity: 0.99;
	padding-top: 8px;
	float: right;
	line-height: 1;
	font-size: 1.16em;
	font-weight: bold;
	margin-left: 20px;
}
#navigation a, #navigation a:visited {
	text-decoration: none;
	padding: 4px 9px;
	color: #b6d83e;
	margin-left: 2px;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
}
#navigation a.current, #navigation a.current:visited {
	color: #000;
	background: #b6d83e;
}
#navigation a.current:hover {
	color: #000;
	background: #fff;
	text-decoration: none;
}


#random_logos {
	position: absolute;
	top: 40px;
}

#origo-link {
	position: absolute;
	top: 390px;
}


#footer {
	font-size: 0.9em;
	color: #444;
	clear: both;
	margin: 8px 0;
	padding: 16px 0 16px 0;
	width: 580px;
}
#footer a, #footer a:visited {
	color: #444;
	text-decoration: underline;
}
#footer a:hover {
	color: #888;
}

.twitter {
	/*
	border-top: 1px solid #221;
	padding-top: 32px;
	*/
	margin: 32px 0;
	padding: 16px;
	background: #101810;
	border: 1px solid #232;
}
.twitter h3 {
	padding-bottom: 4px !important;
}

.tweet {
	line-height: 1.3;
}
.tweet img {
	margin-top: 3px;
	float: left;
}
.tweet p {
	margin-left: 32px;
	font-weight: normal !important;
}
.tweet .time {
	color: #888;
	font-size: 0.9em;
	white-space: nowrap;
}
.twitter p.follow {
	font-weight: bold;
	padding-top: 16px;
}