/*
Theme Name: K2 - toms edition
Theme URI: http://www.dysturb.net
Description: Configure from the <a href="themes.php?page=k2-options">K2 Options Panel</a>. Visit the <a href="http://getk2.com/forum">support forums</a>, <a href="http://k2.stikipad.com/docs/show/">the wiki</a> or <a href="http://code.google.com/p/kaytwo/issues/list">the bug tracker</a>.</p><p><small>Developed by <a href="http://binarybonsai.com">Michael</a>, <a href="http://chrisjdavis.org">Chris</a>, <a href="http://zeo.unic.net.my">Zeo</a>, <a href="http://stevelam.org">Steve</a> and <a href="http://nybblelabs.org.uk">Ben</a>. Protected by <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.</small>
Version: 0.95 RC1 - 0.2
Author: Various Artists - Thomas Stellmach
Author URI: http://binarybonsai.com - http://www.dysturb.net

CSS Documentation: http://k2.stikipad.com/docs/show/CSS+Overview
*/

/*- Meyer's CSS Reset ------------------------------------------------------------------------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*- Page Structure ------------------------------------------------------------------------------ */

html { /* Force Vertical Scrollbar */
	overflow-y: scroll; 	/* IE */
	height: 100%; 	/* Moz */
	margin-bottom: 0.1em;}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, Sans-Serif; 	/* Resets 1em to 10px */
 	color: #666;
	background:url(images/bg.png) repeat-x; background-color:#FFF;
 	text-align: center;
 	margin: 30px 22px 30px 22px;}										/*ausserer Abstand*/

#page {
	text-align: left;
	margin: 0 auto;
	position: relative;
	width: 944px;}														/*Seitenbreite*/
* html #page { width: 944px } /* IE hack */

#header {
	position: relative;
 	height: 56px;
 	background: #bbb;}

#primary {
	margin: 0 0 0 206px;	
	padding: 12px 0 0 0;}

.secondary {
	float: left;
	width: 191px;
	padding:10px 0 0 0;}

#footer {
	padding-top: 5px;
	border-top: solid 1px #bbb;
	width: 944px;
	text-align: center;
	margin: 20px auto;
	}

/*- Main Menu in Header --------------------------------------- */

#search {
	position: absolute;
	right: 2px;
	width: 126px;
 	bottom: 3px;}

ul.menu {list-style: none;}												/*menubar neben logo*/
ul.menu li {float: left;}												/*list item menu*/
	
ul.menu li a {															/*list item menu*/
	display: block;
	width: 127px;
	height: 12px;
	padding: 40px 4px 4px 4px;
	color: #666;
	text-align: right;
	border-right: solid white 1px;}

ul.menu li a#logo {														/*list item menu*/
	display: block;
	width: 193px;
	height: 25px;
	padding: 27px 4px 4px 4px;
	text-align: left;
	border-right: solid white 1px;}

/*- Sidebar ------------------------------------------------------------------------------ */

.secondary ul li a, .secondary ol li a {display:block; padding:0px 1px 0px 1px;}

.secondary h2 { /* Secondary H2 is sidebar headlines */
	display:block;
	font-size: 1.1em !important;
	padding: 0 5px 3px 5px;
	color: #888;
	font-weight: bold; }

.secondary > div {
	padding: 10px 0 15px 0;
	border-bottom:solid 1px #bbb;
	font-size: 1.1em;
	line-height: 1.5em;}

