/*
Theme Name: Wheelie World
Theme URI: http://www.wheelieworld.be
Description: Wheelie world theme.
Version: 1
Author: Sevenedge
Author URI: http://www.sevenedge.be
*/

* {
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;	
}
body {
	background-color: #000;
}
img {
	border: 0;
}
/* pngfix */
.wallpaperlist li, .post .calendar, .post .readmore, #contactbox, #right .item ul li, #footer, #spotlight .box, .openingsuren {
	behavior: url('/iepngfix.htc');
}
/* container */
#container {
	position: absolute;
	width: 100%;
	min-width: 863px;
	min-height: 100%;
	background-repeat: no-repeat;
	background-position: top center;
}
/* navigation */
#navigation {
	width: 100%;
	height: 344px;
}
/* base structure */
#content {
	width: 863px;
	margin: 0 auto;
	color: white;
	background-color: #121212;
	background-image: url('images/contentbg.jpg');
	background-repeat: repeat-x;
	padding-bottom: 50px;
}
#left {
	float: left;
	width: 560px;
}
#right {
	float: right;
	width: 303px;
	overflow: hidden;
}
.clear {
	clear: both;
}
/* page */
.page {
	margin-left: 18px;
}
.page .titel {
	margin-top: 5px;
	background-image: url('images/title_background.gif');
	background-repeat: no-repeat;
	height: 28px;
}
.page h2 {
	padding: 4px 0 0 42px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.page p {
	font-size: 12px;
	padding: 6px 0;
	text-align: justify;
}
.page .content {
	color: #00aeef;	
}
/* wallpaper page */
.wallpapers {
	margin-top: 10px;
}
.wallpaper {
	float: left;
	border: 2px solid #fff;
}
.wallpapers td {
	padding-bottom: 8px;
}
.wallpaperlist {
	list-style-type: none;
	margin-left: 10px;
	width: 130px;
}
.wallpaperlist li {
	background-image: url('images/custom_bullet.png');
	background-position: 0 5px;
	background-repeat: no-repeat;
	font-size: 12px;
	margin: 8px 18px;
	padding-left: 18px;
}
.wallpaperlist li a {
	color: #00AEEF;
}
/* posts */
.post {
	margin-left: 18px;
	margin-top: 5px;
	border-bottom: 1px dotted #b8b8b8;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.post .calendar {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	width: 52px;
	height: 49px;
	background-image: url('images/calendar_bg.png');
	background-repeat: no-repeat;
}
.post .calendar .month {
	color: #5b5c5e;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}
.post .calendar .day {
	color: #fff;
	font-size: 24px;
	padding: 1px;
	text-align: center;
}
.post .titel {
	display: inline;
	float: left;
	margin-bottom: 4px;
	width: 470px;
}
.post .titel a {
	background-color: #000;
	display: block;
	float: left;
	font-size: 18px;
	padding: 4px;
	color: #fff;
	text-decoration: none;
}
.post .titel a:hover {
	background-color: #111;
}
.post .legend {
	font-size: 12px;
	margin-left: 67px;
}
.post .legend a {
	color: #00aeef;
	text-decoration: none;
	font-weight: bold;
}
.post .legend .dateline {
	color: #bab9b9;
}
.post .legend a:hover {
	text-decoration: underline;
}
.post .header {
	margin-bottom: 5px;
}
.post .content {
	clear: both;
}
.post .content p {
	font-size: 12px;
	padding: 6px 0;
	text-align: justify;
}
.post .content a {
	color: #00aeef;	
}
.post .readmore {
	float: right;
	background-image: url('images/readmore_arrow.png');
	background-repeat: no-repeat;
	height: 23px;
	padding-left: 28px;
}
.post .readmore a {
	color: #00aeef;
	text-decoration: underline;
	font-size: 14px;
	display: block;
	padding-top: 3px;
}
/* history navigation */
.history_nav {
	margin-left: 18px;
}
.history_nav .older {
	float: left;
}
.history_nav .newer {
	float: right;
}
.history_nav a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
.history_nav a:hover {
	text-decoration: underline;
}
/* contactform */
.page .cform textarea {
	font-size: 12px;
}
/* contactbox */
#contactbox {
	height: 105px;
	width: 239px;
	margin-left: 40px;
	background-image: url('images/contactbox.png');
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
#contactbox p {
	font-size: 11px;
	padding-top: 42px;
	padding-left: 13px;
	line-height: 1.3;
}
#contactbox p a {
	color: #fff;
	text-decoration: none;
}
#contactbox p a:hover {
	text-decoration: underline;
}
/* spotlight */
#spotlight .box {
	margin-top: 10px;
	width: 239px;
	height: 169px;
	background-image: url('images/spotlight_bg.png');
	background-repeat: no-repeat;
}
#spotlight .box .spot_image {
	padding-top: 4px;
	padding-left: 4px;
}
#spotlight .box .caption {
	margin-top: 4px;
	margin-left: 15px;
	overflow: hidden;
	width: 150px;
}
#spotlight .box .caption a {
	font-size: 11px;
	color: #6a6a6a;
	text-decoration: none;
}
/* list */
#right .item {
	margin-left: 40px;
	margin-right: 30px;
	padding-bottom: 14px;
	border-bottom: 1px dotted #b8b8b8;
	margin-bottom: 10px;
}
#right .item h2 {
	font-size: 19px;
	font-weight: normal;
}
#right .item ul {
	list-style-type: none;
	width: 230px; 
}
#right .item ul li {
	background-image: url('images/custom_bullet.png');
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 18px;
	margin: 8px 15px;
	font-size: 12px;
	width: 180px;
}
#right .item ul li a {
	color: #00aeef;
}
/* footer */
#footer {
	clear: both;
	width: 863px;
	margin: 0 auto 0 auto;
	height: 39px;
	background-image: url('images/footer_bg.png');
	background-repeat: no-repeat;
	margin-bottom: 25px;
}
#footer p {
	text-align: center;
	color: #717171; 
	font-size: 10px;
	padding-top: 22px;
}
#footer a {
	text-decoration: none;
	color: #717171;
}
#footer a:hover {
	text-decoration: underline;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* diverse plugin settings */
.piclenselink { display: none; }
/* dotted border disable */
object { outline: none; }
/* lists */
.page ul, .post ul {
	margin: 8px 10px;
	list-style-type: none;
}
.page li, .post li {
	font-size: 12px;
	background-image: url('images/custom_bullet.png');
	background-repeat: no-repeat;
	background-position: 0 5px;
	margin: 4px 0;
	padding-left: 15px;	
}
.page a, .post a {
	color: #00aeef;
}
/* iframe for google maps */
.page p.gmap {
	text-align: center;
}
.gmap iframe {
	margin-top: 30px;
}
.gmap a {
	color: #00aeef;
}
div.gmap {
	text-align: center;
	padding-top: 5px;
}
.openingsuren {
	margin-top: 40px;
	margin-left: 8px;
}
