/*
Name: Soche
Theme URI: http://soche.nl/
Description: Custom made for Soche.
Version: 1.0
Author: Ricardo Hagens
Author URI: http://since78.nl/
*/

/* RESETS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}

body {
	margin:0 auto;
	font-size:0.8em;
	color:#42332a;
	font-family:Verdana, Geneva, sans-serif;
}

/* paragraphs */
p {
	margin:2px 0 15px 0;
	line-height:1.3em;
}

/* DIVS */
#container {
	position:relative;
	width: 500px;
	vertical-align: top;
	margin: 0 auto;  
	margin-top: 10px;
	padding: 0px; 
	display: block;
}

#logo {
	float:left;
	width:500px;
	height:200px;
	margin:100px 0 0 0;
	background-image:url(../img/soche_logo.png);
	background-repeat:no-repeat;
}

#naw {
	float:left;
	width:500px;
	height:200px;
	background-image:url(../img/soche_naw.png);
	background-repeat:no-repeat;
}

/* generic classes */
.bold {
	font-weight:bold;
}
.clear {
	clear:both;
}
