/*--[ INFO ]------------------------------------------------
|	CSS FILE FOR GP LIMBURG
|	Written by: Robarov
|	Website: http://www.robarov.be
|	.000000000000000000.
|	000000......000000..
|	000.........0000....
|	....................
|	.0000...........0000
|	00000.........000000
|	0000........00000000
|	0000......0000000000
|	000......00000000000
|	00......000000000000
|	.......000000000000.
|	.......ROBAROV......
|	CSS for xHTML
----------------------------------------------------------*/
/*--[ FONT EMBEDDING ]------------------------------------*/
@font-face {
	font-family: 'DirtyHeadlineRegular';
	src: url('dirty_headline-webfont.eot');
	src: url('dirty_headline-webfont.woff') format('woff'), url('dirty_headline-webfont.ttf') format('truetype'), url('dirty_headline-webfont.svg#webfontsFoi32g7') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*--[ TINY MCE ]------------------------------------------*/
body.mceContentBody {text-align: left; background: #fff;}
body.mceContentBody a {color: #33210b !important; }
body.mceContentBody a:hover {color: #ed1c24 !important; }
body.mceContentBody h1, body.mceContentBody h2, body.mceContentBody h3 { clear: both; }

/*--[ RESET ]---------------------------------------------*/
body, form, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address{ margin: 0; padding: 0; }
html, body { height: 100%; width: 100%; }
ol, ul { list-style: none; }
img { border: 0; display: block; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { font-size: 100%; }
table { border-collapse: collapse; border-spacing: 0; }

/*--[ HEADINGS ]------------------------------------------*/
h1,h2,h3,h4,h5,h6 { 
	font-family: 'DirtyHeadlineRegular', Arial, Helvetica, sans-serif;
	font-weight: normal; 
}

h1 { font-size: 36px; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 30px; line-height: 1; margin-bottom: 0.75em; }
	h2 a { color: #ed1c24; text-decoration: none; }
		h2 a:hover { color: #ff0000; text-decoration: none; }	
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; margin-bottom: 1.5em; }
h6 { font-size: 1em; }

/*--[ TEXT ELEMENTS ]---------------------------------------*/
p { margin: 0 0 1.5em; }

ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 1.5em; }

abbr, acronym { border-bottom: 1px dotted #000; }
address { margin-top: 1.5em; font-style: italic; }
del { color: #000; }

a { color: #33210b; text-decoration: underline; }
a:hover { color: #ed1c24; text-decoration: underline; }

blockquote { margin: 1.5em; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.5; } 
tt { display: block; margin: 1.5em 0; line-height: 1.5; }

/*--[ DEFAULTS ]--------------------------------------------*/
.hide { display: none; }
.clear { clear: both; }

/*--[ BASIC STRUCTURE ]-------------------------------------
	body
	|- container
		|- header
		|- content
		|	|- main
		|	|- sidebar
		|- footer
*/
body { 
	background: #323232 url(../i/layout/bg-body.jpg) top center repeat-y;
	color: #33210b;
	font: 12px/18px Arial, Helvetica, sans-serif;
	text-align: center;
}

	body.intro {
		background: #323232;
	}
	
#container {
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	width: 980px;
}

#header { 
	background: transparent url(../i/layout/bg-header.jpg) 0 0 no-repeat;
	display: block;
	height: 400px;
	padding: 0 10px;
	position: relative;
	width: 960px;
}
	#header h1 {
		background: url(../i/layout/logo.jpg) 0 0 no-repeat;
		height: 180px;
		left: 44px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 30px;
		width: 400px;
	}
		
		#header h1 a {
			display: block;
			height: 180px;
			overflow: hidden;
			text-decoration: none;
			text-indent: -999em;
			width: 400px;	
		}

#content {
	display: inline;
	float: left;
	width: 940px;
	padding: 10px 20px;
	z-index: 50;
}

	#main {
		display: inline;
		float: left;
		padding: 0 0 0 10px;
		width: 630px;	
	}
	
	#sidebar {
		background: url(../i/layout/bg-sidebar.jpg) 0 0 repeat-y;
		display: inline;
		float: left;
		padding: 0 0 0 20px;
		width: 280px;
	}

#footer { 
	background: url(../i/layout/bg-footer.jpg) top center no-repeat;
	display: block;
	clear: both;
	float: left;
	padding: 30px 20px 0 20px;
	text-align: right;
	width: 940px;
}	

/*--[ NAVIGATION ]------------------------------------------*/
#skipnav { display: none; }
#crumbs { }
	#crumbs a { }
		#crumbs a:hover { color: #fff; }
	#crumbs span { }


#nav {
	bottom: 25px;
	display: block;
	height: 40px;
	left: 0;
	margin: 0;
	padding: 0 10px;
	position: absolute;
	width: 960px;
}

	#nav li {
		display: inline;
		float: left;
		height: 40px;
		margin: 0 10px;
		width: 140px;
	}

		#nav li a {
			background: url(../i/layout/bg-nav-button.jpg) 0 0 no-repeat;
			color: #fff;
			display: inline;
			float: left;
			font: 20px/40px "DirtyHeadlineRegular", Arial, Helvetica, sans-serif;
			text-align: center;
			text-decoration: none;
			height: 40px;
			width: 140px;	
		}
			
			#nav li a:hover,
			#nav li a:focus,
			#nav li.active a, 
			#nav li.active a:hover {
				background-position: 0 -40px;
				color: #FFE600;
				text-decoration: none;
			}

