@charset "utf-8";
/* CSS Document written by Cow XL webdevelopment, (c) 2009/2010 */

*
{
	padding:0;
	margin:0;
	border:none;
}

html, body 
{
	font: 13px 'Trebuchet MS', Verdana, Arial, sans-serif;
	color: #fff;
	background:#845c51 url(/images/back_body.jpg) repeat-x;
	text-align: center;
}

#container 
{
	position: absolute;
	width: 960px;
	left: 50%;
	margin-left: -480px;
	text-align: left;
	background:url(images/back_container.jpg) repeat-y;
}

#top
{
	width:960px;
	height:57px;
	background:url(images/top.jpg) repeat-x;
}

#banner_left
{
	float:left;
	height:321px;
	width:52px;
	background:url(images/banner_left.jpg) no-repeat;
}

#header
{
	float:left;
	height:321px;
	width:859px;
	overflow:hidden;
	background-color:#000000;
}

/*Logo*/
#header img
{
	display:block;
	top:50px;
	left:45px;
	position:absolute;
	opacity:0.8;
	filter:alpha(opacity=80);
	z-index:100;
}

/*navigation*/
#header ul
{
	display:block;
	background-color:#fff;
	overflow:hidden;
	color:#000;
	width:858px;
	z-index:100;
	top:325px;
	left:53px;
	position:absolute;
	list-style:none;
	opacity:0.6;
	filter:alpha(opacity=60);

}
/* Flash*/
#header p
{
	position:absolute;
	top:57px;
	z-index:1;
}

#header ul:hover
{
	opacity:0.8;
	filter:alpha(opacity=80);
}

#header ul li
{

	display:block;
	float:left;
}

#header a
{
	color:#b00000;
	text-decoration:none;
	padding:10px 6px;
	font-size:16px;
	font-weight:bold;
	display:block;
	float:left;
	background:none;
}

#header a:hover
{
	text-decoration:underline;
	color:#b00000;
}

#banner_right
{
	float:right;
	height:321px;
	width:49px;
	background:url(images/banner_right.jpg) no-repeat;
}

#content_left
{
	clear:both;
	float:left;
	width:575px; /*660px*/
	padding:0px 25px 25px 60px;
	overflow:hidden;
	background:url(images/content_left.jpg) no-repeat top left;
	min-height:200px;
}

#gala_date
{
	font-size:20px;
	margin:0px;
	padding:5px 0px 0px 0px;
}

h1
{
	font-size:36px;
	font-weight:normal;
	margin:0px;
	padding:0px 0px 35px 0px;
}

h2
{
	font-size:16px;

	color:#fff;
	font-variant:small-caps;
}

#content_right
{
	float:right;
	width:227px; /*300*/
	padding:0px 53px 0px 20px;
	overflow:hidden;
	background:url(images/content_right.jpg) no-repeat top left;
	min-height:200px;
}

#sponsor
{
	width:190px;
	height:43px;
	margin:40px 10px 0px 17px;
	overflow:hidden;
	font-size:13px;
	text-align:center;
	letter-spacing:2px;
	color:#CC0000;
	text-transform:uppercase;
	font-weight:bold;
}

#sponsor a
{
	color:#CC0000;
	text-decoration:none;
}

#now_playing_title
{
	margin-top:50px;
	margin-bottom:0px;
	font-weight:bold;
}

#now_playing_song
{
	overflow:hidden;
	font-size:12px;
	line-height:12px;
}

#players
{
	padding-bottom:5px;
	margin-bottom:10px;
	overflow:hidden;
}

#player_winamp
{
	display:block;
	float:left;
	width:25px;
	height:26px;
	margin-right:5px;
	overflow:hidden;
	text-indent:-500px;
	background:url(images/player_winamp.jpg);
	background-repeat:no-repeat;
}

#player_winamp:hover
{
	background-position:right;
}

#player_mp
{
	display:block;
	float:left;
	width:25px;
	height:26px;
	margin-right:5px;
	overflow:hidden;
	text-indent:-500px;
	background:url(images/player_mp.jpg);
	background-repeat:no-repeat;
	background-position:center left;
}

#player_mp:hover
{
	background-position:center right;
}

