/*
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
*/


/* - BASIC STUFF - */
body {
background:  url(images/pgbkg.jpg) repeat; /*#bddecc; */
font-size: 13px;
font-family: Century Gothic, Helvetica, Verdana, Arial,sans-serif;
color:#000;
margin:0 auto;
padding:0 20px;
}

a {
text-decoration:none;
color: #C185A6;
}

a:hover {text-decoration:underline;}

a img {border: none;}

.additional-meta {font-size: xx-small; margin-top: 2px;}

blockquote {font-style:oblique}

p {

}

/* -- 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;}

/* -- HEADINGS -- */
h1,h2,h3,h4,h5,h6 {
margin:0;
padding:0;
font-weight: normal;
}

h1 { font-size: 2em;}

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:900px;
background-color: #fcfef8;
border-left: 4px solid #9BCFB2;
border-right: 4px solid #9BCFB2;
}

#header {
height:280px;
margin:0 auto;
text-align:center;
padding: 20px 0;
width: 900px;
}

#footer {height:50px;overflow:hidden;margin:20px auto 0;clear:both;float:none;text-align:center;padding: 20px 0;}

/* -- POSTS -- */
.posts-wrap {
margin: 20px;
line-height: 18px;
}

.post-index {margin:10px auto 0px;}
#post-single {margin:0 0 20px;}

.entry-meta {margin: 25px 0 25px;}

.post-break {
	text-align: center;
	margin: 20px 0 50px 0;
}

/* -- SIDEBARS --*/
.sidebar-wrap {margin:3em 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 --*/
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;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;}

/* -- 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;}

#menu{
	width: 100%;
	margin:0 auto 30px;
	text-align:center;
	background-color: #FFEFF6;
}


#nav{
margin:auto;

font-size:1.3em;
}
#nav, #nav ul {
list-style: none;
line-height: 1;
margin: auto;
width: 25em;

}

#nav ul a{
text-align: center;
}

#nav a, #nav a:hover {
display: block;
text-decoration: none;
border:none;
}
#nav li {
float:left;
list-style:none;
border-bottom:3px solid #000;
margin-left: 40px;
}

#nav li li{
margin-left: 0;
}
#nav a, #nav a:visited {
display:block;
font-weight:bold;

padding:6px 12px;
}
#nav a:hover, #nav a:active, .current_page_item a, #home .on {
background:#000;
text-decoration:none
color: #fff;
}
#nav li ul {
position: absolute;
left: -999em;
height: auto;
width: 174px;
border-bottom: 1px solid #a9a9a9;
}
#nav li li {
width: 172px;
border-top: 1px solid #a9a9a9;
border-right: 1px solid #a9a9a9;
border-left: 1px solid #a9a9a9;
background: #777;
}
#nav li li a, #nav li li a:visited {
font-weight:normal;
font-size:0.9em;
color:#FFF;
}
#nav li li a:hover, #nav li li a:active {
background:#000;
color: #fff;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left: auto;
}
a.main:hover {
background:none;
color: #fff;
}

.clearfloat {
	clear: both;
}