/*
Club Home base styles

geomery:
--------
total width: 960px + 12px margins on the sides = 984px

colors used:
------------
black: #000 <del>231f20</del>
dark-gray: #231f20
pink: #ed98a5 <del>d27c80</del>
gray: #636363 <del>#333</del> <del>3e3e3e</del>
white: #fff
*/
html {
	height: 100%;
	}
body {
	color: #fff;
	background: #000;
	text-align: center;
	font: 62.5% "CG Futura Maxi", "Futura", "Avant Garde", "Century Gothic", "Verdana", "sans-serif";
	margin: 0;
	padding: 0;
	display: table;
	height: 100%;
	width: 100%;
	}
#main {
	text-align: justify;
	display: table-cell;
	vertical-align: middle;
	padding: 4px 0;
	font-size: 1.2em;
	}
#main .inner {
	width: 970px;
	margin: 0 auto;
	padding: 12px;
	background: #fff;
	}
h1, h2, h3 {
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	}
h1 a {
	display: block;
	background: center center no-repeat #231f20;
	text-indent: -8192px;
	}

h2 {
	color: #fff;
	background: #636363;
	font-size: 1.2em;
	padding: 4px 10px;
	line-height: 14px;
	height: 12px; /* just in case it's empty */
	}
h2 a, h3 a {
	text-decoration: none;
	}
h2 a {
	color: #fff;
	}
h3 a {
	color: #000;
	}
a img {
	border: 0;
	}
p {
	margin: 0 0 1em;
	}

#leftcol, #rightcol {
	height: 498px; /* 524 - 12-12 -20 - 6 */
	}
#leftcol {
	float: left;
	}
#rightcol {
	float: right;
	}

/* menu stuff */
#menu {
	clear: both;
	background: url(rainbow.png) center top no-repeat;
	list-style: none;
	padding: 6px 0 0;
	text-indent: 0;
	margin: 0;
	}
#menu li {
	width: 10%;
	float: left;
	height: 20px;
	}
#menu li span {
	display: block;
	padding: 0 0 0 5px;
	}
#menu li a {
	display: block;
	background: 7px center no-repeat #231f20;
	height: 20px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: -8192px;
	font-size: 1.1em;
	}
#menu li a:hover {
	background-color: #636363;
	}
#menu li b a, #menu li b a:hover {
	background-color: #ed98a5;
	}
#menu li#menu_home span {
	padding-left: 0;
	}

#menu li#menu_home a {
	background-image: url(menu/home.png);
	}
#menu li#menu_agenda a {
	background-image: url(menu/agenda.png);
	}
#menu li#menu_specials a {
	background-image: url(menu/specials.png);
	}
#menu li#menu_flyers a {
	background-image: url(menu/flyers.png);
	}
#menu li#menu_pictures a {
	background-image: url(menu/pictures.png);
	}
#menu li#menu_video a {
	background-image: url(menu/video.png);
	}
#menu li#menu_artists a {
	background-image: url(menu/artists.png);
	}
#menu li#menu_rooms a {
	background-image: url(menu/rooms.png);
	}
#menu li#menu_links a {
	background-image: url(menu/links.png);
	}
#menu li#menu_contact a {
	background-image: url(menu/contact.png);
	}

/* box */
.box {
	background: #231f20;
	color: #fff;
	padding: 15px;
	margin: 0 0 2px;
	}

/* shop voor ticketscript-clubhome */
.boxshop {
	background: #666666;
	color: #fff;
	height: 332px;
	width: 643px;
	}

/* gallery digita-traffic */
.boxgallery {
	background: #666666;
	color: #fff;
	height: 496px;
	width: 624px;
	}

/* mailinglist form */
#mailinglist input {
	border: 0;
	background: url(txt/your-email-here.png) 10px center no-repeat #fff;
	text-indent: -8192px;
	color: #000;
	font: 100% "Century Gothic", "Verdana", "sans-serif";
	padding: 2px 10px;
	height: 19px;
	margin: 4px 0 0;
	font-weight: normal;
	width: 188px;
	float: left;
	}
