/*
Theme Name: BasBroekhuizen
Theme URI: http://www.basbroekhuizen.nl
Description: Layout basbroekhuizen.nl 2.0
Author: Bas Broekhuizen 
Author URI: http://www.basbroekhuizen.nl
*/

/* main */
* {margin:0; padding:0; }
body { font: 0.8em Arial, Verdana, 'Helvetica', sans-serif; background: #ffffff; }
#wrapper {width:600px; margin:20px auto;}

/* header */
#header { height: 100px;}
#options { text-align:right; }
h1, h1 a { font-size: 2.3em; font-weight: bold; margin-left: -55px;  }
h1 a { color: #423434; text-decoration: none; }
h1 a:hover { font-weight: bold; color: #000000; background: #fff; }
.sub { color: #770000; }

/* navigation */
#navlist {margin: 0;}
#navlist li {display: inline; list-style-type: none; padding-right: 10px;}

/* search */
#searchform { margin: 15px 0 0 0; float: right; }
#searchform input { background: #fff; border: 1px solid #857373; padding-left: 5px; text-align: right; }
#searchform #s { width: 190px; }
#searchform #searchsubmit { border: 1px solid #857373; }

/* accordion */
#acc {width:600px; list-style:none; color:#033; margin:0 auto 40px; }
#acc li {list-style:none;}
#acc h3 {width:586px; border:1px solid #9ac1c9; padding: 6px; font-weight:bold; margin-top:5px; cursor:pointer; background:url(images/header.gif)}
#acc h3:hover {background:url(images/header_over.gif)}
#acc .acc-section {overflow:hidden; background:#fff}
#acc .acc-content {width:568px; padding:15px; border:1px solid #9ac1c9; border-top:none; background:#fff; min-height: 169px;}

/* links */
a { color: #423434; outline: none; font-weight: normal; }
a:hover { background: #423434; color: #ffffff; }

/* headings */
h2, h2 a:visited, h2 a {font-size:1.3em; margin-bottom: 10px; text-decoration: none;}
h2 a:hover { background: #423434; color: #ffffff;}
h4 {font-size:1.2em; margin-top:15px;}

/* paragraphs */
p { margin: 0 0 10px 0; text-align: justify; }

/* lists */
ol, ul {margin: 10px 0 10px 20px;}
ul {list-style-type: square;}
#acc .acc-content li {list-style-type: square;}

/* pictures */
.alignleft{ float: left; margin-right: 5px; }
.alignright{ float: right; margin-left: 5px; }
.thumb { float: left; margin-right: 10px; width: 100px;}
img#wpstats{display:none}

/* posts */
.post {margin: 0 0 50px 0;}
.entry {}
.postmetadata {font-size: 0.8em; width:100%; padding: 3px; margin: 0 0 20px 0;}
/* .postmetadata, .postmetadata a {color: #ffffff;} */
.post-edit-link {float: right;}



