
/*---------------------------------------------------------------------------------------------------
	Lettertype voor headers en menu
---------------------------------------------------------------------------------------------------*/
@font-face {
	font-family: 'Clarendon';
	src: url('../fonts/clarendo-webfont.eot');
	src: local('☺'), url('../fonts/clarendo-webfont.woff') format('woff'), 
	url('../fonts/clarendo-webfont.ttf') format('truetype'), 
	url('../fonts/clarendo-webfont.svgz#webfontBNjBmsS0') format('svg'), 
	url('../fonts/clarendo-webfont.svg#webfontBNjBmsS0') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*---------------------------------------------------------------------------------------------------
	Classes
---------------------------------------------------------------------------------------------------*/
.float-left 	{ float: left; }
.float-right 	{ float: right; }
.clearboth 		{ clear: both; }
.center 		{ text-align: center; }
.normal 		{ font-weight:normal; }
.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.hidden			{ display: none; }
a:active 		{ outline: none; }

/* Text */
.text 			{ line-height: 1.4em; }

/* Images */
.alignnone 		{ margin-top: 4px; margin-left: 8px; margin-right: 8px; }	
.alignleft 		{ float: left; margin-top: 4px; margin-left: 0; margin-right: 8px; }	
.centered 		{ display: block; margin-top: 4px; margin-left: auto; margin-right: auto; }
.alignright 	{ float: right;	margin-top: 4px; margin-left: 8px; margin-right: 0; }

/* More link */
.more span 		{ font-style: italic; }


/*---------------------------------------------------------------------------------------------------
	Fixed positions
---------------------------------------------------------------------------------------------------*/
.fixed { position:fixed; }


/*---------------------------------------------------------------------------------------------------
	transparant
---------------------------------------------------------------------------------------------------*/
.transparant {
	ffilter: alpha(opacity=98);
	ffilter: progid:DXImageTransform.Microsoft.Alpha(opacity=98);
	-moz-opacity:0.95;
	opacity:.95;
}

/*---------------------------------------------------------------------------------------------------
	Body en achtergrond
---------------------------------------------------------------------------------------------------*/
html, 
body,
#bg,
#bg table,
#bg td 		{ width:100%;height:100%;overflow:hidden; }

#bg div		{ position:absolute;width:200%;height:200%;top:-50%;left:-50%; }
#bg td		{ vertical-align:middle;text-align:center; }
#bg img		{ min-height:50%;min-width:50%;margin:0 auto; }

#box {
	position: absolute;
	width: 88%;
	height: 80%;
	top: 10%;
	left: 6%;
	overflow: hidden;
	display: block;
	border: 1px solid #DDD;
	background-color: #FFFFFF;	
}


/*---------------------------------------------------------------------------------------------------
	Content
---------------------------------------------------------------------------------------------------*/
#wrapper {
   	width: 100%;
   	margin: 0 auto;
	height: 100%;
	background-color:#FFF;
}

#wrapper .wrapmiddle {
   	float: left;
   	width: 100%;
   	background-color: #fff;
	height: 100%;
}

#wrapper .middle {
   	margin-left:190px;
	height: 100%;
	background-color:#FFF;
}

#wrapper .middle .content {
	font-family: Verdana, arial,helvetica,sans-serif; 
	margin: 15px 10px 15px 20px;
	padding-right: 20px;
	height: 94%;
	overflow:auto;
	background-color:#FFF;
}

#right {
	display: none;
}

.text a {
	text-decoration: none;
}

/*
#wrapper .middle {
   	margin-right:265px;
   	margin-left:190px;
	height: 100%;
	background-color:#FFF;
}

#wrapper .middle .content {
	font-family: Verdana, arial,helvetica,sans-serif; 
	margin: 15px 10px 15px 20px;
	padding-right: 20px;
	height: 94%;
	overflow:auto;
	background-color:#FFF;
}

#wrapper .middle-no-right {
   	margin-left:190px;
	height: 100%;
	background-color:#FFF;
}

#wrapper .middle-no-right .content {
	font-family: Verdana, arial,helvetica,sans-serif; 
	margin: 15px 10px 15px 20px;
	padding-right: 20px;
	height: 94%;
	overflow:auto;
	background-color:#FFF;
}
*/

/*---------------------------------------------------------------------------------------------------
	Header, titel, submenu 
---------------------------------------------------------------------------------------------------*/
#header {
	background-color:#fff;
	height: 55px;
	display: block;
	z-index: 20;
}

#header .title h1 {
	background-color:#fff;
	font-family: Clarendon, Georgia, "Times New Roman", Times, serif;	
	font-size: 55px;
	line-height: 48px;
	font-weight:normal;
	white-space: nowrap;
	overflow: hidden;
	z-index: 20;
}

#header .title div {
	background-color: #fff;
	/*border-top:1px dashed #EC008C;*/
	position: relative;
	height: 25px;
	top: -16px;
	width: 100%;
	z-index: 10;
}

#submenu {
	background-color:#fff;
	font-family: Clarendon, Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	top: -35px;
	position: relative;
	padding-bottom: 10px;
	z-index: 11;
}
#submenu ul {
	margin: 0;
	margin-left: 0;
}

#submenu ul li {
	fffloat: left;
	list-style:none;
	margin:0;
	margin-right:10px;
	padding: 2px 0 2px 0;
}

#submenu li a,
#submenu li a:hover,
#submenu li .current-submen {
	text-decoration: none;
}


/*---------------------------------------------------------------------------------------------------
	Maincontent
---------------------------------------------------------------------------------------------------*/
#wrapper .content .maincontent h2 { 
	font-size: 21px;
}

