/*  
	Theme Name: Simon Mediation
	Theme URI: http://mark-ettema.nl
	Description: Thema voor Simon Mediation
	Author: Mark Ettema
	Author URI: http://mark-ettema.nl
	Version: 1.0
	Tags: 
 */
/* General */
html, body
{
    height: 100%;
}
p
{
	margin: 7px 0;
}
blockquote
{
	margin-left: 20px;
	padding: 5px;
	border-left-width: 5px;
	border-left-style: solid;
}
h1,h2,h3
{
    margin: 5px 0;
}
/* Specific */
#wrapper
{
    min-height: 100%;
}
#website
{
	border-top-style: solid;
	border-top-width: 5px;
    padding-bottom: 75px;
}
#website-space
{
	width: 1000px;
	margin: 0 auto;
	min-height: 346px;

    overflow:auto;
	padding-bottom: 40px;
}
#header
{
	height: 200px;
	position: relative;
}
#quicksearch
{
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0 10px;
    line-height: 30px;
}
#quicksearch form
{
    position: relative;
}
#quicksearch label
{
    margin-right: 10px;
}
#quicksearch input.search
{
    border-width: 1px;
    border-style: solid;
    margin-right: 22px;
}
#quicksearch input.button
{
    position: absolute;
    top: 7px;
    right: 0px;
}
#logo
{
	position: absolute;
	top: 25px;
}
#logo img
{

}
#right
{
	float: right;
	width: 200px;
}
#left
{
	margin-right: 210px;
}
#footer
{
    position: relative;
	margin-top: -75px; /* negative value of footer height */
	clear:both;
}
#footer-space
{
    width: 1000px;
	margin: 0 auto;
    text-align: left;
    height: 75px;
    line-height: 75px;
}
#footer-space img
{
    vertical-align:middle
}
#footer-space ul.links, #footer-space ul.imglinks
{
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer-space ul.imglinks
{
    float: right;
}
#footer-space ul.links li
{
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;    
    border-style: none solid none none;
    border-width: 1px;
    line-height: 20px;
}
#footer-space ul.links li.last-child
{
    border-style: none;
}
#footer-space ul.imglinks li
{
    display: inline-block;
    margin-left: 20px;
}
#breadcrumbs
{
	float: right;
}
.box
{

}
.box-first
{
	height: 125px;
}
.box .box-title
{
	padding: 4px 10px;
	margin: 5px 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.box .box-content
{
	padding: 5px 10px;
}
#fastnav
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#fastnav li.menu-item
{
	float: left;

}
#fastnav li.menu-item a
{
	display: block;
	padding: 36px 0 0;
	margin: 0 4px;
}
#navigation,
#navigation ul
{
    list-style: none;
    padding: 0;
}
#navigation ul
{
    margin-left: 15px;
}
#navigation .menu-item
{
    margin: 2px 0;
}
#navigation .menu-item a
{
    display: block;
    padding: 0 0 0 24px;
}
#navigation .menu-item-parent
{
    position: relative;
}
#navigation .menu-item-parent a
{
    padding-right: 20px;
}
#navigation .menu-item-parent div.menu-item-trigger
{
    position: absolute;
    right: 3px;
    top: 3px;
    height: 16px;
    width: 16px;
    display: inline;
}
.post, .box-content .page
{
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    margin: 15px 0;
    padding: 0 0 15px;
}
.post-content
{
    margin: 15px 0;
}
.comment-meta
{
    margin:0 0 0 10px;
}
.commentlist .comment p
{
    margin: 10px;
}

.commentlist .comment
{
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    margin: 15px 0;
}

.commentlist .comment.last-child
{
    border-bottom-style: none;
}
div.fieldset
{
	margin: 7px 0;
	padding: 5px;
}
div.fieldset div.legend
{
	padding: 5px 10px;
	margin-left: 5px;
    border-width: 1px;
	border-style: none none solid;
}
div.fieldset p
{
	padding-left: 150px;
}
div.fieldset p label
{
	float: left;
	margin-left: -150px;
	width: 140px;
}
div.fieldset p span.input
{
    line-height: 20px;
}
div.form-buttons
{
    text-align: center;
}
a.button
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    min-width: 75px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
}
div.message, div.message-information, div.message-warning, div.message-error
{
    margin: 5px 0;
    padding: 5px 5px 5px 25px;

    border-width: 1px;
    border-style: solid;

    background-repeat: no-repeat;
    background-position: 2px 50%;
}
/* hacks */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}