/*
  Global and default styles
*/

body {
	background: #cccccc;
}

body, p, td, th, textarea, select, h1, h2, h3, h4, h5, h6, form, ol, ul, li {
	font:normal 13px Arial, Geneva, sans-serif;
	padding:0;
	margin:0;
	line-height: 1.3em;
}

/* reset list items */
ol,ul { 
	    list-style:none; 
}

a { 
	color: #AC1A4F; 
	text-decoration: none; 
	cursor:pointer;
}
a:visited { color: #AC1A4F }
a:hover { color: #003 }

a .hidelink {
	color: #000000;
}

img,
.logo img {
	border: none;
}

/*
  The layout framework for header,footer and 3 columns
*/

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	border:0;
	width: 980px;
	background: url('images/body_bg.gif') repeat;
}

#header {
	margin: 0 auto;
	background: url('images/header_bg_main.gif');
	height:95px;
}

#col1 {
	float: left;
	clear: both;
	width: 140px;
	padding-left: 17px;
	padding-top: 22px;
}

#col2 { 
	float: left;
	width: 468px;
	padding-left: 20px;
	padding-top: 22px;
}

#col3 {
	float: right;
	width: 300px;
	padding-right: 17px;
	padding-top: 22px;
}

#footer {
	clear: both;
	background: url('images/footer_bg_main.gif');
	color: #ffffff;
	text-align:center;
	height: 35px;
	padding-top: 5px;
}

/*
  Special layouts for some pages
*/
#getticketsPage #col2 { 
	float: left;
	width: 578px;
	padding-left: 50px;
	padding-top: 22px;
}

#getticketsPage #col3 {
	float: right;
	width: 300px;
	padding-right: 17px;
	padding-top: 22px;
}


#errorPage #col2 {
	margin-left: 256px;
	display: inline;
}

#searchresults .searchtips {
	margin-top: 10px;
}

/*
  HEADER ELEMENTS
*/

#header .logo {
	float: left;
	width: 720px;
}

#header .search {
	float: left;
	border: 1px solid #97B4DB;
	padding: 15px;
	margin-top: 18px;
}

/*
  FOOTER ELEMENTS
*/
#footer li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}

#footer a {
	color: white;
}
#footer a:hover {
	color: #AC1A4F;
}


/*
  BODY ELEMENTS
*/

#bodywrapper .element {
	margin-bottom: 22px;
	clear: both;
}

/* obnoxios adsense bordered box */
#getticketsPage #adsensestrong {
	border: 3px solid red;
	text-align: center;
	padding: 5px 0px 5px 0px;
	display:none;
}

#col2 h1 {
	font-size: 20px;
	font-weight:bold;
	margin-bottom: 5px;
}

#col2 h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

#col2 h3 {
	font-size: 14px;
	font-weight: bold;
}

#col2 .list {
	font-size: 11px;
}

#col2 .list .more {
	font-size: 11px;
	margin-top: 5px;
}

#bodywrapper .address a {
	color: black;
	text-decoration: underline;
}

#bodywrapper .address a:hover {
	color: #AC1A4F;
}

#bodywrapper .small {
	font-size: 11px;
}

#bodywrapper .banner .sponsorlabel {
	font-size: 11px;
	color: #666666;
}

#bodywrapper .runningtext p {
	margin-bottom: 0.5em;
}
#bodywrapper .runningtext h3 {
	margin-top: 1em;
}

/*
  EVENT LISTING
*/
.event {
	float:left;
	clear:both;
	width:100%;
}

.event h2 {
	font-size: 20px;
	font-weight:bold;
}

.event h2 a {
	color: black;
}
.event h2 a:hover {
	color: #AC1A4F;
}

.event .graphicdate {
	width: 35px;
	padding: 2px;
	margin-top: 3px;
	margin-right: 10px;
	color: #666666;
	background-color:#DEF1FD;
	border: solid #dddddd 1px;
	text-align:center;
	font-weight:bold;
	font-size: 12px;
	float: left;
}
.event .graphicdate .wday,
.event .graphicdate .date,
.event .graphicdate .mon {
	display:block;
	text-transform: uppercase;
	line-height: 18px;
}
.event .graphicdate .date {
	font-size: 20px;
}

.event .info {
	float:left;
	width: 400px;
}

.event .date {
	font-size: 12px;
	color:#666666;		
}

.event .place {
	font-size: 12px;
	color:#666666;
	margin-bottom: 2px;
}

.event .place a {
	color: #666666;
}
.event .place a:hover {
	color:#003;
}

.event .tickets {
	font-weight:bold;
	font-size: 15px;
}

.event .description {
	margin-top: 10px;
}

.event .moreurl {
	color: black;
	text-decoration: underline;
}

.event .moreurl:hover {
	color: #AC1A4F;
}

/* 
  PLACES LISTING
*/

#placesPage h2.city {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding: 2px;
	color: #666666;
	background-color:#DEF1FD;
	border: solid #dddddd 1px
}

/* 
  BOXED ELEMENTS
*/

.box {
	float: left;
	clear: both;
}

.box h1 {
	color: white;
	font-weight: bold;
	float: left;
}

.box .body {
	border: 1px solid #999999;
	border-top: none;
	padding: 5px;
	float: left;
}

.box .body p {
	font-size:11px;
	clear: both;
}

.box .body .text {
	margin-bottom: 10px;
}

.box .body h4 {
	clear:both;
	font-size:11px;
	font-weight: bold;
	padding-top: 5px;
}

.box .body .indent {
	margin-left: 15px;
}

.box .body .date {
	width:45px;
	clear:both;
	float:left;
}
	
.box .body .info {
	float:left;
}

.box .body .more {
	padding-top: 5px;
	font-weight: normal;
	text-transform:uppercase;
}

.box300 h1 {
	background: url('images/box300_header.gif');
	height: 21px;
	width: 295px;
	text-transform:uppercase;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 13px;
}

.box300 .body {
	width: 288px;
}

.box125 h1 {
	background: url('images/box125_header.gif');
	width: 122px;
}

.box140 h1 {
	background: url('images/box140_header.gif');
	width: 137px;	
}

.box125 h1,
.box140 h1 {
	padding-top: 1px;
	height: 14px;
	text-transform:uppercase;
	padding-left: 3px;
	font-size: 10px;
}

.box125 .body {
	width: 113px;
}

.box140 .body {
	width: 128px;
}

.box125 a h5,
.box140 a h5 {
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
}

.box125 a p.text,
.box140 a p.text {
	color: black;
}

/*
  BANNERS AND ADS
*/

/* Ikke i brug */
#supersaver table {
	background: url('images/advertisers/supersaver.gif');
}

.banner .textad {
	margin-bottom: 15px;
}

.banner .textad a {
	font-weight:bold;
}


