/*
html{
	height: 100%;
	overflow-x:auto; overflow-y:hidden;
	
}
#sticky{
	position: absolute; margin-top:200px; float:right; margin-right:-140px; display:block; z-index:99999;
}

*/

/* admins text rotaion */
#rotation_div span{
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);	
	}
#rotation_div{
	display:block;	
	writing-mode: bt-rl;
}




/* gerard ADD - TOP left */
div#sticky {
		display: block; 
		text-align: left;		
		position:absolute;	
		min-width: 162px;
		left: 12px; top:140px;
		white-space:nowrap;		
		z-index: 33;
	}


body {
	background: #fef3ac url(../images/background-januari.jpg) repeat-x top center fixed;
	margin: 0px; padding:0px;
	height:100%; overflow-y: auto;

}


#wrap {
	position: relative;
	text-align: left;	
	height: 100%;
	clear: both;
	padding-top: 14px;
	padding-left: 10px;
	margin: 0 auto;
	padding-bottom: 50px;
}

#wrap, .maintable table{
	width: 1010px;
	margin: auto;
}
/*
#overlay{
	width: 100%;
	height: 55px;
	Z-INDEX: 30;
	bottom: 0px;
	background-attachment: scroll;
	background-image: url(../images/liquid-footer-bar.png);
	background-repeat: repeat-x;
	position: absolute;	
	line-height: 5.9em;
	text-align: center;
	color: #FFF;
	font-size: 10px;

}
#liquid-logo{
	width: 600px;
	height: 116px;
	Z-INDEX: 31;
	bottom: 0px;
	left: -10px;
	background-attachment: scroll;
	background-image: url(../images/liquid_logo.png);
	background-repeat: no-repeat;
	position: absolute;	

}
*/
/* ELEMENTS */

	/* OVERALL FONT */
	body{	
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000;
	}
	/* OVERALL FONT */
	td{
		vertical-align: top;
	}
	
	/* TITLE FONT */
	h1, h2, h3 {
		font-family: 'Trebuchet MS', Tahoma, Sans-serif;
		font-weight: Bold; 		
	}
	h1 {
			font-size: 125%;	
			font-weight: normal;
			color: #3366d2;
	}
	h2 {
			font-size: 130%;
			text-transform: uppercase;			
	}
	h3 {
			font-size: 130%;	
	}
	
	a {text-decoration: none;color: #3366d2; padding:0;margin:0;}	
	a:hover {text-decoration: underline;color: #3366d2;}

	
	h1, h2, h3 {
		padding: 0;		
		margin: 0;
		margin-bottom: 1px;
	}
	hr{
		clear:left;
		}
	
	img{
		border: none;
		padding:0;margin:0;
		/*display:block;*/
	}
html body div.clear, html body span.clear {
	background: #0f0;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

	.ImageFloatLeft{
		border: 3px solid #FFF;
		margin: 0 10px 10px 0;
	}

	#iconblock{
		float: left;
		clear: left;
		white-space:nowrap;
	}
	#iconbutton{
		float: left;		
		white-space:nowrap;
		clear:both;
	}
	.icontext, .icontext a{
		line-height: 3em;
		padding-right: 5px;
		
	}
	
	fieldset{
		position: relative;
		width: 95%;
		padding: 8px;
		margin: auto;
	}
	legend {
		margin-left: 10px;
	}

	label{		
		float: left;		
		margin-right: 0.5em;
		display: block;
		font-size: 12px;
	}
	input[type=text], input[type=password] {	
		width:98%;
		border: 1px solid #cfcfcf; 
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;		
		height: 25px;
		margin-top:5px;
		line-height: 1.5em;
		padding: 0 5px;
	}

	input[type=submit],input[type=button] {			
		border: 1px solid #444444;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		margin-top:5px;	
		padding: 2px 10px 2px 10px;
		background: #5E5D5E;
		background: -webkit-gradient(linear, left top, left bottom, from(#5E5D5E), to(#444444));
		background: -moz-linear-gradient(top, #5E5D5E, #e444444);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5E5D5E', endColorstr='#444444');		
		cursor:pointer;
		float: right;		
		color:#ffffff!IMPORTANT;
		font-weight: bold;
		
	}
	textarea {	
		width:98%;
		border: 1px solid #cfcfcf; 
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;		
		min-height: 50px;
		margin-top:5px;
		line-height: 1.5em;
		padding: 0 5px;
		
	}
	.SearchOnCity {	
		width: 230px!important; 		
		border: 1px solid #cfcfcf; 
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;		
		height: 20px;
		margin-top:5px;
	}
	.SubmitSearchOnCity {	
		width: 125px!important; 		
		border: 1px solid #e2e1e1;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;		
		height: 30px;
		margin-top:5px;		
		background: #f9f9f9;
		background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e2e1e1));
		background: -moz-linear-gradient(top, #f9f9f9, #e2e1e1);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e2e1e1');
		border: 1px solid #e2e1e1;
		cursor:pointer;
	}
	#EventMap{
		width: 370px; 
		height: 420px;
		border: 1px solid #e2e1e1;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;		
	
	}


	 .reaction_textarea {
		width: 350px;
		height: 150px;
		border-width: 1px;	
		border-style: solid;
		border-color: #CCC #666 #666 #CCC;
	}

	#inputfield-side, #subs_email {
		width: 150px; 
		height:20px;		
		border-width: 1px;	
		border-style: solid;
		border-color: #CCC;
		margin-bottom: 8px;
		margin-right: 5px;
	}
	.warning {
		background-color:  #dfdfdf;
		color:red;
		position: relative;
		width: 95%;
		padding: 5px;
		margin: auto;
	}
	.warning legend {
		margin: 5px;
	}
	.details{
		font-size: 10px;
	}
	/* OVERALL FONT */


	
	/* RETANGLES WITH BORDER*/
	#site-header #head-content img,	div#img,
	#glass-left img
	{	
		border-width: 1px; border-style:solid;
		border-color: #a0a0a0 #FFFFFF #FFFFFF #a0a0a0;
		margin-right: auto;
		margin-left: auto;
		padding:0;

		}
	/* !RETANGLES WITH BORDER*/



	/* LIQUID BACKGROUNDS */
	#adminpanel .fieldset,
	#admincontrolbar,
	#admincontent{
		background: url(../images/liquid-tooltip.png) repeat;
		float:left;
		display:block;
	}

	#admin_tools{
		background: #3C3C3C;
		height: 25px;
		border-bottom: 1px solid #696969;
		padding:10px 10px 5px 10px;
	}
	#admin_tools a{
		-webkit-border-radius:3px; 
		-moz-border-radius: 3px; 
		border-radius: 3px;		
		border:1px solid #696969;
		text-shadow:  0px 1px 0px rgba(0, 0, 0, .4);	
		padding: 5px 10px;
		height:22px;
		margin-left: 5px;
		color: #fff;
		background:#4B4B4B;
		text-decoration:none;
		font-size: 14px;
		font-weight: bold;

	}
	#admin_tools a:hover{
		background: #696969;		
	}


	ul.icon_msg{
		list-style: none;
	}
	ul.icon_msg li{
		display:table;
	}
	div#user_footer{
		position: absolute;		
		top:0;
		right:10px;
		z-index:33;
		text-align:center;
		
	}
	.subscribe_box_wide{
		width: 500px;
		border-width: 1px;	
		border-style: solid;
		border-color: #CCC #666 #666 #CCC;
		margin-left: 20px;
		padding: 5px 10px 2px 10px; 
		text-align:center;
		
	}