.secondary div p, .secondary ul, .secondary ol, .secondary div div {padding: 0 5px 0 5px;}
.secondary ol {margin-left: 15px;}
.secondary ul li, .secondary ol li {color: #999;}
.secondary ul li {list-style-type: none;}
.textwidget {color: #999; font-size: 1em !important;
			line-height: 1.5em;}

.secondary .rsswidget img {
	display:none;
}
/*- Links ------------------------------------------------------------------------------ */

a {text-decoration: none; color: #00d9d9;}
a:hover, a:visited:hover{text-decoration: none; color: #fff; background-color: #00d9d9;}

h1 a, h2 a, h3 a{color:#888;}
h3 a{padding: 2px 2px 2px 0px;}

.entry-meta a 
	{color: #666;}
.comment-meta a, .secondary a, .commentsrsslink a, .trackbacklink a, .navigation a, .entry-category a 
	{color: #999;}
.secondary a:hover, .entry-meta a:hover, .comment-meta a:hover, .entry-category a:hover  
	{color: #fff;}
.entry-content a, .comment-content a 
	{font-weight: bold;}

/*- Headings ------------------------------------------------------------------------------ */

h1, #header .description {color: white;}
h2 {display:none;}												/* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
h3	{font-weight: bold; display:inline; color:#888;}
h3, h4, .single #primary .k2-asides h3 {
	font-size: 1.5em; 
	font-weight: bold;
	color:#888; }		/* H3 is entry headlines. H4 is comments and replyform headlines */

/*- Primary Contents --------------------------------------------------------------------------------- */

.hentry {									/* blog post */
	margin: 10px 0 40px 0;
	padding: 5px 0 0px 0;
	position: relative;
	border-top:solid 1px #bbb;}

.entry-head {
	padding: 5px 5px 10px 5px;
	border-bottom: 1px dotted #bbb;}

.entry-meta {                               /* Time and category for blog entries */
	font-size: 1em;
	position: absolute;
	left:614px;
	color: #666;
	width:127px;
	top:4px;}
	
.entry-category {
	margin: 5px 0 0 0;
	color: #999;}
	
body.page .entry-edit {
  position: absolute;
  right: 0;
  margin-top: 5px;}

.chronodata {}
.chronodata abbr {}

.entry-content {							/* blog post content */
	margin: 5px 0 0px 0;
	font-size: 1.1em;
	line-height: 1.5em;
	width: 536px;}

.entry-content img, .entry-content object, .entry-content .movie {		/* blog post images */
	max-width: 536px;
	margin: 0 -5px 0 -5px;
	border-bottom:solid 1px #bbb;
	border-top:solid 1px #bbb;
	display: block;
	}
	
.entry-content a:hover img {
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
	color: #00d9d9;
	}


#primary .entry-content .movie {
	margin: 5px 0 .9em 0;}

.entry-content .imagecaption {
	font-size: .9em;
	color: #666;
	font-family: Georgia, 'Times New Roman', serif;
	font-style: italic;
	margin: -1.3em 0 .5em 0;}

.comment-content p,
.comment-content ul,
.comment-content ol,
.comment-content div,
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content div{
	margin: 5px 5px 10px 5px;}
	
/*- Comments --------------------------------------------------------------------------------- */

.comment-head {                               /* Start of the Section */
	padding: 5px 5px 10px 5px;
	border-top:solid 1px #bbb;}

.comment-meta {                               /* Time of Comment entries */
	font-size: .9em;
	line-height:1.5em;
	position: relative;
	left:610px;
	color: #999;
	width:127px;
	margin-top:-16px;}

.comment-meta-head {                           /* Comment RSS */
	font-size: 1em;
	position: relative;
	left:615px;
	color: #999;
	width:127px;
	margin-top:-22px;}

#commentlist li, #pinglist li {                  /* Individual Comment entries */
	margin: 5px 0 0px 0;
	font-size: 1.1em;
	line-height: 1.5em;
	border-top: 1px dotted #bbb;
	padding: 5px;
	list-style: none;}

.comment-content {                               /* Comment Content */
	margin: -35px 0 0 125px;
	width: 400px;}

#pinglist li .counter {display: none;}

.comment-login, .comment-welcomeback {}   		/* Unused Tags */
.commentslink {}
.nopassword {}
.commentsrsslink {}
.trackbacklink {}
.comments {}
#commentlist, #pinglist {}
#commentlist li img.gravatar {}
#commentlist li .commentauthor {}
#commentlist li .counter {}
li.byuser {}
li.bypostauthor {}
#leavecomment, .comments #loading {}
.comments #loading {}
.comments #error {}
.comments #commentload {}

/*- Comment Form --------------------------------------------------------------------------------- */

.comments form {
	padding:5px;
	border-top: 1px dotted #bbb;}

.comment-logged {                               /* Comment Content */
	margin: -13px 0 0 130px;
	width: 400px;}

.comments div.input {
	margin: 5px 5px 10px 128px;}
	
.comments label {
	float:left;
	padding:4px 0 0 0;}

.comments textarea {
	height: 200px;}

.comments input[type=text], .comments textarea {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.1em;
	line-height:1.5em;
	padding:2px;
	color: #666;
	width: 400px;}

.comments form #submit {}

input[type=text]:focus, textarea:focus {}
.comments form input[type=text] {}

/*- Various Tags and Classes ----------------------------------------------------------*/

.clear {clear: both;}
.center {text-align: center;}
.alignright {float: right;}
.alignleft {float: left}
.small {font-size: 1em; line-height: 1.5em;}
code {font: 'Courier New', Courier, Monospace;}
hr {display: none;}
strong {font-weight: bold;}
em {font-family: Georgia, 'Times New Roman', serif;
	font-style: italic;}
cite {}
cite:before {content: '«';}
cite:after {content: '»';}

blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-style: italic;
	margin:  10px 5px;
	border-bottom:dotted 1px #bbb;
	border-top:dotted 1px #bbb;}
.entry-content blockquote p{margin: 5px 0;}

.navigation {}
.navigation .left {}
.navigation .right {}
.alert {}




/*- I DIDNT TOUCH THIS K2 STUFF DOWN HERE YET -----------------------------------------*/

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

.archive-list {
	list-style: none;
	margin: 10px 0 0 0 !important;
	padding-left: 0px !important;
	}

.archive-list li {
	display: block;
	float: left;
	margin: 0 10px 0 0 !important;
	padding: 2px 0 2px 10px !important;
	width: 150px;
	}

.archive-list li:hover {
	background-color: #EDEDED;
	}

.entry-content ol, .entry-content ul {
	padding: 0 0 0 35px;
	list-style-position: inside;
	list-style-type: square;
	}

.entry-content ol li, .entry-content ul li {
	margin: 0 0 5px;
	padding: 0;
	}

ol li {
	list-style: decimal outside;
	}

.sb-links ul li {
	margin-top: 20px;
	}

.sb-links ul ul li {
	margin-top: 0;
	}

/*- Search Form and Livesearch */

#searchform {
	display: block;
	position: relative;
	}

#search h2 {
	display: none;
	}

input[type=text], textarea {
	font-size: .9em;
	color: #444;
	padding: 0;
	margin: 0;
	}

#s {
	width: 70%;
	}

#s.livesearch {
	width: 86%;
	}

#searchreset {
	position: absolute;
	right: 0px;
	top: 1px;
	height: 13px;
	width: 13px;
	background: url('images/reset-fff.png')  no-repeat;
	}

#searchload {
	position: absolute;
	right: 0;
	top: 0;
	height: 18px;
	width: 18px;
	background: url('images/spinner.gif') center center no-repeat;
	}

.livesearchform input[type=submit] {
	margin: 0;
	}

#searchcontrols {
	text-align: center;
	padding: 1px;
	background: #ddd url('images/livesearchbgdark.jpg') center repeat-y;
	}

#searchcontrols small {
	margin: 0;
	padding: 0;
	}

/*- Attachment */

.attachment {
	text-align: center;
	}

/*- Sidebar Subpages Menu ------------------------------------------------------------------------------ */

	.sb-pagemenu ul {
		margin-left: 10px;
		}

	.sb-pagemenu ul ul {
		margin-top: 2px;
		}

	.sb-pagemenu ul ul .page_item {
		margin-left: 10px;
		padding: 0;
		}

	.sb-pagemenu .current_page_item {
		}

/* Peace and forgiveness */
/* Learn more about the other K2: http://en.wikipedia.org/wiki/K2 */