/*
	Title:      Master stylesheet
	Author:     Poort80 - Frontend
	Copyright:  2010, Poort80  All rights resevered
*/

/* common 
============================================================= */
body, html{
	height:100%;
}
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	background:url(../gfx/background.png) repeat-x #fff;
	color:#222;
}
a img, img {
	border:none;
}
h1 {
	font-size:22px;
}
h2 {
	font-size:22px
}
h3 {
	font-size:20px
}
h4 {
	font-size:18px
}
h5 {
	font-size:16px
}
h6 {
	font-size:14px
}
h1, h2, h3, h4, h5, h6, strong, dt {
	font-weight:bold;
}
h1, h2, h3, h4, h5, h6{
	background:url(../gfx/hr.png) repeat-x bottom left;
	padding-bottom:5px;
}
p, h1, h2, h3, h4, h5, h6, ol, ul, dl, hr, pre, table, address, fieldset, input, caption, legend {
	margin-bottom:10px;
}
a:link {
	text-decoration:underline;
	color:#780100;
}
a:visited {
	text-decoration:none;
	color:#780100;
}
a:hover {
	text-decoration:none;
}
a:active {
	text-decoration:none;
	color:#780100;
}
a:focus {
	outline:1px dotted invert;
}
object {
	outline:none;
}
ol, ul, dl {
	margin-left:20px;
}
ol li {
	list-style:decimal outside;
}
ul li {
	list-style:disc outside;
}
optgroup {
	font-weight:normal;
}
abbr, acronym {
	border-bottom:1px dotted #000;
	cursor:help;
}
em {
	font-style:italic;
}
del {
	text-decoration:line-through;
}
table{
	border-collapse:collapse;
}
th, td {
	border:1px solid #000;
	padding:2px;
}
th {
	font-weight:bold;
	text-align:center;
}
caption {
	text-align:center;
}
sup {
	vertical-align:super;
}
sub {
	vertical-align:sub;
}
button, input[type="checkbox"], input[type="radio"], input[type="reset"], input[type="submit"] {
	padding:1px;
}
label{
	cursor:pointer;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
}
/* common trigger classes
============================================================= */
.hide {
	display:none;
}
hr {
	border:0px #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0px;
}
.float-right {
	float:right;
}
.float-none {
	float:none;
}
.float-left {
	float:left;
}
.clear-left {
	clear:left;
}
.clear-both {
	clear:both;
}
.clear-right {
	clear:right;
}
.text-align-right{
	text-align:right;
}
.text-align-left{
	text-align:left;
}
.text-align-center{
	text-align:center;
}
/* btn
============================================================= */
.btn.submit input{
	background: #BC0000 url(../gfx/overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;	
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	border: 0px;
	float:right;
}
.btn.submit input:hover {
	background-color: #780100;
	color: #fff;
}
.btn.submit input:active {
	top: 1px;
}

/* form
============================================================= */
form label{
	display:inline-block;
	margin-bottom:3px;
}
form .text input,
form textarea{
	padding:2px;
	border-top:1px solid #ccc;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	border-left:1px solid #ccc;
	color:#222;	
	display:block;
	font-size:12px;
}
form .text input{
	width:300px;
	height:22px;
	line-height:22px;
}
form textarea{
	width:550px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
}
form .required{
	color:#780100;
}
/* grid
============================================================= */
#header {
	margin:0px;
	padding:0px;
}
#header .content-header {
	margin:0px auto;
	padding:0px;
	width:940px;
	height:100px;
}
#content {
	margin:0px auto;
	padding:0px;
	width:940px;
	overflow:hidden;
}
#footer {
	margin:0px;
	padding:0px;
}
#footer .content-footer {
	margin:0px auto;
	padding:0px 0px 20px 0px;
	width:940px;
	height:20px;
	clear:both;

}
/* header modules
============================================================= */

/* branding */
.branding{
	margin-top:30px;
	float:left;
	width:300px;
}
/* nav-main */
.nav-main{
	margin-top:40px;
	float:right;
	width:640px;
}
.nav-main ul{
	float:right;
}
.nav-main ul li{
	margin-right:15px;
	float:left;
	list-style:none;
}
.nav-main ul li.last{
	margin-right:0px;
}
.nav-main ul li a{
	color:#fff;
	font-size:14px;
	text-decoration:none;
}
.nav-main ul li a:hover,
.nav-main ul li.active a{
	color:#bc0000;
}
/* content modules
============================================================= */

/* intro */
.intro{
	margin-bottom:20px;
	padding:40px;
	background: url(../gfx/track.png) right center no-repeat #ebeae6;
	border:1px solid #dfdeda;
	overflow:hidden;
}
.intro h1{
	background:none;
	padding:0px;
}
.intro .col1{
	width:450px;
	float:left;
}
.intro .col2{
	width:350px;
	height:200px;
	float:right;
	overflow:hidden;
	position:relative;
	border:2px solid #c4c2bb;
}

