/*  
Theme Name: House 2 Electro
Theme URI: http://www.house2electro.de
Description: Theme f&uuml;r das Blog House 2 Electro
Version: 1
Author: Philipp Elzner
Author URI: http://www.house2electro.de
*/

/* Globale Elemente
--------------------------------------------------------------------------------------------------------- */

html, body {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			border: 0;
			color: #565656;
			}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote, input {
			margin: 0;
			padding: 0;
			}

p {
			line-height: 22px;
			padding: 10px 0;
			}

h1, h2, h3, h4, h5 {
			font-family: Georgia, "Times New Roman", Times, serif;
			}

ul, ol {
			list-style: none;
			}

small {
			font-size: 11px;
			}

code {
			background: #FFFFC1;
			}

a {
			color: #de0049;
			text-decoration: none;
			}

a:hover {
			text-decoration: underline;
			}

a img {
			border: none;
			}

blockquote p {
			padding: 10px 0;
			}

.audioplayer_container {
			padding: 0;
			}

.alignleft {
    float: left;
    }
   
.alignright {
    float: right;
    }
	
.hidden {
			display: none;
			}
	
.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: 16px 10px 10px 0;
			-moz-border-radius: 3px;
			-khtml-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			overflow: hidden;
			}

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

.wp-caption p.wp-caption-text {
			font-size: 11px;
			line-height: 17px;
			padding: 0 4px 5px;
			margin: 0;
			}

hr {
			color: #de0049;
			margin: 10px 0 10px 0;
			}
			
.sociable {
			clear: both;
			}
			
/* Header
--------------------------------------------------------------------------------------------------------- */

div#headwrap { 
			background: url(images/header_bg.gif) repeat-x center top;
			background-color: #000;
			width: 100%; 
			float: left;
			}


div#headwrap .header { 
			background: url(images/header.jpg) no-repeat top center; 
			width: 960px; 
			margin: 0 auto; 
			position: relative; 
			min-height: 353px;
			}
			
div#headwrap .header h1 { 
			display: none;
			}
			
div#headwrap .header .description {
			display: none;
			}
			
a#rsslink { 
			position:absolute; 
			left:822px; 
			top:229px; 
			display:block; 
			width:130px; 
			height:95px;
			}

#rssabo {
			position:absolute; 
			left:822px; 
			top: 192px; 
			display:block; 
			width:140px; 
			height:15px;
			text-decoration: none;
			}

#rssabo span {
			font-size: 11px;
			font-weight: bold;
			color: #ffffff;
			}
			
#rsshinweis {
			position:absolute; 
			left:822px; 
			top: 211px; 
			display:block; 
			width:140px; 
			height:15px;
			text-decoration: none;
			}
			
#rsshinweis span {
			font-size: 11px;
			color: #ffffff;
			}
			
a#h2elink { 
			position:absolute; 
			left:16px; 
			top:103px; 
			display:block; 
			width:303px; 
			height:155px; 
			}


/* Navigation
--------------------------------------------------------------------------------------------------------- */

ul#navigation {
			position: absolute;
			list-style:none; 
			top: 317px;
			left: 25px;
			text-transform: uppercase;
			font-size: 12px;
			font-weight: bold;
			}
			
ul#navigation li { 
			float:left; 
			text-align:center; 
			width: 104px;
			height: 34px;
			line-height: 37px;
			padding: 0 3px 0 0;
			}
			
ul#navigation li a {
			display:block;
			height:34px;
			width: 104px;
			color: #FFF;
			}
			
ul#navigation li a:focus {
			outline: none;
			}
			
ul#navigation #current a {
			background: url(images/navi_active.png) no-repeat;
			color: #de0049;
			}
			
ul#navigation .current_page_item a {
			background: url(images/navi_active.png) no-repeat;
			color: #de0049;
			}

/* Suche
--------------------------------------------------------------------------------------------------------- */

div#suche {
			position: absolute;
			top: 324px;
			right: 41px;
			}


div#suche .suchfeld {
			background: url(images/suchfeld.gif) no-repeat top left;
			border: 1px solid #fff;
			position: absolute;
			width: 173px;
			height: 18px;
			right: 56px;
			top: 3px;
			padding: 1px 0 0 0;
			} 

div#suche .suchfeld:focus {
			border: 1px solid #bfbfbf;
			} 