#lng {
	position: absolute;
	right: 15px; 
	top: 10px;
}
			
/*--[ SPONSORS ]--------------------------------------------*/
#sponsors {
	bottom: 80px;
	display: block;
	height: 100px;
	left: 0;
	margin: 0;
	padding: 0 10px;
	position: absolute;
	width: 960px;
}

	#sponsors li {
		display: inline;
		float: left;
		height: 100px;
		margin: 0 10px;
		width: 140px;
	}

		#sponsors li a {
			display: block;
			cursor: pointer;
			float: left;
			text-align: center;
			height: 40px;
			width: 140px;	
		}

#lommel, #limburg {
	height: 105px;
	position: absolute;
	top: 15px;
	right: 60px;
	text-indent: -9999em;
	width: 130px;
}

#limburg {
	height: 85px;
	right: 40px;
	top: 125px;
	width: 185px;
}

/*--[ CONTENT ]---------------------------------------------*/
.story h2 { margin-bottom: 0; }
.story-img { float: left; margin: 0 20px 20px 0; }
.date { color: #979797; margin-bottom: 10px; }

.story {
	background: url(../i/layout/bg-story.jpg) bottom center no-repeat;
	clear: both;
	display: inline;
	float: left;
	margin-bottom: 25px;
	padding: 0 0 20px 0;
	position: relative;
	width: 630px;
}

.more {
	overflow: hidden;
	display: inline;
	float: right;
	height: 20px;
	margin: 0;
	padding: 0;
}

.more a { 
	background: url(../i/layout/bg-more.jpg) 100% 0 no-repeat;
	display: inline;
	float: right;
	height: 20px;
	padding: 0 20px 0 5px;
	height: 20px;
}


	.more a:hover { 
		background: #ed1c24 url(../i/layout/bg-more.jpg) 100% 100% no-repeat;
		color: #fff;
	}
	
#outerdiv {
	position:absolute;
	top:0;
	left:0;
	overflow:show;
	height: 500px;
	width: 980px;
	z-index: 90;
}
#innerdiv {
	position:absolute;
	top:200px;
	left:0px;
	height: 400px;
	width: 980px;
	z-index: 100;
}

/*--[ SIDEBAR ]---------------------------------------------*/
#vip_bar {
	float: left;
	height: 200px;
	margin: 0 0 20px 0;
	padding: 0 10px;
	width: 260px;
}

#coop {
	clear: both;
	float: left;
	margin: 0;
	width: 280px;
}

	#coop li {
		display: inline;
		float: left;
		list-style-type: none;
		margin: 0 10px 20px 10px;
		padding: 0;
		width: 120px;
	}

/*--[ VCARD ]----------------------------------------------*/
.vcard {
	clear: both;
	display: inline;
	float: left;
	margin-bottom: 10px;
	padding: 0;
	position: relative;
	width: 630px;
}

	.vcard p {
		display: inline;
		float: left;
		margin-right: 10px;
		width: 300px;		
	}

.hcard {
	background: url(../i/layout/hcard.gif) 0 0 no-repeat;	
	padding-left: 30px;
}

/*--[ FORM ]----------------------------------------------*/
form { 
	float: left;
	display: block;
	padding: 0;
	width: 630px;
}
	
	form label { 
		display: block;
		float: left;
		font-weight: bold; 
		width: 630px;
	}	
	
		form label em {
			color: #ed1c24	;
		}

	form input,
	form textarea { 
		background: #fff url(../i/layout/bg-input.jpg) 0 0 repeat-x;
		border: 1px solid #323232;
		font-family: Arial, Helvetica, sans-serif;
		padding: 5px;
		width: 600px;
	}
	
	form div {
		float: left;
		margin-bottom: 10px;
		width: 630px;
	}
	
		form div.error input {
			background: url(../i/layout/bg-error.gif) 0.5em 0.7em no-repeat;
			padding-left: 15px;
			width: 590px;
		}
	
		form div.button input {
			background: #ed1c24 url(../i/layout/bg-nav-button.jpg) 0 0 no-repeat;
			border: none;
			color: #fff;
			cursor: pointer;
			height: 40px;
			float: left;
			font-size: 20px;
			font-family: 'DirtyHeadlineRegular', Arial, Helvetica, sans-serif;
			font-weight: normal; 
			margin-right: 20px;
			padding: 0;
			width: 140px;	
		}
		
div.errors h3,
#success h3 {
	background: #ed1c24;
	color: #fff;
	padding: 10px;
	text-align: center;
	width: 610px;
}

#success h3 {
	background: #339933;
}



.doc {
	background: url(../i/layout/doc.gif) 0 0 no-repeat;
	list-style: none;
	padding-left: 20px;
}
#downloads {
	background: #f7f7f7;
	padding: 10px;
	margin-bottom: 20px;
}
#downloads ul {
	margin: 0;
}
#downloads h3 {
	color: #ED1C24;
	margin: 0 0 5px 20px;
}

#downloads a {
	font-weight: bold;
	text-decoration: none;
}
#downloads span {
	font-weight: normal;
	font-size: 11px;
	color: #999;
}


