@charset "utf-8";
/*
Theme Name: 2010 for xiel
Theme URI: http://www.xiel.de
Description: Design for a new century!
Version: 7
Author: Felix Leupold
Author URI: http://www.felixleupold.de
Tags: gray, dark
*/

/* /// BG: #08090b (dunkelgrau) */

/* 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration:none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* CSS-RESET ENDE */

body {
	background-color:#0f1015;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	font-size:12px;
	line-height:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#e5e5e5;
	margin:0px;
	padding:0px;
}

a, a:link , a:visited {
	color:#e5e5e5;
}
a:active, a:hover , a:focus {
	color:#FFF;
	text-decoration:underline;
}

hr {
	visibility:hidden;
	display:none;
	clear:both;
}

#page {
	width:970px;
	margin:auto;
	/*background-image:url(images/bg_raster.png);
	background-repeat:repeat;*/
	padding:20px 1px;
}

#page:hover {
	background-image:none;
}

#header {
	margin-top:0px;
	margin-bottom:40px;
	/*background-color:#333;*/
}

#content {
	width:530px;
	float:left;
	overflow:hidden;
}

.noise {
	/*background-image:url(images/bg.jpg);*/
	clear:both;
}

.background {
	background-image:url(images/lines.png);
	background-repeat:no-repeat;
	background-position:top center;
}
* html .background {
	background-image:url(images/lines.jpg);
}

/** Single Posts **/

#content .post h2, #content .page h2 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:3em;
	font-weight:lighter;
	text-shadow:#000 1px 1px 2px;
	line-height:1em;
}

#content .post .wp-post-image, #content .page .wp-post-image {
	margin-top:10px;
}

#content .post .entry, #content .page .entry {
	margin-top:10px;
	font-size:1.2em;
	line-height:1.5em;
	color:#e5e5e5;
}

.entry a, .entry a:link, .entry a:visited {
	color:#2f78c3;
}

.entry a:active, .entry a:hover, .entry a:focus {
	color:#1c86fd;
	text-decoration:underline;
	text-shadow:#092f5a 1px 1px 1px;
}

#content .post .entry *, #content .page .entry * {
	max-width:530px;
}

#content .entry ul {
	margin:1.5em 0px;
	margin-left:20px;
	list-style:circle;
	list-style-position:inside;
}

#content .entry ol {
	margin:1.5em 0px;
	margin-left:20px;
	list-style:decimal;
	list-style-position:inside;
}

#content .entry h3, #content .entry h4, #content .entry h5 {
	margin:1.5em 0px;
	display:block;
	clear:both;
	border-bottom:1px #e5e5e5 solid;
}

#content .entry h3 {
	font-size:1.2em;
}

#content .entry h4 {
	font-size:1.1em;
}

#content .entry h5 {
	font-size:1.0em;
}

#content .entry blockquote {
	background-image:url(images/quote.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:110px;
	margin:1.5em 0px;
	font-style:italic;
	color:#999;
}



#content .post .entry p, #content .page .entry p {
	margin:1.5em 0px;
}

/** Single Posts Ende **/

/** Sidebar **/

#sidebar {
	width:420px;
	float:right;
}

#sidebar .side-box {
	margin:10px 0px;
	background-color:#08090B;
	padding:5px 10px;
}

#sidebar h3 {
	margin:10px 0px;
	background-color:#060608;
	padding:5px 10px;
	font-weight:bold;
}

.side_wrap {
	width:420px;
}

.side_left {
	width:200px;
	margin-right:20px;
	float:left;
}

.side_right {
	width:200px;
	float:right;
}

.rss-box {
	background-image:url(images/rss_bg.png);
	width:200px;
	height:90px;
	overflow:hidden;
	margin:10px 0px;
	position:relative;
}

.rss-box span.readers {
	position:absolute;
	right:12px;
	top:12px;
	text-align:right;
	color:#FFF;
	text-shadow:#5c2e12 1px 1px 2px;
	font-size:1.2em;
}

.rss-box span.readers strong {
	background-image:url(images/50_black.png);
	padding:1px 2px;
}

.rss-box span.abo {
	color:#fff;
	position:absolute;
	right:12px;
	bottom:12px;
	text-align:right;
	text-decoration:none;
	text-shadow:#f2ab6d 0px 0px 3px;
}

.rss-box span.abo a:link, .rss-box span.abo a:visited {
	color:#FFF;
	text-shadow:#f2ab6d 0px 0px 3px;
}
.rss-box span.abo a:active, .rss-box span.abo a:hover, .rss-box span.abo a:focus {
	color:#FFF;
	text-shadow:#f2ab6d 0px 0px 4px;
	text-decoration:underline;
}

