/*
	Website layout
*/
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #232323;
}
div#websiteContainer {
	width: 100%;
	height: 500px;
	margin:-250px 0px 0px 0px;
	top: 50%;
	position: absolute;
	background-color: #090909;
	background-image: url(../images/bg_websiteContainer.gif);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center; /* Centering the container for pre IE 6 browsers (Why actually? Not a soul in the world uses a browser that old. And if they do, they should be punished! By not having websites act as they should do!) */
}
div#mainContainer {
	width: 824px;
	height: 500px;
	margin: 0 auto;
	text-align: left;
}
div#contentContainer {
	height: 420px;
}
div#menuContainer {
	height: 80px;
	margin: 0 0 0 12px;
	background-image: url(../images/bg_menu.gif);
	background-position: 10px bottom;
	background-repeat: no-repeat;
}
div#mainContent {
	height: 400px;
	width: 502px;
	margin: 20px 0 0 102px;
	float: left;
	overflow: auto;
	
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}
div#rightContent {
	width: 218px;
	height: 420px;
	float: left;
	
	background-image: url(../images/bg_rightContent.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	
	font-size: 9px;
}
div#clearContent {
	height: 0px;
	clear: both;
}
div#showsContainer {
	height: 125px;
	margin: 20px 15px 5px 10px;
	padding: 0 0 15px 0;
	overflow: auto;
	letter-spacing: -1px;
	background-color: #d81515;
}

ul#menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#menu li {
	float: left;
}
span.rood {
	color: #ff0000;
}

/*
	Menu buttons
*/
li#buttonWeblog {
	margin: 34px 0 0 18px;
}
li#buttonWeblog a {
	width: 74px;
	height: 30px;
	display: block;
}
li#buttonShows {
	margin: 41px 0 0 2px;
}
li#buttonShows a {
	width: 67px;
	height: 27px;
	display: block;
}
li#buttonPictures {
	margin: 33px 0 0 0;
}
li#buttonPictures a {
	width: 65px;
	height: 26px;
	display: block;
}
li#buttonMultimedia {
	margin: 34px 0 0 2px;
}
li#buttonMultimedia a {
	width: 110px;
	height: 33px;
	display: block;
}
li#buttonBand {
	margin: 29px 0 0 0;
}
li#buttonBand a {
	width: 51px;
	height: 27px;
	display: block;
}
li#buttonPress {
	margin: 36px 0 0 2px;
}
li#buttonPress a {
	width: 103px;
	height: 29px;
	display: block;
}
li#buttonMerchandise {
	margin: 21px 0 0 0;
}
li#buttonMerchandise a {
	width: 65px;
	height: 27px;
	display: block;
}
li#buttonGuestbook {
	margin: 13px 0 0 0;
}
li#buttonGuestbook a {
	width: 98px;
	height: 32px;
	display: block;
}
li#buttonContact {
	margin: 8px 0 0 2px;
}
li#buttonContact a {
	width: 73px;
	height: 30px;
	display: block;
}
li#buttonLinks {
	margin: 15px 0 0 2px;
}
li#buttonLinks a {
	width: 60px;
	height: 27px;
	display: block;
}

li#buttonMyspace {
	margin: -18px 0 0 522px;
	clear: left;
	float: left;
}
li#buttonMyspace a {
	width: 100px;
	height: 27px;
	display: block;
	
	background-image: url(../images/btn_myspace.gif);
}
li#buttonHyves {
	margin: -18px 0 0 5px;
	float: left;
}
li#buttonHyves a {
	width: 100px;
	height: 27px;
	display: block;
	
	background-image: url(../images/btn_hyves.gif);
}
li#buttonYoutube {
	margin: -18px 0 0 5px;
	float: left;
}
li#buttonYoutube a {
	width: 76px;
	height: 27px;
	display: block;
	
	background-image: url(../images/btn_youtube.gif);
}

/*
	Show list
*/
ul.showList {
	padding: 0;
	margin: 10px 0 0 10px;
	list-style-type: none;
	font-size: 9.5px;
}
li.showListOptions {
	margin-top: 5px;
}

/*
	cms menu
*/
div#cmsMenuDiv {
	margin: 20px 15px 5px 10px;
	padding: 0;
	overflow: hidden;
	background-color: #d81515;
}

div#cmsMenuDiv ul {
	margin: 10px 5px 10px 8px;
	padding: 0;
}

div#cmsMenuDiv li {
	margin: 5px;
	font-size: 10px;
	list-style-type: none;
}

div#cmsMenuDiv a:hover {
	color: #ffffff;
}

/*
	Style thingies
*/
.hidden {
	display: none;
}
.notice_not_visible{
	color: #ff0000;
}
.row_not_visible {
	background-color: #ff0000;
}
.clearFloat {
	clear: both;
}

h1 {
	display: none;
}

div#mainContent h2 {
	margin: 0 10px 15px 10px;
	font-size: 18px;
	color: #ffffff;
}
div#mainContent h3 {
	margin: 20px 40px 5px 20px;
	
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	line-height: 18px;
	clear: both;
}
div#mainContent h4 {
	margin: 20px 40px 5px 20px;
	
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	line-height: 18px;
}
div#mainContent h5 {
	margin: 20px 40px 5px 20px;
	
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	line-height: 18px;
}
div#mainContent h6 {
	margin: 20px 40px 5px 20px;
	
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 18px;
}
div#mainContent p {
	margin: 0 40px 10px 20px;
}
div#mainContent img {
	border: 1px #000 solid; 
}

