/*
Theme Name: DAS-B Theme
Theme URI: http://das-b.net/weblog
Description: This WordPress theme is based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Markus Zipfel
Author URI: http://markuszipfel.de/
Tags: grey, custom header, fixed width, two columns, widgets
*/


/* --- Global Rules --- */

* {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS','Lucida Grande', Verdana, Arial, sans-serif;
}

p, li, th, td {
	font-family: Verdana, sans-serif;
}

.clear {
	clear: both;
}

.aligncenter {
	padding-right: 5px;
	text-align: center;
}

.alignright {
	float: right;
	padding-left: 15px;
}

.extern {
	background: url(images/extern.png) no-repeat right;
	padding-right: 15px;
}


/* --- Top Level Layout --- */

body {
	text-align: center;
	
	background: #68d -moz-linear-gradient(#36c, #fff) no-repeat fixed top;
	background: #68d -webkit-gradient(linear, left top, left bottom, from(#36c), to(#fff)) no-repeat fixed top;
	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#36c, endColorstr=#fff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#36c, endColorstr=#fff)";
}

body * {
	text-align: left;
}

#page {
	margin: 20px auto;
	width: 900px;
}

.pagetitle,
#sitename {
	color: #333;
	font-size: 48px;
	margin: 0 20px;
	padding-right: 10px;
	text-align: center;
	text-shadow: 2px 4px 6px rgba(0,0,0,.5);
}

#sitename a {
	color: #000;
	text-decoration: none;
}


/* --- Header --- */

#header {
	border: 2px solid #ccc;
	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	
	-webkit-box-shadow: 2px 4px 6px rgba(0,0,0,.5);
	-moz-box-shadow: 2px 4px 6px rgba(0,0,0,.5);
	box-shadow: 2px 4px 6px rgba(0,0,0,.5);
	
	background: #ddd -moz-linear-gradient(top, #eee, #ccc);
	background: #ddd -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
}

#header #headerimage {
	background: url(images/header.png) no-repeat center center;
	height: 150px;
}

#header h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	margin-top: -35px;
	padding-bottom: 5px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}

#header h2 a {
	color: rgba(99,99,99,0.1);
	padding: 100px 20px 0 0;
	text-decoration: none;
}


/* --- Sidebar / Navigation --- */

#sidebar {
	background-color: #eee;
	border: 0px solid #ccc;
	margin-bottom: 20px;
	padding: 0 10px 0 0;
	
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	
	-webkit-box-shadow: 2px 4px 6px rgba(0,0,0,.5);
	-moz-box-shadow: 2px 4px 6px rgba(0,0,0,.5);
	box-shadow: 2px 4px 6px rgba(0,0,0,.5);
	
	background: -moz-linear-gradient(top, #fff, #eee);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
}

#sidebar h2 {
	display: none;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	float: left;
	height: 30px;
}

#sidebar ul li.home,
#sidebar ul li ul li {
	border-right: 1px solid #ccc;
}

#sidebar ul li.first {
	border-right: 1px solid #ccc;
	width: 11px;
}

#sidebar ul li a {
	border-bottom: none;
	color: #333;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	width: 202px;
}

#sidebar ul li a:hover {
	background-color: #fff;
	border-top: 2px solid #666;
	color: #000;
	padding: 6px 8px 8px 8px;
}


/* --- Entry-Navigation --- */

#content.widecolumn .navigation {
	margin-bottom: 20px;
}


/* --- Content --- */

#content {
	margin: 20px 0;
}

#content p,
#content p a {
	color: #333;
}

#content p a {
	border-bottom: 1px solid #36c;
	padding-top: 2px;
	text-decoration: none;
}

#content p a:hover {
	background-color: #36c;
	color: #fff;
	text-decoration: none;
}

#content p small {
	color: #999;
}

#content .post {
	background-color: #ddd;
	margin-bottom: 40px;
	padding: 20px;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	-webkit-box-shadow: 2px 4px 6px rgba(0,0,0,.5);
	-moz-box-shadow: 2px 4px 6px rgba(0,0,0,.5);
	box-shadow: 2px 4px 6px rgba(0,0,0,.5);
}

#content .post h1,
#content .post h2 {
	border-bottom: 1px solid #69c;
	color: #69c;
	font-size: 24px;
	margin-bottom: 2px;
}

#content .post h1 a,
#content .post h2 a {
	color: #69c;
	text-decoration: none;
}

#content .post h1 a:hover,
#content .post h2 a:hover {
	color: #369;
	text-decoration: none;
}

#content .post .entry {
	padding: 10px 0;
}

#content.widecolumn .post .entry {
	padding: 0 0 10px 0;
}

#content.widecolumn .post .entry p.tags {
	font-size: 0.8em;
}

#content .post .entry p {
	font-size: 16px;
	line-height: 1.5em;
	padding-bottom: 10px;
}

#content .post p.postmetadata {
	color: #666;
	font-size: 12px;
	line-height: 1.5em;
}

#content .post p.postmetadata a {
	border: none;
	color: #999;
	text-decoration: underline;
}

#content .post p.postmetadata a:hover {
	background-color: transparent;
	color: #666;
}

#content p.edit {
	padding: 20px;
}


/* --- Comments --- */

#content .comments {
	padding: 20px;
}

#content .comments h3 {
	border-bottom: 1px solid #69c;
	color: #69c;
	font-size: 24px;
	margin-bottom: 20px;
}

#content .comments ol.commentlist {
	list-style-type: none;
}

#content .comments ol.commentlist li {
	background-color: #eee;
	border: 1px solid #eee;
	color: #333;
	font-size: 12px;
	margin-bottom: 20px;
	padding: 10px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content .comments ol.commentlist li .comment-author a {
	color: #333;
}

#content .comments .commentlist .commentmetadata,
#content .comments .commentlist .commentmetadata a {
	color: #999;
	padding-bottom: 10px;
}

#content .comments .commentlist p {
	line-height: 1.5em;
}

#content .comments #respond {
	margin-top: 20px;
}

#content .comments #respond p {
	padding: 0 0 5px 0;
}

#content .comments #respond input,
#content .comments #respond textarea {
	border: 1px solid #999;
}

#content .comments #respond #submit {
	background-color: #ccc;
	border: 1px solid #666;
	color: #000;
	margin-top: 10px;
	padding: 5px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


/* --- Footer --- */

#footer p {
	color: #999;
	font-size: 12px;
	text-align: center;
}

#footer p a {
	color: #999;
}