.twitter-box {
	background-image:url(images/twitter_bg.png);
	width:200px;
	height:90px;
	overflow:hidden;
	margin:10px 0px;
	position:relative;
}

.twitter-box span.readers {
	position:absolute;
	right:12px;
	top:12px;
	text-align:right;
	color:#FFF;
	text-shadow:#13505c 1px 1px 2px;
	font-size:1.2em;
}

.twitter-box span.readers strong {
	background-image:url(images/50_black.png);
	padding:1px 2px;
}

.twitter-box span.follow {
	color:#fff;
	position:absolute;
	right:12px;
	bottom:12px;
	text-align:right;
	text-decoration:none;
	text-shadow:#6de1f2 0px 0px 3px;
}

.twitter-box span.follow a:link, .twitter-box span.follow a:visited {
	color:#FFF;
	text-shadow:#6de1f2 0px 0px 3px;
}
.twitter-box span.follow a:active, .twitter-box span.follow a:hover, .twitter-box span.follow a:focus {
	color:#FFF;
	text-shadow:#6de1f2 0px 0px 4px;
	text-decoration:underline;
}

/** Sidebar Ende **/

/* Clearfix 
--------------------------------------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/* Teaser Boxes Startseite */

.teaser-box {
	width:100%;
	margin-top:20px;
}

/* .teaser-box h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#e5e5e5;
	font-size:2em;
	font-weight:normal;
} */

.teaser-box h2 {
	display:block;
	color:#e5e5e5;
	font-size:1.5em;
	font-weight:normal;
	background-color:#08090b;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:10px;
	letter-spacing:-1px;
}

.teas-col1 {
	float:left;
}

.teas-col2, .teas-col3 {
	margin-left:20px;
	float:left;
}

.teaser-1 {
	margin-top:10px;
	width:310px;
	position:relative;
}

.teaser-1 ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.teaser-1 ul li {
	margin:0;
	position:relative;
	width:310px;
	height:233px;
	display:block;
	background-image:url(images/small_lines.png);
	background-repeat:repeat;
}

.teaser-1 ul li img {
	width:310px;
	height:233px;
}



.teaser-1 ul li .titel {
	background-image:url(images/50_black.png);
	background-position:bottom;
	background-repeat:repeat;
	color:#FFF;
	padding:8px 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:2em;
	line-height:1.2em;
	text-shadow: #000 1px 1px 1px;
	left:10px;
	top:10px;
	position:absolute;
	margin-right:10px;
	letter-spacing:-1px;	
}

.carousel-previous {
	width:14px;
	height:14px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background-image:url(images/arrows_14x14.png);
	background-position:left top;
	cursor:pointer;
	
	z-index:1000;	
	position:absolute;
	left:148px;
	top:-7px;
}
.carousel-previous:hover {
	background-position:right top;
}

.carousel-next {
	width:14px;
	height:14px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background-image:url(images/arrows_14x14.png);
	background-position:left bottom ;
	cursor:pointer;
	
	z-index:1000;
	position:absolute;
	left:148px;
	bottom:-7px;
}

.carousel-next:hover {
	background-position:right bottom;
}

/* Teaser Boxes Startseite ENDE */

/* Teaser Sidebar */

.teaser-side {
	margin-top:10px;
	width:200px;
	position:relative;
}

.teaser-side ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.teaser-side ul li {
	margin:0;
	position:relative;
	width:200px;
	height:150px;
	display:block;
	background-image:url(images/small_lines.png);
	background-repeat:repeat;
}

.teaser-side ul li img {
	width:200px;
	height:150px;
}

.teaser-side ul li .titel {
	background-image:url(images/50_black.png);
	background-position:bottom;
	background-repeat:repeat;
	color:#FFF;
	padding:8px 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	line-height:1.1em;
	text-shadow: #000 1px 1px 1px;
	left:10px;
	top:10px;
	position:absolute;
	margin-right:10px;
	letter-spacing:-1px;	
}

.teaser-side .carousel-previous {
	width:14px;
	height:14px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background-image:url(images/arrows_14x14.png);
	background-position:left top;
	cursor:pointer;
	
	z-index:1000;	
	position:absolute;
	left:93px;
	top:-7px;
}
.teaser-side .carousel-previous:hover {
	background-position:right top;
}

