/*
1.1   GLOBAL RESETS ~ read only

2.1   HEADER
2.1.1 MENU-TOP
2.1.2 SEARCH
2.1.3 LOGO 

3.1   CONTENT-SPLASH
3.1.1 CAROUSEL
3.1.2 LOGIN
3.1.3 BANNER

4.1   CONTENT
4.1.1 3 COLUMNS
4.1.2 4 COLUMNS
4.1.3 CONTENT MENU
4.1.4 CONTENT GENERAL




RED: #ED1B2E

*/




/*** 1.1 GLOBAL RESETS ***/

html {
	overflow-y: scroll;
}

html.popup {
	overflow-y: auto;
}

body {
	font-family: Arial;
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #888;
	background: #000 url('/site/img/bg-gradient.jpg') top left repeat-x;
}

.clear-both {
	clear: both;
	overflow: hidden;
}

a {
	color: #fff;
}

a img {
	border: 0;
}

p {
	margin: 0;
	padding-bottom: 15px;
	line-height: 16px;
}

#bg {
	background: url('/site/img/bg-logo.jpg') no-repeat center top;
	height: 680px;
}

.popup #bg {
	background-position: top right;
	height: auto;
}

#container {
	border-top: 5px solid #ED1B2E;
	width: 960px;
	margin: auto;
}

.popup #container {
	width: 90%;
}

h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
}

h1 {
	font-weight: normal;
	font-size: 26px;
	color: #fff;
}

h2 {
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	font-weight: normal;
	font-size: 16px;
	color: #fff;
}

h4 {
	font-size: 18px;
	font-weight: normal;
	color: #888;
}

h5 {
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

table td {
	padding: 0;
	margin: 0;
}

form {
	margin: 0;
	padding: 0;
}

.hr {
	border-bottom: 1px solid #aaa;
	font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin: 5px 0;
    overflow: hidden;
}





/*** 2.1 HEADER ***/

#header {
	padding-bottom: 20px;
}




/*** 2.1.1 MENU-TOP ***/

#menu-top {
	float: left;
	margin: 0;
	text-transform: uppercase;
	font-size: 13px;
	float: left;
	padding-left: 14px;
	padding-top: 8px;
}

#menu-top ul {
	margin: 0;
	padding: 0;
}

#menu-top li {
	list-style: none;
	float: left;
	margin-right: 10px;
}

#menu-top li a {
	display: block;
	padding: 2px 3px;
	text-decoration: none;
}

#menu-top li.active a,
#menu-top li a:hover {
	color: #ED1B2E;
}




/*** 2.1.2 SEARCH ***/

#search-top {
	padding-right: 16px;
	padding-top: 8px;
	float: right;
}

#search-top select {
	border: 1px solid #bbb;
	margin: 0;
	padding: 2px;
	font-size: 11px;
	vertical-align: bottom;
	background: #000;
	color: #fff;
}

#search-top input {
	vertical-align: bottom;
	margin: 0;
}

#search-top .input-text {
	border: 1px solid #aaa;
	padding: 3px;
	color: #aaa;
}

#search-top input.input-submit {
	border: 1px solid #aaa;
	background: #000;
	padding: 2px 7px 1px 7px;
	margin-top: 0;
}

#search-top #direct-booking {
	float: left;
}

#search-top h5 {
	float: left;
	padding-right: 10px;
	padding-top: 2px;
	font-size: 13px;
}



/*** 2.1.3 LOGO ***/

#logo {
	float: left;
	height: 27px;
	font-family: Georgia;
	font-style: italic;
	font-size: 21px;
	padding-top: 20px;
	padding-left: 15px;
}

.page-subheader {
	float: right;
	margin: 7px 0 0 20px;
}

#header-right {
	float: right;
	text-align: right;
	line-height: 16px;
	padding: 22px 16px 0 0;
	font-size: 12px;
	color: #fff;
}

#header-right a {
	text-decoration: none;
}

/*****************************/




/*** 3.1 CONTENT-SPLASH ***/

#content-splash {
	width: 960px;
}




/*** 3.1.1 CAROUSEL ***/

#carousel {
	width: 719px;
	height: 355px;
	float: left;
	position: relative;
}

#carousel .fader {
    position: absolute;
    width: 719px;
}

.carousel-image {
	background: gray;
	height: 244px;
}

.carousel-content {
	background: #000;
	height: 96px;
	padding: 15px 15px 0 20px;
}