a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #d81515;
}

li.showListOptions a:link {
	color: #770000;
	font-weight: normal;
}
li.showListOptions a:visited {
	color: #770000;
	font-weight: normal;
}

li.showListOptions a:hover {
	color: #000000;
}
div#showsContainer h2 {
	margin: 0;
	padding: 0;
	height: 13px;
	
	background-color: #000000;
	background-image: url(../images/title_shows.gif);
	color: #d81515;
	
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	line-height: 13px;
	letter-spacing: 0px;
}

p.messageFooter {
	border-top: white solid 1px;
	font-size: 10px;
}

/*
	Pictures
*/
ul.picturesList {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
}

ul.picturesList li {
	width: 89px;
	height: 89px;
	margin: 5px;
	padding: 0;
	float: left;
}
ul.picturesList li a {
	width: 75px;
	height: 75px;
	margin: 0;
	padding: 5px;
	display: block;
	
	background-color: #FF0000;
}
ul.picturesList li a:hover {
	background-color: #FFFFFF;
}
ul.picturesList li a img {
	width: 75px;
	height: 75px;
	display: block;
	margin: 0;
	padding: 0;
	border: none !important;
	
	background-color: #0000FF;
	vertical-align: middle;
}

/*
 *  Modules
 */

/*
	Algemeen
*/
 
 
/*
	Content module
*/
form#contentForm textarea {
	width: 460px;
	height: 300px;
	margin: 0px;
}
form#contentForm span#content_id_parent {
	display: block;
	margin: 0 0 5px 0;
}
form#contentForm fieldset {
	border: 1px solid #333333;
	background-color: #010101;
	margin: 0px;
}
form#contentForm fieldset legend {
	font-weight: bold;
}

div.textContent {
	margin: 0;
	padding: 0 0 100px 0;
}

/*
	Event module
*/
form#eventForm label {
	font-weight: bold;
}
form#eventForm textarea {
	width: 460px;
	height: 340px;
	margin: 0px;
}
form#eventForm input {
	margin: 0 0 10px 0;
}
form#eventForm span#event_content_parent {
	display: block;
	margin: 0 0 5px 0;
}
form#eventForm fieldset {
	border: 1px solid #333333;
	background-color: #010101;
	margin: 0px;
}
form#eventForm fieldset legend {
	font-weight: bold;
}
input#event_title,
input#event_extra {
	width: 460px;
}
table.eventList {
	margin: 0px 0px 0px 20px;
	width: 460px;
}
table.eventList thead {
	display: none;
}
table.eventList td {
	font-size: 10px;
	line-height: 11px;
	height: 11px;
}
table.eventList td.eventDate {
	font-weight: bold;
	width: 72px;
}
table.eventList tr.eventItem:hover {
	background-color: #333333;
}

/*
	Guestbook module
*/
div.guestbookMessageContainer {
	border: 1px solid #333333;
	background-color: #010101;
	margin: 20px 0 0 30px;
	width: 400px;
}
div.guestbookMessageContent p {
	margin: 3px 10px 3px 10px !important;
	font-size: 11px;
	line-height: 16px;
}
div.guestbookMessageHeader {
	margin: 0 5px 0 5px;
	border-bottom: 1px solid #333333;
	font-size: 11px;
	line-height: 18px;
}
div.guestbookMessageFooter {
	margin: 0 5px 0 5px;
	border-top: 1px solid #333333;
	font-size: 11px;
	line-height: 18px;
}

form#messageForm fieldset {
	border: 1px solid #333333;
	background-color: #010101;
	
	width: 400px;
}
form#messageForm input#message_name,
form#messageForm input#message_email {
	width: 200px;
}
form#messageForm textarea {
	width: 300px;
	height: 150px;
}
form#messageForm input#message_submit {
	margin-top: 5px;
}
form#messageForm input#message_name,
form#messageForm input#message_email {
	margin-bottom: 10px;
}
.gb_error {
	/* border: 1px solid #ffffff; */
	background: #ff0000;
	color: #ffffff;
	margin-bottom: 0px;
}

/* Login module */
form#logoutForm {
	margin: 20px;
}

fieldset#loginFieldset {
	width: 230px;
	background-color:#010101;
	border:1px solid #333333;
	padding-top: 10px;
	margin: 20px 40px 20px 40px;
}

fieldset#loginFieldset legend {
	font-size: 14px;
}

fieldset#loginFieldset input#loginname,
fieldset#loginFieldset input#password {
	width: 200px;
	margin: 0px 10px 10px 10px;
}

fieldset#loginFieldset label,
fieldset#loginFieldset input#submitbutton {
	margin-left: 10px;
	font-weight: bold;
}

/* News module */
p.newsitem_date {
	border-top: 1px solid #333333;
}

div.newsitem {
	margin-bottom: 30px;
}

/* pictures module */
table.pictureList {
	margin: 5px 5px 5px 20px;
	width: 440px;
	background-color:#010101;
	border:1px solid #333333;
}

/* buttons */
img.button {
	border: none !important;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

span.set-description {
	color: #D81515;
	font-size: 14px;
	
	margin: 0 0 0 20px;
	
	/*visibility: hidden;*/
}