/* ADMIN PANEL*/	

	#adminpanel .fieldset {		
			width:80%;
			border: none;
			padding: 10px;
			color: #FFF;
			margin: auto;
		}
	#adminpanel .fieldset legend{
			color: #FFF; font-size: 14px;
		}

	#admincontrolbar {			
			float: left;
			width:200px;
			border: none;
			padding: 10px;
			color: #FFF;
			margin: auto;
			display:block;
	}
	#admincontrolbar div a{
			border-color: #CCC #666 #666 #CCC;
			border-width: 1px;	
			border-style: solid;
			float: left; clear: both;
			min-width:180px;
			padding: 5px;
			color: #FFF; text-decoration: none;
			margin: auto;
	}
	#admincontrolbar div a:hover{
			border-color:  #666 #CCC #CCC #666 ;
			border-width: 1px;	
			border-style: solid;
			background-color: #000;			
	}
	#admincontent{
		float: left;	
		display:block;
		width: 700px;
		padding: 10px;margin-left:1px;
		color: #FFF; text-decoration: none;
	}
	#admincontent a{
		color: #FFF; text-decoration: underline;
	}

/*/  modules check profile images /*/ 
	#admincontent .prof_img_check_block{
		width: 144px;
		min-height: 155px;
		padding:5px;
		margin:5px;
		float:left;
		border:1px solid white;
		font-size: 0.8em;
		text-align:center;
	}
	#admincontent .prof_img_check_block img.profile_thumb{
		width:80px; height:80px;
		margin-left:auto;margin-right:auto;
	}
	#admincontent span.image-oke-button, #admincontent span.image-oke-button-active{		
		-webkit-border-radius:3px; 
		-moz-border-radius: 3px; 
		border-radius: 3px;		
		border:1px solid #696969;
		text-shadow:  0px 1px 0px rgba(0, 0, 0, .4);	
		padding: 5px 8px 5px 8px; margin-right:2px;
		height:22px;		
		color: #fff;
		background:#4B4B4B;
		text-decoration:none;
		font-size: 1.1em;
		font-weight: bold;
	}
	#admincontent span.image-oke-button img{
		vertical-align:middle;
	}
	#admincontent span.image-oke-button:hover,#admincontent span.image-oke-button-active{
		background: #696969;
		cursor:pointer;
	}
	

	div#notice{
		background:#FFFFCC; border:1px dashed #B17C5D; color:#B17C5D;
		width:100%;		
		margin:5px 0;
		display: inline-block; 
	}
	div#notice span{
		display: inline-block; 
		padding: 10px;
	}






/*/ SITE HEADER /*/
/*n  the glassheader img is in top op document */