.carousel-content h2 {
	line-height: 28px;
}

.carousel-content h4 {
	font-size: 15px;
}

.carousel-link {
	color: #ED1B2E;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
}

#carousel-controls {
	position: absolute;
	top: 15px;
	right: 15px;
}

#carousel-controls a {
	padding: 1px 5px;
	background: #fff;
	display: block;
	float: left;
	color: #000;
	text-decoration: none;
	margin-left: 1px;
	margin-top: 1px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#carousel-controls a.active {
	margin-top: 0;
	padding: 2px 5px;
	opacity: 1;
	filter: none;
}




/*** 3.1.2 LOGIN ***/

#login-box {
	float: right;
	background: #ED1B2E;
	width: 201px;
	height: 339px;
	margin: 0;
	padding: 16px 18px 0 18px;
}

#login-box .hr {
	margin-top: 8px;
	margin-bottom: 8px;
	border-color: #fff;
}

#login-content p {
	color: #fff;
	font-size: 12px;
	padding-bottom: 0;
}

#login-content form {
	color: #fff;
}

#login-content table {
	margin-top: 10px;
}

#login-content td {
	padding: 0 0 3px 0;
}


#login-content .input-text {
	width: 190px;
	background: #fff;
	color: #222;
}

#login-content input.example {
	color: #aaa;
}

#login-content .input-submit {
	background: #000;
}

.lost-password {
	margin: 0 20px 0 0;
}

.loginbox-link {
	background: #000;
	padding: 0 7px;
	line-height: 22px;
	height: 22px;
	text-transform: uppercase;
	color: #ddd;
	font-weight: bold;
	font-size: 11px;
	margin-top: 6px;
	display: inline-block;
	text-decoration: none;
}




/*** 3.1.3 BANNER ***/

#banner {
	float: right;
	background: #fff;
	width: 237px;
	height: 111px;
}




/*** 3.1.4 INITIATIVES ***/

#block-initiatives {
	padding: 10px 0 20px 0;
}

#initiatives-title {
	padding-left: 20px;
	padding-bottom: 8px;
}

#initiatives-title h3 {
	font-size: 16px;
}

.initiative {
	float: left;
	width: 237px;
	margin: 0 4px 0 0;
	background: #000;
}

.initiative-last {
	float: left;
	width: 237px;
	margin: 0;
	background: #000;
}

.initiative-sfeer {
	height: 150px;
}

.initiative-content {
	background: #000;
	padding: 15px 15px 15px 20px;
	font-size: 11px;
}

.show-all {
	font-size: 14px;
	color: #ED1B2E;
	text-decoration: none;
}

.initiative-content h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	font-size: 28px;
	line-height: 28px;
}

.initiative-content h2 a {
	text-decoration: none;
}

.initiative-content p {
	line-height: 14px;
	padding: 0;
	margin: 0;
	padding-bottom: 7px;
}

/*****************************/




/*** 4.1 CONTENT ***/ 

/*** 4.1.1 CONTENT-3-COL ***/

.column-3-wrapper {
	background: url('/site/img/bg-3column.gif') repeat-y;
	
	/* ie6 fix.. que? */
	_height: 1%;
}

.column-3-col {
	background: #000;
}

.column-3-wrapper #col-1 {
	float: left;
	width: 197px;
	min-height: 486px;
	_height: 486px;
	margin: 0 4px 0 0;
	padding: 14px 20px 0 20px;
	overflow: hidden;
}

.column-3-wrapper #col-2 {
	float: left;
	width: 237px;
	min-height: 500px;
	_height: 500px;
	margin: 0 4px 0 0;
}

.column-3-wrapper #col-3 {
	float: left;
	width: 478px;
	margin: 0;
}



/*** 4.1.2 CONTENT-4-COL ***/

.column-4-wrapper {
	background: url('/site/img/bg-4column.gif') top left repeat-y;
	
	/* ie6 fix.. que? */
	_height: 1%;
}

.column-4-col {
	background: #000;
}

.column-4-wrapper #col-1 {
	float: left;
	width: 197px;
	min-height: 486px;
	_height: 486px;
	margin: 0 4px 0 0;
	padding: 14px 20px 0 20px;
	overflow: hidden;
}

.column-4-wrapper #col-2 {
	float: left;
	width: 237px;
	min-height: 500px;
	_height: 500px;
	margin: 0 4px 0 0;
}

.column-4-wrapper #col-2 #img-initiative {
	display: block;
}

