/*
Theme Name: Savale v6
Theme URI: http://www.savale.nl
Description: A plain and simple theme that just works. Fluid width, two columns, left sidebar, standards compliant.
Version: 1.0.0
Author: Sander van Leeuwen
Author URI: http://www.savale.nl
Tags: fluid-width, two-columns, left-sidebar, blue, white, light, threaded-comments

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: White;
	color: #212426;
}

/* General */
:focus { outline: none }

img
{
	border: 0px;
}

h2
{
	padding: 0;
	text-align: left;
	background:url('images/border_h.png') repeat-x bottom;
	font-size: 13pt;
	text-transform: uppercase;
	margin-bottom: 25px;
	margin-top: 3px;
	color: #d0d0d0;
}

h3
{
	padding: 0;
	text-align: left;
	font-size: 8pt;
	text-transform: uppercase;
	margin-bottom: 3px;
	margin-top: 25px;
	color: #58413E;
}

a {
	color: #529BCC;
}

a:hover {
	color: #58413E;
}


/* main theming */
#contentwrapper
{
	z-index: 0;
	position: absolute;
	overflow: none;
	width: 100%;
	height: auto;
}

#header
{
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
	overflow: none;
	height: auto;
	border: 0px;
	border-color: silver;
	border-style: solid;
	border-top-width: 1px;
}

#flashcontentwrapper
{
	position: absolute;
	width: 100%;
	height: 100%;
}

#flashcontent
{
	position: relative;
}

#footer
{
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 19px;
	border: 0px;
	border-color: silver;
	border-style: solid;
	border-top-width: 1px;
	height: 19px;
	color: silver;
	text-align: right;
	padding-top: 5px;
	padding-right: 0px;
}

#logo
{
	position: absolute;
	z-index: 1;
	margin-top: 19px;
	margin-left: 20px;
	margin-right: 15px;
	width: 250px;
	height: 60px;
	border: 0px;
}

#sidebar
{
	position: absolute;
	z-index: 1;
	margin-top: 126px;
	margin-left: 20px;
	margin-right: 15px;
	width: 250px;
	padding-top: 15px;
	color: #58413E;
	text-align: right;
}

#sidebar p 
{
	line-height: 15px;
}

#content
{
	position: absolute;
	z-index: 1;
	margin-left: 290px;
	padding-left: 3%;
	padding-right: 3%;
	width: 60%;
	background-color: #FCFCFC;
	overflow: auto;
	
	border: 0px;
	border-color: silver;
	border-style: solid;
	border-left-width: 1px;
}

#blogcontent
{
	position: relative;
	z-index: 1;
	margin-left: 290px;
	padding-left: 3%;
	padding-right: 3%;
	width: 60%;
	background-color: #FCFCFC;
	overflow: auto;
	
	border: 0px;
	border-color: silver;
	border-style: solid;
	border-left-width: 1px;	
}


/* Widget */
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
	
#sidebar ul li {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	
	}
	
#sidebar h2 {
	padding: 0;
	text-align: left;
	background:url('images/border_h.png') repeat-x bottom;
	font-size: 6pt;
	text-transform: uppercase;
	margin-bottom: 15px;
	}
#sidebar ul ul, #sidebar ul ol {
	margin-bottom: 5px;
	}
	
#sidebar ul ul ul, #sidebar ul ol {
	margin-right: 10px;
		font-size: 7pt;
}
	
#sidebar a {
	color: #A0A0A0;
	text-decoration: none;
	text-transform: uppercase;
}

#sidebar a:hover {
	color: #58413E;
	text-decoration: none;
	text-transform: uppercase;
}


/* Forms */
label,#commentform {
	border:none;
	}

	#submit
	{
	border-style: solid;
	border-width:1px;
	border-color: silver;
	background-color: white;
	width: 150px;
	}
#commentform {
	margin: 5px 10px 0 0;
	border: none;
	}
#commentform input {
	width: 200px;
	padding: 1px;
	margin: 0px 5px 1px 0;
	border-style: solid;
	border-width:1px;
	border-color: silver;
	}
#commentform textarea {
	width: 300px;
	border-style: solid;
	border-width:1px;
	border-color: silver;
	}

/* Navigation */
.navigation
{
}

/* Comments*/

#comments {

}

.commentlist {
	margin:10px 0;
	padding:0 0 1px 0;
	background:url('images/border_h.png') repeat-x bottom;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	background:url('images/border_h.png') repeat-x top;
}

li.comment div, li.pingback div {
	padding-top:10px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}

.commentlist li.even {
	background-color: white;
}

.commentlist li.odd {
	background-color: white;
}

ul.children li {
	list-style:none;
}

img.avatar {
	float:left;
	border:1px solid silver;
	padding:2px;
	margin:0px;
	margin-right: 5px;
	background: white;
}

.comment-meta, .reply {
	margin:0;
	padding:0;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
}


#comment {
	width:100%;

}

#comments div.navigation {
}
/* Comments */


/* Contact Form */
.wpcf7 input {
	width: 200px;
	padding: 1px;
	margin: 0px 5px 1px 0;
	border-style: solid;
	border-width:1px;
	border-color: silver;
	background-color: white;
	}
.wpcf7 textarea {
	width: 300px;
	border-style: solid;
	border-width:1px;
	border-color: silver;
	}
/* Forms */	