#site-header {
	width: 1010px;
	float: left;
	margin: 0px;
	display: table-cell;
}
#site-header #head-scroll {
	background-image: url(../images/bg-head-scroll.png);
	background-repeat: no-repeat;
	height:20px;
	padding:5px 5px 5px 30px;
}
#site-header #head-content {
	background-image: url(../images/bg-head-content.png);
	background-repeat: repeat-y;
	padding-left:30px;
	
}
#site-header #head-menu {
	background-image: url(../images/bg-head-menu.png);
	background-repeat: no-repeat;
	height:47px;
}

	#head-menu {
		clear: both;
		padding: 0;
		margin: auto;
		float: left;
		list-style: none;
		width: 1010px;
		padding: 0 0 0 30px;		
		display: inline;
		background: url(../images/post-footer-div.png) no-repeat left;
	}

	#head-menu #MenuBarItem{
		padding-left: 16px;
		padding-bottom: 0;
		padding-right: 16px;
		padding-top: 0;
		display: block;
		float: left;
		width: auto;
		margin: 0;
		color: #FFF;
		font: bold 14px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
		text-transform: uppercase;
		text-decoration: none;
		letter-spacing: 2px;
		background: url(../images/post-footer-div.png) no-repeat right;
		z-index: 29;
		position:relative;
	}
	#head-menu #MenuBarItem a {color: #FFF; text-decoration: none;text-shadow: -0.1em -0.1em #c7c7c7}	

	/* BACKGROUND IMAGE WHEN HOVERING */	
		#head-menu #MenuBarItem:hover, 
		#head-menu #MenuBarItem:active {
			background-image: url(../images/nav-hover.png);
			background-repeat: no-repeat;
		}

	
	div#SubMenuTop{background: url(../images/SubMenuTop.png) no-repeat; width:205px;height:12px;clear:left;}
	div#SubMenuFill{background: url(../images/SubMenuFill.png) repeat-y; width:205px;clear:left;}
	div#SubMenuBottom{background: url(../images/SubMenuBottom.png) no-repeat; width:205px;height:12px;clear:left;}
	
	
	div#SubMenu {
		display: none; 
		text-align: left;		
		color:#fff;	
		position:absolute;	
		min-width: 205px;
		left: -50px; top:30px;
		white-space:nowrap;		
		z-index: 28;
		white-space:nowrap;

	}
	div#MenuBarItem:hover div#SubMenu, 
	div#SubMenu:hover {display: block;} /* On MouseOver Display a block*/	
	
	div.SubMenu img{border:none;} /* make sure that images have no borders! */
	div#SubMenuFill div{ margin-left:11px; clear: both; }
	div#SubMenuFill a{margin-left:18px;text-decoration: underline;}
	div#SubMenuFill div:hover{ width:179px; background: url(../images/glass-left-square.png);}

/*/ END OF MAIN NAVIGATION /*/

	
	/*/ admin menu: right/*/
	div#adminmenu {
		/*display: TABLE;
		float: left;		
		width: 100px;
		cursor: hand;
		z-index: 32;
		text-align: right;
		*/
		
		bottom: -25%;
		
		position:relative;
	}
		
	div#adminpopupTop	{background: url(../images/SubMenuTop.png) no-repeat; width:205px;height:12px;clear:left;}
	div#adminpopupFill	{background: url(../images/SubMenuFill.png) repeat-y; width:205px;clear:left;display:table; padding-left:11px;}
	div#adminpopupBottom{background: url(../images/SubMenuBottom.png) no-repeat; width:205px;height:11px;clear:left;top:0;}
		
	div#adminpopup {
		display: none; 
		text-align: left;		
		color:#fff;	
		position:absolute;	
		min-width: 205px;
		 top:-25px;
		white-space:nowrap;		
		z-index: 33;

	}
	div#adminpopup div.adminFullLink{width:174px;clear:both;}
	div#adminmenu:hover div#adminpopup, 
	div#adminpopup:hover
	{display: block;} /* On MouseOver Display a block*/	
	
	#adminpopup img{border:none;float:left;} /* make sure that images have no borders! */
	div#adminpopupFill div{float:left;}
	div#adminpopupFill div:hover{background: url(../images/glass-left-square.png);}
	div#adminpopupFill a{ color:#FFFFFF;}
	
	
	



/*/  TABS  /*/
	#tabcontainer{
		padding-right: 27px;		
		float: right;
	}
	#tabcontainer #tab {
		float: left;
		height: 30px;
		padding: 0 15px;	
		background: url(../images/tab-background.png) no-repeat;
		line-height: 2.5em;
		border-right: 1px solid #EEE;
	}
	#tabcontainer #tab:hover {
		background: url(../images/tab-background-hover.png) no-repeat;
	}
	#tabcontainer #tab a:hover {
		text-decoration: none;
	}
/*/ END OF TABS  /*/








/* POST BALLOONS*/

#post {	
	list-style-type: none;
	width: 407px;
	left: 2px;
	top: 4px;
	position:relative;
	clear: both
}

#post ul{
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#post ul.content .top {
	background-image: url(../images/post-top.png);
	background-repeat: no-repeat;
	height: 12px;
	width: 412px;
	float: left;
}
#post ul.content .content {
	background-image: url(../images/post-content.png);
	background-repeat: repeat-y;
	height: auto;
	width: 382px;
	float: left;
	padding: 0 20px 0 10px;
}


