/*
Theme Name: Home
Theme URI: http://wordpress.org/
Description: The dark standard template for ShattenReyze
Version: 1.1
Author: Abstauber

Original Theme by SixShooterMedia || http://sixshootermedia.com
Modifications by Abstauber || http://shatten.sonores.de
Please tweak this and make it your own. :)
*/


* {
margin:0;
padding:0;
outline:none;
}html, body, #wrap {height: 100%;}
body {
background:url(images/body.png) top repeat-x #050507;
font:70% Verdana;
color:#ACACB0;
}body > #wrap {height: auto; min-height: 100%;}
a {
/*color:#99FF00;*/color:#FFDBAF;
}

a:hover {
text-decoration:none;
}

#header {
height:258px;
display:block;
background:url(images/header.png) top center no-repeat;
}

h1.main_title {
font:170% Century Gothic;
color:#fff;
font-weight:bold;
margin:20px auto 0;
text-align:center;
}

h1.main_title a {
color:#fff;
text-decoration:none;
}

#container {
width:760px;
margin:0 auto;
background:#151521;
padding:5px;
}

#navigation {
background:#181825;
width:600px;
border-top:1px solid #2E2E47;
padding:12px 0;
margin:25px auto 1px;
font:100% Georgia;
color:#fff;
letter-spacing:2px;
text-transform:uppercase;
}

#nav li {
list-style:none;
display:inline;
margin-right:0px;
}

#nav a {
padding:12px;
color:#ACACB0;
text-decoration:none;
margin-right:0px;
}

#nav a:hover {
background:url(images/nav_link_active.jpg) top repeat-x;
color:#fff;
}

#nav li.current_page_item a {
background:url(images/nav_link_active.jpg) top repeat-x;
color:#fff;
font-weight:bold;
}

#inner_container {
background:url(images/inner_container.jpg) top repeat-x #181824;
padding:10px 10px 10px 25px;
}

#sidebar {
width:200px;
padding:10px;
float:right;
background:#232436;
color:#bdbdc1;
}

#container #sidebar h2 {
font-size:90%;
margin:10px 0;
}

#container #sidebar p {
text-indent:0;
font-size:90%;
line-height:17px;
}

#content {
margin-right:240px;
}

blockquote {
background:url(images/quote.gif) bottom right no-repeat #292935;
padding:2px 17px;
}

p {
margin:10px 0; 
padding:5px;
line-height:20px;
/* text-indent:25px; */
}

p.note {
padding:20px;
background:#2D2D44;
color:#fff;
}

#container h1 {
font:170% Arial;
color:#fff;
margin:25px 0 15px 0;
}

#container h2 {
font:110% Verdana;
color:#fff;
font-weight:bold;
margin:25px 0 15px;
}

#container ul {
margin:10px 15px;
}

#container ul li {
margin:10px 0;
}

#container img {
background:1E1E2D;/*#070713;*/
padding:5px;
}

.icon_cal{
background:url(images/calendar.png) top left no-repeat;
padding:3px 8px 3px 8px;
}

.icon_user{
background:url(images/025.png) top left no-repeat;
padding:3px 8px 3px 8px;
}

#content table {
width:475px;
background:#1E1E2D;
margin:25px 0;
}

td {
padding:8px;
text-align:center;
background:url(images/td.jpg) top left no-repeat #1E1E2D;
font:100% Georgia;
}

th {
color:#fff;
padding:10px;
}


#footer {
/* Footer SCHWARZ*/
position: relative;

background:#050507;

margin-top: -155px; /* negative value of footer height */

height: 145px;

clear:both;

} 

#footer p {
text-indent:0;
}


#footer p.validate {
float:right;
}

#inner_foot {
background:url(images/amulet_for_web_02.png) top left repeat-x #050507;
/*background:#ffffff;*/
width:770px;
margin:0 auto;
height: 145px;
}

#foot_left {
background:url(images/amulet_for_web_01.png) top left no-repeat;
width:420px;
float:left;
padding:10px 0px 20px 60px;
}

#foot_right {
width:360px;
float:right;
text-align:right;
padding-top:25px;
padding-right:5px;
}

.clear { clear:both; }

h3#comments { padding:10px 0 10px 0; }

h3#respond { padding:10px 0 10px 0; }

.commentlist p { text-indent:0; }

img.avatar {float:left; padding-right:5px; }

.pagination {padding:10px;}

.pagination .alignleft {float:left;}

.pagination .alignright {float:right;}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #ACACB0;
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 {
color: #050507;
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
