/*
Theme Name: bluhouse. Theme
Theme URI: http://www.bluhouse.de/
Description: Spezial-Theme fuer die bluhouse. GmbH
Version: 0.1
Author: Emanuel Kluge
Author URI: http://www.emanuel-kluge.de/
Tags: blue, house

	bluhouse. Theme v0.1
	 http://www.bluhouse.de/

	This theme was designed and built by Emanuel Kluge,
	whose site you will find at http://www.emanuel-kluge.de/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Eric 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;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

a:link {
	color: #006992;
	text-decoration: none;
}

a:visited {
	color: #006992;
	text-decoration: none;
}

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

a:active {
	color: #666;
	text-decoration: none;
}

/* ALLGEMEIN
____________________________________________________________
*/

body {
	height: 100%;
	margin-bottom: 1px;
	font: normal 11px Verdana, Arial;
	color: #666;
	font-weight: normal;
	line-height: 14px;
	text-align: center;
	background-color: #FFF;
}

/* HEADER
____________________________________________________________
*/

#header {
	width: 100%;
	margin: 20px 0;
	height: 75px;
	background: #FFF url('images/bh_main.jpg') 50% 0 no-repeat;
}

#header_content {
	position: relative;
	width: 542px;
	height: 26px;
	padding: 34px 3px 15px 105px;
	margin: 0 auto;
}

h1 {
	position: absolute;
	width: 170px;
	height: 75px;
	top: -2px;
	left: -87px;
	background: url('images/bh_main.jpg') -201px -76px no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
}

#navigation {
	width: 542px;
	height: 26px;
	clear: left;
}

#navigation li {
	position: relative;
	width: 90px;
	height: 26px;
	float: left;
}

.referenzen,
.referenzen a {
	width: 88px !important;
}

.jobs,
.jobs a {
	width: 92px !important;
}

.nav_active {
	background: url('images/bh_navigation.gif') -627px -129px no-repeat !important;
}

#navigation li a {
	display: block;
	width: 90px;
	height: 26px;
	text-indent: -9999px;
	overflow: hidden;
}

/* Hintergrund-Bild für "Home" */

.home a:link,
.home a:visited {
	background: url('images/bh_navigation.gif') 0 0 no-repeat;
}

.home a:hover {
	background: url('images/bh_navigation.gif') 0 -27px no-repeat;
}

/* Hintergrund-Bild für "Agentur" */

.agentur a:link,
.agentur a:visited {
	background: url('images/bh_navigation.gif') -106px 0 no-repeat;
}

.agentur a:hover {
	background: url('images/bh_navigation.gif') -106px -27px no-repeat;
}

/* Hintergrund-Bild für "Blog" */

.blog a:link,
.blog a:visited {
	background: url('images/bh_navigation.gif') -530px 0 no-repeat;
}

.blog a:hover {
	background: url('images/bh_navigation.gif') -530px -27px no-repeat;
}

/* Hintergrund-Bild für "Referenzen" */

.referenzen a:link,
.referenzen a:visited {
	background: url('images/bh_navigation.gif') -212px 0 no-repeat;
}

.referenzen a:hover {
	background: url('images/bh_navigation.gif') -212px -27px no-repeat;
}

/* Hintergrund-Bild für "Jobs" */

.jobs a:link,
.jobs a:visited {
	background: url('images/bh_navigation.gif') -318px 0 no-repeat;
}

.jobs a:hover {
	background: url('images/bh_navigation.gif') -318px -27px no-repeat;
}

/* Hintergrund-Bild für "Kontakt" */

.kontakt a:link,
.kontakt a:visited {
	background: url('images/bh_navigation.gif') -424px 0 no-repeat;
}

.kontakt a:hover {
	background: url('images/bh_navigation.gif') -424px -27px no-repeat;
}

.subnavigation {
	position: absolute;
	display: none;
	width: 134px !important;
	left: 13px;
	border: 1px solid #FFF;
	background: #666 url('images/bh_subnav_bg.jpg') 0 0 repeat-y;
	z-index: 1000;
}

.leistungen,
.kompetenzen,
.house_intern {
	position: relatve;
	width: 134px;
	height: 20px !important;
	z-index: 1000;
}