/* slider */
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{
	width:350px;
	height:200px;
	overflow:hidden;
}
#prevBtn, #nextBtn {
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
}
#nextBtn{
	left:350px;
}
#prevBtn a, #nextBtn a{
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(../gfx/btn_prev.gif) no-repeat 0 0;
}
#nextBtn a{
	background:url(../gfx/btn_next.gif) no-repeat 0 0;
}
/* numeric controls */	
ol#controls {
	margin:0px;
	position:absolute;
	bottom:10px;
	right:0px;
}
ol#controls li {
	margin:0px 10px 0px 0px;
	width:10px;
	height:10px;
	float:left;
	list-style:none;
}
ol#controls li a {
	display:block;
	background:url(../gfx/dot1.png) no-repeat;
	text-decoration:none;
	text-indent:-9999px;
}
ol#controls li.current a {
	background:url(../gfx/dot2.png) no-repeat;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}

/* sponsors */
.sponsors{
	margin-bottom:20px;	
	padding:20px;
	background-color: #ebeae6;
	border:1px solid #dfdeda;
	overflow:hidden;
}
.sponsors ul{
	margin:0px;
}
.sponsors ul li{
	margin-right:94px;
	list-style:none;
	float:left;
	line-height:80px;
}
.sponsors ul li a{
	display:block;
}
.sponsors ul li a img{
	vertical-align:middle;
}
.sponsors ul li.last{
	margin-right:0px;
}

/* media */
.media{
	margin-bottom:20px;	
	padding:20px 20px 30px 20px;
	background-color: #ebeae6;
	border:1px solid #dfdeda;
	overflow:hidden;
	float:left;
	width:558px;
	position:relative;
}
ul.thumbs{
	margin:0px;
}
ul.thumbs li{
	margin:0px 0px 10px 14px;
	list-style:none;
	float:left;
}
ul.thumbs li:first-child{
	margin-left:0px !important;
}
ul.thumbs li a{
	display:block;
}
ul.thumbs li a img{
	width:100px;
	height:75px;
}
ul.thumbs li p{
	font-size:11px;
	line-height:normal;
}
.media p.meer-media{
	margin-bottom:0px;
	position:absolute;
	right:20px;
	bottom:20px;
}
.media p.meer-media a{
	text-decoration:none;
}
.media p.meer-media a:hover{
	text-decoration:underline;
}
/* news */
.news{
	margin-bottom:20px;	
	padding:20px;
	background-color: #ebeae6;
	border:1px solid #dfdeda;
	overflow:hidden;
	float:right;
	width:278px;
}
.article{
	margin-bottom:10px;
	padding-bottom:10px;
	background:url(../gfx/hr.png) repeat-x bottom left;
}
.article h3{
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#780100;
	background:none
}
.article h3 a{
	text-decoration:none;
}
.article h3 a:hover{
	text-decoration:underline;
}
.article h4{
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-size:11px;
	background:none
}
.article p{
	display:inline;
}
.article span{
	display:inline;
}
.article span a{
	color:#666;
}
.article span a:hover{
	text-decoration:underline;
}

/* main-content */
.main-content{
	margin-bottom:20px;	
	padding:20px;
	background-color: #ebeae6;
	border:1px solid #dfdeda;
	overflow:hidden;
	float:left;
	width:558px;
	min-height:400px;
}
/* side-content */
.side-content{
	margin-bottom:20px;	
	padding:20px;
	background-color: #ebeae6;
	border:1px solid #dfdeda;
	overflow:hidden;
	float:right;
	width:278px;
	min-height:400px;
}
/* photobox */
.photobox{
	margin-bottom:20px;
	border:2px solid #C4C2BB;
	width:275px;
	height:185px;
}
/* footer modules
============================================================= */

/* copyright */
.copyright{
	float:left;
	width:300px;
}
.copyright p{
	font-size:11px;	
	color:#666;
}
.copyright p a{
	text-decoration:none;
}
.copyright p a:hover{
	text-decoration:underline;
}
/* nav-supp */
.nav-supp{
	float:right;
	width:640px;
}
.nav-supp ul{
	float:right;
}
.nav-supp ul li{
	margin-right:10px;
	float:left;
	list-style:none;
}
.nav-supp ul li.last{
	margin-right:0px;
}
.nav-supp ul li a{
	color:#666;
	font-size:11px;
	text-decoration:none;
}
.nav-supp ul li a:hover,
.nav-supp ul li.active a{
	color:#780100;
}

