/*
Theme Name: Studio Sanerie
Theme URI: http://www.studiosanerie.nl/
Description:  Thema voor Studio Sanerie
Version: 1.0
Author: VB Webmedia
Author URI: http://www.vbwebmedia.nl
*/

*{
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	list-style: none;
	outline: none;
}

body, html{height: 100%;}

body{
	font: 14px 'Trebuchet MS';
	color: #373737;
	background: #e9dccd url('images/body.png') repeat-x;
}

h1, h2{
	padding: 0 0 5px;
	font: italic 25px 'Georgia';
	color: #a00000;
}

h2{
	margin: 0 -20px 0 -40px;
	padding: 25px 20px 5px 40px;
	background: url('images/h2.png') no-repeat;
}

p{padding: 5px 0 12px;}

/* Container */
#container{
	width: 950px;
	margin: 0 auto -290px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url('images/content.png');
}

/* Header */
#header{
	height: 377px;
	padding: 63px 0 0;
	background: url('images/header.jpg');
}

#header img{	margin: 21px 0 0 87px;}
/* End Header */
/* Navigation */
#nav{
	float: left;
	width: 242px;
	padding: 44px 0 39px;
}

#nav li{
	width: 204px;
	height: 35px;
	padding: 0 20px 0 17px;
	font: italic 16px/30px 'Georgia';
}

#nav a{
	float: left;
	clear: left;
	width: 152px;
	height: 30px;
	display: block;
	padding: 0 0 0 46px;
	color: #a00000;
}

#nav a:hover, #nav a.active, #nav li.current_page_item a{
	color: #fff;
	background: url('images/nav.png');
}
/* End Navigation */
/* Content */
#content{
	float: left;
	width: 648px;
	margin: -13px 0 0;
	padding: 0 20px 0 40px;
}

#content a {color: #a00000;}
#content a:hover {text-decoration: underline;}

input,textarea {
	border: 1px solid #c5c5c5;
	padding: 4px;
	font: 14px 'Trebuchet MS';
}

.border {border: 1px solid #c5c5c5;}

.visual{float: right;}

.visual img{
	clear: left;
	float: left;
	margin: 19px 0 19px 10px;
}
/* End Content */
/* Push */
#push{
	clear: both;
	height: 290px;
}
/* End Push */
/* End Container */
/* Footer */
#footer{
	width: 950px;
	height: 290px;
	margin: 0 auto;
	background: url('images/footer.png');
}

#footer p{
	padding: 180px 312px 0 0;
	font-size: 12px;
	text-align: center;
	color: #fff;
}
/* End Footer */
