/*
 * Vereeck.be - reset.css
 * (c) Mindaddict.com - Wouter Van den Neste - 2010-05-19
 * 
 */

body {
	background: #edece7 url(../img/bg.gif) repeat-x scroll top center;
	width: 100%;
	font-family: Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #333;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 20px;
	padding-bottom: 10px;
}
h3 {
	font-size: 14px;
	color: #888;
}
em {
	color: #888;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 35px;
	padding-bottom: 15px;
}

ul {
	list-style-type: square;
	list-style-position: outside;
	padding-left: 35px;
	padding-bottom: 15px;
}

li {
	padding-bottom: 5px;
}

div#container {
	width: 960px;
	margin-left: -480px;
	left: 50%;
	top: 0;
	position: relative;
}
div#header h1 a {
	background: url(../img/logo.gif) no-repeat center top;
	display: block;
	height: 25px;
	overflow: hidden;
	top: 12px;
	left: 20px;
	text-indent: -9999px;
	width: 175px;
	float: left;
	position: relative;
}
div#header h1 a:hover {
	background: url(../img/logo.gif) no-repeat 1px 1px;
}
div#navigation {
	width: 765px;
	height: 50px;
	float: right;
	top: 0;
	color: #FFF;
	font-size: 14px;
	position: relative;
}
div#navigation ul {
	height: 50px;
	list-style: none;
	line-height: 50px;
	margin-left: 1.5em;
	right: 0;
	padding-left: 0;
	position: absolute;
}
div#navigation li {
	float: left;
}
div#navigation li a {
	padding: 0 10px;
	color: #FFF;
	text-transform: capitalize;
	text-decoration: none;
	background: url(../img/divider.gif) no-repeat scroll left 4px;
}
div#navigation li.active {
	background: url(../img/menu-active.gif) no-repeat scroll center top;
}
div#navigation li:first-child a {
	background: none;
}
div#navigation li a:hover {
	padding: 0 10px;
	color: #6cf;
	text-transform: capitalize;
	text-decoration: underline;
}
div#quote {
	width: 660px;
	float: left;
	margin: 3em auto;
}
div#quote h1 {
	font-size: 30px;
	color: #FFF;
	text-align: center;
	padding: 25px;
}
div#picture {
	background: url(../img/Lode-Vereeck.jpg) no-repeat;
	height: 200px;
	width: 300px;
	float: right;
}
div#content {
	background: #FFF url(../img/sidebarbg.gif) repeat-y scroll right top;
	clear: both;
	border: 1px solid #aeaca0;
	overflow: hidden;
}
div#body {
	width: 618px;
	padding: 20px;
	float: left;
}
div#body h1 {
	padding-bottom: 15px;
}
div#body p {
	padding-bottom: 15px;
}
div#sidebar {
	width: 300px;
	float: right;
}
div#socialbuttons {
	padding: 10px 0 10px 0;
	text-align: center;
}
div#socialbuttons img {
	padding-left: 5px;
}
div#vimeo {
	width: 280px;
	left: 8px;
	position: relative;
}
div#vimeo object {
	border: 2px solid #aeaca0;
}
div#spotlight {
	padding: 8px;
}
div#spotlight img {
	border: 2px solid #aeaca0;
}
div#ldd {
	padding: 20px;
}
div#ldd a {
	display: block;
	width: 260px;
	height: 170px;
	text-indent: -9999px;
	background: url(../img/ldd.png) no-repeat scroll center top;
}
div#footer {
	height: 60px;
	width: 960px;
	background: url(../img/footerbg.gif) repeat-x scroll center top;
	clear: both;
	padding-top: 20px;
	text-align: center;
	line-height: 60px;
	color: #FFF;
}
div#footer span {
	padding-left: 16px;
	background: url(../img/mindaddict-logo-thingy.gif) no-repeat scroll left center;
}
div#footer a {
	color: #FFF;
}
div.post {
	width: 618px;
	overflow: hidden;
	padding-bottom: 10px;
}
div.post_image {
	float: left;
	top: 15px;
	position: relative;
}
div.post_image img {
	border: 2px solid #d9d9d9;
}
div.post_preview {
	float: right;
	width: 475px;
}
div#calculator_wrapper {
	width: 576px;
	height: 320px;
	background: url(../img/calculator.gif) no-repeat scroll top center;
	padding-bottom: 25px;
	left: 50%;
	margin-left: -288px;
	position: relative;
}
div#calculator {
	width: 440px;
	height: 260px;
	left: 64px;
	top: 40px;
	position: relative;
}
div#calculator label {
	text-align: left;
	color: #205179;
	font-size: 13px;
	line-height: 28px;
	width: 300px;
	position: absolute;
	font-weight: bold;
}
div#calculator input {
	margin-left: 310px;
	width: 110px;
	background: #dad8cd;
	text-align: right;
	font-size: 18px;
	height: 24px;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	border: 1px solid #205179;
}
div#calculator input.submit {
	width: 440px;
	height: 52px;
	background: transparent url(../img/calculator-submit.gif) no-repeat;
	outline: none;
	border: none;
	cursor : pointer;
	left: -310px;
	top: 100px;
	position: absolute;
}
div#calculator input.submit:hover {
	background: transparent url(../img/calculator-submit.gif) no-repeat 0 -52px;
	
}
div#calculator p {
	font-size: 22px;
	color: #205179;
	line-height: 1.2em;
	text-align: center;
	
	top: 105px;
	position: relative;
}