#post ul.content .bottom {
	background-image: url(../images/post-bottom.png);
	background-repeat: no-repeat;
	float: left;
	height: 21px;
	width: 412px;
}
/* ! POST BALLOONS*/


#post-nav-left{
	width: 420px;	
}
#post-nav-right {
	width: 392px;
	
}
#post-nav-left ul .next{
	width: 380px;
}
#post-nav-right ul .next{
	width: 352px;
}


#post-nav-left,
#post-nav-right {
	list-style-type: none;
	
}
#post-nav-left ul,
#post-nav-right ul{
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#post-nav-left ul .first,
#post-nav-right ul .first {
	background: url(../images/post-footer-left-dark.png) no-repeat;
	float: left;
	height: 45px;
	width: 20px;
}
#post-nav-left ul .date,
#post-nav-right ul .date {
	background: url(../images/post-footer-date.png) no-repeat;
	float: left;
	height: 45px;
	width: 100px;
	background-position: 0px 4px;
	text-align: center;
	line-height: 3.7em;
}
#post-nav-left ul .next ,
#post-nav-right ul .next {
	background: url(../images/post-footer-mid-dark.png) repeat-x;
	height: 45px;
	line-height: 3em;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	 font-size: 90%;
	float: left;
	margin: auto;

}
#post-nav-left ul .next img,
#post-nav-right ul .next img{
	margin-top: 5px;
}

#post-nav-left ul .next .post-content ,
#post-nav-right ul .next .post-content {
	float: left;
	background: url(../images/post-footer-div.png) no-repeat;
	background-position: right;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 4px;
}
#post-nav-right ul .next .detail {
	line-height: 4.2em; padding-left: 4px; font-size: 10px; float: left;
}
#post-nav-left ul .last,
#post-nav-right ul .last {
	background-image: url(../images/post-footer-right-dark.png);
	height: 45px;
	width: 20px;
	float: right;
}



	div#readmore {
		display: block;
		float: left;
		font-size: 12px;
		cursor: hand;
		cursor: pointer;
		float: left;
		z-index: 32;
		width: 100px;
		bottom: -25%;
		text-align: right;
	}
		
	div#popupTop{background: url(../images/SubMenuTop.png) no-repeat; width:205px;height:12px;clear:left;}
	div#popupFill{background: url(../images/SubMenuFill.png) repeat-y; width:205px;clear:left; }
	div#popupBottom{background: url(../images/SubMenuBottom.png) no-repeat; width:205px;height:11px;clear:left;top:0;}
		
	div#popup {
		display: none; 
		text-align: left;		
		color:#fff;	
		position:relative;	
		min-width: 205px;
		left: 50px; top:-25px;
		white-space:nowrap;		
		z-index: 9999;

	}
	div#readmore:hover div#popup, 
	div#popup:hover {display: block;} /* On MouseOver Display a block*/	
	
	#popup img{border:none;float:left;} /* make sure that images have no borders! */
	div#popupFill div{ margin-left:11px;  display:table;}
	div#popupFill a{margin-left:18px; color:#FFFFFF;}
	div#popupFill div:hover{ width:179px; background: url(../images/glass-left-square.png);}
	

	






/*/  POST REACTION BLOCKS /*/
	#post_reaction fieldset{
		padding: 5px;
	
	}
	#post_reaction_detail{
		font-size: 10px;
	}
	#post_reaction_title{
		font-size: 12px; font-weight: bold;
	}
	#post_reaction_text{
		font-size: 12px; font-weight: normal;
	}




	
	/*/  POST REACTION BLOCKS /*/
	#post_reaction fieldset{
		padding: 5px;
	
	}
	#post_reaction_detail{
		font-size: 10px;
	}
	#post_reaction_title{
		font-size: 12px; font-weight: bold;
	}
	#post_reaction_text{
		font-size: 12px; font-weight: normal;
	}






#wrap #glass-left {
	background: url(../images/glass-left.png) no-repeat;
	height: 122px;
	width: 419px;
	float: left; clear: both;
}

#glass-left .content {
	
	overflow: hidden;
}
.t-meer-nieuws {
	background: url(../images/t-meer-nieuws.png) no-repeat;
	height: 20px;
	width: 90px;
	margin: 5px auto 0 auto;	
	position: relative;
}
.t-none {	
	height: 20px;
	width: 90px;
	margin: 5px auto 0 auto;	
	position: relative;
}



