@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	margin:0 0;
}
a, a:visited{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#939598;
	font-weight:bold;
	text-decoration:none;
}
img{
	border:0px;
}
#main_container{
	position:relative;
	top:0px;
	left:0px;
	width:980px;
	display:block;
	margin:0 auto;
}
#slides_container{
	position:absolute;
	top:0px;
	left:0px;
	width:0px;
	height:0px;
	display:none;
}
#content{
	position:absolute;
	top:0px;
	left:0px;
}
ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
li{
	list-style-image:none;
	float:left;
	width:165px;
}
li.bold{
	font-weight:bold;
}
li.error{
	font-weight:normal;
	width:auto;
	margin-right:10px;
	float:none;
	font-style:italic;
	color:#747474;
}
li.tweets{
	font-weight:normal;
	width:auto;
	margin-bottom:10px;
	float:none;
	font-style:italic;
}
span.small{
	font-size:10px;
	font-style:italic;
	font-weight:normal;
}
span.bold{
	font-weight:bold;
}
span.normal{
	font-weight:normal;
}
span.subtitle{
	color:#939598;
}

span.attention{
	color:#cc1e1e;
}
span.attention-small{
	font-size:10px;
	font-style:italic;
	font-weight:normal;
	color:#cc1e1e;
}



/*
header
*/ 
#header-bar{
	position:absolute;
	top:0px;
	left:15px;
	width:747px;
	height:40px;
	background-color:#E2E3E4;
}

/*
search
*/ 
#search{
	position:relative;
	float:left;
	left:0px;
	top:0px;
	width:155px;
	height:40px;
}
#search-input{
	position:absolute;
	left:9px;
	top:9px;
	width:110px;
	height:21px;
}
#search-icon{
	position:absolute;
	left:115px;
	top:9px;
	width:30px;
	height:21px;
}
#items_suggest{
	position:absolute;
	left:9px;
	top:30px;
	width:136px;
	z-index:100;
	background-color:#E2E3E4;
}
div.key_container{
	width:130px;
	cursor:pointer;
	position:relative;
	padding:3px;
	color:#000;
	font-size:11px;
}
div.key_container:hover{
	background-color:#000;
	color:#fff;
}
a.search_result, a.search_result:visited{
	color:#000;
	text-decoration:none;
	font-size:10px;
}
a.search_result:hover{
	color:#fff;
	text-decoration:none;
}
div.key_container:hover a{
	color:#fff;
}

/*
newsletter
*/ 
#newsletter_container{
	position:relative;
	float:left;
	left:0px;
	top:0px;
	width:520px;
	height:40px;
	overflow:hidden;
}
#newsletter_form{
	position:absolute;
	float:left;
	left:9px;
	top:9px;
}

/*
network
*/
#network{
	position:relative;
	float:left;
	left:0px;
	top:9px;
	width:60px;
	height:40px;
	overflow:hidden;
	text-align:right;
}

