@import "layout.css";
@import "design.css";
@import "extra.css";
@import "ie7fix.css";

/*
Theme Name: netcup2
Theme URI: 
Description:
Version: 1.0
Author: Alexander Wachert - netcup GmbH
Author URI:
Tags:
Text Domain:



*/

h1 {
    position:absolute;
    top:60px;
    left:0px;
    font-family:GeoSlb712MdBT, Georgia, serif;font-weight:normal;
    font-size:2.5em;
    text-shadow:#002a34 0px 2px 3px;
    word-spacing:0.15em;
    letter-spacing:1px;
}

p.desc {
    position:absolute;
    top:110px;
    left:0px;
    font-family: Arial, sans-serif;
    color:#82d4f4;
    text-shadow:#002a34 0px -1px 0px;
    font-size:14px;
}

img#headpic {
    position:absolute;
    top:0px;
    right:0px;
}



div.sidebar ul li { padding-left:15px; }

div.sidebar ul li a, div.sidebar ul li a:visited {
    background:transparent url('images/bg_arrow_green.gif') no-repeat left center;
    padding-left:12px;
    color:#CCEC70;
}

div.sidebar ul li a:hover, div.sidebar ul li a:active { color:#DDFF9C; }

h2, h2 a {
    text-decoration:none !important;
    text-shadow:#4eafc6 0px 2px 3px;
    padding:0px;
    line-height:1em;
}

p.postdata {
    padding:0px;
    padding-left:10px;
    text-shadow:#d0e5ed 0px 1px 0px;
}

p.postdata a {
    color:#386e00 !important;
}

div.entry {
    padding:10px;
    text-align:justify;
    padding-bottom:10px;
}

.alingleft { text-align:left; }
.alignright { text-align:right; }

dd.wp-caption-text { font-family: Arial, sans-serif; }

div.status {
	background-color:#efefef;
	border:1px solid #cfcfcf;
	border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;
	padding:2px 4px;
	box-shadow:#DFF7FF 0px 1px 0px;
	height:37px;
	font-family:GeoSlb712MdBT, Georgia, serif;
	position:relative;
	margin-bottom:10px;
}

div.status h3, div.status p { padding:0;margin:0;line-height:1em; }

div.status h3 { color:#222;font-size:18px;padding-bottom:0px; }
div.status p { font-size:18px; font-style:italic;padding-left:1em;font-family:GeoSlb712MdBT, Georgia, serif; }
div.status p.statustext { position:absolute; top:4px;right:10px;font-size:14px;width:310px;line-height:16px;font-style:normal;font-weight:normal;text-align:justify; }

div.status.bekannt, div.status.bearbeitung, div.status.behoben {
	background-image: url('images/statusbg.png');
	background-repeat:repeat-x;
	background-position:top left;
}

div.status.bekannt { border:1px solid #690000; }
div.status.bekannt h3 { text-shadow:#8e0000 0px -2px 0px;letter-spacing:1px; }
div.status.bekannt p { color:#ffa1a1;text-shadow:#8e0000 0px 2px 3px; }

div.status.bearbeitung { border:1px solid #ff6000;background-position:0px -41px; }
div.status.bearbeitung h3 { text-shadow:#c26000 0px -2px 0px;letter-spacing:1px; }
div.status.bearbeitung p { color:#ffe1a1;text-shadow:#8e4600 0px 2px 3px; }

div.status.behoben { border:1px solid #359500;background-position:0px -82px; }
div.status.behoben h3 { text-shadow:#359500 0px -2px 0px;letter-spacing:1px; }
div.status.behoben p { color:#c6ffc2;text-shadow:#359500 0px 2px 3px; }

div.status p.statustext, div.status.bekannt, div.status.bearbeitung, div.status.behoben, div.status.bekannt h3, div.status.bearbeitung h3, div.status.behoben h3 { color:#fff; }

div.comments h3 { color:#002a34;font-size:1.5em; }
div.comment { padding-bottom:20px; }
div.comment div.comment-text { border-bottom:1px solid #002a34; }
div.comment div.comment-text p { padding:0px;line-height:2em; }
div.comment div.comment-author { font-size:1.2em; }
div.comment div.comment-author span { font-weight:bold; }

div.posting { padding-bottom:40px; }

div.footer {
    margin-top:-12px;
    padding:0px 1px;
    background: rgb(36,91,105); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(36,91,105,1) 0%, rgba(36,91,105,1) 30%, rgba(0,42,52,1) 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(36,91,105,1)), color-stop(30%,rgba(36,91,105,1)), color-stop(99%,rgba(0,42,52,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(36,91,105,1) 0%,rgba(36,91,105,1) 30%,rgba(0,42,52,1) 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(36,91,105,1) 0%,rgba(36,91,105,1) 30%,rgba(0,42,52,1) 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(36,91,105,1) 0%,rgba(36,91,105,1) 30%,rgba(0,42,52,1) 99%); /* IE10+ */
    background: linear-gradient(top, rgba(36,91,105,1) 0%,rgba(36,91,105,1) 30%,rgba(0,42,52,1) 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#245b69', endColorstr='#002a34',GradientType=0 ); /* IE6-9 */
    font-family:GeoSlb712MdBT, Georgia, serif;font-weight:normal;
}
div.footerInner {
    padding:10px;
    padding-top:30px;
    background: rgb(0,61,75); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,61,75,1) 0%, rgba(0,42,52,1) 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,61,75,1)), color-stop(99%,rgba(0,42,52,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,61,75,1) 0%,rgba(0,42,52,1) 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,61,75,1) 0%,rgba(0,42,52,1) 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,61,75,1) 0%,rgba(0,42,52,1) 99%); /* IE10+ */
    background: linear-gradient(top, rgba(0,61,75,1) 0%,rgba(0,42,52,1) 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003d4b', endColorstr='#002a34',GradientType=0 ); /* IE6-9 */
}
ul#menu_footer { position:absolute;top:10px;left:10px; }
ul#menu_footer a:hover { color: rgb(121, 186, 211); }
.footerInner p.pt15 {
    position:absolute;
    top:10px;
    right:10px;
    padding:0;
}
div.footIcons { clear:both; text-align:center;padding-top:20px; }
.footIcons a span, .footIcons a img.harrow { display:none; }

div.footIcons a { padding:0 10px; }
div.footIcons a img { opacity:0.7; }
div.footIcons a:hover img { opacity:1.0; }

div.footIcons a:hover img.harrow {
    position:absolute;
    bottom:70px;
    left:50%;
    margin-left:-15px;
    display:block;
    opacity:0.8;
}

div.footIcons a:hover span {
    display:block;
    position:absolute;
    bottom:82px;
    background:rgba(0,0,0,0.8);
    width:300px;
    left:50%;
    margin-left:-150px;
    text-align:justify;
    padding:10px;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    box-shadow:#001A23 0px 3px 6px;
    -webkit-box-shadow:#001A23 0px 3px 6px;
    -moz-box-shadow:#001A23 0px 3px 6px;
    font-family: Arial, sans-serif;
    line-height:1.5em;
    z-index:900;
}
div.footIcons a span b { color:#ccec70; }

div.footIcons a.first:hover span {
    left:0;
    margin-left:0;
}

div.footIcons a.last:hover span {
    left:auto;
    right:0;
    margin-right:0;
}