#wrapper .content .maincontent h3 { 
	font-size: 15px;
	margin-top: 3px;
}

#wrapper .content .maincontent .text { 
	font-size: 13px;
	margin-top: 12px;
}

#wrapper .content .maincontent .divider { 
	padding-bottom: 25px;
}

/* styling for the makers detail page */
#wrapper .content .maincontent .thumbnail-left {
    float: left;
    margin: 5px 20px 20px 0;
    padding: 5px;
    border: 1px solid #ccc;
    background: #f0f0f0;
}

#wrapper .content .maincontent .thumbnail-right {
    float: right;
    margin: 5px 0 20px 20px;
    padding: 5px;
    border: 1px solid #ccc;
    background: #f0f0f0;
}

#wrapper .content .maincontent .description {overflow: hidden;}

*html .description {float: left;} /* IE hack */

/* events */
#wrapper .content .monhts {
	background-color:#fff;
	font-family: Verdana, arial,helvetica,sans-serif; 
	font-size: 18px; 
	font-weight: bold;
	padding-top: 25px;
}

#wrapper .content .current-month,
#wrapper .content .next-month {
	margin-right: 30px;
	text-decoration: none;
}

#wrapper .content .events {
	margin-left: 20px;
}

#wrapper .content .events-items {
	font-size: 13px; 
	padding-top: 25px;
}

#wrapper .content .events-detail {
	font-size: 13px; 
}

#wrapper .content .events-items .title a {
	text-decoration: none; 
}

#wrapper .content .events-items .subtitle,
#wrapper .content .events-detail .subtitle {
	line-height: 25px;
	margin-bottom: 10px; 
}

#wrapper .content .events-items .text, 
#wrapper .content .events-detail .text {
	margin-top: 5px;
	margin-bottom: 25px; 
}

#wrapper .content .events-items .info p span,
#wrapper .content .events-detail .info p span {
	font-weight: bold;
	line-height: 18px;
}

#wrapper .content .events-items .who  {
	font-style: normal;	
	font-weight: bold;
}
#wrapper .content .events-items img {
	float: right;
	width: 65px;
}

#wrapper .content .events-detail .reservation-btn {
	float: right;
	text-align:center;
	padding: 4px 6px 4px 6px;
	width: 9em;
	z-index: 1;
}

#wrapper .content .events-detail .reservation-btn a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}


/*---------------------------------------------------------------------------------------------------
	Flashmovie hack
---------------------------------------------------------------------------------------------------*/
object,
embed  {
	width: 100%;
}


/*---------------------------------------------------------------------------------------------------
	Left col
---------------------------------------------------------------------------------------------------*/
#left {
	float: left;
	width: 190px;
	margin-left: -100%;
	height: 100%;
	
}
#left .content {
	/*border-right: 1px dashed #000;*/	
	margin: 15px 0 0px 0;
	height: 94%;
}

#left .content .inner-content {
	margin: 0 18px 0 18px;
}

#left .content .inner-content .logo {
	display: block;
	margin-bottom: 15px;
}


/*---------------------------------------------------------------------------------------------------
	Navigation 
---------------------------------------------------------------------------------------------------*/
#left .content .inner-content ul {
	font-family: Clarendon, Georgia, "Times New Roman", Times, serif;	
	font-size: 12px;	
	padding: 3% 10px 3% 0px;
	margin: 0;
	margin-left: 0;
}

#left .content .inner-content ul li {
	list-style:none;
	padding: 6px 0 6px 0;
	margin:0;
	width: 150px;	
}

#left .content .inner-content li a {
	letter-spacing: 0.03em;
	text-decoration: none;
}

#left .content .inner-content li a:hover {
	letter-spacing: 0.03em;
	text-decoration: none;
}

#left .content .inner-content li .current {
	text-decoration: none;
}

#left .content .inner-content .menudivider {
	border-bottom: 1px solid #000000;
	ppadding: 14px 0 12px 0;	
	padding: 6% 0 4% 0;	
}

#left .content .inner-content .noborder {
	border-bottom: none;
}

#left .content .inner-content .socialmedia-icons {
	position: absolute; 
	bottom: 10px;
}

#left .content .inner-content .socialmedia-icons p {
	font-weight: bold;
	margin-bottom: 8px;
}

#left .content .inner-content .community-logo {
	margin-top: 20px;
}


/*---------------------------------------------------------------------------------------------------
	Right col
---------------------------------------------------------------------------------------------------*/
#right {
	float: left;
   	width: 265px;
   	margin-left: -265px;
	height: 100%;
}

#right .content {
	/* border-left: 1px dashed #000;*/
	margin: 15px 0 0px 0;
	height: 94%;
}

#right .content .inner-content {
	font-family: Verdana, arial,helvetica,sans-serif;
	margin: 0 18px 0 18px;
}

#right .content .inner-content .right-content {
	padding-top: 35px;
}

#right .content .inner-content .right-content .events-rightcolumn .title {
	margin-bottom: 10px;
}

#right .content .inner-content .right-content .events-rightcolumn img {
	margin-right: 8px;
	margin-bottom: 8px;	
}

#right .content .inner-content .location-bottom {
	position: absolute; 
	bottom: 10px;
}


/*---------------------------------------------------------------------------------------------------
	Sidebar
---------------------------------------------------------------------------------------------------*/
#sidebar  {
	font-family: Verdana, arial,helvetica,sans-serif;
	font-size: 13px;	
}

#sidebar h2.title {
	font-size: 21px;
	margin-bottom: 5px;
}

#sidebar div.more {
	margin-top: 4px;
}

#sidebar a {
	text-decoration: underline;	
}

#sidebar a:hover {
	text-decoration: none;	
}