/*
main nav
*/
#navigation{
	width:195px;
	position:absolute;
	left:0px;
	top:50px;
}
#big_logo{
	position:relative;
	left:0px;
	top:0px;
}
#site_menu{
	position:relative;
	left:0px;
	top:0px;
}
ul.site_menu{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
li.navigation_div{
	cursor:pointer;
	list-style-image:none;
	float:left;
}

/*
left column
right column
*/
#left-column{
	width:195px;
	height:875px;
	position:absolute;
	left:0px;
	top:425px;
}
#right-column{
	background-image:url(../img/assets/frame/bg-side-right.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	width:195px;
	height:1300px;
	position:absolute;
	left:780px;
	top:0px;
	padding-top:20px;
}
div.side-block{
	width:165px;
	position:relative;
	left:15px;
	top:0px;
	float:left;
	margin-bottom:5px;
}
div.side-header, div.side-header-large{
	position:relative;
	width:165px;
	height:35px;
	float:left;
	background-image:url(../img/assets/frame/border-grey.png);
	background-position:bottom left;
	background-repeat:repeat-x;
}
div.side-header-large{
	height:49px;
}
div.side-content{
	position:relative;
	left:0px;
	top:0px;
	float:left;
	width:165px;
	padding-top:10px;
}
div.side-footer{
	position:relative;
	width:165px;
	height:9px;
	float:left;
	background-image:url(../img/assets/frame/border-grey.png);
	background-position:bottom left;
	background-repeat:repeat-x;
}
div.side-footer-link{
	position:relative;
	width:165px;
	height:34px;
	float:left;
	background-image:url(../img/assets/frame/border-grey.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	border-top:1px solid #939598;
	line-height:25px;
}

/*
upcoming
*/
div.side-item{
	position:relative;
	left:0px;
	top:0px;
	float:left;
	width:165px;
	margin-bottom:7px;
}
div.side-more-upcoming{
	border-top:1px solid #939598;
	position:relative;
	left:0px;
	top:0px;
	float:left;
	width:165px;
	padding-top:6px;
	margin-bottom:7px;
}


/*
content
*/
#inner_content_menu{
	position:absolute;
	left:197px;
	top:50px;
	width:565px;
	background-image:url(../img/assets/loader.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:180px;
}
#inner_content_menu_listing{
	position:absolute;
	left:0px;
	top:0px;
	width:580px;
}
#inner_content{
	position:absolute;
	left:197px;
	top:95px;
	width:565px;
	background-color:#fff;
	display:none;
	height:100px;
	background-image:url(../img/assets/loader.gif);
	background-position:center;
	background-repeat:no-repeat;
}
#inner_content_content{
	position:absolute;
	width:565px;
	height:500px;
	left:0px;
	top:0px;
	background-color:#fff;
}
/*
listing
*/
#listing_header{
	position:absolute;
	left:0px;
	top:0px;
	width:565px;
	height:33px;
	background-image:url(../img/assets/frame/border.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
}
#view_options{
	position:absolute;
	left:0px;
	top:0px;
	height:18px;
}
#header_nav_detail, #header_nav_listing{
	position:absolute;
	left:300px;
	top:0px;
	height:18px;
	width:265px;
	text-align:right;
}
#header_nav_detail{
	display:none;
	left:0px;	
}
div.view-options table{
	width:150px;
}
.view-option{
	cursor:pointer;
}
div.view-options table, div.view-options td{
	height:18px;
	padding:0px;
	vertical-align:middle;
	text-align:left;
	font-weight:bold;
}
#header_nav_listing table, #header_nav_listing td{
	height:18px;
	padding:0px;
	vertical-align:middle;
	text-align:left;
	font-weight:bold;
}

#header_nav_detail_new{
	position:absolute;
	left:0px;
	top:0px;
}
#header_nav_detail_old{
	position:absolute;
	left:475px;
	top:0px;
}

#listing_container{
	position:absolute;
	left:0px;
	top:45px;
	width:580px;
	display:none;
	background-color:#fff;
	width:580px;
	height:1095px;
}
div.listing-thumbs{
	position:relative;
	left:0px;
	top:0px;
	float:left;
	width:180px;
	height:365px;
	overflow:hidden;
	margin-right:12px;
	border-bottom:1px solid #fff;
}

div.listing-thumbs div {
	position:absolute;
	left:0px;
	top:0px;
	width:180px;
	overflow:hidden;
	height:245px;
}
div.listing-thumbs listing-image-holder table , div.listing-thumbs listing-image-holder tr , div.listing-thumbs div.listing-image-holder td {
	padding:0px;
	width:180px;
	height:245px;
	text-align:center;
	vertical-align:middle;
}
div.listing-thumbs div.listing-music-holder {
	position:absolute;
	left:0px;
	top:0px;
	width:180px;
	height:245px;
	background-image:url(../img/assets/music/bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
div.listing-thumbs div.listing-info-holder {
	position:absolute;
	left:0px;
	top:252px;
	width:180px;
}

div.listing-rows{
	position:relative;
	left:0px;
	top:0px;
	float:left;
	width:565px;
	height:135px;
	overflow:hidden;
	border-bottom:1px solid #eeeeed;
	text-align:left;
	margin-right:12px;
}

div.listing-rows div {
	position:absolute;
	left:0px;
	top:5px;
	height:125px;
	width:180px;
	overflow:hidden;
}
div.listing-rows listing-image-holder table , div.listing-rows listing-image-holder tr , div.listing-rows div.listing-image-holder td {
	padding:0px;
	width:180px;
	height:245px;
	text-align:center;
	vertical-align:middle;
}
div.listing-rows div.listing-music-holder {
	position:absolute;
	left:0px;
	top:-60px;
	width:180px;
	height:245px;
	background-image:url(../img/assets/music/bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
div.listing-rows div.listing-info-holder {
	position:absolute;
	left:200px;
	top:5px;
	width:365px;
}

h1{
	color:#000;
	font-size:10px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	line-height:12px;
}

h2{
	color:#000;
	font-size:10px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	line-height:12px;
}
				
/*
detail
*/
#post_header{
	position:absolute;
	left:0px;
	top:0px;
	width:565px;
	height:33px;
	background-image:url(../img/assets/frame/border.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
}
#post_content_area{
	position:absolute;
	left:0px;
	top:0px;
	width:580px;
}				
#post_drag_area{
	width:21px;
	height:500px;
	position:absolute;
	left:378px;
	top:22px;
	display:none;
}

#dragger{
	width:11px;
	height:78px;
	position:absolute;
	left:4px;
	top:0px;
	padding-top:5px;
	padding-bottom:5px;
	cursor:pointer;
}

/*
algemeen
*/
div.item-main-image-event{
	position:relative;
	width:565px;
	top:0px;
	left:0px;
	float:left;
}
/*
event
*/
div.item-main-image-event{
	position:relative;
	width:300px;
	top:0px;
	left:0px;
	float:left;
}

div.item-main-image-event img{
	width:300px;
}
div.item-content-event{
	position:relative;
	width:250px;
	top:0px;
	left:0px;
	float:left;
	padding-left:10px;
}
/*
pictures image
*/
#detail_image_container{
	position:relative;
	width:565px;
	top:0px;
	left:0px;
	float:left;
	height:0px;
	overflow:hidden;
}
#detail_image_navigation{
	position:relative;
	width:565px;
	top:0px;
	left:0px;
	float:left;
	height:0px;
	overflow:hidden;
}
#imagePrevInside, #imageNextInside{
	position:absolute;
	top:0px;
	left:0px;
} 
#imageNextInside{
	left:490px;
}

