/* Page numbers */
div.pagenumbers	{
	position: relative; 
	clear: both; 
	margin: 5px; 
	padding: 3px; 
	font-size: 11px; 
}

	span.pagenumbers_label	{
		display: inline; 
		margin-right: 7px; 
	}
	
	span.pagenumber	{
		display: inline; 
		position: relative; 
	}
	
	span.pagenumber.activePage	{
		padding: 3px; 
		background: #fff; 
		color: #666; 
		text-align: center; 
		-moz-border-radius: 2px; 
		-webkit-border-radius: 2px; 
		-o-border-radius: 2px; 
		border-radius: 2px; 
		-moz-box-shadow: 0px 0px 2px #000; 
		-webkit-box-shadow: 0px 0px 2px #000; 
		-o-box-shadow: 0px 0px 2px #000; 
		box-shadow: 0px 0px 2px #000; 	
	}
	
	span.pagenumber.disabled	{
		padding: 3px; 
		background: #fff; 
		color: #ddd; 
		text-align: center; 
		-moz-border-radius: 2px; 
		-webkit-border-radius: 2px; 
		-o-border-radius: 2px; 
		border-radius: 2px; 
		cursor: not-allowed; 
	}

		span.pagenumber a	{
			padding: 3px; 
			background: #fff; 
			color: #666; 
			text-align: center; 
			-moz-border-radius: 2px; 
			-webkit-border-radius: 2px; 
			-o-border-radius: 2px; 
			border-radius: 2px; 
			text-decoration: none !important; 
		}
		span.pagenumber a:hover	{
			background: #f1f2f2; 
		}

/* Lightbox popup */
div.lightbox_wrapper	{
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background: rgba(0, 0, 0, .6); 
	text-align: center; 
	overflow: auto; 
	z-index: 101; 
}
	div.lightbox_innerwrap	{
		position: relative; 
		width: 70%; 
		top: 15%; 
		margin: 0 auto; 
		padding: 10px; 
		text-align: left; 
		background: #fff; 
		-moz-border-radius: 8px; 
		-webkit-border-radius: 8px; 
		-o-border-radius: 8px; 
		border-radius: 8px; 
		-moz-box-shadow: 0px 0px 10px #000; 
		-webkit-box-shadow: 0px 0px 10px #000; 
		-o-box-shadow: 0px 0px 10px #000; 
		box-shadow: 0px 0px 10px #000; 
	}
	
		div.lightbox_close	{
			position: absolute; 
			top: -15px; 
			right: -15px; 
			width: 30px; 
			height: 26px; 
			padding: 4px 0 0 0; 
			text-align: center; 
			background: #f60; 
			color: #fff; 
			font-size: 23px; 
			font-weight: bold; 
			border: 1px solid #fff; 
			cursor: pointer; 
			-moz-border-radius: 20px; 
			-webkit-border-radius: 20px; 
			-o-border-radius: 20px; 
			border-radius: 20px; 
			-moz-box-shadow: 0px 0px 5px #000; 
			-webkit-box-shadow: 0px 0px 5px #000; 
			-o-box-shadow: 0px 0px 5px #000; 
			box-shadow: 0px 0px 5px #000; 
		}
		div.lightbox_close:hover	{
			color: #f60; 
			background: #fff; 
		}

/* Validated forms */
form div.field-widget	{
	position: relative; 
}

	form div.field-widget input[type="text"].date	{
		width: 80px; 
	}
	form div.field-widget input[type="text"].number	{
		width: 30px; 
	}
	form div.field-widget input[type="text"].largeWidth	{
		width: 540px; 
	}
	form div.field-widget input[type="text"].shortWidth	{
		width: 100px; 
	}
	
	form div.field-widget textarea.shortHeight	{
		height: 100px; 
	}
	form div.field-widget textarea.shortWidth	{
		width: 100px; 
	}
	form div.field-widget textarea.largeWidth	{
		width: 540px; 
	}
	
	form div.field-widget img.datepicker_icon	{
		cursor: pointer;		
	}
	
	form div.field-widget div.datepicker	{
		top: 0 !important; 
		left: 100px !important; 
	}