/*SIDEBLOCK*/
	
	/*/ ACHTERGROND BLOKKEN /*/ 		
		
		/*/ RightGlassHalf /*/
		#RightGlassHalf{
			margin-left: 20px;		
			float: right;
			height: auto;
		}
		#RightGlassHalf .RightGlassHalfTop,	#RightGlassHalf .RightGlassHalfContent,	#RightGlassHalf .RightGlassHalfBottom{
			width: 574px;
			min-height: 19px;	
		}
		#RightGlassHalf .RightGlassHalfTop {
			background-image: url(../images/RightGlassHalfTop.png);
			background-repeat: no-repeat;
		}
		#RightGlassHalf .RightGlassHalfContent {
			background-image: url(../images/RightGlassHalfFill.png);
			background-repeat: repeat-y;	
			background-position: left center;				
			height: auto; 
			display: table;
			padding: 0 10px;	
		}
		#RightGlassHalf .RightGlassHalfBottom {
			background-image: url(../images/RightGlassHalfBottom.png);
			background-repeat: no-repeat;		
		}


		/*/ RightGlassFull /*/
		#RightGlassFull{
			margin-left: 20px;		
			float: left;
			height: auto;
		
		}
		#RightGlassFull .RightGlassFullTop,	#RightGlassFull .RightGlassFullContent, #RightGlassFull .RightGlassFullBottom{	
			width: 580px;
			min-height: 19px;
	
			
		}
		#RightGlassFull .RightGlassFullTop {
			background-image: url(../images/RightGlassTop.png);
			background-repeat: no-repeat;
			
		}
		#RightGlassFull .RightGlassFullContent {
			background-image: url(../images/RightGlassFill.png);
			background-repeat: repeat-y;			
			height: auto; 			
			padding:0 0 0 2px;
			display:TABLE;
		}
		#RightGlassFull .RightGlassFullBottom {
			background-image: url(../images/RightGlassBottom.png);
			background-repeat: no-repeat;
			
		}
	/*/ ! ACHTERGROND BLOKKEN /*/ 


	






/* ARTICLES*/

	
	
	/*/ POST BALLONS /*/

		/*/ LEFT POST BALLONS /*/
			#PostLeft 
			{	
				list-style-type: none;
				width: 407px;
				left: 5px;	
				top: 2px;
				position:relative;
				clear: both;
			}

			#PostLeft ul
			{
				list-style-type: none;
				width: 100%;
				margin: 0;
				padding: 0;
			}

			#PostLeft .PostLeftTop 
			{
				background-image: url(../images/PostLeftTop.png);
				background-repeat: no-repeat;
				height: 12px;
				width: 412px;
				float: left;
			}
			#PostLeft .PostLeftContent 
			{
				background-image: url(../images/PostLeftFill.png);
				background-repeat: repeat-y;
				height: auto;
				width: 382px;
				float: left;
				padding: 0 20px 0 10px;

			}

			#PostLeft .PostLeftBottom {
				background-image: url(../images/PostLeftBottom.png);
				background-repeat: no-repeat;
				float: left;
				height: 21px;
				width: 412px;
			}
		
				
		/*POST BALOON RIGHTSIDE - WHITOUT A FOOTER NAVIFATION!!*/	
				#PostRight{
					margin-left:7px;
				}
				#PostRight .PostRightTop, #PostRight .PostRightContent, #PostRight .PostRightBottom{
					width: 554px;
					min-height: 11px;
					float: left;	
				}
				#PostRight .PostRightTop {
					top: 0;
					background-image: url(../images/PostRightTop.png);
					background-repeat: no-repeat;		
				}
				#PostRight .PostRightContent {
					background-image: url(../images/PostRightFill.png);
					background-repeat: repeat-y;
					background-position: left center;
					height: auto;		
					padding: 0 10px;
					top:0;
					width: 535px;				
				}
				#PostRight .PostRightBottom {
					background-image: url(../images/PostRightBottom.png);
					background-repeat: no-repeat;
					height: 19px;
				}



			
		/*ARTICLE BALOON RIGHTSIDE*/
				#ArticleRightContainer{
					width: 390px;
					float: left;
					position: relative;
						
									
				}		
				.ArticleRightTop {
					background-image: url(../images/post-right-top.png);
					background-repeat: no-repeat;
					height: 12px;
					width: 392px;
					float: left;
					left: 0;
				
						
				}
				.ArticleRightContent {
					background-image: url(../images/post-right-content.png);
					background-repeat: repeat-y;
					height: auto;
					width: 374px;
					min-height: 100px;
					float: left;
					padding: 0 10px 0 10px;
				}

				.ArticleRightBottom {
					background-image: url(../images/post-right-bottom.png);
					background-repeat: no-repeat;
					float: left;
					height: 21px;
					width: 395px;
				}
			/* !POST BALOON RIGHTSIDE*/



/*SIDEBLOCK*/




/*Glass SkyScraper 100 */
	#glass-block-100{
		float: left; clear:left;
		background: url(../images/glassbody-100x100.png) no-repeat;
		width:100px; height:100px;		
		margin-right:15px;
		padding-top: 10px;
		text-align: center;
	}
	
	#glass-block-100 img{		
		border-width: 1px; border-style:solid;
		border-color: #a0a0a0 #FFFFFF #FFFFFF #a0a0a0;	
		
		width: 78px; height:auto;
	}
	
/* ! Glass SkyScraper*/