div#suche .suchbutton {
			position: absolute;
			width: 56px;
			height: 19px;
			top: 4px;
			left: -50px;
			} 
			

/* Container
--------------------------------------------------------------------------------------------------------- */

div#container {
			width: 100%; 
			float: left;
			background: #000000;
			position: relative;
			}

div#container .content {
			width: 960px;
			height: auto;
			margin: 0 auto;
			background: url(images/content_bg1.jpg);
			position: relative;
			z-index: 1;
			}
			
#ad_right {
			position: absolute;
			z-index: 1;
			right: -260px;
			top: -33px;
}

#ad_right a {
			outline: none;
}



/* Hauptinhalt
--------------------------------------------------------------------------------------------------------- */

div#main-content { 
			width: 593px; 
			float: left; 
			}
div#main-content h2 {
			font-size: 24px;
			line-height: 35px;
			}

div#main-content h3 {
			font-size: 18px;
			}

div#main-content h4 {
			font-size: 12px;
			padding: 23px 0 5px 0;
			}
			
#main-content h2, #main-content h3 {
			font-weight: bold;
			}
			
.pagetitle {
			border-bottom: 3px solid #565656;
			padding: 0 0 5px 0;
			margin: 0 0 10px 0; 
			}
			
.archivtitle {
			margin: 20px 15px 0 20px;
			}
			
.beitragsnavigation {
			clear: both;
			overflow: hidden;
			margin: 20px 15px 20px 20px;
			}

/* Seite
--------------------------------------------------------------------------------------------------------- */

.page-content {
			margin: 20px 15px 40px 20px;
			}
			
.page-content h3 {
			padding: 10px 0 10px 0;
	}
	
.image_bg {
			background: #EEEEEE;
			border: 0;
			display: block;
			height: 200px;
			padding: 8px 0;
			text-align: center;
	}

/* Seite: Kontakt
--------------------------------------------------------------------------------------------------------- */
					
.wpcf7 input[type="text"] {
			border: 2px solid #bfbfbf;
			height: 20px;
			padding: 4px 5px 0 5px;
			margin: 5px 0 0 0;
			background: #eeeeee;
			}

.wpcf7 input[type="text"]:focus {
			border: 2px solid #de0049;
			background: #ffffff;
			}

.wpcf7 textarea {
			border: 2px solid #bfbfbf;
			padding: 4px 5px 0 5px;
			margin: 5px 0 0 0;
			background: #eeeeee;
			}
			
.wpcf7 textarea:focus {
			border: 2px solid #de0049;
			background: #ffffff;
			}
			
.wpcf7 input[type="submit"] {
			background: #de0049;
			border: none;
			font-size: 14px;
			color: #ffffff;
			cursor: pointer;
			padding: 10px;
			font-weight: bold;
			}
			
/* Archiv
--------------------------------------------------------------------------------------------------------- */

.archiv h3 {
			margin: 15px 0 5px 0;
			}
			
.archiv ul {
			line-height: 22px;
			}
			
.archiv #archiv-tagcloud a {
			text-decoration: underline;
			}
			
/* Blogbeiträge
--------------------------------------------------------------------------------------------------------- */

.blogeintrag {
			position: relative; 
			clear: left;
			margin: 20px 15px 40px 20px;
			}

.blogeintrag .head {
			padding-bottom: 10px; 
			border-bottom: 2px dashed #bfbfbf;
			}
			
.blogeintrag .head h2 {
			padding: 0 50px 5px 0; 
			color: #de0049;
			}

.blogeintrag .datum {
			background: #dddddd; 
			font-size: 11px;
			padding: 2px 5px;
			}
			
.blogeintrag .autorhead {
			background: url(images/autor1.gif) no-repeat; 
			padding-left: 15px; 
			}
			
.blogeintrag .autor {
			background: url(images/autor1.gif) no-repeat; 
			padding-left: 20px; 
			}
			
.blogeintrag .kategorie a:hover {
			text-decoration: underline;
			}

.blogeintrag .tags {
			background: url(images/tags1.gif) no-repeat; 
			padding-left: 20px; 
			}
			
.blogeintrag .kommentar-schreiben {
			background: url(images/comments_bubble.gif) no-repeat;
			float: right;
			height: 46px;
			width: 44px;
			position: absolute;
			text-align: center;
			top: 5px;
			right: 0;
			font-size: 18px;
			font-weight: bold;
			text-decoration: none;
			line-height: 36px;
			}