.teaser-side .carousel-next {
	width:14px;
	height:14px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background-image:url(images/arrows_14x14.png);
	background-position:left bottom ;
	cursor:pointer;
	
	z-index:1000;
	position:absolute;
	left:93px;
	bottom:-7px;
}

.teaser-side .carousel-next:hover {
	background-position:right bottom;
}

/* Teaser Sidebar Ende */

/* Artikel einer Kategorie Startseite */

.cat-posts-list {
	margin-top:10px;
	max-width:100%;
	width:310px;
	overflow:hidden;
}


.cat-posts-list ul li {
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	background-color:#08090b;
	margin-bottom:5px;
	color:#e5e5e5;
	width:100%;
	overflow:hidden;
}

.cat-posts-list ul li:hover {
	background-color:#141517;
}

.cat-posts-list ul li a {
	display:block;
	padding:10px;
	text-decoration:none;
	color:#e5e5e5;
}

.cat-posts-list ul li a:hover {
	color:#FFF;
}


/* Artikel einer Kategorie Startseite ENDE */

#footer {
	display:block;
	margin:20px 0px;
	padding:10px;
	background-color:#08090b;
	color:#999;
	text-align:right;
	background-image:url(images/xiel_white_small-logo.png);
	background-position:left center;
	background-repeat:no-repeat;
	clear:both;
}

#headerimg {
	float:left;
}

#headerimg h1 a {
	display:block;
	width:244px;
	height:108px;
	background-image:url(images/xiel_logo.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
* html #headerimg h1 a {
	background-image:url(images/logo_xiel.gif);
}

/* Sidebar Suchbox */
.side-suchbox {
	background-color:#08090b;
	padding:10px;
	text-align:left;
	clear:both;
}

.side-suchbox .screen-reader-text {
	display:none;
}

.side-suchbox #s {
	width:365px;
	padding:2px;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	overflow:hidden;
	float:left;
	background-color:#e5e5e5;
	text-align:left;
}

.side-suchbox #s:focus, .side-suchbox #s:hover {
	background-color:#FFF;
}

.side-suchbox #searchsubmit {
	width:24px;
	height:23px;
	overflow:hidden;
	text-indent:-9999px;
	background-image:url(images/lupe.png);
	background-color:#08090b;
	background-position:center center;
	border:0px;
	background-repeat:no-repeat;
	float:right;
}

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

.introducer {
	width:420px;
	height:108px;
	text-indent:-9999px;
	background-image:url(images/introducer.png);
	background-repeat:no-repeat;
	float:right;
}

/* Seiten Sidebar */

.navi_pages {
	margin-top:10px;
}

.navi_pages li {
	background-color:#08090b;
	margin-bottom:1px;
	color:#e5e5e5;
}

.navi_pages li:hover {
	background-color:#141517;
	color:#FFF;
}

.navi_pages li a:link, .navi_pages li a:visited {
	padding:5px 10px;
	display:block;
	color:#e5e5e5;
}
.navi_pages li a:active, .navi_pages li a:hover, .navi_pages li a:focus {
	padding:5px 10px;
	display:block;
	color:#fff;
}

.navi_cat {
	margin:0px 0px 10px;
}

.navi_cat li {
	width:140px;
	background-color:#08090b;
	float:left;
	text-align:center;
	overflow:hidden;
	color:#e5e5e5;
	font-size:1.1em;
}

.navi_cat li:hover {
	background-color:#141517;
	color:#FFF;
}

.navi_cat li a {
	padding:5px 10px;
	display:block;
	color:#e5e5e5;
}

.postmetadata {
	background-color:#08090b;
	padding:5px 10px;
	margin:20px 0px;
	color:#999;
}

.postmetadata .meta-left {
	float:left;
	text-align:left;
}

.postmetadata .meta-right {
	float:right;
	text-align:right;
}

.postmetadata a:link, .postmetadata a:visited {
	color:#999;
}

.postmetadata a:active, .postmetadata a:hover, .postmetadata a:focus {
	color:#e5e5e5;
}

.post .post-edit-link {
	position:fixed;
	bottom:5px;
	right:5px;
	text-align:right;
}

/** Kommentare **/
h3#comments, #respond h3 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:2.0em;
	font-weight:lighter;
	text-shadow:#000 1px 1px 2px;
	line-height:1em;
	margin:40px 0px 20px;
	text-align:left;
}

.vcard {
	width:70px;
	margin-right:20px;
	float:left;
	background-color:#08090b;
	padding:10px;
	text-align:right;
	overflow:hidden;
}

