/*
Theme Name: Astra
Description: The theme is designed for the Opel Astra Blog
Version: 1.0
Author: NEUSITE GmbH
Tags: fixed width, two columns, widgets

	Based on:
	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This 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

*/


/* ======================= GLOBAL ELEMENT STYLES ======== */



table, tr, td {
	border-collapse:collapse;
	border:none;
	margin:0;
	padding:0;
	}

img {
	border:none;
	margin:0;
	padding:0;
	}

a,
a:hover,
a:active,
a:link,
a:visited {
	color:#666666;
	text-decoration:none;
	}

a:hover {
	color:#999999;
	}

body {
	color:#333333;
	}

hr {
	display:none;
	}

/* ====================== GLOBAL CLASSES ================== */

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.clear {
	clear: both;
}

.underdot {
	border-bottom: 1px dotted #666666;
	}

/* ====================== PAGE LAYOUT ======================== */


body {
	background:#5C5C5C url('images/page-bg.jpg') repeat-x top left;
	margin: 0;
	padding: 0;
	font-family:verdana;
	font-size:11px;
	}

#page {
	background-color: white;
	background:white url('images/header-bg-complete.jpg') no-repeat top left;
	margin: 20px auto 20px;
	padding: 0;
	width: 900px;
	}

#header {
	margin: 0 0 8px 0;
	padding: 20px 20px;
	height: 147px;
	width: 860px;
	}

#headerimg 	{
	margin: 0;
	height: 124px;
	width: 860px;
	cursor: pointer;
	}

#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0 10px 0;
	text-align: center;
	}

/* ======================================== FLOAT COLUMNS ========= */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 0;
	margin: 0 0 0 20px;
	width: 551px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px auto 0 auto;
	width: 551px;
	}

.clearFloats {
	clear:both;
	height:1px;
	}

#sidebar {
	padding: 0 0 10px 0;
	margin-left: 620px;
	border-left:1px dotted #666666;
	padding-left:19px;
	width: 190px;
	}




/* ============================== HEADER NAV ITEMS ================ */


#headerNav {
	margin-top:0;
	text-align:right;
	padding-right: 16px;
}
#headerNav div.navItem {
	float:right;
	height:23px;
	width:80px;
	margin: 0px 4px;
	}
#headerNav a {
	display:block;
	height:23px;
	width:79px;
	/* border-left:1px solid #0d0d0d; */
}

#headerNav .navItemBack {
	text-align:center;
	display:block;
	padding:6px 0 0 0;
	height:17px;
	font-size:9px;
	color:#333333;
	/* background-color:#dcdcdc; */
	overflow:hidden;
	white-space:nowrap;
	}

#headerNav .navItemFrontContainer {
	position:relative;
	text-align:left;
	display:block;
	z-index:20;
	}

#headerNav .navItemFront {
	z-index:50;
	position:absolute;
	display:block;
	top:0;
	left:0;
	height:23px;
	background-position:left bottom;
	}

#headerNav div.home {
	width: 35px;
	}

#headerNav div.about {
	width: 79px;
	}

#headerNav div.contact {
	width: 46px;
	}

#headerNav div.impressum {
	width: 59px;
	}

#headerNav div.home .navBgImage {
	background-image:url('images/menu-home.gif');
	width: 35px;
	}

#headerNav div.about .navBgImage {
	background-image:url('images/menu-about.gif');
	width: 79px;
	}

#headerNav div.contact .navBgImage {
	background-image:url('images/menu-contact.gif');
	width: 46px;
	}

#headerNav div.impressum .navBgImage {
	background-image:url('images/menu-imprint.gif');
	width: 59px;
	}

#headerNav a:hover .navBgImage,
#headerNav a.navBgImage:hover {
	background-position:top left;
	}


#headerNav a:hover .navItemBack,
#headerNav a.navItemBack:hover,
#headerNav .active .navItemBack {
	font-weight:bold;
	color:#cccccc;
	background:#2b2b2b;
	}
	
/* ========================================== SIDEBAR WIDGETS ============= */

#sidebar ul,
#sidebar li {
	list-style:none;
	margin:0;
	padding:0;
	list-style: none url(images/bullet.gif);
	}

#sidebar li.widget{
	margin-right: 0;
	list-style-image: none;
}

#sidebar div.widgettitleDiv {
	margin:2px 0 6px 0;
	}

#sidebar div.widgettitle,
#sidebar h2.widgettitle {
	padding:2px 6px 3px;
	font-weight:normal;
	background:#e3e3e3;
	height:19px;
	margin-right:auto;
	width:auto;
	display:inline;
	font-size:12px;
	}

#sidebar .widget {
	margin-bottom:22px;
	display:block;
	}

#sidebar .textwidget {
	margin-top:10px;
	}

#sidebar .st-tag-cloud {
	margin-top:10px;
	}

#sidebar .widget_stags_cloud .widgettitle {
	display:none;
	}


/* ========================================== SIDEBAR: SEARCH ========= */

#sidebar #searchform {
	display:inline;
	margin-top:0px;
	}

#sidebar #searchform table,
#sidebar #searchform tr,
#sidebar #searchform td {
	margin:0;
	padding:0;
	border:0;
	border-collapse:collapse;
	}

#sidebar #searchform #s {
	display:inline;
	border:1px dotted #666666;
	background:#e3e3e3;
	padding:2px 1px 0px 1px;
	width:134px;
	margin:0;
	font-size: 11px;
	height: 15px;
	}

#sidebar #searchform #searchsubmit {
	color:#333333;
	display:inline;
	border:1px dotted #666666;
	background:white;
	padding:1px;
	margin:0 0 0 5px;
	font-size:11px;
	font-weight:bold;
	}


