/*
Theme Name: Proof.nl
Theme URI: http://www.proof.nl/
Author: Proof.nl
Author URI: http://www.proof.nl/

*/


@import 'reset.css';

HTML{height: 100%}
BODY{
	font: 16px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 101%;
    color: #232020;
}
A{
    color: #083ACE;
	outline: none;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
INPUT{vertical-align: middle}
STRONG{
  font-weight: bold;
}
EM{
  font-style: italic;
}


#wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 100px;
	background: #000;
    position: relative;
}
#header H1 A{
    position: absolute;
    top: 30px;
    left: 30px;
    text-indent: -999999px;
    width: 186px;
    height: 53px;
    background: url(images/logo.png) no-repeat;
    outline: none;
}
#header SPAN{
    position: absolute;
    top: 50px;
    right: 20px;
    text-indent: -999999px;
    width: 390px;
    height: 16px;
    background: url(images/sub-logo.png) no-repeat;
}
#top-nav{
    height: 30px;
}
#top-nav UL{
    margin: 12px 0 0 0;
    float: left;
    width: 401px;
    height: 14px;
    background: url(images/nav-ul.png) no-repeat;
    position: relative;
    left: 30px;
}
#top-nav LI{
    float: left;
}
#top-nav LI A{
    text-indent: -999999px;
    display: block;
    height: 18px;
    position: absolute;
}
#top-nav LI.nav-li-a A{
    width: 36px;
}
#top-nav LI.nav-li-b A{
    width: 43px;
    left: 66px;
}
#top-nav LI.nav-li-c A{
    width: 52px;
    left: 139px;
}
#top-nav LI.nav-li-d A{
    width: 50px;
    left: 221px;
}
#top-nav LI.nav-li-e A{
    width: 52px;
    left: 301px;
}
#top-nav LI.nav-li-f A{
    width: 13px;
    left: 388px;
}
#top-nav LI.nav-li-a  A.alt{
    background: url(images/nav-ul-hover-a.png) no-repeat;
}
#top-nav LI.nav-li-b  A.alt{
    background: url(images/nav-ul-hover-b.png) no-repeat;
}
#top-nav LI.nav-li-c  A.alt{
    background: url(images/nav-ul-hover-c.png) no-repeat;
}
#top-nav LI.nav-li-d  A.alt{
    background: url(images/nav-ul-hover-d.png) no-repeat;
}
#top-nav LI.nav-li-e  A.alt{
    background: url(images/nav-ul-hover-e.png) no-repeat;
}
#top-nav LI A:hover{
    border-bottom: 2px solid #083ACE;
    text-decoration: none;
}
#top-nav LI.nav-li-f A:hover{
    border: none;
}
#top-nav LI.nav-rss{
    line-height: 13px;
}
#top-nav LI.nav-rss A{
    display: block;
    width: 13px;
    height: 14px;
    text-indent: -999999px;
    background: url(images/rss_icon.gif) no-repeat;
    top: 5px;
}
#top-nav LI.nav-rss A:hover{
    border: none;
}
#searchform{
  float: right;
  position: relative;
  right: 11px;
}
#searchform INPUT.s-field{
  width: 178px;
  border: 1px solid #000;
  position: absolute;
  right: 69px;
  top: 8px;
  display: block;
  color: #666;
}
#searchform INPUT.s-submit{
  color: #083ACE;
  font-weight: bold;
  background: none;
  border: none;
  font-size: 12px;
  display: block;
  position: absolute;
  right: 3px;
  top: 10px;
}
#searchform INPUT.s-submit:hover{
  text-decoration: underline;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 30px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 28px 270px 0 30px;
    width: 590px;
}