#detail_image_border{
	position:absolute;
	top:0px;
	left:0px;
	width:565px;
	height:50px;
	background-color:#E2E3E4;
	background-image:url(../img/assets/spinner.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#detail_image_content{
	position:absolute;
	width:565px;
	height:500px;
	top:0px;
	left:0px;
}
div.item-content-pictures{
	position:relative;
	width:565px;
	top:0px;
	left:0px;
	float:left;
	margin-top:10px;
}
div.item-content-video{
	position:relative;
	width:565px;
	top:0px;
	left:0px;
	float:left;
	margin-top:10px;
}

/*
video
*/
#video_container{
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:565px;
	height:350px;
	background-color:#fff;
	overflow:hidden;
	margin-bottom:10px;
}

/*
music
*/
#music_container{
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:565px;
	height:140px;
	background-color:#fff;
	overflow:hidden;
	margin-bottom:10px;
}

/*
algemeneen
*/
div.share{
	position:relative;
	float:left;
	float:left;
	width:100%;
	height:20px;
	margin-top:10px;
	margin-bottom:10px;
}
div.share table{
	width:115px;
}
div.share table, div.share td{
	height:20px;
	padding:0px;
	vertical-align:middle;
	text-align:left;
	color:#939598;
}


/*
gallery
*/
div.item-gallery-thumbs{
	position:relative;
	width:580px;
	left:0px;
	top:0px;
}
div.thumb-gallery{
	position:relative;
	float:left;
	background-color:#666666;
	width:91px;
	height:121px;
	overflow:hidden;
	margin-right:4px;
	margin-bottom:4px;
}

/*
comments
*/
#comments{
	position:relative;
	top:0px;
	left:0px;
	width:565px;
	float:left;
	margin-top:10px;
	border-top:1px solid #939598;
}

div.comments-header{
	position:relative;
	left:0px;
	top:0px;
	width:565px;
	height:35px;
	background-image:url(../img/assets/frame/border.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
}

div.comment-item{
	position:relative;
	top:0px;
	left:0px;
	width:565px;
	float:left;
	margin-top:5px;
	padding-bottom:10px;
	border-bottom:1px solid #eeeeed;
}

div.comment-item-user{
	position:relative;
	top:0px;
	left:0px;
	font-size:10px;
	font-weight:bold;
	width:565px;
	float:left;
}
div.comment-item-user{
	margin-top:5px;
	font-weight:bold;
}

div.comment-item-content{
	position:relative;
	top:0px;
	left:0px;
	color:#000;
	width:565px;
	float:left;
	margin-top:5px;
}
div.place_comment{
	position:absolute;
	top:10px;
	left:285px;
	font-size:11px;
}

/*
login
*/
#login_area{
	position:relative;
	top:0px;
	left:0px;
	width:565px;
	height:180px;
	float:left;
	margin-top:10px;
	overflow:hidden;
}

