/*
Theme Name: Blank 2 sidebars at bottom (theme development)
Theme URI: http://wordpress.org/
Description: 
Version: 1.0
Author: Anna
Author URI: 
Tags: empty, clean, development, design

	Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	The Kubrick theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/
@import url('css/menu.css');
/* -- just some ugly styling to make it easier to get started, can safely be removed */


/* - BASIC STUFF - */
body {background:#FFF;font:9pt/11pt Verdana, Geneva, sans-serif;color:#000;margin:0 auto;padding:0 20px;}
div#logo-govols{position: absolute; top: -4px; left: 50%; margin-left: -351px; text-indent: -9999px; background: transparent url('images/header.logo.png') no-repeat; height: 159px; width: 702px}
div#container{margin-top: 144px; border-top-width: 5px}
a {text-decoration:none;}
a:hover {text-decoration:underline;}
.additional-meta {font-size: 11px}
blockquote {color: #333; margin: .25em 2em .75em 3em; border-left: 1px solid #333; padding-left: 1em}
p{margin: .5em 0 1em 0}
#latest-post{padding: 0 .5em; line-height: 26px; background: #fde5cc; border-bottom: 1px solid #f79635; font-weight: bold; text-align: right}
#latest-post a{}

/* -- LISTS -- */
ul {margin:0;padding:0;}
ul li {	margin-left:0;padding:0;}
li {list-style-type:none;}
.disc {list-style-type:disc}
/* lists inside posts */
.entry-content{line-height: 1.5em}
.entry-content ul ol {margin-left:0;}
.entry-content ul li {margin:.25em .5em .75em 2em; list-style:disc}
.entry-content ul li ol {margin-left:10px;}
.entry-content ol li {margin:.25em .5em .75em 2em; list-style: decimal}
.entry-content ol li li {margin-left:5px;}

/* -- HEADINGS -- */
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;}
h1,h2,h3,h4,h5{font-weight: bold}
h2.entry-title {font-size:180%;}
h2#comments{margin:20px auto 10px;font-size:140%;}
/* headings inside posts */
.entry-content h3 {font-size:140%;}
.entry-content h4 {font-size:120%;}
.entry-content h5 {font-size:100%;}
.entry-content h6 {font-size:90%;}

/* -- MAIN DIV'S -- */
#wrapper {float:none;clear:both;margin:0 auto;padding:0;width:100%;}
#header {height:150px;margin:0 auto;text-align:center;padding: 20px 0;}
#footer {height:30px;overflow:hidden; clear:both;float:none;text-align:center;padding: 20px 0;}

/* -- POSTS -- */
.posts-wrap{padding-top: 30px}
.post-index {margin:0 0 2em 0;}
#post-single {margin:0 0 20px;}
.entry-meta{color: #666; font-size: 11px}
.feedburnerFlareBlock{clear: both}
.wp-caption, .wp-caption img{border: 1px solid #ccc}
.wp-caption{text-align: center; padding: 6px 0; background-color:#eee}
p.wp-caption-text{text-align: left; font-size: 11px; font-family: Verdana, Geneva, sans-serif; margin: 0 6px; padding: 0}
.gallery-caption{font-size: 11px}

/* -- SIDEBARS --*/
.sidebar-wrap {margin:0 auto;overflow:auto}
.sidebar {width:49%;clear:none}
.block-1 {float:left}
.block-2 {float:right}

/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px auto;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0;}
div.reply {}
textarea#comment {overflow:auto}

/* -- ALIGNMENTS --*/
.alignright {float:right;clear:none;margin:.25em 0 .25em 1em}
.alignleft {float:left;clear:none;margin: .25em 1em .25em 0}
.aligncenter {display: block; margin:1em auto; text-align:center}
.alignnone {margin:0 0.5em 0 0;}
.framed{border: 1px solid #f79635; padding: 1px}

/* -- NAVIGATION --*/
div.navigation {width:100%;height:auto;float:left;clear:both;padding: 10px 0px}
.navigation-index {}
.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}