/* Post
-----------------------------------------------------------------------------*/
.post{
    margin: 0 0 40px 0;
    clear: both;
}
.post H3, .post H3 A{
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 7px 0;
    color: #232020;
}
.post H3 A:hover{
    text-decoration: none;
}
.post H5{
    font-size: 16px;
    font-family: Georgia;
    display: inline;
    line-height: 23px;
}
.post P{
    margin: 0 0 20px 0;
    line-height: 23px;
    font-family: Georgia;
    display: inline;
}
.single H3{
    margin: 0 0 8px 0;
}
.single P{
    margin: 0 0 10px 0;
    display: block;
}
.single H5{
    font-weight: bold;
    margin: 0 0 10px 0;
    line-height: 23px;
    font-size: 16px;
    font-family: Arial;
    margin: 0 0 20px 0;
    display: block;
}
.single H4{
    font-weight: bold;
    margin: 0 0 1px 0;
    line-height: 16px;
    font-size: 16px;
    display: block;
    padding: 5px 0 0 0;
}
.single BLOCKQUOTE{
    margin: 0 0 0 20px;
    line-height: 23px;
    font-size: 16px;
    font-family: Georgia;
    font-style: italic;
}
.single UL LI{
    list-style: disc inside;
    margin: 0 0 5px 20px;
font-family: Georgia;
}
.single OL LI{
    list-style: decimal inside;
    margin: 0 0 0 20px;
font-family: Georgia;
}
.post IMG{
    margin: 0 0 20px 0;
    display: block;
}
.post P.more-a{
    display: inline;
    margin: 0;
    clear: none;
}
.slideshow{
    margin: 0 0 10px 0;
}
.post-tags{
    font-size: 12px;
    clear: both;
    margin: 10px 0 0 0;
}
.left, .alignleft{
  float: left;
  padding: 0 10px 10px 0;
  display: block;
}
.right, .alignright{
  float: right;
  padding: 0 0 10px 10px;
  display: block;
}
H5 IMG.alignleft{
  float: left;
  padding: 0 0 10px 0;
  display: block;
}
H5 IMG.alignright{
  float: right;
  padding: 0 0 10px 0;
  display: block;
}
.pagination{
  text-align: center;
  margin: 0 0 40px;
}
.pagination LI{
  display: inline;
  margin: 0 5px 0 0;
}


/* Search Page
-----------------------------------------------------------------------------*/
#content H2.search-h2{
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 40px 0;
}
#content H2.search-h2 SPAN{
    display: block;
    font-size: 12px;
    font-weight: normal;
}
.search{
  clear: both;
  margin: 0 0 40px 0;
}
.search H3, .search H3 A{
    font-size: 16px;
    font-weight: bold;
    color: #232020;
    margin: 0;
}
.search H3 A:hover{
    text-decoration: none;
}
.search IMG, .search DIV.slideshow, .search OBJECT{
  display: none;
}
.search H5{
    display: inline;
}
.search P{
    display: inline;
    margin: 0;
    line-height: 23px;
    font-size: 14px;
    font-family: Georgia;
}

/* Thema Page
-----------------------------------------------------------------------------*/
#content H2.thema-h2{
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 40px 0;
}
#content H2.thema-h2 SPAN{
    display: block;
    font-size: 16px;
    line-height: 23px;
}
.thema{
    clear: both;
}
.thema H3, .thema H3 A{
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 20px 0;
    color: #232020;
}
.thema H3 A:hover{
    text-decoration: none;
}
.thema IMG{
    float: left;
    margin: 0 10px 0 0;
    width: 290px;
}
.thema P{
    float: left;
    font-size: 14px;
    line-height: 19px;
    width: 290px;
    display: block;
    font-family: Georgia;  
}
.thema-tags{
    font-size: 12px;
    clear: both;
    float: left;
    margin: 20px 0 40px 0;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	margin-right: -3px;
	width: 240px;
	margin-left: -260px;
	position: relative;
    padding: 31px 0 0 0;
}
.featured_post{
    width: 240px;
}
.featured_post H3, .featured_post H3 A{
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 5px 0;
    text-decoration: none;
    color: #000;
}
.featured_post IMG{
    margin: 0 0 10px 0;
    width: 240px;
    height: 90px;
}
.featured_post P{
    margin: 0 0 12px 0;
    font-size: 12px;
    line-height: 16px;
}
.featured_post P A{
    color: #000;
    text-decoration: none;
}
.newsletter{
    width: 240px;
    padding: 20px 0 50px 0;
}
.newsletter H3{
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.newsletter INPUT#wpsb_email{
    width: 238px;
    margin: 0 0 10px 0;
    border: 1px solid #000;
    color: #666;
}
.newsletter INPUT.news-submit{
  color: #083ACE;
  font-weight: bold;
  background: none;
  border: none;
  font-size: 12px;
  text-align: right;
  display: block;
  float: right;
}
.newsletter INPUT.news-submit:hover{
  text-decoration: underline;
}
.categories{
    width: 240px;
    padding: 0 0 40px 0;
}
.categories H3{
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.categories LI{
    font-size: 12px;
    line-height: 18px;
    color: #2D51A4;
    background: url(images/bullet.png) no-repeat;
    padding: 0 0 0 15px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 960px;
	margin: -30px auto 0;
	height: 30px;
	background: #232020;
    color: #FFF;
    font-size: 10px;
}
#footer A{
    color: #FFF;
}
#footer P{
    color: #FFF;
    margin: 0 0 0 30px;
    line-height: 30px;
}