.column-4-col h2 {
	font-size: 17px;
}

.column-4-wrapper #col-3 {
	float: left;
	width: 237px;
	min-height: 500px;
	_height: 500px;
	margin: 0 4px 0 0;
}

.column-4-wrapper #col-4 {
	float: left;
	width: 237px;
	min-height: 500px;
	_height: 500px;
	margin: 0;
	word-wrap: break-word;
}

.column-4-wrapper #col-4 h1 {
	font-size: 16px;
}




/*** INITIATIVES MENU ***/

#menu-initiatives {
	margin: 0;
	padding: 0;
	padding-top: 3px;
	list-style: none;
}

#menu-initiatives li {
	padding-bottom: 20px;
}

#menu-initiatives a {
	text-decoration: none;
	text-transform: uppercase;
}

#menu-initiatives a:hover,
#menu-initiatives li.active a {
	color: #ED1B2E;
}

#menu-initiatives span {
	display: block;
	margin: 0;
}

#menu-initiatives span.initiative-header {
	font-size: 27px;
	line-height: 27px;
}

#menu-initiatives span.initiative-subheader {
	font-size: 10px;
}

#initiative-help {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 20px;
	text-transform: uppercase;
	color: #aaa;
}

#initiative-help p {
	font-size: 11px;
	line-height: 12px;
}

#initiative-help p a {
	color: #fff;
	text-decoration: none;
}



/*** ARTISTS MENU ***/

#menu-artists {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu-artists a {
	text-decoration: none;
}

#menu-artists li.active a,
#menu-artists a:hover {
	color: #ED1B2E;
}



/*** 4.1.3 CONTENT-MENU ***/

#content-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 8px;
}

#content-menu a {
	display: block;
	padding: 4px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#content-menu a:hover {
	background: #333;
}

#content-menu li.active a,
#content-menu li.active a:hover {
	background: #ed1b2e !important;
	/*font-weight: bold;*/
}




/*** 4.1.4 CONTENT GENERAL ***/

.content {
	padding: 20px;
}

.content-headers {
	padding-bottom: 8px;
}

.content-headers h1 {
	font-size: 20px;
	text-transform: uppercase;
}

.redbutton-link {
	background: #ED1B2E;
	padding: 0 7px;
	text-transform: uppercase;
	color: #ddd;
	font-weight: bold;
	font-size: 11px;
	line-height: 22px;
	height: 22px;
	margin-top: 10px;
	display: inline-block;
	text-decoration: none;
}


/*** POPUP ***/

#popup-content {
	background: #000;
	margin-top: 15px;
	margin-bottom: 25px;
}



/*** ARTIST INFO ***/

#artist-images {
	height: 150px;
	position: relative;
}

#artist-images img {
	display: block;
	position: absolute;
	top: 0; 
}

#button-booking {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}



/*** BOOKING ***/

#booking-info {
	padding-top: 20px;
}

#booking-info h5 {
	padding-bottom: 10px;
}



/*** BOOKING HISTORY ***/

#order-history .hr {
	margin: 0;
	padding: 0;
}

#order-history .header td {
	color: #fff;
	font-size: 12px;
}

#order-history td {
	padding: 4px 2px;
}



/*****************************/




/*** ?.?.? FOOTER ***/

#footer {
	font-size: 11px;
	color: #aaa;
	padding: 10px 5px;
}

#copyright {
	float: left;
}

#menu-footer {
	float: right; 
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu-footer li {
    border-right: 1px solid #5E5E5E;
    float: left;
    padding: 0 6px;
}

#menu-footer li.last {
	border: 0;
	padding-right: 0;
}

#menu-footer a {
	color: #aaa;
	text-decoration: none;
}

#menu-footer a.active,
#menu-footer a:hover {
	color: #fff;
}

/*****************************/





/*** Sitemap ***/

.sitemap_node img {
	float: left;
	display: block;
	margin-right: 4px;
}

.sitemap_node {
	height: 20px;
	line-height: 20px;
}

#content-left #sitemap a {
	color: #fff;
	font-size: 11px;
}

/*****************************/





/*** Forms ***/

input, select, textarea {
	font-size: 11px;
	color: #aaa;	
}

input.input-text,
.form select {
	background: #000;
	color: #aaa;
	border: 1px solid #424242;
	padding: 2px;
	font-family: Arial;
	vertical-align: middle;
}

input.input-checkbox {
	vertical-align: middle;
}

