/* GLOBAL */
@font-face {
	font-family: 'DirtyHeadlineRegular';
	src: url('dirty_headline.eot');
	src: local('Dirty Headline'), local('DirtyHeadline'), url('dirty_headline.woff') format('woff'), url('dirty_headline.ttf') format('truetype');
}

@font-face {
	font-family: 'ImpactLabelReversedRegular';
	src: url('ilr.eot');
}

@font-face {
	font-family: 'ImpactLabelReversedRegular';
	src: url(//:) format('no404'), url('ilr.woff') format('woff'), url('ilr.ttf') format('truetype');
}


@font-face {
	font-family: 'TextureRoadRegular';
	src: url('texture_road-webfont.eot');
	src: local('?'), url('texture_road-webfont.woff') format('woff'), url('texture_road-webfont.ttf') format('truetype'), url('texture_road-webfont.svg#webfontAnEkkghg') format('svg');
	font-weight: normal;
	font-style: normal;
}



body {
	background:url('../images/bg2.jpg') repeat-y 50%;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	font-size:12px;
}

h1 {
	color:#DEC204;
	margin-top:10px;
	margin-bottom:5px;
	font-size:40px;
	font-family: 'DirtyHeadlineRegular';
	font-family: 'TextureRoadRegular';
}

h2 {
	color:#cabc5a;
	font-size:22px;
	font-family: 'DirtyHeadlineRegular';
	font-family: 'TextureRoadRegular';
}

h4 {
	color:#EEE;
	display:block;
	border-bottom:1px solid #eee;
	width:80%;
	font-size:16px;
	font-weight:bold;

}

.container {
	background:url('../images/bgdrop.png') repeat-x top left;
}

.wideBg {
	background: no-repeat 50%;
}

#mainCol{
	padding-left:5px;
}

/* FORMS */

.submit {
	
	background-color:#cabc5a;
	color:#333;
	border:0px;
	cursor:pointer;
	margin-right:-2px;
	display:block;
	float:right;
	
}
/* HEADER */

#header {
	height:188px;
	background-image:url('../images/header.jpg');
}

#homeLink {
	height:148px;
	width:200px;
	margin-top:40px;
}

/* MENU */

#menu {
	height:40px;
	background-image:url('../images/menuBg.jpg');	
}

#menu ul {
	list-style: none;
	padding-top: 7px;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	overflow:hidden;
	}

#menu li {
	float:left;
}

#menu li a {
	height:27px;
	display:block;
	overflow:hidden;
	margin-right:40px;
	}

#menu li a:hover {
	background-position: 0px 27px;
}
	
#btnHome {
	width:56px;
	background:url('../images/btnHome.png');
	margin-left:120px;
	}

#btnBoekingen {
	width:103px;
	background:url('../images/btnBoekingen.png');
	margin-left:100px;
}

#btnConcepten {
	width:110px;
	background:url('../images/btnConcepten.png');
}

#btnEvenementen {
	width:137px;
	background:url('../images/btnEvenementen.png');
}

#btnContact {
	width:80px;
	background:url('../images/btnContact.png');
}

#btnLinks {
	width:56px;
	background:url('../images/btnLinks.png');
}

#btnReferenties {
	width:117px;
	background:url('../images/btnReferenties.png');
}
/* INTRO */

#intro {
	height:167px;

}
#sidebarTop {
	height:170px;	
}

#sidebarTop div {
	padding:15px;
}


/* CONTENT */

#sidebar div {
	padding:10px;
	color:#999;
	font-size: 11px;
}

/* FOOTER */

#footer {
	visibility:hidden;
	background-color:#3F0;
}

/* TWITTER BAR */

#twitter_div {
	margin-top:5px;}

#tweetTitle {
	background:url('../images/tweet.png') no-repeat;
	background-position: 0px 8px;
	padding-left:22px;
}

#twitter_div a {
	color:#DEC204;
}

ul#twitter_update_list {
	list-style: none;
	display:block;
	font-size: 11px;
	margin:0px;
	padding:0px;
}

ul#twitter_update_list li {
	margin-bottom: 10px;
	color: #999;
	background:url('../images/transWhite10.png');

}

ul#twitter_update_list li a { color: #7a8a99; }

.twitterTime {
	color:#FF3;
}

/* SIDEBAR */

.activityBlock{
  background:url("../images/transWhite10.png") repeat scroll 0 0 transparent;
  margin-bottom:5px;
  padding:3px;
  padding-left:5px;
}
.activityBlock a {
color:#dec204;
font-weight:bold;
}
.activityBlock span{
color:#bbb;
font-weight:bold;
}

div#sbContact {
	border-top:1px dotted #dec204;
	margin-top:20px;
}

div#sbContact span{
	color:#FFF;
	font-weight:bold;
	font-style:italic;
	}
	
div#sbContact a {
	color:#CCC;
}
