
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	max-height:100%;
}

body {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height:100%;
	max-height:100%;
	overflow-y: scroll;
	
	background-color: #1A1A1A;
	color: #FFFFFF;
	
	/*
	scrollbar-base-color:#771E28;
	scrollbar-face-color: #FCFCFC;
	scrollbar-3dlight-color:#771E28;
	scrollbar-track-color:#771E28;
	scrollbar-darkshadow-color:#771E28;
	scrollbar-shadow-color:#771E28;
	scrollbar-highlight-color:#771E28;
	scrollbar-arrow-color:#771E28;
	*/
}

h2 {
	margin: 13px 0px 13px;
	padding: 0px;
	font-size: 16px;
	color: #FFFFFF;
}
h2.in-page {
	margin-top: 18px;
	color: #FFFFFF;
}
h3 {
	margin: 13px 0px 6px;
	padding: 0px;
	font-size: 13px;
	color: #FFFFFF;
}
h4 {
	margin: 5px 0px 1px;
	padding: 0px;
	font-size: 11px;
	color: #FFFFFF;
}

p {
	margin: 0px 0px 0px;
	padding: 0px 0px 6px;
}
p, td {
	color: #FCFCFC;
}

a {
	color: #CF3446;
}
a.extern {
	font-size: 10px;
	line-height: 130%;
	color: #CF3446;
}

.topline {
	border-top: 1px dotted #FCFCFC; 
}
.bottomline {
	border-bottom: 1px dotted #FCFCFC; 
}

/* ---------------------------------------------------------------------- */

#page {
	float: none;
	left: 50%;
	margin: auto;
	padding: 0px 0px;
	width: 920px;
	height: 100%;
	max-height:100%;
	text-align: center;	
}

#page-panel {
	position: relative;
	top: 0px;
	height: 100%;
	max-height: 100%;
	z-index: 3;
	
	line-height: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#header {
	position: relative;
	float: left;
	padding: 0px;
	width: 920px;
	background-color: #080808;
	color: #FFFFFF;
}

#logo {
	position: relative;
	clear: left;
	float: left;
	margin: 10px 12px 13px 12px;
	padding: 0px;
	width: 276px;
	height: 30px;
	
	background-color: #080808;
	font-size: 24px;
	font-weight: bold;
	line-height: 130%;
	text-align: left;
}
#logo a {
	font-weight: bold; 
	font-size: 32px; 
	text-decoration: none; 
	color: white; 
}

#subtitle {
	float: right;
	padding-top: 26px;
	padding-right: 15px;
	width: 345px;
	height: 27px;
	vertical-align: bottom;
	
	background-color: #080808;
	/*background-position: 7px -50px;
	background-repeat: no-repeat;
	background-image: url(images/header-back.jpg);*/
	font-size: 14px;
	font-weight: bold;
	line-height: 130%;
	text-align: right;
	color: white;
}

#footer {
	clear: both;
	float: none;
	display: block;
	padding: 5px 10px;
	margin: 10px 0px;
	height: 15px;
	width: 900px;

	background-color: #232323;
	text-align: center;
	border-top: dotted 1px #FFFAFA; 
	border-bottom: dotted 1px #FFFAFA;
	color: white; 
}

#navigation {
	clear: both;
	float: none;
	padding: 0px 10px;
	width: 900px;
	height: 25px;

	border-top: dotted 1px #FFFAFA; 
	border-bottom: dotted 1px #FFFAFA;
	background-color: #232323;
	font-weight: bold;
	font-size: 12px;
}
#navigation #items {
	float: left; 
	margin-left: 147px;
}
#navigation .item {
	float: left; 
	padding: 5px 10px;
	margin: 0px 5px;
	height: 15px;

	color: #FCFCFC;	
	cursor: pointer;
}
#navigation a {
	color: #FCFCFC;	
	text-decoration: none;
}
#navigation .selected {
	background-color: #FCFCFC;
}
#navigation .selected a {
	color: #101010;
}

#middle {
	clear: both;
	float: left;
	padding: 0px 0px 0px;
	width: 920px;

	background-color: #232323;
	text-align:left;
}

#std-layout-container {
	height: 100%;
	width: 100%;
}
#std-layout-container #left-column {
	float: left;
	padding: 0px 14px 0px 0px;
	width: 282px;
}
#std-layout-container #right-column {
	float: left;
	padding: 0px 0px 0px;
	width: 282px;
}

#side-image-panel {
	padding: 8px 0px;
	padding-bottom: 40px;
	background-color: #771E28; /*#67000C height: 100%;float: left;*/
	width: 300px;
}
#side-image-panel img {
	width: 300px;
	/*height: 300px;*/
	vertical-align: top;
}
#content {
	float: left;
	padding: 2px 14px 8px;
	width: 592px;
	vertical-align: top;
	text-align:left;
}

/* --------------------------------------------------------- */

.event-teaser {
	clear: left; float: left; 
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 2px;
	border-top: 1px dotted #FFFFFF; 
}
.event-teaser .image-panel {
	float: left; 
	margin-top: 2px;
	margin-bottom: 3px;
	width: 114px; 
}
.event-teaser .image-panel img {
	width: 114px; 
}
.event-teaser .text-panel {
	float: left; 
	margin: 0px;
	margin-left: 7px;
	width: 470px;
}
.event-teaser .title {
	font-size: 11px;
	font-weight: bold;
	line-height: 130%;
}
.event-teaser p {
	padding-bottom: 3px;
	font-size: 10px; 
	line-height: 130%; 
}
.event-teaser a {
	font-size: 10px; 
}
.event-teaser .flow-panel img {
	margin-right: 7px;
	margin-bottom: 1px;
	margin-top: 2px;
	width: 114px; 
}