.subnavigation li a {
	display: block;
	width: 134px;
	height: 20px;
}

.subnavigation li {
	text-indent: -9999px;
	overflow: hidden;
}

.subnav_divider {
	width: 118px !important;
	height: 1px !important;
	margin: 0 8px;
	background: url('images/bh_navigation.gif') -405px -54px no-repeat;
}

/**********************************/
/* 																*/
/* SUB-MENU "AGENTUR"							*/
/*																*/
/**********************************/

/* Hintergrund-Bild für "Leistungen" */

.leistungen a:link,
.leistungen a:visited {
	background: url('images/bh_navigation.gif') 0 -54px no-repeat;
}

.leistungen a:hover {
	background: url('images/bh_navigation.gif') 0 -75px no-repeat;
}

/* Hintergrund-Bild für "Kompetenzen" */

.kompetenzen a:link,
.kompetenzen a:visited {
	background: url('images/bh_navigation.gif') -135px -54px no-repeat;
}

.kompetenzen a:hover {
	background: url('images/bh_navigation.gif') -135px -75px no-repeat;
}

/* Hintergrund-Bild für "house-intern" */

.house_intern a:link,
.house_intern a:visited {
	background: url('images/bh_navigation.gif') -270px -54px no-repeat;
}

.house_intern a:hover {
	background: url('images/bh_navigation.gif') -270px -75px no-repeat;
}


/* WRAP
____________________________________________________________
*/

#wrap {
	width: 645px;
	margin: 0 auto;
	clear: left;
	text-align: left;
}

/* CONTENT
____________________________________________________________
*/

.breadcrumb {
	margin-bottom: 20px
}

#content {
	width: 445px;
	margin-right: 20px;
	float: left;
}

.post {
	margin-bottom: 20px;
}

.post h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #006992;
}

.post small {
	display: block;
	font-size: 10px;
	line-height: 10px;
	color: #999;
	margin-bottom: 20px;
}

.entry br {
	clear: both;
}

.entry p {
	margin-bottom: 10px;
}

.entry a:link {
	text-decoration: underline;
}

.entry a:visited {
	text-decoration: underline;
}

.entry a:hover {
	text-decoration: none;
}

.entry a:active {
	text-decoration: underline;
}

h5 {
	padding: 0 0 5px 13px;
	margin: 0 0 10px 0;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dotted #CCC;
	background: url('images/bh_main.jpg') -2394px -290px no-repeat;
}

.entry img {
	padding: 1px;
	margin-bottom: 10px;
	background-color: #999;
	border: 5px solid #DDD;
	max-width: 433px;
}

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

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

img.aligncenter {
	display: block;
	margin: 0 auto 10px auto;
	text-align: center;
}


.entry ul {
	padding-left: 16px;
	margin-bottom: 10px;
	list-style-type: square;
}

.entry ol {
	padding-left: 20px;
	margin-bottom: 10px;
	list-style-type: decimal;
}

.entry ul li, .post ol li {
	margin-bottom: 3px;
}

strong {
	font-weight: bold;
}

.entry em {
	font-style: italic;
}

.entry blockquote {
	min-height: 16px;
	padding-left: 26px;
	background: url('images/bh_quotes.jpg') 0 4px no-repeat;
	font-style: italic;
}

.sociable {
	clear: both;
	margin-bottom: 0 !important;
}

.sociable img {
	background-color: transparent !important;
}

.postmetadata {
	padding: 2px 0 3px 0;
	margin-top: 10px;
	clear: both;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

.wp-smiley {
	padding: 0 2px;
	margin: 0 !important;
}

/* PAGEBAR
____________________________________________________________
*/

.pagebar {
	width: 445px;
	margin: -10px 0 20px 0;
	clear: left;
	overflow: hidden;
}

.pagebar a, .pagebar span {
	display: block;
	float: left;
}

.pagebar a {
	padding: 1px 4px 2px 4px;
	margin-right: 3px;
	border: 1px solid #666;
	font-weight: bold;
}

.pagebar a:hover, .this-page {
	padding: 0px 3px 1px 3px;
	margin-right: 3px;
	border: 2px solid #006992;
	font-weight: bold;
}

/* COMMENTS
____________________________________________________________
*/

h4 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #006992;
}

