/*
Theme Name: Blank 1 sidebar - left (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
*/

/* -- just some ugly styling to make it easier to get started, can safely be removed
.sidebar, #entry-meta-single {border:1px solid red;}
#respond {border:1px solid yellow;}
#footer, #header {border:1px solid blue;}
li.depth-1 {border: 1px solid orange;}
.navigation {border:1px dashed black;}
.post {border:1px solid pink}  */

/* - BASIC STUFF - */
body {background:#fff2e4; font-size: 14px; font-family:Arial, Helvetica, sans-serif;color:#000;margin:0 auto; padding: 0 0 0 0;}
a {text-decoration:none;}
a:hover {text-decoration:underline;}
.additional-meta {font-size: xx-small; display: none;}
blockquote {font-style:oblique}

/* -- LISTS -- */
ul {margin:0;padding:0;}
ul li {	margin-left:5px;padding:0;}
li {list-style-type:none;}
.disc {list-style-type:disc}
/* lists inside posts */
.entry-content ul ol {margin-left:0;}
.entry-content ul li {margin-left:10px; list-style:disc; list-style-position:inside}
.entry-content ul li ol {margin-left:10px;}
.entry-content ol li {margin-left:5px; list-style: decimal; list-style-position:inside}
.entry-content ol li li {margin-left:5px;}
.entry-meta {display: none;}

/* -- HEADINGS -- */
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;}
h2.entry-title, h2.page-title {font-size: 22px; background-image:url(images/h1-icon.png); background-repeat: no-repeat; padding-left: 38px; height:28px; padding-top: 2px; }
.entry-title a, .entry-title a:visited, .page-title a, .page-title a:visited { color: #61774b; }
h2#comments{margin:20px auto 10px;font-size:140%;}
.archive-title {position: absolute; top: -18px; right: 0px; text-align: right; font-size: 13px; color: #999999; font-style: italic; margin-bottom: 15px; }
/* 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 -- */
#container {position:relative; float:none;clear:both;margin:0 auto;padding:0;width:994px;}
#left-shadow {position: absolute; left: 0px; top: 0px; width: 7px; height: 100%; background-image: url(images/drop-shadow-left.png); background-repeat:repeat-y; overflow: hidden;}
#right-shadow {position: absolute; right: 0px; top: 0px; width: 7px; height: 100%; background-image: url(images/drop-shadow-right.png); background-repeat:repeat-y; overflow: hidden;}
#wrapper {position: relative; float:none;clear:both;margin:0 auto;padding:0 7px 0 7px;width:980px; background:#FFFFFF;}
#header {position: relative;height:150px;margin:0 auto 20px;text-align:center;padding: 0;}
#bottom-shadow {position:relative; float:none;clear:both;margin:0 auto;padding:0;width:994px; height: 13px; background-image:url(images/drop-shadow-bottom.png);}

/* -- HEADER -- */
#header-image {position:relative;}
#header-navigation{position:absolute;top:125px; left:15px;font-size:13px;font-family: Arial, Helvetica, sans-serif;font-weight: bold;}
#header-navigation a, #header-navigation a:visited { color:#595857;}

/* -- FOOTER -- */
#footer {position: relative; height:45px; width: 100%; clear:both;float:none;background-image:url(images/footer-pattern.png); background-repeat: repeat-x; background-position:bottom; font-size: 11px; color: #706f6e;}
#footer-inner { width: 970px; padding: 10px 15px 0 15px; margin: 0 auto;}
#footer-navigation{position: relative;font-size:11px;font-family: Arial, Helvetica, sans-serif;}
#footer-navigation a, #footer-navigation a:visited { color:#706f6e;}
#footer-navigation img {border: none;}

/* -- POSTS -- */
.post-index {margin:0 0 10px;}
#post-single {margin:0 0 20px;}
.posts-wrap {float:right; margin-right: 20px; clear:none;width:720px; position: relative; color: #333333;}
a img { border: none; }

/* -- SIDEBARS --*/
.sidebar-wrap {margin:0 0 0 20px; padding: 0 0 20px 0; overflow:hidden; float:left; clear:none;width:199px;}
.sidebar {clear:none; width: 199px; color: #FFFFFF;}
.sidebar a, .sidebar a:visited {color: #FFFFFF;}
.sidebar li { padding: 4px 0 6px 0; }
.block-1 {float:left;}
.sidebar-head-1 {background:#899c74; background-image:url(images/sidebar-head-1.png); height: 25px; padding: 10px 0 0 42px; font-weight: bold;}
.sidebar-head-2 {background:#899c74;background-image:url(images/sidebar-head-2.png); height: 23px; padding: 10px 0 0 42px; font-weight: bold;}
.sidebar-head-3 {background:#899c74;background-image:url(images/sidebar-head-3.png); height: 20px; padding: 10px 0 0 42px; font-weight: bold;}
.sidebar-sep {background:#899c74; background-image:url(images/sidebar-sep.png); height: 2px;}
.sidebar-content {background:#899c74; padding: 5px 5px 5px 42px; width: 199px;}

/* -- 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 --*/
img.alignright {float:right;clear:none;margin:0 0 1em 1em}
img.alignleft {float:left;clear:none;margin:0 1em 1em 0}
img.aligncenter {display: block; margin:1em auto; text-align:center}
img.alignnone {margin:0 0.5em 0 0;}

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