/* Slider */
.wmSlider	{
	position: relative; 
	width: 100%; 
	height: 9%; 
	background: url(/images/slider_track_center.png) center top repeat-x;
}

	.wmSlider .left_end	{
		position: absolute; 
		top: 0; 
		left: 0; 
		width: 5px; 
		height: 9px; 
		background: url(/images/slider_track_left.png) left top no-repeat; 
	}
	
	.wmSlider .right_end	{
		position: absolute; 
		top: 0; 
		right: 0; 
		width: 5px; 
		height: 9px; 
		background: url(/images/slider_track_right.png) right top no-repeat; 
	}
	
	.wmSlider .handle	{
		position: relative; 
		width: 19px; 
		height: 20px; 
		left: 0; 
		cursor: col-resize; 
		background: url(/images/slider_handle.png) center center no-repeat; 
	}

.wmSliderAmount	{
	position: relative; 
	width: 100%; 
}

	.wmSliderAmount .amount, .wmSliderAmount .unitText	{
		display: inline !important; 
		position: static !important; 
		width: auto !important; 
		height: auto !important; 
		margin: 0 !important; 
	}


/*
Cascading Style Sheet 
	for

Rockcafe Lazarus
www.rockcafelazarus.nl

Design by 
	SiDESiGN
	www.sidesign.info

(C) copyright 2008 SiDESiGN
*/

/* General */
body	{
	width: 100%; 
	margin: 0; 
	padding: 0; 
	color: #fff; 
}

body	{
	background: #3d4b4d url("/images/1") repeat-x; 
	text-align: center; 
}

body#tinymce	{
	background: #3d4b4d; 
}

/* Fonts */
p, td, th, div, font, textarea, input	{
	font-family: Verdana; 
	font-size: 12px; 
	color: #ffffff; 
	text-align: left; 
}

p	{
	margin: 4px; 
}

a	{
	color: #d5c9ac; 
	text-decoration: none; 
	font-weight: bold; 
}

a:hover	{
	text-decoration: underline; 
}

em	{
	font-style: normal; 
	font-weight: bold; 
	font-variant: small-caps; 
	font-size: 15px; 
	color: #d5c9ac; /*#fdca01; */
}

div#menu ul	{
	position: absolute; 
	top: 25px; 
	left: 25px; 
	width: 157px; 
	margin: 0; 
	padding: 15px 14px 10px 14px; 
}

	div#menu ul li	{
		list-style: none; 
		font-family: Arial; 
		font-weight: bold; 
		font-size: 20px; 
		text-transform: uppercase; 
		color: #000000;
		margin: 0; 
		padding: 0; 
		margin-top: -5px; 
	}

		div#menu ul li a	{
			font-family: Arial; 
			font-weight: bold; 
			text-decoration: none; 
			color: #000000; 
			
		}
		div#menu ul li a:hover	{
			color: #7d2b34; 
		}

h1, h2, h3	{
	font-family: Arial; 
	font-weight: bold; 
	text-transform: uppercase; 
	color: #ffffff; 
}

h1	{
	font-size: 32px; 
	margin: 20px 4px 10px 4px; 
}

h2	{
	font-size: 20px; 
	margin: 14px 4px 6px 4px; 
}

h3	{
	font-size: 16px; 
	margin: 7px 4px 4px 4px; 
}

table	{
	margin: 4px 0; 
}

td	{
	padding: 0 4px; 
	vertical-align: top; 
}

th	{
	padding: 4px 4px 0 4px; 
	font-family: Arial; 
	font-size: 13px; 
	font-weight: bold; 
	text-transform: uppercase; 
	vertical-align: top; 
	color: #d5c9ac; 
}

article p, article h1, article h2, article h3	{
	margin-left: 0; 
	margin-right: 0; 
}

div#footer p, div#footer p a	{
	color: #aaa; 
	text-align: center; 
	font-size: 11px; 
}

/* Divs */
header, nav, footer, aside, article	{
	display: block; 
}