#mailinglist input.focussed {
	text-indent: 0;
	background: #fff;
	}
#mailinglist input.submit {
	color: #fff;
	background: #ed98a5;
	width: 80px;
	height: 23px;
	padding: 0;
	float: right;
	}
#mailinglist fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	}

/* default nav-style */
.nav {
	clear: both;
	background: #231f20;
	margin: 0 0 2px;
	height: 18px;
	}
div.inside {
	margin: -8px -7px 15px;
	}
.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	}
.nav li.prev, .nav li.back {
	float: left;
	padding-right: 2px;
	}
.nav li.next {
	float: right;
	padding-left: 2px;
	}
.nav li {
	background: #fff;
	}
.nav li a, .nav li span {
	cursor: pointer;
	display: block;
	color: #fff;
	background: 12px center no-repeat #636363;
	padding: 4px 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-indent: -8192px;
	height: 10px;
	line-height: 10px;
	}
.inside li strong {
	display: block;
	padding: 4px 12px;
	height: 10px;
	line-height: 10px;
	background: #3d3d3d;
	text-indent: -1000em;
	}
.nav li a:hover, .nav li span:hover, .nav li span.hover, .nav li span.selected,
div.inside li a:hover, div.inside li span:hover, div.inside li span.hover, div.inside li span.selected {
	background-color: #ed98a5;
	}
.nav li span.selected {
	cursor: auto;
	}
div.inside ul {
	text-align: center;
	}
div.inside li {
	display: inline-block;
	}
	
.nav .back a {
	background-image: url(txt/back.png);
	width: 31px;
	}
.nav .prev a {
	background-image: url(txt/previous.png);
	}
.nav .prev a, .inside .prev strong {
	width: 58px;
	}
.nav .next a {
	background-image: url(txt/next.png);
	}
.nav .next a, .inside .next strong {
	width: 29px;
	}
.nav .play {
	margin-left: 50%;
	}
div.inside .play {
	margin-left: 0;
	}
div.inside li.prev, div.inside li.next {
	border-left: 2px solid #231f20;
	border-right: 2px solid #231f20;
	}
#main div.inside .prev.noprev {
	border-left: 2px solid #3d3d3d;
	}
div.inside li.prev, div.inside li.next, div.inside li.play, div.inside li.pause {
	float: none;
	padding: 0;
	}
.nav .play, .nav .pause {
	width: 34px;
	padding-left: 2px;
	float: left;
	border: 0;
	}
div.inside .play {
	border-right: 2px solid #231f20;
	}
div.inside li.play, div.inside li.pause {
	float: none;
	}
.nav .play span {
	background-image: url(txt/play.png);
	}
.nav .pause {
	padding-right: 2px;
	}
.nav .pause span {
	background-image: url(txt/pause.png);
	}
.nav br {
	clear: both;
	}
div.inside {
	background-color: #3d3d3d;
	}
div.inside li a, div.inside li span {
	background-color: #3d3d3d;
	}

br#clearing {
	clear: both;
	}

/* some more or less generic texts */
.txt {
	text-indent: -8192px;
	background-position: 8px center;
	background-repeat: no-repeat;
	line-height: 12px;
	height: 12px;
	}
#mailinglist h2 {
	background-image: url(txt/mailinglist.png);
	}

/* custom scrollbars 2.0 */
div.scrollbar {
	overflow: hidden;
	}
div.scrollbar .scrollbar-container {
	overflow: scroll;
	}
div.scrollbar.scrollbar-vertical .scrollbar-container {
	overflow-y: scroll;
	overflow-x: auto;
	}
div.scrollbar.scrollbar-horizontal .scrollbar-container {
	overflow-x: scroll;
	overflow-y: auto;
	}
