/*
Theme Name: rvelugau
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	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

*/

/* Begin Typography & Colors */
* {
	margin:0;
	padding:0;
}

body {
	background: #fff url(images/body.jpg) repeat-x top;
	color: #222;
	font-size: 13px;
	font-family: Tahoma, Sans-Serif;
	line-height:16px;
	margin-bottom:20px;
	text-align: center;
	}
#pagewrapper {
	background:transparent url(images/banner.jpg) no-repeat center top;
	padding-top:99px;
	}
	
#page {
	background-color: #fff;
	text-align: left;
	margin: 0 auto 16px;
	width: 1000px;
	border: 1px solid #959596;
	}

#header {
	background: #ae0e0e url(images/header.jpg) no-repeat top center;
	height:95px;
	}
#headerimg {
	position:relative;
}	
#headerimg a {
	display:block;
	height:95px;
	position:relative;
	width:960px;
	}
#headerimg #rssfeed {
	background:transparent url(images/rssfeed.jpg) no-repeat center 70px;
	height:0;
	overflow:hidden;
	position:absolute;
	padding-top:95px;
	right:0;
	top:0;
	width:30px;
}
#logo {
	left:-55px;
	position:absolute;
	top:-80px;
	}

#sidebar {
	width: 175px;
	float: left;
	}

#content {
	float: right;
	width: 770px;
	min-height: 500px;
	height: auto !important;
	padding:20px 20px 0 20px;
	height:500px;
	border-left: 5px solid #DDDDDD;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}
	
.entry h2,
h2.pagetitle {
	font-size:20px;
	line-height:26px;
	margin-bottom:10px;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
#sidebar li#pages h2 {
	display: none;
	}

input, textarea {
	color: #222;
	font-size: 13px;
	font-family: Tahoma, Sans-Serif;
	line-height:16px;
	}

.commentlist li ul li {
	font-size: 1em;
} 

.commentlist li {
	font-weight: bold;
}

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

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

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Tahoma, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #808080;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a:hover, h3 a:hover {
	color: #205B8C;
	text-decoration: none;
	}

a {
	color: #205B8C;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
#wrapper {
	border:5px solid #DDD;
	width:990px;
	}

#header {
	border:5px solid #ddd;
	border-bottom:none;
	height: 95px;
	width: 990px;
	}

.post {
	margin-bottom:20px;
	width:770px;
	}
	
.post h2 span{
	background-color:#DDD;
	border-left:5px solid #808080;
	color:#444;
	cursor:pointer;
	display:block;
	float:left;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:18px;
	line-height:30px;
	padding:0 10px;
	text-decoration: none;
	}
	
.post h2 a span:hover {
	border-left: 5px solid #205B8C;
	color:#000;
	}
	
.entry {
	border:5px solid #DDD;
	}
	
.entry_inner {
	padding:10px 10px 0;
	text-align:justify;
	}
	
.entry p,
.entry table {
	margin: 0 0 10px 0;
	}
	
.postmetadata {
	background-color: #EEE;
	color: #808080;
	font-size: 10px;
	line-height:0;
	padding:0 5px;
}

.postmetadata span {
	line-height:20px;
}

.postmetadata a {
	color: #444;
	text-decoration: none;
	}
	
.postmetadata a:hover {
	text-decoration: underline;
	}
	
.kategorie {
	float: left;
	}
	
.date, .edit, .coms {
	float: right;
	}

.more-link {
	background-color:#ddd;
	border-right:5px solid #808080;
	color:#444;
	float:right;
	height:20px;
	line-height:20px;
	margin-bottom:10px;
	padding:2px 10px;
	text-decoration:none;
	}
	
.more-link:hover {
	border-right: 5px solid #A90000;
	color: #000;
	text-decoration: none;
	}

hr {
	display: block;
	}

.clear {
	clear: both;
	font-size:0;
	height:0;
	line-height:0;
}

#footer {
	font-size:11px;
	margin:0 auto;
	width:960px;
	clear:both;
	}
	
#footer a {
	text-decoration: none;
	color: #000;
	}
	
#footer a:hover {
	text-decoration:underline;
	}
	
#copy {
	float: left;
	}
	
#backlink {
	float: left;
	color: #808080;
	}
	
#backlink a {
	color: #808080;
	}
	
#footermenu {
	float: left;
	padding-left: 90px;
	}
	
#toplink {
	float: right;
	}
	
#toplink a {
	background: transparent url(images/up.jpg) no-repeat left 3px;
	padding-left: 10px;
	}
	
.item_1 {
	float:left;
	width:375px;
	padding-right:20px;
	padding-bottom:20px;
	}
.item_2 {
	float:left;
	width:375px;
	padding-bottom:20px;
	}
	
.item_1 .postcontent,
.item_2 .postcontent {
	text-align:left;
	}
/* End Structure */

/*	Begin Headers */
#sidebar h2 {
	background: #ae0e0e url(images/sidebar_h.jpg) repeat-x top center;
	border-top: 5px solid #DDDDDD;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	line-height:30px;
	width: 175px;
	text-align: center;
	}