.blogeintrag .text blockquote { 
			font-style: italic;
			margin: 0 20px 0 20px;
			color: #777777;
			font-family: Georgia, "Times New Roman", Times, serif;
			}

.blogeintrag .text ul { 
			list-style: disc;
			line-height: 22px;
			margin-left: 20px;
			margin-bottom: 10px;
			}
			
.blogeintrag .text ol { 
			list-style: decimal;
			line-height: 22px;
			margin-left: 20px;
			}

.blogeintrag .text .more-link {
			display: block;
			font-size: 18px;
			font-weight: bold;
			background: #DE0049;
			color: #ffffff;
			padding: 5px;
			letter-spacing: 3px;
			text-decoration: none;
			}
			
.blogeintrag .text .more-link:hover {
			background: #000000;
			color: #DE0049;
			}
			
.blogeintrag .text em { 
			color: #de0049;
			text-transform: uppercase;
			}

.blogeintrag .text strong { 
			color: #000000;
			}
			
.blogeintrag .metadaten { 
			padding: 5px 10px;
			background: #eeeeee;
			border-bottom: 1px solid #bbbbbb;
			border-top: 1px solid #bbbbbb;
			margin-bottom: 15px;
			}
			
.blogeintrag h3 {
			padding: 10px 0 10px 0; 
			}
			
.youtube_player_only {
	height: 31px; 
	overflow: hidden; 
	position: relative; 
	z-index: 1; 
	width: 100%;
}

.youtube_player_only iframe {
	position: absolute; 
	bottom: 0; 
	left: 0;
}

/* Kommentare
--------------------------------------------------------------------------------------------------------- */

.kommentare { 
			margin: 10px 1px 0 5px;
			background: #f6f6f6;
			border-top: 1px solid #bfbfbf;
			}

.kommentare h3 { 
			padding: 40px 0 10px 15px;
			}

.kommentare form { 
			margin: 10px 1px 0 15px;
			}

/* Kommentarliste
--------------------------------------------------------------------------------------------------------- */

ol.commentlist li {
			padding-top: 20px;
			}

.col-left {
			float: left;
			}

.col-right {
			float: left;
			}

.comment .col-left .inside {
			background:transparent url(images/ecke_comments.gif) no-repeat right 27px;
			float:right;
			margin-right:-16px;
			min-height:70px;
			overflow:hidden;
			padding-right:7px;
			position:relative;
			width:110px;
			}

.comment .col-left .inside p {
			padding: 0;
			margin: 0;
			line-height:20px;
			}
			
.comment .col-left .inside p.commentautorname {
			margin-top: 5px;
			font-size: 14px;
			color: #de0049;
			}
			
.comment .col-left .inside p.commentautorname a {
			font-weight: bold;
			text-decoration: underline;
			}

.comment .col-left .inside p.datetime {
			line-height: normal;
			}

.comment .col-left {
			width:110px;
			}

.comment .col-right {
			background:#FFFFFF;
			border:5px solid #EDEDED;
			float:none;
			margin-left:121px;
			min-height:50px;
			padding:10px 20px;
			margin-right: 10px;
			}

.comment .col-right p {
			padding: 5px 0;
			text-align: left;
			}
			
.comment .col-right .count {
			float: right;
			text-align: right;
			font-weight: bold;
			color: #EDEDED;
			font-size: 36px;
			padding: 0 0 5px 0;
			}
			
.comment .col-right blockquote {
			font-style: italic;
			margin: 0 20px 0 20px;
			color: #777777;
			font-family: Georgia, "Times New Roman", Times, serif;
			}

.fix{
			clear: both;
			height: 1px;
			margin: -1px 0 0;
			overflow: hidden
			}

/* Kommentarformular
--------------------------------------------------------------------------------------------------------- */

#commentform {
			font-size: 13px;
			}

#commentform input[type="text"] {
			border: 2px solid #bfbfbf;
			height: 20px;
			padding: 4px 5px 0 5px;
			margin: 5px 0 0 0;
			background: #eeeeee;
			}

#commentform input[type="text"]:focus {
			border: 2px solid #de0049;
			background: #ffffff;
			}