div.scrollbar.scrollbar-pimped .scrollbar-container {
	overflow: hidden;
	width: auto;
	}
div.scrollbarscroll {
	background: #231f20;
	height: 10px;
	padding: 3px 4px;
	}
div.scrollbar.scrollbar-bottom .scrollbarscroll {
	border-top: 2px solid #fff;
	}
div.scrollbar.scrollbar-top .scrollbarscroll {
	border-bottom: 2px solid #fff;
	}
div.scrollbar.scrollbar-left .scrollbarscroll {
	border-right: 2px solid #fff;
	}
div.scrollbar.scrollbar-right .scrollbarscroll {
	border-left: 2px solid #fff;
	}
div.scrollbarscroll .scrollbarcanvas {
	background: #ed98a5;
	height: 10px;
	}
div.scrollbarscroll .scrollbarcanvas .scrollbarscroller {
	display: block;
	background: #fff;
	cursor: pointer;
	}
div.scrollbar.scrollbar-horizontal .scrollbarcanvas .scrollbarscroller {
	height: 10px;
	width: 16px;
	}
div.scrollbar.scrollbar-vertical .scrollbarcanvas {
	position: absolute;
	}
div.scrollbar.scrollbar-vertical .scrollbarcanvas .scrollbarscroller {
	width: 10px;
	height: 16px;
	}

div.scrollbar.scrollbar-vertical div.scrollbarscroll {
	width: 10px;
	height: 100%;
	padding: 4px 3px;
	}
div.scrollbar.scrollbar-left div.scrollbarscroll {
	float: left;
	}
div.scrollbar.scrollbar-right div.scrollbarscroll {
	float: right;
	}

/* bulletlist */
ul.bulletlist { /* ul with arrows */
	list-style: none;
	list-style-image: url(arrow.png);
	list-style-position: outside;
	text-indent: 0;
	margin: 0;
	padding: 0 0 0 16px;
	text-transform: uppercase;
	}
ul.bulletlist li {
	margin-bottom: 0.3em;
	font-size: 1.2em;
	}
ul.bulletlist li.selected {
	list-style-image: url(arrow-selected.png);
	}
ul.bulletlist a {
	color: #808080;
	text-decoration: none;
	}
ul.bulletlist li.selected a, ul.bulletlist li.selected a:hover {
	color: #fff;
	}
ul.bulletlist li a small, ul.bulletlist li.selected a small {
	display: block;
	color: #808080;
	margin-left: -16px;
	}

div.ajax-loader {
	background: #000;
	opacity: .5;
	position: absolute;
	text-align: center;
	}

/* thumbs for gallery/flyers/video(?) */
.thumbs {
	height: 120px;
	margin-bottom: 2px;
	border: 2px solid #231f20;
	border-bottom-width: 0;
	background: #000;
	}
.thumbs .scrollbarscroll {
	margin: 0 -2px;
	position: absolute;
	}
.thumbs ul {
	margin: 0 auto;
	}
.thumbs li {
	width: 102px;
	margin: 0;
	text-align: center;
	}
.thumbs li.first-child a {
	margin: 0;
	}
.thumbs li a {
	display: block;
	margin-left: 2px;
	height: 100px;
	}
.thumbs li img {
	opacity: .5;
	}
.thumbs li.selected a img, .thumbs li.selected a:hover img {
	opacity: 1;
	cursor: default;
	}
.thumbs li a:hover img {
	opacity: .8;
	}
.thumbs li.first-child img {
	margin-left: 0;
	}
.thumbs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	height: 102px;
	}
.thumbs ul li {
	float: left;
	}

/* sIFR styles */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

.sIFR-hasFlash h2.sifr {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 12px;
}
#hdr {
	position: absolute;
	}
.order {
	display: block;
	text-indent: -1000em;
	width: 65px;
	height: 65px;
	float: right;
	background: url(order.png);
	margin: 8px;
	color: #fff;
	}
span.order {
	background: none;
	}