div#container	{
	position: relative; 
	width: 952px; 
	margin: 20px auto; 
	text-align: left; 
	background-color: #2d3b3d; 
	border: 2px solid #000000; 
}

	div#header	{
		/*position: absolute; */ /* Messes up IEpngFix */
		top: 0;
		left: 0; 
		width: 100%; 
		height: 171px; 
		background: url("/images/2/iefix.png") no-repeat; 
	}

	div#sidebar	{
		position: relative; 
		float: left; 
		width: 207px; 
		/*margin-top: 171px;*/ /* Messes up IEpngFix */
	}
	
		div#menu	{
			float: left; 
			width: 207px; 
			height: 284px; 
			background: url(/images/3/background-menu.png) no-repeat; 
		}
		
			div#menuSpacer	{
				clear: both; 
				width: 100%; 
				height: 1px; 
				padding: 18px;
			}
			
		div#poster	{
			float: left; 
			width: 207px; 
			height: 272px; 
			background: url(/images/4/background-poster.png) no-repeat; 
		}
		
			div#poster.portrait	{
				height: 161px; 
				background: url(/images/1132/background-poster-portrait.png) no-repeat; 
			}
		
	div#content	{
		position: relative; 
		float: left; 
		width: 700px; 
		padding-top: 20px; 
		/*margin-top: 171px;*/ /* Messes up IEpngFix */
	}

		div#content article	{
			position: relative; 
			margin: 0 0 15px 0; 
			padding: 0 4px; 
		}
		
		div.contentWide	{
			position: relative; 
			float: left; 
			width: 98%; 
			margin: 10px 1% 0 1%; 
			clear: both; 
		}
		
		div.contentSmall	{
			position: relative; 
			float: left; 
			width: 48%; 
			margin: 10px 1% 0 1%; 
		}
		
		div.right	{
			float: right; 
		}
		
		div.contentSmall.highlight	{
			background: #3d4b4d; 
		}
		
		div.contentSmall.gigs	{
			height: 200px; 
		}
		
		div.crew	{
			position: relative; 
			float: left; 
			width: 150px; 
			height: 150px; 
			border: 1px solid #000000; 
			margin: 10px; 
		}
		
/*		div.radio	{
			width: 340px; 
			height: 217px; 
			background: url("../images/radio.png") no-repeat; 
		}
		
			div.radio object	{
				margin: 60px 0 0 20px; 
			}*/

	div#footer	{
		height: 20px; 
		width: 100%; 
		clear: both; 
		margin: 10px 0 0 0; 
		background: #1d2f32; 
		border-top: 1px solid #000; 
	}
	
div.spacer	{
	clear: both; 
}

/* Images */ 
img	{
	border: none; 
}

img.lineC, img.lineL, img.nolineL, img.lineR, img.nolineR	{
	border: 1px #000000 solid; 
	margin: 4px; 
}
	
img.lineC	{
	display: block; 
	margin: 4px auto; 
}

img.nolineC	{
	display: block; 
	margin: 4px auto; 
	border: none; 
}

img.lineL	{
	float: left; 
}

img.nolineL	{
	float: left; 
	border: none; 
}

img.lineR	{
	float: right;
}

img.nolineR	{
	float: right; 
	border: none; 
}

.ws	{
	width: 100%; 
}

img.icon	{
	margin: 1px; 
	height: 13px; 
}

img.email	{
	display: inline; 
	vertical-align: bottom; 
}

div#header img#logo	{
	position: absolute; 
	top: 35px; 
	left: 40px; 
}

div#header img#u2	{
	position: absolute; 
	top: 114px; 
	right: 60px; 
}

div#poster img	{
	position: relative; 
	top: 25px; 
	left: 25px; 
	width: 157px; 
	height: 222px; 
}

div#poster.portrait img	{
	width: 157px; 
	height: 111px; 
}

div.crew img.member	{
	position: absolute; 
	width: 150px; 
	height: 150px; 
	z-index: 0; 
}

div.crew img.banner, div.contentSmall img.banner	{
	position: absolute; 
	width: 150px; 
	height: 150px; 
	z-index: 10; 
}

div.contentSmall img.banner.gig	{
	position: static; 
	width: 300px; 
	height: 52px; 
}

div.contentSmall img.ws	{
	width: 97%;
}

.emailhover img	{
	cursor: pointer; 
	margin-top: 0; 
	margin-bottom: -1px; 
}

/* Forms */
input, textarea	{
	color: #000000; 
}

/* Aanpassingen voor Lightbox */
div#imageDetails span#caption, div#imageDetails span#numberDisplay	{
	color: #000; 
}

/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 â€“ 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
	.sIFR-active div#menu p, 
	.sIFR-active h1, 
	.sIFR-active h2, 
	.sIFR-active h3	{
		visibility: hidden;
		font-family: Arial;
	}
	
	.sIFR-active div#menu p	{
		font-size: 24px; 
	}
	
	.sIFR-active h1	{
		font-size: 32px; 
	} 
	
	.sIFR-active h2	{
		font-size: 25px;
	} 
	
	.sIFR-active h3	{
		font-size: 18px; 
	}
}
/* TinyMCE specific rules */
.mceContentBody a { 
	color: #d5c9ac !important; 
	text-decoration: none !important; 
	font-weight: bold !important; 
 }
.mceContentBody { background: transparent; text-align: left; }