#commentform textarea {
			border: 2px solid #bfbfbf;
			padding: 4px 5px 0 5px;
			margin: 5px 0 0 0;
			background: #eeeeee;
			font-family: Arial, Helvetica, sans-serif;
			}
			
#commentform textarea:focus {
			border: 2px solid #de0049;
			background: #ffffff;
			}
			
#submit {
			background: #de0049;
			border: none;
			font-size: 14px;
			color: #ffffff;
			cursor: pointer;
			padding: 10px;
			font-weight: bold;
			}
			
/* Live Comment Preview
--------------------------------------------------------------------------------------------------------- */

.live {
			margin: 10px 15px 0 0;
			}

.live h3 {
			margin: 0;
			padding: 0;
			}
			
/* Container
--------------------------------------------------------------------------------------------------------- */

#werbung {
			margin: 20px 15px 40px 20px;
			}


/* Sidebar (Sidebar links, Sidebar recht)
--------------------------------------------------------------------------------------------------------- */

.SR { 
			width: 367px; 
			float: right; 
			position: relative; 
			}
			
#social_media {
			margin: 10px 20px 0 15px;
			background: #f0f0f0;
			padding: 5px;
			}
			
#social_media li {
			border: 0;
			margin-bottom: 10px;
			}
			
#social_media li a {
			color: #565656;
			display: block;
			height: 32px;
			padding-left: 40px;
			font-size: 17px;
			font-weight: bold;
			line-height: 30px;
			opacity: 0.4;
			filter: alpha(opacity = 40);			
			}
			
#social_media li a:hover {
			text-decoration: none;
			opacity: 1.0;
			filter: alpha(opacity = 100);
			}
			
#social_media li a#facebook {
			background: url(images/facebook_32.png) no-repeat;
			}
			
#social_media li a#twitter {
			background: url(images/twitter_32.png) no-repeat;
			}
			
#social_media li a#rss {
			background: url(images/rss_32.png) no-repeat;
			}
			
.social_media_count {
			color: #de0049;
			}			
			
			
.SR #facebook { 
			margin-left: auto;
			}
			
.SR #facebook h2 { 
			margin: 0 20px 10px 15px;
			text-align: left;
			}
			
.SR h2 {	
			background: url(images/sidebar_bg.jpg) repeat-x; 
			font-size: 14px;
			font-family: Arial, Helvetica, sans-serif;
			color: #f2f096;
			padding: 2px 0 2px 5px;
			}

.SR li {
			line-height: 20px;
			padding: 4px 4px 2px 4px;
			margin: 0 0 0 0;
			border-bottom: 1px dashed #bfbfbf;
			overflow: hidden;
			}
			
.SRL { 
			width: 183.5px; 
			float: left;
			}
			
.SRR { 
			width: 183.5px; 
			float: right; 
			}

/* Sidebar Widgets
--------------------------------------------------------------------------------------------------------- */

.sidebar-widget-left {
			margin: 20px 5px 20px 15px;
			}

.sidebar-widget-left ul li {
			font-size: 11px;
			}
			
.sidebar-widget-left ul li:hover {
			background: #eeeeee;
			}

.sidebar-widget-left select{
			margin: 10px 0 0 5px;
			}
			
.sidebar-widget-left p {
			padding: 4px 4px 2px 4px;
			}

.sidebar-widget-right {
			margin: 20px 20px 20px 5px;
			}

.sidebar-widget-right li{
			line-height: 25px;
			border: none;
			margin-bottom: 0;
			padding-bottom: 0;
			}

.textwidget {
			line-height: normal;
			}
/* Page Navi
--------------------------------------------------------------------------------------------------------- */			
			
.wp-pagenavi {
			margin: 0 0 20px 20px;
			}

/* Footer
--------------------------------------------------------------------------------------------------------- */

.bottom { 
			width: 100%; 
			float: left; 
			height: 10px; 
			background: #000000; 
			}

div#footer { 
			background: url(images/footer.jpg) no-repeat center bottom; 
			width: 100%; 
			height: 279px; 
			float: left;
			}
div#footer .meta {
			clear:both;
			padding: 90px 0;
			width: 311px;
			font: 10px Arial, Helvetica, sans-serif;
			margin: 0 auto;
			line-height: 19px;
			}

div#footer .meta span.block {	
			background:#ffffff; 
			padding:2px 3px 3px 3px;
			white-space:nowrap;
			}