#player_realp
{
	display:block;
	float:left;
	width:25px;
	height:26px;
	margin-right:5px;
	overflow:hidden;
	text-indent:-500px;
	background:url(images/player_realp.jpg);
	background-position:center left;
	background-repeat:no-repeat;
}

#player_realp:hover
{
	background-position:center right;
}

#player_web
{
	display:block;
	float:left;
	width:100px;
	height:26px;
	margin-right:5px;
	overflow:hidden;
	text-indent:-500px;
	background:url(images/player_web.jpg);
	background-position:center left;
	background-repeat:no-repeat;
}

#player_web:hover
{
	background-position:center right;
}

#content_right .banner
{
	border:#666 1px solid;
	font-size:0px;
	line-height:0px;
	height:75px;
	width:225px;
	overflow:hidden;
}

#content_right .banner a
{
	font-size:0px;
	line-height:0px;
}

#footer 
{
	clear:both;
	width:925px;
	height: 18px;
	padding:22px 35px 5px 0px;
	background:#845c51 url(images/bottom.jpg) no-repeat top left;
	text-align:right;	
}

#footer a
{
	color:#000;
	text-decoration:none;
	background:none;
}


#footer a span
{
	color:#fff;
}


#order_now_banner
{
	text-align:center;
}

/* Others */

#content_left p img
{
	border:1px #fff solid;
}

#content_left div img
{
	border:1px #fff solid;
}


#content_left td img
{
	border:1px #fff solid;
}

a img
{
	border:none;
	background:none;
}

a:hover img
{
	border:none;
	background:none;
}

p
{
	margin:0px 0px 15px 0px;
}

a
{
	color:#fff;
	text-decoration:underline;
}

a:hover
{
	color:#000;
	text-decoration:underline;
}

h3
{
	clear:both;
	color:#fff;
	font-size:13px;
	margin:0px 0px 5px 0px;
}

ul
{
	list-style:none;
}

address
{
	font-style:normal;
}

.form_txt
{
	width:160px;
	vertical-align:top;
	padding-bottom:10px;
	font-weight:bold;
	border-bottom:1px #bf0202 solid;
	padding:5px;
}

.form_inbetween
{
	width:10px;
	vertical-align:top;
	text-align:center;
	border-bottom:1px #bf0202 solid;
	padding:5px;
}

.form_input
{
	width:250px;
	border-bottom:1px #bf0202 solid;
	padding:5px;
}


.button
{
	border:#000 1px solid;
	background-color:#fff;
	padding:1px 15px;
	font: 13px 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-weight:bold;
	color:#000;
}

.button:hover
{
	background-color:#ccc;
	color:#b00000;
}

.field
{
	border:#000 1px solid;
	background-color:#fff;
	padding:1px;
	font: 13px 'Trebuchet MS', Verdana, Arial, sans-serif;
	width:220px;
}

.tarea
{
	border:#000 1px solid;
	background-color:#fff;
	padding:2px;
	font: 13px 'Trebuchet MS', Verdana, Arial, sans-serif;
	width:220px;
}

.captcha
{
	border:#000 1px solid;
}

#contact_form_check
{
	display:none;
}

.error
{
	padding:10px;
	margin:10px 0px;
	border: 1px solid #000;
	color:#000;
	background-color:#fff;
}

.error ul
{
	list-style-type:disc;
	list-style-position: inside;
}

.error ul li
{
	margin:5px 0px;
}

.succes
{
	padding:10px;
	margin:10px 0px;
	border: 1px solid #000;
	color:#009900;
	background-color:#fff;
}

.clear
{
	clear:both;
}

.small
{
	font-size:9px;
}

hr
{
	border:none;
	height:1px;
	color:#000;
	clear:both;
	margin:10px 0px;
}

/* Home news */

.home_news_item
{
	border-bottom:#000 dotted 2px;
	margin-bottom:35px;
}

.home_news_item p
{
	margin-bottom:5px;
}

/* News */

.news_reaction
{
	background:#fff url(images/reaction_bg.jpg) repeat-y top right;
	color:#000;
	padding:5px;
	margin-bottom:20px;
	border:#000 1px solid;
}

