/*
Theme Name: Blaha
Theme URI: http://wordpress.org/
Description: Blaha Theme basierend auf dem Standard WordPress Theme <a href="http://wordpress-deutschland.org/">WordPress-Deutschland.org</a>.
Version: 1.0
Author: Reichl und Partner eMarketing
Author URI: mailto:emarketing@reichlundpartner.at
Tags: 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 */
body {
	font-size: 11px; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Sans-Serif;
	background: #EFF0F1 url(images/background.gif) repeat-x;
	color: #6F6F75;
	text-align: center;
}

#page {
	text-align: left;
	position: relative;
}

#header {
	background: white url(images/logo.gif) no-repeat 24px 16px;
}

#headerdescr 	{
	margin: 0;
	padding: 25px 25px 0;
	text-align: right;
}

#content {
	font-size: 11ps;
	line-height: 18px;
}

.widecolumn .entry p {
}

.narrowcolumn .entry, .widecolumn .entry {
}

.widecolumn {
}

.narrowcolumn .postmetadata {
	font-size: 11px;
}

.navigation {
	font-size: 11px;
}

.alt {
}

#footer {
	color: white;
	background: #eee url(images/footer.gif) no-repeat top;
	border: none;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

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

h1 {
	font-size: 4em;
	text-align: center;
}

#header .description {
	font-size: 14px;
}

h2 {
	font-size: 20px;
	line-height: normal;
}

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

#content h2 {
	text-transform: uppercase;
}

#sidebar h2 {
	font-family: Arial, Sans-Serif;
	font-size: 18px;
	margin: 30px 0 15px;
	text-transform: uppercase;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #ACACB2;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, a.headline, a.headline:link, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}
h2 a:hover, h3 a:hover, a.headline:hover {
	color: #6F6F75;
}
#content a.headline, #contant a.headline:link, #contant a.headline:visited {
	text-decoration: none;
}

.entry p a:visited {
}

.commentlist li, #commentform input, #commentform textarea {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.commentlist li {
	font-weight: bold;
}

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

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

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

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

.commentmetadata {
	font-weight: normal;
}

#sidebar {
}

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

#sidebar h2 {
	color: #6F6F75;
}

#sidebar ul ul li, #sidebar ul ol li {
	background: transparent url(images/arrow.gif) no-repeat scroll 0px 3px;
	padding-left: 20px;
}

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

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

a, a:hover, a:active {
	color: #474747;
	text-decoration: none;
}

a:hover {
	color: #ED1C24;
	text-decoration: underline;
}

#content a {
	text-decoration: underline;
}

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

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

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

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



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
}

#page {
	margin: 0 auto 20px;
	padding: 0;
	width: 910px;
}

#header {
	margin: 0 5px 8px;
	padding: 0;
	height: 89px;
	width: 898px;
	border-width: 1px;
	border-style: none solid solid;
	border-color: #DBDCDE;
	color: #AEAEB2;
}

#header h1 {
	text-align: right;
	font-size: 25px;
	line-height: 28px;
}

#header a:link,
#header a:visited {
	color: #AEAEB2;
}
#header a:hover {
	color: #6F6F75;
}

#headerdescr {
}

#headerdescr img {
	margin: -3px 5px;
}

#wrapper {
	margin-bottom: 10px;
	background: white;
	background: white url(images/bg_canvas.gif) no-repeat;
}
div.wrapper-clear {
	clear: both;
	background: url(images/border_bottom.gif) no-repeat;
	witdh: 910px;
	height: 5px;
	font-size: 0px;
}

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

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}

div.post {
	padding-left: 10px;
	overflow: hidden;
}

#comments {
	margin-top: 30px;
	padding-left: 10px;
}

#respond {
	margin-top: 30px;
	padding-left: 10px;
}

.post {
	background: url(images/bg_post.gif) repeat-x top left;
	margin-top: 20px;
	width: 100%; /*** MSIE ***/
}

.post hr {
	display: block;
}

.post table {
	width: 625px; /*** MSIE 7 ***/
	background: white; /*** MSIE 7 ***/
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding: 5px 0px;
}

.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: left;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 902px;
	height: 37px;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 13px 0;
	text-align: center;
}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
}

h2 {
	margin: 25px 0 10px;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: left;
}

#sidebar h2 {
}

h3 {
}

#comments h3 {
	padding-top: 10px;
	margin: 0;
	border-top: 1px solid #DBDCDE;
}

div#menu1 {
	margin: 0 5px;
}
#menu1{
	height: 36px;
	padding-bottom: 8px;
	overflow: hidden;
	background: url(images/bg_navigation.gif) repeat-x;
}
#menu1 ul{
	margin: 0 8px;
	padding: 0;
}
#menu1 ul li{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
#menu1 ul li a{
	padding: 10px 20px;
	display: block;
	text-decoration: none;
	font-size: 13px;
}
#menu1 ul li a:link, #menu1 ul li a:visited{
	color: white;
	border-right: 1px solid #E9A2A5;
}
#menu1 ul li a:hover, #menu1 ul li a:active{
	border-right: 1px solid #E9A2A5;
	text-decoration: none;
}
#menu1 ul li.current_page_item a:link, #menu1 ul li.current_page_item a:visited{
	border-right: 1px solid #E9A2A5;
}
/* 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;
}

.alignleft {
	float: left
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	list-style: none;
	text-indent: -10px;
	list-style-type: none;
	padding: 0;
}

html>body .entry li {
	background: transparent url(images/dot.gif) no-repeat scroll 0 7px;
	margin: 0;
	padding: 0 0 0 20px;
}

.entry ul li:before, #sidebar ul ul li:before {
	c___content: "\00BB \0020";
}

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

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

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	padding: 0 20px;
}

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

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

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 1px;
}

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

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

#sidebar a {
	padding-left: 14px;
}

#tag_cloud a {
	padding: 0px;
}
/* End Entry Lists */