.commentlist {
	padding: 0 1px 1px 1px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
}

.commentlist li {
	position: relative;
	width: 369px;
	min-height: 42px;
	padding: 10px 10px 10px 62px;
	background-color: #EEE;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
}

.comment_even {
	background-color: #E3E3E3 !important;
}

.commentlist img.avatar {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 10px;
	left: 10px;
	padding: 1px;
	border: 1px solid #999;
}

.commentlist li h6 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

.commentlist li p {
	margin-bottom: 5px;
	color: #333;
}

.commentlist li small {
	font-size: 10px;
	color: #666;
}

.comment_message {
	width: 433px;
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid #F99;
	background: #FCC url('images/bh_comments.jpg') -81px -24px no-repeat;
	color: #900; 
}

#commentform div {
	width: 445px;
	height: 24px;
	margin-bottom: 10px;
	clear: left;
	overflow: hidden;
}

#commentform div input {
	display: block;
	width: 169px;
	height: 18px;
	padding: 2px;
	float: left;
	margin-right: 10px;
	border: 1px solid #999;
	background: url('images/bh_comments.jpg') 0 0 no-repeat;
	line-height: 18px;
	color: #006992;
}

#commentform div input:focus, #comment:focus {
	border-color: #006992;
}

#commentform div label {
	display: block;
	width: 260px;
	height: 24px;
	line-height: 24px;
	float: left;
}

#comment {
	width: 356px;
	height: 159px;
	padding: 2px;
	margin-bottom: 10px;
	display: block;
	border: 1px solid #999;
	background: url('images/bh_comments.jpg') -81px -120px no-repeat;
	color: #006992;
}

#submit {
	width: 80px;
	height: 22px;
	margin-bottom: 10px;
	background: url('images/bh_comments.jpg') 0 -24px no-repeat;
	border: none;
}

#submit:hover {
	background: url('images/bh_comments.jpg') 0 -47px no-repeat;
}

/* SIDEBAR
____________________________________________________________
*/

#sidebar {
	width: 180px;
	margin-bottom: 20px;
	float: left;
}

#search {
	width: 180px;
	height: 24px;
	margin-bottom: 20px;
	clear: left;
}

#s {
	height: 18px;
	width: 151px;
	padding: 3px 2px 3px 3px;
	float: left;
	border: none;
	background: #FFF url('images/bh_main.jpg') -372px -76px no-repeat;
	line-height: 14px;
	line-height: 18px;
	color: #666;
}

#searchsubmit {
	width: 24px;
	height: 24px;
	float: left;
}

.bloginfo {
	padding: 5px;
	margin-bottom: 20px;
	background-color: #EEE;
}

.bloginfo p {
	margin-bottom: 5px;
	color: #006992;
}

#sidebar h3 {
	padding: 0 0 5px 10px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	background: url('images/bh_main.jpg') -2394px -290px no-repeat;
	border-bottom: 5px solid #EEE;
}

#sidebar ul {
	margin-bottom: 20px;
}

#sidebar ul li {
	padding: 2px 5px 3px 5px;
	border-bottom: 1px solid #EEE;
}

.login,
.logout {
	width: 40px;
	height: 15px;
	text-indent: -9999px;
	overflow: hidden;
	border: 1px solid #666;
}

.login a,
.logout a {
	display: block;
	width: 40px;
	height: 15px;
}

.login a:link,
.login a:visited {
	background: url('images/bh_main.jpg') -242px -152px no-repeat;
}

.login a:hover {
	background: url('images/bh_main.jpg') -242px -168px no-repeat;
}
.login a:active {
	background: url('images/bh_main.jpg') -242px -184px no-repeat;
}

.logout a:link,
.logout a:visited {
	background: url('images/bh_main.jpg') -201px -152px no-repeat;
}

.logout a:hover {
	background: url('images/bh_main.jpg') -201px -168px no-repeat;
}
.logout a:active {
	background: url('images/bh_main.jpg') -201px -184px no-repeat;
}

/* FOOTER
____________________________________________________________
*/

#footer {
	width: 645px;
	clear: left;
}

#footer p {
	padding: 10px 0;
	border-top: 5px solid #EEE;
	text-align: center;
	color: #999;
}

#footer ul, #footer li {
	display: inline !important;
}


