/*
Theme Name: AutospeedwayOnline.nl
Theme URI: http://www.autospeedwayonline.nl
Description: Theme made for AutospeedwayOnline.nl
Version: 1.0
Author: Robin Huisman - RobinHuisman.nl
Tags: fixed width, three columns, widgets

Theme made for AutospeedwayOnline.nl by RobinHuisman.nl
*/

body {
	font-family: arial, verdana, tahoma;
	font-size: 10pt;
	background: #000000;
	color: #555;
}

/* Fix */
body, html, #menubar, #menubar li, .sideblock h2, .sideblock h3, .sideblock ul, .sideblock ul li, #commentlist, #commentlist li {
	margin: 0px;
	padding: 0px;
}

/* General */
a { text-decoration: none; color: #039; }
a:hover { text-decoration: underline; }
a img { border: 0px; }

.blocker { display: block; clear: both; }

/* Header */
#top_wrapper {
	height: 210px;
	background: #000000;
}

#main_header {
	width: 980px;
	height: 150px;
	background: url("../images/header_9.jpg");
	margin: 0 auto;
	position: relative;
}

#header_vlag {
	width: 118px;
	height: 150px;
	background: url("../images/header_vlag.jpg");
	position: absolute;
	left: -118px;
}

/* Top menu */
#menubar_wrapper {
	height: 60px;
	background: url("../images/menubar_bg_repeat.jpg") repeat-x;
}

#menu_wrapper {
	width: 980px;
	height: 60px;
	margin: 0 auto;
	position: relative;
}

#header_vlag_onder {
	width: 151px;
	height: 60px;
	background: url("../images/header_vlag_onder.jpg");
	position: absolute;
	left: -51px;
	top: 0px;
}

#menubar {
	position: absolute;
	left: 100px;
	top: 0px;
}

#menubar li {
	display: inline;
	list-style-type: none;
}

#menubar li a {
	background: url("../images/menubar_bg.jpg") right top;
	padding: 12px;
	float: left;
	color: #ffffff;
	text-decoration: none;
}

#menubar li a:hover, #menubar li.current_page_item a {
	background-position: right bottom;
}

/* Main */
#main_wrapper {
	background: #e7e7e7;
	padding-bottom: 0px;
}

#content_wrapper {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#content {
	width: 540px;
	float: left;
	z-index: 12;
	position: relative;
}

/* Footer */
#footer_wrapper {
	height: 150px;
	background: url("../images/footer_bg_repeat.jpg") repeat-x;
}

#footer_over {
	width: 1020px;
	height: 120px;
	background: url("../images/footer_bg.gif");
	position: absolute;
	left: -20px;
	bottom: -43px;
	z-index:10;
	color: #ffffff;
	vertical-align: bottom;
}

#copyright {
	position: absolute;
	bottom: -3px;
	left: 20px;
}

#copyright a { color: #ffffff; }

#teller {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/* Sidebars */
#left_sidebar, #right_sidebar {
	width: 200px;
	float: left;
	z-index: 12;
	position: relative;
}

#left_sidebar {
	margin-right: 20px;
}

#right_sidebar {
	margin-left: 20px;
}

.sideblock {
	width: 200px;
	background: #ffffff;
	position: relative;
	background: url("../images/sideblock_bg_repeat.jpg");
	margin-bottom: 20px;
}

.sideblock_bottom {
	background: url("../images/sideblock_bottom.jpg");
	height: 7px;
	width: 200px;
}

.sideblock  h2 {
	font-size: 11pt;
	text-align: center;
	color: #ffffff;
	background: url("../images/sideblock_top.jpg");
	height: 35px;
	padding-top: 5px;
}

.sideblock .tekst {
	padding: 5px;
}

/* Sideblocks */
.ngg-widget {
	text-align: center;
}

.sideblock ul li {
	list-style-type: none;
}

.sideblock ul li a {
	padding: 5px;
	display: block;
	color: #444;
	text-decoration: none;
}

.sideblock ul li a:hover, .sideblock ul li.current_page_item a, .sideblock ul li.current_page_item ul li a:hover {
	background: #4b4b4b;
	color: #ffffff;
}

.sideblock ul li.current_page_item ul li a { background: url("../images/sideblock_bg_repeat.jpg"); color: #444444; }

.sideblock ul li ul li a {
	padding-left: 15px;
}

.sideblock ul li ul {
	display: none;
}

.sideblock ul li.current_page_item ul, .sideblock li.current_page_ancestor ul {
	display: inline;
}

.textwidget {
	margin: 5px;
}

/* Next event */
.sideblock h3 {
	font-size: 10pt;
	border-bottom: 1px solid #4a76bd;
	margin-top: 5px;
}

/* Overzicht berichten */
h4.date {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 14pt;
	font-weight: normal;
	color: #0066cc;
	background: url("../images/post_date_bg.jpg") left bottom no-repeat;
}

h1.storytitle {
	margin: 0px;
	padding: 0px;
	font-size: 14pt;
}

h1.storytitle a { color: #7e0000; display: block; text-decoration: none; }
h1.storytitle a:hover { color: #a03434; }

.hentry {
	background: #ffffff url("../images/post_top.jpg") top left no-repeat;
	margin-bottom: 5px;
	padding: 5px;
	padding-bottom: 25px;
	position: relative;
}

.hentry .meta {
	font-size: 9pt;
	color: #888;
	padding: 5px;
	position: absolute;
	width: 530px;
	bottom: 0;
	left: 0;
	background: #fff url("../images/post_bottom.jpg") bottom left no-repeat;
}

/* Reacties */
#commentlist li {
	list-style-type: none;
	background: #eee;
	border: 1px solid #fff;
	padding: 5px;
	margin-bottom: 5px;
	position: relative;
}

#commentlist li.even {
	background: #f3f3f3;
}

#commentlist hr {
	color: #e7e7e7;
	border: 0px;
	background: #e7e7e7;
}

.comment-meta {
	position: absolute;
	top: 5px;
	right: 5px;
}

/* Zoeken */
#searchbox {
	float: right;
	padding: 10px;
	width: 220px;
	height: 20px;
	background: url("../images/searchbox_bg.jpg") no-repeat;
}

#searchform label {
	display: none;
}

#s, #searchform input {
	background: #a03434;
	border: 1px dotted #ca6666;
	color: #fff;
	display: inline;
}

#searchsubmit {
	position: absolute;
	float: right;
}


