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

@import "css/typography.css";
@import "css/21px.css";

body {
  font-family: Georgia, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.7em;
  margin: 0;
}

a {
  color: #000;
}

/* -- MAIN DIV'S -- */
#wrapper {
	clear: both;
	margin: 20px auto 0 auto;
	padding: 0;
	width: 960px;
	background: url(images/curtain.png) 5px repeat-y;
	}

#header {
	height: 20px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 20px 40px 40px;
	background: url(images/curtain_top.png) no-repeat;
	}
	
#header img {
  border: none;
}	

#footer {
	height: 76px;
	margin: 0 auto;
	clear: both;
	border-bottom: 2px solid #efefef;
	}
	
#innerfooter {
	height: 100px;
	margin: 0 auto;
	width: 900px;
	text-align: left;
	padding: 0 20px 20px 40px;
	background: url(images/curtain_bottom.png) 5px -54px no-repeat;
	}	
	
#animlayer {
  width: 550px;
  height: 197px;
  float: right;
  background: url(images/anim01.gif) no-repeat;
}	

/* -- POSTS -- */
h3.page-title {
  margin-bottom: -.5em;
}

h3.page-title a {
  font-weight: bold;
}

.homepage a {
    text-decoration: none;
}

.homepage a:hover {
  border-bottom: 1px solid #777;
}

.post { 
  clear: both;
}

.post ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-index { margin: 0 0 40px; }
#post-single { margin: 0 0 20px; }

.posts-wrap {
	float: left;
	width: 640px;
	min-height: 360px;
	height: auto !important;
	height: 360px;
	padding: 40px 40px 0 40px;
	background: url(images/curtain_top.png) 0 -60px no-repeat;
	}	
	
.entry-content p, .entry-content ul {
  width: 400px;
}	
	
.post .entry-title a {
  text-decoration: none;
  color: #444;
}	

.post-image { 
  float: right; 
  margin: 0 0 10px 20px;
  line-height: 0;
  width: 220px;
}

.post-image img {
    border: 6px solid #fff;
}

.post-related {
  list-style: none;
  clear: both;
  width: 210px;
  float: right;
  margin: 0 0 10px 20px; 
}

.post-related ul {
  width: 210px;
}

.post-related li {
  margin-top: 10px;
}

.entry-title {
  margin-bottom: 40px;
}
.entry-meta { clear: both ;}

.navigation {
  margin: 50px 0 0 0;
}

/* -- SIDEBARS --*/
.sidebar-wrap {
  position: relative;
	margin: -80px auto -60px auto !important;
	margin-top: -120px;
	overflow: hidden;
	float: right;
	clear: none;
	width: 240px;
	padding: 0 0 30px 0;
}

.sidebar {
	width: 99%;
	clear: none;
	}
	
.sidebar a {
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}	

.sidebar .widget {
  margin-bottom: 20px;
}
	
.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}	

.sidebar li {
  list-style: none;  
  margin: 0;
  padding: 0;
}

.block-1 { float: right; }

h3.sidebartitle {
  font-size: 12px;
  text-transform: uppercase;
  color: #888;
  font-weight: bold;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

h3.sidebartitle a {
  text-decoration: none;
  color: #888;
  border: none;
}

.ec3_events .date, .more a {
  font-size: 12px;
  font-weight: bold;
  color: #888;
}

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

a img {
  border: 6px solid white;
}

/* -- 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;
	}
	
/* -- DIVERSES --*/	
	
.qtrans_language_chooser li.active {
  display: none;
}	
	
.clear {
  clear: both;
}	