/*Glass SkyScraper 145 */
	#glass-banner-145{float: left; margin-left:5px;}
	#glass-banner-145 div#title{
		background: url(../images/glassbody-124-top.png) no-repeat;
		width: 158px; height:19px;
		line-height: 2.5em;
		text-align: center; font-size: 10px; text-transform: uppercase;
		clear:both;
	}
	#glass-banner-145 div#content{
		background: url(../images/glassbody-124-fill.png)  repeat-y left center;		
		padding: 0px 15px; clear:both; margin:0;
		display:table;	
	}
	#glass-banner-145 div#content img{
		margin:0;	
		
	}
	
	#glass-banner-145 div#footer{
		background: url(../images/glassbody-124-bottom.png) no-repeat;
		width: 158px; height:19px;	
		text-align:center; font-size: 10px; text-transform: uppercase;		
	}
	#glass-banner-145 div#footer a{
		color: #000;
		vertical-align: super;
	}
/* ! Glass SkyScraper*/






/*Glass SkyScraper 175 */
	#glass-banner-175{float: left; margin-left: 15px;}
	#glass-banner-175 div#title{
		background: url(../images/glassbody-175-top.png) no-repeat;
		width: 175px; height:19px;
		line-height: 2.5em;
		text-align: center; font-size: 10px; text-transform: uppercase;
		clear:both;
	}
	#glass-banner-175 div#content{
		background: url(../images/glassbody-175-fill.png)  repeat-y left center;
		width: 175px;		
		display:table;
	}
	#glass-banner-175 div#img{
		width: 155px;
		border:none;
		
	}
	#glass-banner-175 div#footer{
		background: url(../images/glassbody-175-bottom.png) no-repeat;
		width: 175px; height:19px;	

	}
/* ! Glass SkyScraper*/


				/* ! BANNER 556 PX*/
				#Banner556 .Banner556Top, #Banner556 .Banner556Content, #Banner556 .Banner556Bottom{
					margin-left:5px;
					width: 556px;
					min-height: 18px;
					float: left;	
				}
				#Banner556 .Banner556Top {
					top: 0;
					background-image: url(../images/Banner556Top.png);
					background-repeat: no-repeat;		
				}
				#Banner556 .Banner556Content {
					background-image: url(../images/Banner556Fill.png);
					background-repeat: repeat-y;
					background-position: left center;
					min-height: 90px;		
					padding: 0 15px 0 15px;
					top:0;
					width: 535px;				
				}
				#Banner556 .Banner556Bottom {
					background-image: url(../images/Banner556Bottom.png);
					background-repeat: no-repeat;					
				}





/* TV SCREEN*/
#tv{clear: left; width:350px; height: 210px; background: url(../images/flatscreen-350x210.png) no-repeat; padding-top: 10px; margin-top: 10px; margin-left: 20px;}


#tv div#player{
	margin: auto;
	width: 330px; height: 180px;
	background-color: #000;
	
}
#tv div#footer{
	padding-top: 20px;
	width: 100%; height:35px;
	text-align: center; font-size: 14px; text-transform: uppercase;
}
/* ! TV SCREEN*/





/* POST NAVIGATION */

#head-menu-inline {
	clear: both;	
	padding: 0;		
	margin: auto;
	display: table;
	font-size: 150%;
	}
#head-menu-inline .nav-button {
	float: left;			
	width: 32px; height: 32px;
	line-height: 2em;
	text-align: center;
	
	background: url(../images/RondButton.png) no-repeat;
}
#head-menu-inline .nav-button a{
	color: #000;
	font-weight: bold;
}
#head-menu-inline .nav-button a:hover{
	color: #3366d2;
	text-decoration: none;
}
#head-menu-inline .nav-button-active{
	color: #3366d2;
	text-decoration: none;
}
/* POST NAVIGATION */


/* POST NAVIGATION */

#nav-inline {
	clear: both;	
	padding: 0;		
	margin: auto;
	display: table;
	font-size: 150%;
	}
#nav-inline .nav-button {
	float: left;			
	width: 32px; height: 32px;
	line-height: 2em;
	text-align: center;
	
	background: url(../images/RondButton.png) no-repeat;
}
#nav-inline .nav-button a{
	color: #000;
	font-weight: bold;
}
#nav-inline .nav-button a:hover{
	color: #3366d2;
	text-decoration: none;
}
#nav-inline .nav-button-active{
	color: #3366d2;
	text-decoration: none;
}
/* POST NAVIGATION */



/*/ WALLPAPERS /*/
#WallpaperThumbBlock{
	width: 125px;
	float: left;
	margin-left: 40px;
	text-align: center;
	margin-bottom: 10px;

}
#WallpaperThumbBlock img{
	border: 5px solid #FFF;
	margin:0;padding:0;
	width: 125px; height: 75px;
}



.WallpaperDisplayBlock{
	width: auto;
	text-align: center;

}

.WallpaperDisplayBlock .img img{
	border: 5px solid #FFF;
	margin:auto;
	padding:auto;
}
.WallpaperDisplayBlock .download{	
	display: table; 
	margin: auto; width: auto;
	padding: 0;

}
#WallpaperDownload {	
	margin: auto;
	margin-left: 20px;
	float: left;
	
	padding: 0;	
}

.WallpaperDisplayBlock .stats{
	top: -5px;
	color: #5c5c5c;
	width: 100%;
	float:left;
	margin-bottom: 10px;
}

