/*
Theme Name: Blank 1 sidebar - right (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
*/

/*#respond {border:1px solid yellow;}*/
#header {
	background:  url('images/bandedheader.jpg') no-repeat bottom center;
	}
/*#footer {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:#EEEEEE;
	background-image: url(images/bg-shadow.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: "Times New Roman", Times, serif;
	color:#000;
	margin:0 auto;
}

a img {
       border: 0;
}

h1{
	color:#941a1d;
	/*font-family:LatiniaBlack;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	}

/* START POST HEADERS CLASSES */
.home_h1_center{
	text-align:center;
}

.home_h1_left{
	text-align:center;
}

.home_h1_right{
	text-align:center;
}
.home_h2{
        line-height: 80%;
}
.book_autor{
	font-weight:bold;
	font-size:12px;
}

.autor_single{
	text-align:center;
}

h2{
	color:#941a1d;
	font-size:20px;
	line-height:80%;
}

a {
	text-decoration: none;
	color: #941a1d;
}
a:hover {
	/*text-decoration:underline;*/
	color:blue;
}
.img_link {
	border-width: 0px;
}

.additional-meta {font-size: xx-small}
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;}

/* -- HEADINGS -- */
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;}
h2.entry-title {
	font-size:180%;
	text-align:center;
	}
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:960px;}
#header {height:150px;margin:0 auto;text-align:center;padding: 20px 0;}
#footer {font-family: Verdana, Times, serif;font-size:10px;height:50px;overflow:hidden;margin:20px auto 0;clear:both;float:none;text-align:center;padding: 20px 0;}

/* -- POSTS -- */
.post-index {
	margin:0 0 10px;
	}
/*#post-single {margin:0 0 20px;}*/
#post-single {
	width:640px;
	text-align:left;
	}

.posts-wrap {
	margin:0 20px;
	clear:none;
	width:640px;
	float:left;
	}
.posts-wrap-home {
	clear:none;
        word-wrap: breakword;
	width:290px;
	}
	
/* -- SIDEBARS --*/
#sidebar_searchbar {text-align:center; padding: 0 20px 20px 20px; }
.sidebar-wrap {
        font-size: 12px;
	margin:0 auto;
	overflow:hidden;
	float:left;
	clear:none;
	width:260px;
}
.sidebar {
	width: 99%; 
	clear:none;
	}
.block-1 {float:right;}
/* -- HOME COLUMNS--*/
#colleft-wrap {
        margin-left: 20px;
	overflow:hidden;
	float:left; 
	clear:none; 
	width:300px;
	}
#colcenter-wrap {
        margin-left: 10px;
        margin-right: 10px;
	overflow:hidden;
	float:left; 
	clear:none;
	width:300px;
}
#colright-wrap {
	overflow:hidden; 
	float:left; 
	clear:none;
	width:300px;
}



/* -- 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;}

/* -- HORIZONTAL MENU STYLED --*/
#navcontainer
{
margin-top: 30px;
text-align: center;
}
#navlist
{
margin: 0 auto;
width: 960px;
padding: 0 0 6px 0;
border-bottom: 1px solid #000;
}

#navlist ul, #navlist li
{
margin: 0 auto;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
line-height: 14px;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #000;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#navlist a:hover { color: #000; }