/*  
Theme Name: Solution4 Goed Gezien by Gerdien
Theme URI: http://www.solution4.nu
Description: A WordPress 1.5/2.* theme special made.
Version: 1.0
Author: Elizabeth
Author URI: http://www.solution4.nu/
Tags: two columns, fixed width, red, white, widgets
*/



/* Solution4 CSS______________________________________________________________________________ */

a {
	font-size: 110%;
	color: #306;
	text-decoration: none;
}
a:hover {
	color: #EE3224;
	text-decoration: none;
}
a:active { 
	color: #EE3224; 
	background-color: #FFFFFF;
}
a:focus { 
	color: #EE3224; 
	background-color: #FFFFFF;
}

div.container {
	position: absolute;
	top: 1em;
	left: 50%;
	margin-left: -450px;
	width: 800px;
}
div.header {
	position: relative;
	background: url(images/header.gif) no-repeat;
	width: 800px;
	height: 312px;
	top: 0;
	left: 0;
}
div.title {
	position: absolute;
	left: 212px;
	top: 113px;
}
div.description {
	position: absolute;
	left: 232px;
	top: 143px;
	font-size: 110%;
	font-style: italic;
}
div.content {
	position: absolute;
	left: 250px;
	top: 187px;
	width: 600px;
	font-size: 103%;
	margin: 0;
	padding: 20px;
	border-right: 0px solid #966;
	border-bottom: 0px solid #966;
	border-left: 0px solid #966;
}
div.divider {
	margin: 0 auto;
	background: url(images/divider.gif) no-repeat;
	width: 50px;
	height: 32px;
}
div.sidebar {
	position: absolute;
	left: 0;
	top: 219px;
	width: 300px;
	margin: 0;
	padding: 20px;
	border-left: 0px solid #966;
	border-bottom: 0px solid #966;
	border-right: 0px solid #966;
	list-style: none;
}
div.page {
	text-align: center;
}
div.search {
	text-align: left;
}
div.commenttext {
	margin-left: 1em;
}
div.navigation {
	text-align: right;
}
div.navigationtop {
	padding: 0 0 3em 0;
}
div.navigationbottom {
	padding: 1em 0 2em 0;
}
div.floatleft {
	float: left;
}
div.floatright {
	float: right;
}
div.wtitle { /* for widgets */
	margin-top: 1em;
}
body {
	font-size: 70%;
	font-family: Osaka-Mono, verdana, sans-serif;
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
}
h1.title {
	font-size: 225%;
	text-align: left;
	margin: 0;
}
h3 {
	font-size: 140%;
	text-align: left;
	margin: 0;
}
h3.page {
	font-size: 140%;
	text-align: center;
	margin-bottom: 1em;
}
h3.comments {
	font-size: 120%;
	text-align: left;
	margin-top: 1em;
}
p {
	text-align: left;
}
p.center {
	text-align: center;
}
p.right {
	text-align: right;
}
blockquote {
	padding-left: 1em;
	border-left: 3px solid #ccc;
}
input {
	background: #fff;
	font: 100% Osaka-Mono, verdana, sans-serif;
	color: #000;
	border: 1px solid #000;
}
textarea {
	background: #fff;
	font: 100% Osaka-Mono, verdana, sans-serif;
	color: #000;
	border: 1px solid #000;
	width: 350px;
	height: 150px;
}
ul, li.sidebar {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}	
a img {
	border: none;
}
code {
	font-size: 125%;
}



/* IMAGE/CAPTION CSS______________________________________________________________________________ */

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

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}