.news_reaction h3
{
	color:#b00000;
}

/* Photo album */

.photo_overview_holder
{
	width:575px;
	height:125px;
	clear:both;
	overflow:hidden;
	border-bottom:#000 dotted 2px;
	margin-bottom:35px;
	padding-bottom:5px;
}

.photo_overview_left
{
	float:left;
	width:150px;
	max-height:113px;
	overflow:hidden;
	margin-top:3px;
	font-size:0px;
	line-height:0px;
	border:1px solid #fff;
}

.photo_overview_left:hover
{
	border:1px solid #000;
}

.photo_overview_right
{
	float:left;
	width:413px;
	height:115px;
	margin-left:10px;
}

.photo_overview_title_info
{
	height:93px;
	overflow:hidden;
	margin-bottom:5px;
}

.photo_overview_navigation
{
	display:inline;
}

.photo_overview_navigation li
{
	list-style:none;
	display:inline;
}

.photo_album_big_photo_txt
{
	margin-bottom:5px;
	font-style:italic;
	font-size:10px;
}

.photo_album_thumbs
{
	clear:both;
	overflow:hidden;
	margin-bottom:25px;
	text-align:center;
	width:575px;
}

.photo_album_thumb_item
{
	overflow:hidden;
	float:left;
	background-color:#fff;
	font-size:0px;
	line-height:0px;
	padding:1px;
	margin-right:30px;
	margin-bottom:30px;
}

.photo_album_thumb_item:hover
{
	background-color:#000;
}

#photo_item
{
	width:575px;
	overflow:hidden;
	margin-top:10px;
}

#photo_item_header
{
	width:575px;
	overflow:hidden;
}

#photo_item_header_left
{
	float:left;
	width:250px;
}

#photo_item_header_center
{
	float:left;
	width:75px;
	text-align:center;
}

#photo_item_header_right
{
	float:left;
	width:250px;
	text-align:right;
}

#photo_item_photo
{
	width:573px;
	overflow:hidden;
	clear:both;
	line-height:0px;
	font-size:0px;
	text-align:center;
	padding:1px;
	background-color:#fff;
}

#photo_item_photo img
{
	border:none;
}

#photo_item_footer
{
	padding:5px 0px;

}

.photo_item_footer p
{
	margin-bottom:0px;
}

/* Order form */

#nr_tickets
{
	width:50px;
}

#tickets_street_nr
{
	width:50px;
}

#order_succes
{
	background-color:#fff;
	border:1px solid #000;
	margin:10px 0px;
	padding:10px;
	color:#000;
}

#order_succes span
{
	color:#009900;
	font-size:16px;
	font-weight:bold;

}


/* Guestbook */

#guestbook_write_link
{
	text-align:center;
}

#guestbook_write_link a
{
	background-color:#ccc;
	border:1px #000 solid;
	padding:3px 15px;
	color:#000;
}

#guestbook_write_link a:hover
{
	background-color:#00CC00;
	border:1px #000 solid;
	padding:3px 15px;
	color:#000;
}

.guestbook_entry
{
	background:#fff url(images/reaction_bg.jpg) repeat-y top right;
	color:#000;
	padding:5px 5px 5px 5px;
	margin-bottom:20px;
	border:#000 1px solid;
}

.guestbook_entry h3
{
	color:#b00000;
}

.guestbook_entry p
{
	margin:10px 0px 0px 0px;
	padding:0px;
}

.guestbook_entry .guestbook_sub_reaction
{
	color:#b00000;
	font-size:10px;
	font-style:italic;
}

.guestbook_entry .guestbook_datetime
{
	font-size:11px;
	font-weight:bold;
}

.guestbook_entry p a
{
	color:#b00000;
}

.guestbook_entry p a:hover
{
	color:#000;
}

#guestbook_nav
{
}

#guestbook_nav_prev
{
	float:left;
	width:200px;
}

#guestbook_nav_next
{
	float:right;
	width:200px;
	text-align:right;
}

#emoticons
{
	background-color:#fff;
	border:1px solid #666;
	padding:5px 2px;
	width:220px;
	margin:2px 0px;
	text-align:center;
}

.emoticons
{
	cursor:pointer;
}