/*/ WALLPAPERS SLIDER /*/
	#slider{
		width:540px;		
		height:auto;
		overflow:hidden;	
		list-style:none;
		padding:0px !important;
	}
	#slider ul{
		width:540px;
		list-style:none;
		height:auto;		
		padding:0px !important;
		margin-top:0px !important;margin-bottom:0px !important;		
		padding-left:0;
		}
	
	/*/ Slider container/*/
	#slider li{ 
		width:540px;
		list-style:none;
		height:auto;
		overflow:hidden;	
	
	}

	/*/ Wallpaper block/*/
	#slider ul.wallpaper{
		width:540px;
		list-style:none;
		height:auto;
		
		margin-top:0px !important;margin-bottom:0px !important;				
		}
	#slider ul.wallpaper li{
		width:538px;
		padding: auto; margin:auto;	
		text-align: center !important;
		
	}
	#Button_100{width:100px; height:42px; text-align: center; color:#000; background: url(../images/Button_100.png) no-repeat; line-height:3.5em; float:left;}
	#Button_100 a{color:#000;border:1px solid #000;}
	span#prevBtn,span#nextBtn{}
	span#prevBtn{}
	span#nextBtn{float:right;}	



#VideoThumbBlock{
	width: 95%;
	float: left;
	margin: 20px 0 0px 5px;
	text-align: left;
}

#VideoThumbBlock .thubmnail{
	border: 5px solid #000;
	margin-right:10px;padding:0;
	cursor: hand;
}
#player{
	margin: 5px 0px 0px 5px;
	
}


/*/ SinglesS /*/
#SinglesThumbBlock{
	width: 145px;
	float: left;
	margin-left: 20px;
	text-align: center;
	margin-bottom: 10px;

}
#SinglesThumbBlock img{
	border: 5px solid #FFF;
	margin:0;padding:0;
	width: 100px; height: 100px;
}


.SinglesDisplayBlock{
	width: auto;
	text-align: center;

}

.SinglesDisplayBlock .img img{
	border: 5px solid #FFF;
	margin:auto;padding:auto;
}
.SinglesDisplayBlock .download{	
	display: table; 
	margin: auto; width: auto;
	padding: 0;

}
#SinglesDownload {	
	width: 100px; float: left;
	margin: auto;
	padding: 0;	
}

.SinglesDisplayBlock .stats{
	top: -5px;
	color: #5c5c5c;
	width: 100%;
	float:left;
	margin-bottom: 10px;
}




/*/ AGENDA - EVENTS /*/
#event_date{
	font-size: 10px;
	color: #616161;
}
#event_text{
	font-size: 12px;
}
#event_url{	
	clear:both;
	margin-bottom:10px;
}
#event_url a{
	line-height: 1.8em;
	font-size: 16px;
	font-weight: bold;
}
#event_text{
	min-height: 40px;
}
#event_read_more{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	background: #3096ff;
	background: -webkit-gradient(linear, left top, left bottom, from(#80befd), to(#3096ff));
	background: -moz-linear-gradient(top, #80befd, #3096ff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80befd', endColorstr='#3096ff');
	border: 1px solid #0660c9;	
	padding: 3px 10px 1px;
	height:20px; 	
}

#event_read_more:hover {	
	background: #7ebaff;
	background: -webkit-gradient(linear, left top, left bottom, from(#7ebaff), to(#0660c9));
	background: -moz-linear-gradient(top, #7ebaff, #0660c9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ebaff', endColorstr='#0660c9');
	border: 1px solid #0660c9;	
	cursor:pointer;
}


#event_read_more a{
	color:#fff; text-decoration:none; font-weight: bold;
	text-shadow: 0px 0px 1px rgba(0,0, 0, .4);
	text-shadow: 0.0em 0.0em 0.1em #000;
	float:right;
}

.eventBlock{
	margin-top: 5px;
	position:relative;
	height: 80px!important;
}



div.sitefooter{
	width: 270px; height:67px; display:table;
	background: url(../images/RightFooterBackground.png) no-repeat;
	text-align:center;
	padding-top: 7px;
	line-height: 2.2em;
}

.sitefooter,.sitefooter a{
	color:#FFFFFF;
}



/*/ PROFILE ITEMS /*/
div#profilepopupTop	{background: url(../images/SubMenuTop.png) no-repeat; width:205px;height:12px;clear:left;}
	div#profilepopupFill	{background: url(../images/SubMenuFill.png) repeat-y; width:205px;clear:left;display:table; padding-left:11px;}
	div#profilepopupBottom{background: url(../images/SubMenuBottom.png) no-repeat; width:205px;height:11px;clear:left;top:0;}
		
	div#profilepopup {
		display: none; 
		text-align: left;		
		color:#fff;	
		position:absolute;	
		min-width: 205px;
		right: 80px; top:0px;
		white-space:nowrap;		
		z-index: 33;

	}
	div#profilepopup div#UserPopupItem{width:174px;clear:both;}
	div#profilemenu:hover div#profilepopup, 
	div#profilepopup:hover
	{display: block;} /* On MouseOver Display a block*/	
	
	#profilepopup img{border:none;float:left;} /* make sure that images have no borders! */
	div#profilepopupFill div{float:left;}
	div#profilepopupFill div#UserPopupItem:hover{background: url(../images/glass-left-square.png);}
	div#profilepopupFill a{color:#FFFFFF;}


	#profile_name{
		font-weight:bold;
	}

	span.from-text{
		width: 200px;
		display:block;
		float:left;		
	}
	ul.form {
		list-style: none;
		padding:0;
		color: #696969;
	}
	ul.form li{
		display:table;
		background: #EFEFEF;
		padding:10px;
		border-bottom: 1px solid #B4B4B4;
		width:100%;
	}
	ul.form li:nth-child(odd){
		display:table;
		background: #D2D2D2;
	}
	ul.form div{
		float:left;
	}
	ul.form div input[type="text"], ul.form div input[type="password"]{
		height: 35px;
		margin:0!important;
		width: 300px;
	}
	ul.form div select{
		height: 35px;
		margin:0!important;
	}

/* members */
	ul#member_list{
		display:table;
		width:100%;
	}
	#member_list li{
		display:table;
		background: #EFEFEF;
		padding:10px;
		border-bottom: 1px solid #B4B4B4;
		width:100%;
	}
	#member_list li:nth-child(odd){
		display:table;
		background: #D2D2D2;
	}

	#member_list{
		display:inline-block;
		padding:5px;
		float:left;
	}
	#member_list img{
		margin: 0 10px 0 0;
		width: 50px;
	}
	#member_list .member-title{
		font-weight: bold;
		font-size:1.2em;
	}
	#member_list .member-birthday{
		
	}