.says { display:none; }
.fn {
	display:block;
}
.comment-meta {
	background-color:#08090b;
	margin-left:20px;
	padding:5px 10px;
	text-align:right;
}

.vcard, .comment-meta {
	color:#666;
}

.vcard a:link, .comment-meta a:link, .vcard a:visited, .comment-meta a:visited {
	color:#666;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
}
.vcard a:active, .comment-meta a:active, .vcard a:hover, .comment-meta a:hover, .vcard a:focus, .comment-meta a:focus {
	color:#e5e5e5;
}

.comment {
	margin:20px 0px;
}

.comment p {
	font-size:1.1em;
	line-height:1.5em;
	color:#e5e5e5;
	margin-top:1.5em;
	width:420px;
	float:right;
}

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

/* Clearfix 
--------------------------------------------------------------------------------------- */
.comment:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.reply {
	width:100%;
	background-color:#0f1015;
	height:1px;
	clear:both;
	visibility:hidden;
}
 
.comment {
	display: inline-block;
}
 
html[xmlns] .comment {
	display: block;
}
 
* html .comment {
	height: 1%;
}

#commentform {
	background-color:#08090b;
	padding:10px;
}

#commentform input {
	width:196px;
	margin-bottom:10px;
	background-color:#e5e5e5;
	border:none;
	padding:2px;
	color:#333;
	font-size:1.2em;
}
#commentform #comment {
	margin-bottom:10px;
	background-color:#e5e5e5;
	border:none;
	padding:2px;
	color:#333;
	font-size:1.2em;
	width:506px;
}
#commentform input:hover, #commentform input:focus, #commentform #comment:hover, #commentform #comment:focus  {
	background-color:#FFF;
	color:#000;
}
#submit {
	margin-bottom:0px !important;
}

/** Archiv & Kategorien **/

.pagetitle {
	font-family:Helvetica, Arial, sans-serif;
	font-size:3em;
	font-weight:lighter;
	text-shadow:#000 1px 1px 2px;
	line-height:1em;
	margin-bottom:20px;
}

.navigation {
	background-color:#08090b;
	margin:20px 0px;
	display:block;
}

.navigation .alignleft {
	float:left;
	background-color:#08090b;
}

.navigation .alignright {
	float:right;
	background-color:#08090b;
}

.navigation a:link, .navigation a:visited {
	color:#999;
	padding:5px 10px;
	display:block;
}
.navigation a:active , .navigation a:hover, .navigation a:focus {
	color:#e5e5e5;
	padding:5px 10px;
	display:block;
	background-color:#141517;
}

.archiv-post .datum {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	color:#666;
}

.archiv-post .archiv-post-right {
	width:310px;
	float:right;
}

.archiv-post hr {
	width:100%;
	display:block;
	clear:both;
}

.archiv-post h3 {
	text-align:left;
	font-family:Helvetica, Arial, sans-serif;
	font-size:2em;
	font-weight:lighter;
	text-shadow:#000 1px 1px 2px;
	line-height:1.2em;
	margin-bottom:20px;
	color:#e5e5e5;
}

.archiv-post h3 a:link, .archiv-post h3 a:visited {
	color:#e5e5e5;
}
.archiv-post h3 a:active, .archiv-post h3 a:hover, .archiv-post h3 a:focus {
	color:#FFF;
	text-decoration:underline;
}

.archiv-post .entry {
	color:#999;
}

.thumb_leer {
	background-color:#08090b;
	width:200px;
	height:150px;
	display:block;
	float:left;
	margin-right:20px;
	background-image:url(images/small_lines.png);
	background-repeat:repeat;
}

.thumb_leer a {
	width:200px;
	height:150px;
	display:block;
}

.thumb_leer a img {
	width:200px;
	height:150px;
	display:block;
}

.pagebar {
	background-color:#08090b;
	display:block;
	text-align:center;
}

.pagebar span, .pagebar a, .pagebar a:link, .pagebar a:visited {
	padding:5px 10px;
	margin:0px 0px;
	background-color:#08090b;
	display:inline-block;
	color:#999;
}
.pagebar a:active, .pagebar a:hover, .pagebar a:focus {
	background-color:#141517;
	color:#e5e5e5;
}

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

.wp-caption {
	border: 1px solid #333;
	text-align: center;
	background-color: #08090b;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	/* border-radius: 3px; */
}

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

.wp-caption p {
	margin:2px !important;
	padding:2px !important;
}
/* End captions */

/* 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 */
