/*
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
*/
/* - BASIC STUFF - */
body {
background-image: url('images/body_bg.png');
background-repeat: repeat-x;
background-color: #cacaca;
font-family: Trebuchet MS; Arial, Geneva, sans-serif;
font-size: 9pt;
color:#FFF;
margin:0 auto;
padding:0;
}

a {
text-decoration:none;
color: #FFF;
}

a img {
border: 0px;
}

a:hover {
color: #CCC;
text-decoration: none;
}
.additional-meta {
font-size: x-small;
text-align: right;
border-top: solid 1px #404040;
padding: 3px;
}

blockquote {font-style:oblique}

/* -- LISTS -- */
ul
{
width:100%;
padding: 12px 0 0 0;
margin:0;
list-style-type:none;
}
ul a
{
width:6em;
text-decoration:none;
background-color: transparent;
padding:0.2em 0.6em;
}

ul a:hover {
background-color: transparent;
}

li {
display:inline
}

/* 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 {
background-image: url(images/content_h1.png);
background-repeat: no-repeat;
margin:0px;
padding: 5px 0 0 10px;
height: 37px;
width: 784px;
font-size:160%;
}
h1.entry-title {

}
h2,h3,h4,h5,h6 {margin:0;padding:0;}
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%;}

#shireen {
background-image: url('images/shireen2.png');
background-repeat: no-repeat;
float: left;
height: 748px;
width: 272px;
margin: 0px;
}
#shireen_credits {
background-image: url('images/shireen_credits.png');
background-repeat: no-repeat;
float: left;
height: 214px;
width: 11px;
margin: 250px 0 0;
padding: 0;
}

/* -- MAIN DIV'S -- */
#wrapper {
background-image: url('images/container_bg.png');
background-repeat: repeat-y;
margin:0 auto;
padding:0;
width:1200px;
overflow: hidden;

}

#wrapper_content {
width:948px;
background-color: transparent;
margin: 0 0 0 150px;
}

#header {
background-image: url('images/header_bg.png');
background-repeat: no-repeat;
height:111px;
margin:0;
text-align:center;
padding: 0 0;
}

#header_titel {
background-image: url('images/header_titel.png');
background-repeat: no-repeat;
height: 96px;
width: 620px;
margin: 0 0 0 223px;
padding: 10px 0 0 530px;
}

#header_fotos {
background-image: url('images/header_fotos.png');
background-repeat: no-repeat;
height: 82px;
width: 82px;
margin: 0;
}

#header_menu {
background-image: url('images/menu_bg.png');
background-repeat: no-repeat;
height: 37px;
width: 948px;
margin: 0;
padding:"
}

#footer {
background-image: url('images/footer_bg.png');
background-repeat: no-repeat;
bottom: 0px;
height:44px;
margin:0 0 -5px 0;
float:none;
overflow:hidden;
clear:both;
text-align:center;
padding: 5px 0 0 0;
}

#footer p {
font-size: 10px;
}

#footer a:active {
text-decoration:none;
color: #CCC;
}


/* -- POSTS -- */
.post-index {
margin:0 0 10px;
}

#post-single {
margin:0 0 20px;
}

.posts-wrap {
float:none;
clear:none;
width:773px;
margin: 30px 0 0 139px;
background-color: #8e8e8e;
padding: 10px 0 0 0px;
}

/* -- SIDEBARS --*/
.sidebar-wrap {margin:0 auto;overflow:hidden; float:left; clear:none;width:300px;}
.sidebar {width:99%;clear:none;}
.block-1 {float:left;}

/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- COMMENTS -- */
div.comments-wrap {
margin:15px auto;
padding:0;
}
.commentmetadata {
}

li.comment {
margin: 10px auto;
background-color: #5c5c5c;
}

li.trackback, li.pingback {margin: 10px auto;} 
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {
margin:10px 0;
}
div.reply {
margin-bottom: 10px; 
}

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;
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;}