.input-file {
	margin: 5px 0;
}

input.input-image {
	vertical-align: middle;
}

.input-submit {
	border: 0;
	background: #ED1B2E;
	color: #ddd;
	margin: 0;
	margin-top: 4px;
	padding: 0 7px;
	height: 22px;
	font-family: arial;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	vertical-align: middle;
}

textarea {
	width: 250px;
	height: 150px;
	border: 1px solid #424242;
	font-family: Arial;
	padding: 2px;
	vertical-align: top;
	background: #000;
	color: #aaa;
}

textarea.fullwidth {
	width: 100%;
}

input.nodisp {
	display: none;
}

input.example {
	color: #222;
}

input.input-image {
	margin-top: 4px;
}

.form td img {
	vertical-align: text-top;
}

.form {
}

.form td {
	padding-top: 2px;
	padding-bottom: 2px;
}

.form .input-text {
	width: 250px;
	font-family: Arial;
}

.form select {
	width: 256px;
}

.form .input-image {
}

.form .input-textarea {
	width: 250px;
	height: 100px;
	font-family: Arial;
}

.form .input-radio {
	vertical-align: bottom;
}

.form .input-checkbox {
	vertical-align: middle;
	margin-right: 8px;
}

tr.error-validate input.required,
tr.error-validate textarea.required {
	border-color: #ff0000;
}

tr.error-validate td {
}

input.error-validate,
textarea.error-validate {
	border-color: #ff0000;
}

img.validate-img {
	display: none;
	margin-top: 1px;
	margin-right: 5px;
	margin-left: 3px;
	vertical-align: top;
}

.nodisp {
	width: 1px;
	height: 1px;
	border: 0;
	display: none;
}

.form-error {
	border: 1px solid red;
	color: red;
	padding: 6px 10px;
	margin: 10px 0;
}

.form-error a {
	color: red;
}

.booking-date .input-text {
	width: 80px;
	margin-right: 5px;
}

input.example {
	color: #444;
}

.input-button {
	background: none repeat scroll 0 0 #191919;
    border: 1px solid #333333;
    color: #FFFFFF;
    font-size: 11px;
    padding: 2px;
    vertical-align: top;
    line-height: 12px;
    text-transform: uppercase;
}

.loginform .input-text {
	width: 200px;
	padding: 3px;
}

.loginform .input-submit {
	margin-top: 0;
}




/*** Search ***/

.search {
	padding-bottom: 15px;
}

.search .input-text {
	padding: 3px;
	vertical-align: top;
}

.search .input-submit {
	vertical-align: top;
}

#search-results {
	padding-top: 15px;
}

.search-result {
	padding-bottom: 25px;
}

.search-result h2 {
	font-size: 16px;
}

.search-result h2 a {
	text-decoration: none;
}

.search-result .breadcrumbs a {
	text-decoration: none;
}




/*** Agenda ***/

.agenda-item {
	padding: 10px 0;
}

#login-box .agenda-item .hr {
	margin-top: 8px;
	margin-bottom: 8px;
}

#login-content .agenda-item {
	padding: 0;
}

.agenda-item-content {
	float: right;
	width: 385px;
}

#login-content .agenda-item-content {
	width: 150px;
	color: #fff;
}

.agenda-item h3 {
	float: left;
	padding-bottom: 8px;
}

.agenda-item .initiative-title {
	float: right;
	padding-top: 5px;
	color: #fff;
	font-weight: bold;
}

.agenda-item .date-time {
	float: left;
	font-weight: bold;
	color: #fff;
}

.agenda-item .date-time .day {
	display: block;
	font-size: 32px;
	line-height: 32px;
}

.agenda-item .date-time .month {
	display: block;
	font-size: 22px;
	line-height: 22px;
	margin-top: -3px;
}

.agenda-item .date-time .time {
	display: block;
	font-size: 13px;
	line-height: 13px;
	margin-top: -1px;
}




/*** Pagenav ***/

#search-pagenav,
#agenda-pagenav {
	padding-top: 5px;
}

.pagenav {
	display: inline;
	padding-left: 3px;
	word-spacing: 0;
}

.pagenav a {
	padding: 3px 5px;
	background: #333;
	text-decoration: none;
}

.pagenav a:hover,
.pagenav a.active {
	background: #ED1B2E;
}

.pagenav a.active {
	font-weight: bold;
}

.pagenav_imgbutton {
	display: none;
}