#login_area_background{
	position:absolute;
	top:0px;
	left:0px;
	width:565px;
	height:220px;
	background-color:#E2E3E4;
}

#login_area_content{
	position:absolute;
	top:20px;
	left:20px;
	width:525px;
	height:180px;
}

#comment_area_quick{
	position:relative;
	top:0px;
	left:8px;
	width:340px;
	height:190px;
	float:left;
	margin-top:10px;
	overflow:hidden;
}


#comment_area{
	position:relative;
	top:0px;
	left:0px;
	width:565px;
	height:180px;
	float:left;
	margin-top:10px;
	overflow:hidden;
}

#comment_area_background{
	position:absolute;
	top:0px;
	left:0px;
	width:565px;
	height:220px;
	background-color:#E2E3E4;
}

#comment_area_content{
	position:absolute;
	top:20px;
	left:20px;
	width:525px;
	height:180px;
}

/*
input n stuff
*/
td.label{
	font-weight:bold;
	line-height:21px;
	text-align:left;
	padding-right:7px;
	width:90px;
}
td.input{
	padding-right:7px;
	text-align:left;
	width:100px;
}
td.input-submit{
	padding-right:7px;
	text-align:left;
	width:30px;
}
td.label-output{
	text-align:left;
	width:152px;
}
td.label-btn{
	text-align:right;
	padding-right:6px;
}
input, select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
input, input.input-search{
	width:93px;
	background-color:#fff;
	border:1px solid #fff;
	padding:2px;
	padding-left:3px;
	padding-left:3px;
	color:#000;
	font-style:italic;
	height:15px;
}
input.wrong{
	border:1px solid #747474;
	background-color:#fff;
}
textarea{
	width:500px;
	border:1px solid #747474;
	background-color:#fff;
	font-size:10px;
	font-family:Tahoma, Geneva, sans-serif;
	height:60px;
}
textarea.wrong{
	border:1px solid #333;
	background-color:#fff;
}
div.attention{
	font-size:10px;
	font-weight:bold;
	color:#000;
	padding:0px;
	width:150px;
	height:17px;
	overflow:hidden;
	position:relative;
	top:0px;
	left:0px;
	padding-top:4px;
}

/*
spinner
*/
.spinner {
	position: absolute;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 999;
	background: #E2E3E4;
}
.spinner-msg {
	text-align: center;
	font-weight: bold;
}

.spinner-img {
	background:url(../img/assets/spinner.gif);
	background-position:top left;
	width: 16px;
	height: 16px;
	margin: 0 auto;
}

/*
dropdown
*/
#dropdown{
	position:absolute;
	top:0px;
	left:0px;
	width:0px;
	height:0px;
	overflow:hidden;
	display:none;
}
/*
.search_option{
	position:absolute;
	top:0px;
	left:0px;
	width:258px;
	height:22px;
	background-image:url(../img/assets/nav/dropdown/dropdown_main.png);
	background-repeat:no-repeat;
	background-position:top left;
	color:#ffffff;
	font-weight:bold;
	cursor:pointer;
	padding-left:19px;
	padding-top:2px;
	}
.search_option_disabled{
	position:absolute;
	top:0px;
	left:0px;
	width:258px;
	height:15px;
	padding:2px;
	background-color:#d7d7d8;
	color:#525252;
	border:1px solid #adadad;
	cursor:pointer;
	}
div.search_option_values{
	width:258px;
	height:0px;
	position:absolute;
	top:22px;
	left:0px;
	margin-top:0px;
	overflow:hidden;
	z-index:20;
	background-image:url(../img/assets/nav/dropdown/dropdown_repeat.png);
	background-repeat:repeat-y;
	background-position:top left;
	}
div.search_option_value{
	position:relative;
	left:70px;
	width:245px;
	height:19px;
	color:#ffffff;
	line-height:20px;	
	font-weight:bold;
	overflow:hidden;
	cursor:pointer;
	text-align:left;
	font-size:11px;
	float:left;
	}

div.search_option_value.selected{
	color:#c11b1f;
	}
	
div.dropdown_footer{
	width:258px;
	height:9px;
	position:absolute;
	left:0px;
	top:22px;
	margin-top:0px;
	overflow:hidden;
	z-index:20;
	background-image:url(../img/assets/nav/dropdown/dropdown_bottom.png);
	background-repeat:no-repeat;
	background-position:top left;
}*/