#sidebar .widget_pages h2 {
	border-top:none;
}
h3 {
	margin: 30px 0 0;
	}

h3.comments {
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
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) */

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

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

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

.alignright {
	float: right;
	margin-left:10px;
	}

.alignleft {
	float: left;
	margin-right:10px;
	}
/* End Images */



/* Begin Lists */

.entry ul,
.entry ol{ 
	margin-left:20px;
	}
	
.entry ul li {
	margin:2px 0;
	list-style: disc outside;
	}
	
.entry ol li {
	margin:2px 0;
	list-style: decimal outside;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
/* End Entry Lists */


/* Begin Sidebar */
#sidebar ul, #sidebar ul ol {

	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	font-size:0;
	line-height:0;
	}

#sidebar ul p {
	margin: 5px 0 8px;
	}
	
#sidebar ul select {
	width: 165px;
	margin: 5px;
	}

#sidebar ul ul, #sidebar ul ol {
	padding: 0 5px 5px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

.page_item {
	padding-top:5px;
	position:relative;
	}
	
.page_item a,
.current_page_parent .page_item a {
	border-left:5px solid #808080;
	background-color:#DDD;
	color:#444;
	display:block;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:18px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	padding-left:10px;
	text-decoration:none;
	}
	
.page_item a:hover, 
.page_item a:hover, 
.current_page_item a,
.current_page_parent a,
.current_page_parent .current_page_item a {
	border-left: 5px solid #205B8C;
	color: #000;
	text-decoration: none;
	}

.page_item ul {
	display:none;
	background-color:#EEE;
	left:165px;
	margin:0;
	padding-right:5px;
	position:absolute;
	top:0px;
	white-space:nowrap;
	width:165px;
	z-index:99;
	}

.page_item .page_item {
	display:none;
	}

.page_item:hover ul,	
.page_item:hover .page_item {
	display:block;
	}
/* End Sidebar */

/* Begin Form Elements */
#searchform {
	margin: 5px;
	}

#searchform #s {
	float:left;
	width:135px;
	padding:1px;
	}

#searchsubmit {
	background:transparent url(images/search.jpg) no-repeat;
	border: none;
	cursor: pointer;
	float:right;
	width: 20px;
	height: 20px;
	vertical-align: top;
	}

select {
	width: 130px;
	}

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

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

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

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

#commentform #submit {
	float: right;
	margin: 0 0 5px auto;
	padding:2px 10px;
	width:auto;
	}

.wpcf7 {
	margin-top:40px !important;
	}
	
.wpcf7 label {
	display:block;
	float:left;
	width:77px;
	}
	
.wpcf7 textarea {
	width:340px;
	}

div.wpcf7-response-output {
	display:none;
	}
/* End Form Elements */



/* Begin Links */
#links {
	padding:0;
	margin:0;
	}
	
.entry ul li.linkcat {
	float:left;
	list-style:none;
	padding:20px 0 0 20px;
	width:220px;
	}
	
.linkcat h2 {
	font-size:14px;
	margin-bottom:5px;
	}
	
.blogroll li {
	text-align:left;
	}
/* End Links */



/* Begin Comments*/
#respond {
	margin:20px 0;
	}

#respond h3 {
	margin:0;
	}
	
.alt {
	background-color:#f5f5f5;
	}

.commentlist {
	text-align: justify;
	}

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

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	}

.commentmetadata {
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#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; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	background-color:#f5f5f5;
	border-left: 5px solid #ddd;
	color:#222;
	margin: 15px 30px 15px 10px;
	padding:10px 10px 10px 20px;
	}
	
.entry blockquote p {
	margin:0;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin:10px 0 20px;
	}
	
.alignleft a,
.alignright a {
	background-color: #ddd;
	color: #444;
	line-height:20px;
	padding:2px 10px;
	text-decoration:none;
	}
.alignleft a {
	border-left:5px solid #808080;
	}
.alignright a {
	border-right:5px solid #808080;
	}
.alignleft a:hover,
.alignright a:hover {
	border-color:#205B8C;
	color:#000;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin-bottom:10px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin-bottom:10px;
}

.wp-caption a {
	background:none;
	border:none;
	padding:0;
}

.wp-caption img {
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 2px 5px;
	margin:0;
}
/* End captions */

/* wp-table-reloaded */
table.wp-table-reloaded td em {
	color:#205b8c;
	font-style:normal;
	font-weight:bold;
}
table.wp-table-reloaded {
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
}
table.wp-table-reloaded thead tr th, table.wp-table-reloaded tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	padding: 4px;
}
table.wp-table-reloaded thead tr .header {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.wp-table-reloaded tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.wp-table-reloaded tbody tr.odd td {
	background-color:#F0F0F6;
}
table.wp-table-reloaded thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}
table.wp-table-reloaded thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}
table.wp-table-reloaded thead tr .headerSortDown, table.wp-table-reloaded thead tr .headerSortUp {
	background-color: #8dbdd8;
}