/*
Theme Name: Blank 1 sidebar - left (theme development)
Theme URI: http://wordpress.org/
Description: 
Version: 1.0
Author: Tan
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 */


/* - BASIC STUFF - */
body {
background:#FFF;
font-family: Georgia, serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 1px;
line-height: 2em;
white-space: nowrap;
color:#000;
margin:0 auto;
padding:0 20px;}

a:link {
	color: #633;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #b6265e;
}
a:active {
	text-decoration: none;
	color: #C00;
}

a {text-decoration:none;}
a:hover {text-decoration:underline;}
.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;}
#header h1 {font-size: 10px; margin-left:10px;font-style: normal;font-weight: normal;}
#header h1 a {font-size: 10px;font-style: normal;font-weight: normal;}
h2.entry-title {font-size:100%;}
h2#comments{margin:20px auto 10px;font-size:90%;}
/* headings inside posts */
.entry-content h3 {font-size:140%;}

.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;
}
#header {height:100px;margin:0 auto;text-align:left;padding: 18px 0;}
#footer {height:90px;overflow:hidden;margin:40px auto 0;clear:both;float:none;text-align:left;padding: 20px 0;}
#footerz {height:90px;overflow:hidden;text-align:left;padding: 20px 0;width:300px;}

/* -- POSTS -- */
.post-index {margin:0 0 0 0;}
#post-single {width:4000px;float:left;margin:20px 0 20px;white-space: nowrap;}

.posts-wrapx {margin:0 50px 0 0px;clear:none;display:inline;float:left;white-space: nowrap;}
.posts-wrap {
	position:absolute;
	z-index:1;
	left: 280px;
	top: 125px;
margin:0 0 0 0;
padding-right:70px;
}

a.back {position:fixed;}

/* -- SIDEBARS --*/
.sidebar-wrap {margin:0 auto;overflow:hidden; float:left; clear:none;width:240px;}
.sidebar {width:99%;clear:none;}
.block-1 {float:left;}

.current_page_item a{
   color: #b6265e;
}



.block-2 {float:left;margin-top:35px;}

/* -- 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 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;}