/* Begin Form Elements */

h3#respond {
}


#search h2 {
	margin-top: 0px;
}

#searchform {
	height: 19px;
	width: 175px;
	position: relative;
}

div.searchform {
	background: #C8C8C8 url(images/bg_search.gif) no-repeat;
	position: relative;
	x_padding: 1px 2px;
	margin: 0px;
	height: 19px;
	width: 175px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

form#searchform {
	background: url(images/bg_search.gif) no-repeat left;
}

#searchform input#s {
	border: none;
	x__height: 15px;
	position: relative;
	width: 152px;
	color: #757F8A;
	font-size: 11px;
	margin: 2px 2px 0;
	padding-bottom: 0;
	border: none;
	border-color: transparent;
}

#searchform input.search-button {
	background: transparent none repeat scroll 0 0;
	border: none;
	cursor: pointer;
	height: 18px;
	width: 20px;
	position: absolute;
	right: 0;
	top: 1px;
	margin: 0:
}

/*
#searchform{
	position: absolute;
	right: 80px;
	top: 95px;
}
#searchform label{
	position: absolute;
	left: -9000px;
}

#searchform input{
	width: 100px;
}
*/
#searchform button{
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
}
/*******/

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

select {
	width: 130px;
}

#commentform {
	padding-left: 10px;
}

#commentform input {
	width: 235px;
	padding: 2px;
	margin: 1px 5px 5px 0;
	x__border: 1px solid #DBDCDE;
	border: 1px solid #D0D0D0;
	color: #757F8A;
}

#commentform textarea {
	width: 589px;
	padding: 2px;
	border: 1px solid #D0D0D0;
	color: #757F8A;
}

#commentform #submit {
	margin: 0;
	float: left;
	background: #ED1B24 url(images/arrow.gif) no-repeat 7px 6px;
	color: white;
	width: auto;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 8px 3px 15px;
	border: none;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist ul {
}

ul.commentlist {
	margin: 0px;
	padding-left: 30px;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 0px;
	list-style-image: url(images/dot.gif);
}

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


div.commentcontent {
	background: #EFF0F2 url(images/bg_comment.gif) no-repeat;
	padding: 15px 10px 1px 20px;
	margin-top: 5px;
}

#commentform {
	padding-left: 30px;
}

#commentform p {
	margin: 5px 0;
}

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

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



/* Begin Sidebar */
#sidebar {
	padding: 20px 0 10px;
	width: 225px;
	float: right;
}

#sidebar form {
	margin: 0;
}

li.widget_search,
li.widget_tag_cloud,
li.widget_categories,
li.widget_archive {
	border-left: 1px solid #D0D0D0;
	padding-left: 20px;
}
/* End Sidebar */



/* 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: transparent url(images/quote.gif) no-repeat 0 10px;
	margin: 15px 10px 0 0;
	padding: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
blockquote cite {
	margin: 12px 0 10px 30px;
	display: block;
	font-style: italic;
	font-size: 13px;
}
blockquote p {
	margin: 0; /* MSIE */
}

/*
blockquote {
	background: url(images/quote.png) no-repeat;
	margin-left: 1.5em;
	padding: 1px 0 0 40px;
	border-top: 3px double #ddd;
	border-bottom: 3px double #ddd;
}
cite {
	font-size: 100%;
	font-style: normal;
}
*/

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	padding-left: 10px;
}

div.head {
	padding: 0 10px;
}
div.entry {
	clear: left;
}
.post h2 {
	margin-bottom: 5px;
}
h2.page {
	margin-bottom: 15px;
}

#footer a {
	color: white;
}


div.date {
	width: 40px;
	padding: 5px 20px 5px 5px;
	margin-top: 25px;
	float: left;
	background: transparent url(images/date.png) no-repeat;
	text-align: center;
	line-height: normal;
}
div.header {
	float: left;
	max-width: 550px;
	line-height: 14px;
}

div.c___date p {
	width: 40px;
	margin: 0px;
	text-align: center;
	overflow: hidden;
	height: 51px;
}
div.date span.month {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	color: white;
}
div.date span.day {
	display: block;
	font-size: 22px;
	color: #70707F;
	font-weight: bold;
	line-height: 18px;
}
div.date span.year {
	margin-top: -3px;
	padding: 0;
	color: #70707F;
	font-size: 9px;
	font-family: Tahoma, Arial, sans-serif;
}


#main {
	position: absolute;
	top: 98px;
	right: 8px;
}
#main a, #mainpage a:link, #mainpage a:visited {
	padding: 8px 22px;
	display: block;
	text-decoration: none;
	font-size: 13px;
	background: url(images/bg_active.gif) repeat-x;
	color: #FFFFFF;
}
#main a, #mainpage a:link, #mainpage a:visited {
	text-decoration: none;
}
/* End Various Tags & Classes*/