.event-special-message {
	background-color: #FFFE41;
	color: black;
}
.event-changed-message {
	background-color: #DA1631;
	color: white;
}

/* --------------------------------------------------------- */

#home-module .side-image {
	float: left;
	padding: 8px 0px;
	width: 567px;
	height: 394px;
	background-color: #1A1A1A;
}
#home-module .side-text {
	float: left;
	padding: 200px 14px 9px;
	height: 201px;
	background-color: #771E28;
	width: 325px;
}


#agenda-module .event-block-title {
	clear: left;
	float: left;
	padding: 6px 0px 3px; 
	font-size: 14px; 
	font-weight: bold;
	width: 200px;
}
#agenda-module .flyer-download {
	float: right; 
	padding: 6px 0px 3px;
}
.image-copyright {
	float: right; 
	margin: 0px 8px 0px; 
	padding: 0px;
}
#agenda-module .date-time-info {
	clear: left;
	float: left;
	margin-left: 0px;
	width: 126px;
}
#agenda-module .artists {
	clear: left;
	float: left;
	padding-top: 6px;
	font-size: 90%;
	font-weight: bold;
	line-height: 130%;
}

#agenda-module	.next-event {
	clear: left;
	border-top: 1px dotted #FCFCFC;
	border-bottom: 1px dotted #FCFCFC;
}
#agenda-module .next-event .title {
	font-size: 12px;
	font-weight: bold;
}
#agenda-module .next-event .image {
	padding-top: 6px;	
	padding-bottom: 6px;
	width: 200px;
	background-color: #080808;
}
#agenda-module .next-event .image img {
	width: 200px;
}
#agenda-module .next-event .text {
	padding: 4px 8px 3px;
	background-color: #771E28;
	font-size: 11px;
	line-height: 130%;
}

#agenda-module .all-events  {
	clear: both; 
	float: left;
}
#agenda-module .all-events .event-teaser {
	padding: 3px 0px 6px;
	width: 540px;
	background-color: #67000C;
}
#agenda-module .all-events .alt-bg-color {
	background-color: #771B28;
}
#agenda-module .all-events .event-teaser .day-name {
	clear: left; 
	float: left; 
	padding-left: 5px; 
	font-size: 12px; 
	width: 28px;
	line-height: 130%;
}
#agenda-module .all-events .event-teaser .date-time {
	float: left; 
	width: 70px; 
	text-align: right;
	font-size: 12px;
	line-height: 130%;
}
#agenda-module .all-events .event-teaser .body {
	float: left; 
	padding-right: 5px; 
	width: 432px;
	line-height: 130%;
}
#agenda-module .all-events .event-teaser .title {
	margin: 0px 0px 1px 0px;
	line-height: 130%;
	font-size: 12px;
	font-weight: bold;
}
#agenda-module .all-events .event-teaser .artists {
	padding-top: 0px; 
	line-height: 130%;
	font-size: 10px; 
	font-weight: normal; 
}

#agenda-module .event-teaser {
	width: 338px;
}
#agenda-module .event-teaser .text-panel {
	width: 217px;
}

#agenda-module #event-detail .paging-control-panel {
	clear: right; 
	float: right; 
	margin: 6px 0px 0px; 
	padding: 0px;
	padding-right: 14px;
	width: 90px;
}
#event-detail-title {
	clear: left;
	float: left;
	margin-top: 5px;
	margin-bottom: 1px;
	padding: 0px;
	line-height: 110%;
	font-size: 14px;
	font-weight: bold;
}
#agenda-module #event-detail .text {
	clear: left; 
	float: left; 
	width: 480px;
	padding-top:5px; 
	padding-bottom: 0px;
	line-height: 130%; 
}

#newsletter-module #content {
	width: 380px;
}

#club-module #content {
	width: 410px;
}

#archive-module .nav-panel {
	clear: left; 
	float: left; 
	margin: 0px 0px 3px; 
	width: 100%;
} 
#archive-module .nav-panel .months {
	clear: left; 
	float: left;
	padding: 0px 14px 0px;
	margin: 6px 0px 12px;
	width: 562px;
	height: 26px;
	font-size: 11px;
	font-weight: normal;
	border-top: 1px dotted #FCFCFC;
	border-bottom: 1px dotted #FCFCFC;
	background-color: #232323;
}
#archive-module .nav-panel .months .archive-month {
	float: left;
	padding: 5px 0px 6px;
	height: 15px;
	margin-right: 0px;
}

#archive-module .nav-panel .month-select {
	clear: right;
	float: right;
	margin: 4px 0px 4px;
	padding: 0px;
	width: 80px;
	height: 18px;
}

#archive-module .nav-panel .title {
	clear: left;
	float: left;
	margin: 6px 0px 1px;
	width: 500px;
	font-size: 14px;
	font-weight: bold;
}

#archive-module .event-teaser {
	width: 592px;
}