/* ======================================= SIDEBAR: CALENDAR ========= */

/* (mostly copied from default theme) */


#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
	}


/* ====================================== PAGE HEADLINE (ARCHIVE) ======== */

h2.pagetitle {
	margin-bottom:28px;
	font-size:20px;
	}


/* ========================================= PAGE FOOTER ================= */

#footer a:hover {
	color:#999999;
	}




/* ========================================== BLOG ARTICLE =============== */

div.post div.entry {
	margin-top:15px;
	padding:0;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}
	
.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

/* ============================== ARTICLE HEADER ======================= */

div.postTitleBlock {
	color:#666666;
	font-family:verdana;
	margin-bottom: 15px;
	clear: both;
	}

div.postTitleBlock table {
	table-layout:fixed;
	border-collapse:collapse;
	width:551px;
	}

div.postTitleBlock tr {
	
	}

div.postTitleBlock td {
	padding:0;
	vertical-align:top;
	}

div.postTitleBlock td.tdDate,
div.postTitleBlock td.tdAuthorPicture {
	width:47px;
	text-align:center;
	color:#333333;
	}

div.postTitleBlock td.tdAuthorPicture img {
	width:47px;
	height:57px;
	}

div.postTitleBlock td.tdDate div.tdDateDiv {
	height:57px;
	background:#e3e3e3;
	}

div.postTitleBlock td.tdDate div.month {
	padding-top:5px;
	font-weight:bold;
	font-size:11px;
	}

div.postTitleBlock td.tdDate div.day {
	line-height:18px;
	font-weight:bold;
	font-size:22px;
	}

div.postTitleBlock td.tdDate div.year {
	font-size:11px;
	padding-top:4px;
	}


div.postTitleBlock td.spacer {
	width:5px;
	}

div.postTitleBlock td.tdPostTitle {
	text-align:left;
	vertical-align:top;
	}


div.postTitleBlock td.tdDate div {
	text-align:center;
	}

div.postTitleBlock td.tdPostTitle div {
	padding:0 0 0 3px;
	}
	
div.postTitleBlock td.tdPostTitle div.postTitle {
	background:#e3e3e3;
	padding:0px 0 2px 3px;
	color:#333333;
	font-weight:bold;
	font-size:14px;
	}

div.postTitleBlock td.tdPostTitle div.postAuthor {
	padding:1px 0 2px 3px;
	}

div.postTitleBlock a {
	text-decoration:none;
	}

div.postTitleBlock div.postTitle a {
	color:#333333;
	}

div.postTitleBlock div.postTitle a:hover {
	color:#666666;
	}

div.postTitleBlock div.postAuthor {
	margin-top:2px;
	}

div.postTitleBlock div.postAuthor a {
	color:#666666;
	}

div.postTitleBlock div.postAuthor a:hover {
	color:#999999;
	}

div.postTitleBlock div.postSubtitle {
	margin-top:9px;
	font-weight:bold;
	}

/* ============================================ ARTICLE FOOTER ================= */

div.post div.belowPost {
	border:1px dotted #666666;
	text-align:center;
	padding:4px 0 6px 0;
	color:#666666;
	font-size:11px;
	}

div.post div.belowPost a:hover {
	color:#999999;
	}

div.post div.belowPost span.tags {
	}

div.post div.belowPost span.tags a {
	text-decoration:none; 
	}

div.post div.belowPost span.comments {
	
	}

div.post div.belowPost span.comments a {
	text-decoration:none;
	}

div.post div.belowPost span.moreArrow {
	color:#f9ba14;
	}


/* ==================================== ARTICLE ELEMENTS ======== */

div.entry p {
	margin:0 0 11px 0;
	padding:0px;
	line-height:17px;
	}

div.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

div.entry hr {
	display:block;
	}

/* ==================================== ARTICLE: IMAGES ======== */

/*	copied from default theme */

div.entry p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

div.entry img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

div.entry img.alignright {
	padding: 0;
	margin: 0 0 2px 7px;
	display: inline;
	}

div.entry img.alignleft {
	padding: 0;
	margin: 0 7px 2px 0;
	display: inline;
	}

div.entry .alignright {
	float: right;
	}

div.entry .alignleft {
	float: left
	}

/* ========================================= ARTICLE: LISTS ========= */

/*	copied from default theme */

div.entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none url(images/bullet.gif);
	padding-left: 10px;
	}

div.entry li {
	margin: 7px 0 8px 10px;
	}

div.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

div.entry ol li {
	margin: 0;
	padding: 0;
	}


/* =================================== ARTICLE NAVIGATION (SINGLE) ========= */

div.showSinglePost div.navigation {
	margin-bottom:20px;
	color:#f9ba14;
	}

div.showSinglePost div.navigation a {
	color:#666666;
	}

div.showSinglePost div.navigation a:hover {
	color:#999999;
	}


/* ==================================== ARTICLE FOOTER (SINGLE) =========== */

.showSinglePost .postmetadata {
	clear:both;
	/* padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border:1px dotted #666666; */
	}

.showSinglePost .socialBookmarking {
	clear:both;
	padding-top:5px;
	}

.showSinglePost .postmetadata a,
.showSinglePost .belowPost a {
	border: none;
	}

/* ========================================= ARTICLE COMMENTS ============= */

/* (mostly copied from default theme) */



.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist ol,
ol.commentlist {
	list-style:none;
	margin:0;
	padding:0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}

.commentlist li.alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
	
.children {
	padding: 0;
	}


.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentlist .commentmetadata {
	margin: 0;
	display: block;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite,
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}




/* ======================================= COMMENT FORM ========= */


#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}


#commentform p {
	margin: 5px 0;
	}