/*/ PROFILE ITEMS /*/

#ShopItem {
	background-color: #fff;
	padding: 10px;
	width: 330px;
	float: left;
	margin: 5px;
	
}
#ShopItemImg {
	float: left;
	margin-right: 10px;
	
}
#ShopItemDesc{
	clear:right;
	height:50px;
	}
#messenger{
	width: 100%;
	border:1px solid red;
	margin: 5px 5px 40px 5px; padding: 5px;
	background-color: #fff;
}
.addthis_button_facebook_like iframe{	
	width:115px!IMPORTANT;
}
.facebookFrame{
	background: url(../images/post-background.png);
}
#SocialMediaContainer{
	background: url(../images/post-background.png);
	display:block;
	height: 475px;
	width:530px;
	margin-left:20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	border:1px solid #4a4a4a;
}

.TwitterTimeline{
	display:block;
}

.TwitterTimeline ul#twitter_update_list{
	list-style-type: none;
padding: 0px;
margin: 0px;
}
.TwitterTimeline ul#twitter_update_list li{
	border-bottom:#CCCCCC 1px solid;
	padding:10px 0;
}

#WeerContainer{
	background: url(../images/post-background.png);
	display:block;
	width:510px;
	margin-left:20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	border:1px solid #4a4a4a;
	padding: 5px 10px;
}

#one_col{
	background: url(../images/post-background.png);
	display:block;
	width: 1010px;
	height: 800px;
	margin-left:20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	border:1px solid #4a4a4a;
	padding: 5px 10px;
	margin:10px;
}
.imagevueWrap { margin: 0 0 36px 0; height: 780px; }

.pagination 
{
	border-left:1px solid #cccccc; 
	border-right:1px solid #cccccc; 
	padding:5px 10px; 
	height:28px;
	clear:both;
}

.pagination a 
	{ 
		-webkit-border-radius:3px; 
		-moz-border-radius: 3px; 
		border-radius: 3px;		
		border:1px solid #696969;
		text-shadow:  0px 1px 0px rgba(0, 0, 0, .4);	
		padding: 5px 10px 5px 10px; margin-right:2px;
		height:22px;		
		color: #fff;
		background:#4B4B4B;
		text-decoration:none;
		font-size: 1.1em;
		font-weight: bold;
}

.pagination a:hover { 	
		background: #696969;
		cursor:pointer;}

.pagination .active {		
	background: #696969;
		cursor:pointer;}

#weer-container{
	float:left;	
	text-align:center;
	font-weight:bold;
	width:62px;
	padding-bottom:5px;
	
}
#weer-container + #weer-container{
	border-left: 1px solid #cecece;
}
#weer-container img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#weer-container .dag{
	clear:both;
	padding:5px;
}
#weer-container .min{
	color:blue;
	
}
#weer-container .max{
	color:red;
}

#form_error{
	color:black; font-weight: bold;
	border: 1px solid red;
	background-color: #fe9b9b;
	padding:4px 8px;
	width:100%;
	display:table;
	vertical-align:middle;
}


/*   APPLE DOCK MENU */
.dockbar {position:absolute;right:15px;}/*left:100%;*/
.dock-container {height: 32px; }
a.dock-item { display: block; width: 32px; position: absolute; bottom: 0; text-align: center; text-decoration: none; color: #333; }
.dock-item span { 		
		display: none; padding: 2px 10px;  white-space:nowrap;  background: url(../images/liquid-tooltip.png) repeat; color:#ffffff;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		border-radius: 16px;		
		}
.dock-item img { border: 0; margin: 5px 10px 0px; width: 100%; }
#home-news-text { float: right; width: 250px; }
