/*
Theme Name:		Tobias Knipf
Theme URI:		http://tobias-knipf.com
Description:	A simple black & white theme based on Blueprint CSS http://code.google.com/p/blueprintcss/
Version:			1.0
Author:			Design: Tobias Knipf | Code: Christian Mueller
Author URI:		http://tobias-knipf.com/
*/


/* Browser-Reset
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

body { line-height: 1.5; }

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }



/* Layout (Boxes, Margins, etc.)
-------------------------------------------------------------- */

body { margin:1.5em 0; }

.container { width: 690px; margin: 0 auto; margin-top:20px; }

.header, .content, .footer { float:left }
.sidebar { float: right; }
.header { width: 690px; padding: 20px 0 10px 0; }
.content { width: 460px; margin-right: 10px; padding: 20px 45px 30px 30px;}
.sidebar { width: 95px; padding: 25px 25px 30px; min-height: 700px;}
.footer { width: 460px; margin: 30px 10px 30px 0; padding: 20px 45px 20px 30px;}

.box { color: #000; background: #fff; }

hr { background: url(images/hr.png) repeat-x; height: .1em; margin: 0 0 1.45em; border: none; } 

.entry {}

.navigation { display: block; text-align: center; max-height: 2em; min-height: 2em; }

.posttitle { background: url(images/hr.png) repeat-x bottom; margin-bottom: 1em; }
.commentlink { margin-top: 10px; }
.commentline { background: url(images/hr.png) repeat-x top; padding-top: 2px; margin-bottom: 4em; }

.six-em-space { margin-bottom: 6em; }	
.five-em-space { margin-bottom: 5em; }
.four-em-space { margin-bottom: 4em; }
.three-em-space { margin-bottom: 3em; }
.two-em-space { margin-bottom: 2em; }
.one-em-space { margin-bottom: 1em; }
	
.alignright { float: right; }
.alignleft { float: left }


/* Typography (Fonts, Colors, Forms, etc.)
-------------------------------------------------------------*/

body { font-size: 70%; color: #fff; background: #000; font-family: Arial, Helvetica, sans-serif; line-height: 1.5em; }

h1,h2,h3 { font-weight: bold;}

h1 { font-size: 1.5em; margin: 1em 0 1em 0; }
	.blogtitle {  font-size: 2em; margin: 15px 0 0; color: #fff; }
h2 { font-size: 1.5em; margin: 1em 0 .5em 0;}
	.post-title { margin: 0; }
	.page-title { margin: 0 0 1em 0; }
	.sidebar h2 { font-size: 1em; margin-bottom: .5em; font-weight: normal;}
h3 { font-size: 1.2em; line-height: 1; margin-bottom: 1em; }
	.page h3 { font-size: 1.25em; margin-bottom: 1em; } 
h4 { font-size: 1em; margin: 1em 0 .5em 0;}
	.subtitle { font-size: 1em; line-height: 1; height: 1.25em; background: url(images/hr.png) repeat-x top; padding-top: 3px; margin: 0; }
h5 { font-size: 1em; margin: 1em 0 .5em 0; }
h6 { font-size: 1em; margin: 1em 0 0 0;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }


/* Textelements
-------------------------------------------------------------- */

p           { margin: 0 0 .5em; }
p img       { float: none; margin: 0; margin-bottom: .5em; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #f00; text-decoration: underline;}
a           { color: #000; font-weight: bold; text-decoration: none; }

.header a:focus,
.header a:hover     { color: #fff; }
.header a           { color: #fff; text-decoration: none; }

/* activate this, if the links in the sidebar have to be lighter ...*/
.posts h2 a, .post h2 a:hover, .posts h2 a:focus { color: #000; text-decoration: none; }
/*.sidebar a, .sidebar a:hover, .sidebar a:focus { font-weight: normal; }*/

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li				{ }

li, ul      { list-style-type: none; }
ol          { list-style-type: decimal; }


/*ul.categories { font-size: 1em; margin-bottom: .5em; font-weight: bold; }*/
.sidebar ul, .sidebar ul li, .sidebar ul li ul, .sidebar ul li ul li { text-indent: 0; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Forms
-------------------------------------------------------------- */

#comment_form { width: 460px; padding: 1.0em 0 0 0; }
  #comment_form p { padding: 0; }
  /*#comment_form label { padding: 0 0 0 10px; }*/
  #comment_form .text_input { width: 200px; padding: 2px; border: none; border-bottom: 1px solid #000; background: #fafafa; }
  #comment_form .text_area { border: 1px solid #000; width: 455px !important; background: #fafafa;}
  #comment_form .form_submit { padding: 2px; border: 1px solid #000; cursor: pointer; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
