/*
Theme Name: Zoowie
Theme URI: http://erikvandeven.com
Description: Zoowie Layout by <a href="http://erikvandeven.com/">Erik van de Ven</a>)
Version: 1.0
Author: Erik van de Ven
Author URI: http://erikvandeven.com
Tags: zoowie, news, layout
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/**** start CSS ****/
.clear{
    clear:both;
    display:block;
}
html, body {
height: 100%;
margin: 0;
padding: 0;
}
body{
	background: url(style/images/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
p{
    margin-bottom:15px;
}
hr{
    border:none;
    background:#7F7F7F;
    height:1px;
}
#container{
    width: 1021px;
    margin: 100px auto;
}
#container_middle{
    background: url(style/images/middle.png) repeat-y;
    color: #222222;
    line-height:1.4em;
    font-size: 1.0em;
    font-family: Arial;
    font-weight: normal;
    padding: 236px 0 20px 0;
}
#logo h1 a{
    background: url(style/images/logo.png) no-repeat;
    display:block;
    width: 285px;
    height: 105px;
    position: relative;
    text-indent:-9999px;
    left: 30px;
    bottom:-15px;
}
#header{
    background: url(style/images/header.png) no-repeat;
    width: 1021px;
    height: 70px;
    position: relative;
    margin-top:-20px;
    z-index:50;
}
.header_image{
    background: url(style/images/header_image.png) no-repeat;
    width: 967px;
    height: 188px;
    position: relative;
    top: 48px;
    left: 26px;
}
.subtitle{
    background: url(style/images/subtitle.png) no-repeat;
    width: 450px;
    height: 50px;
    position: relative;
    text-indent:-9999px;
    top:30px;
    left:30px;
}
#menu_middle #searchform{
    width: 165px;
    position:relative;
    left: 780px;
    top: -18px;
}
#searchform{
    width: 165px;
    position:relative;
    top: 7px;
}
#menu_middle #searchform #s{
    width: 120px;
    position:relative;
    top:-7px;
    padding: 2px 0 0 2px;
    border: 1px solid #BFBFBF;
}
#searchform #s{
    width: 120px;
    position:relative;
    top:-7px;
    padding: 2px 0 0 2px;
    border: 1px solid #BFBFBF;
}
img.notfound{
    margin-bottom: 20px;
}
#menu{
    position:relative;
    left: 26px;
    top: 30px;
    overflow:auto;
}
#menu a{
    font-family:Verdana;
    font-weight:bold;
    float:left;
    margin: 10px 15px 0 0;
    font-size: 1.2em;
    text-decoration: none;
    color: #FFFFFF;
}
#menu a.selected{
    text-decoration: none;
    color: #660000;
}
#menu a:hover{
    text-decoration: none;
    color: #660000;
}
#menu_left{
    background: url(style/images/menu_left.png) no-repeat;
    width: 15px;
    height: 36px;
    float:left;
}
#menu_right{
    background: url(style/images/menu_right.png) no-repeat;
    width: 15px;
    height: 36px;
    float:left;
}
#menu_middle{
    background: url(style/images/menu_middle.png) repeat-x;
    height: 36px;
    width: 937px;
    float:left;
}
#submenu b.mijnmenu{
    color: #444444;
    float:left;
    padding:4px 12px 0 0;
}
#submenu{
    background: #cccccc;
    height: 18px;
    width: 951px;
    clear:both;
    padding-left: 16px;
}
#submenu a{
    text-decoration:none;
    font-family:Verdana;
    font-weight:normal;
    color: #666666;
    float:left;
    margin: 5px 10px 0 0;
    font-size: 0.9em;
}
#submenu .headliner{
    text-decoration:none;
    font-family:Verdana;
    font-weight:normal;
    color: #666666;
    float:left;
    margin: 5px 15px 0 0;
    font-size: 0.9em;
}
#submenu a:hover{
    color:#FFFFFF;
}
.welcome_user{
    position:absolute;
    right:45px;
    margin-top: 4px;
    color:#444444;
    width:150px;
}
#content div.intro img{
    display: none;
}
#content div.intro img.attachment-post-thumbnail  {
    float:left;
    background:#EFEFEF;
    border:1px solid #AFAFAF;
    margin:0 10px 10px 0;
    padding:5px;
    display: block;
}
img.attachment-post-thumbnail  {
    float:left;
    background:#EFEFEF;
    border:1px solid #AFAFAF;
    margin:0 10px 10px 0;
    padding:5px;
    display: block;
}
p.end-article{
    margin-top: 10px;
}
#content{
    float:left;
    padding: 0 30px 0 28px;
    width: 650px;
    line-height: 1.5em;
}
#content a{
    text-decoration: none;
    color: #cc0000;
}
#content a:hover{
    color: #333333;
}
#content h2{
    font-family: Verdana;
    font-weight: bold;
    font-size: 15px;
    color: #cc0000;
    margin-bottom: 10px;
}
#content h2 a{
    font-family: Verdana;
    font-weight: bold;
    font-size: 15px;
    color: #cc0000;
    text-decoration: none;
    margin-bottom: 10px;
}
#sidebar{
    float:left;
    width: 284px;
    padding-right: 28px;
}
#sidebar h2{
    float:left;
    width: 284px;
    padding-right: 28px;
}
#sidebar h2{
    background: url(style/images/red_shape.png) repeat-x;
    width: 274px;
    height: 21px;
    color: #FFFFFF;
    font-family:Verdana;
    font-weight:bold;
    font-size: 1.2em;
    padding: 2px 0 0 10px;
}
#sidebar a{
    text-decoration: none;
    color: #5F5F5F;
    font-weight: bold;
}
#sidebar a:hover{
    color: #cc0000;
}
.latest_weblog_entries a span.date{
    padding-right: 2px;
}
#sidebar ul{
    background: #EFEFEF;
    margin-bottom: 10px;
    padding: 5px 5px 5px 10px;
}
#footer{
    background: url(style/images/footer.png) no-repeat;
    width: 1021px;
    height: 70px;
    padding: 5px 0 0 38px;
}
#footer a:hover{
    color: #333333;
}
#footer a{
    color: red;
    text-decoration: none;
    font-family:Verdana;
    font-weight:normal;
    font-size: 1.2em;
    float:left;
    margin: 10px 25px 0 0;
}

/**************** Artikelen ****************/

p.postmetadata {
    background:#F6F6F6;
    font-size:0.9em;
    padding: 10px;
}
p.postmetadata a{
    color:#EF3B3B;
}
p.postmetadata a:hover{
    text-decoration: none;
}

/**************** Reacties ****************/

h3#comments{
    margin-top: 15px;
    font-size: 1.3em;
}
div.comment-body{
    padding-top: 15px;
}

/**************** Sitemap ****************/
#content .ddsg-wrapper h2{
    border:none;
    font-size:1.0em;
    margin:20px 0 0 0;
}
#content .ddsg-wrapper ul{
    margin-left: 20px;
}
#content .ddsg-wrapper ul li{
    list-style: square;
}