@charset "UTF-8";
/* CSS Document */
* {
margin:0;
padding:0;
}
body {
background-color:#000;
color:#fff;
background-position:center top;
background-repeat:no-repeat;
font-family:Helvetica, Arial, sans-serif;
line-height:20px;
}
img {
border:0px;
}
#wrapper {
width:880px;
margin:0 auto;
min-height:400px;
}
#footerWrapper {
padding:0px 20px;
}
#footer {
height:40px;
background:transparent url(img/footer-bg.gif) no-repeat top left;
color:#333333;
padding:10px;
font-size:11px;
}
#footer .left {
float:left;
}
#footer .right {
float:right;
}
#footer a {
color:#333;
text-decoration:underline;
}
#contentWrapper {
padding: 390px 20px 40px 20px;
}
#content {
min-height:190px;
background:url(img/content-bg.png) repeat top left;
}
#contentLine {
font-size:1px;
line-height:1px;
height:1px;
overflow:hidden;
background:url(img/content-line.png) no-repeat top left;
}
#navigationWrapper {
background:url(img/navigation-bg.png) no-repeat top left;
height:44px;
overflow:hidden;
padding:0px 20px;
}
.clearer {
height:1px;
font-size:1px;
line-height:1px;
overflow:hidden;
clear:both;
}
.col1 {
float:left;
width:504px;
}
.col2 {
float:left;
width:250px;
}
.col_content {
padding-left:84px;
padding-top:50px;
}

/*Navigation*/
#navigation {
padding:16px 30px 0px 30px;
}
#navigation ul {
list-style-type:none;
padding:0px;
margin:0px;
line-height:11px;
}
#navigation ul li {
display:inline;
text-transform:uppercase;
font-size:11px;
padding-right:15px;
}
#navigation ul li a {
color:#333;
text-decoration:none;
}
#navigation ul li.current-cat {
font-weight:bold;
}
a {
color:#6699ff;
}
h1,h2,h3,h4,h5,h6 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
color:#e9e9e9;
font-style:italic;
margin:20px 0px;
}
h1 {
font-size:20px;
margin-bottom:20px;
margin-top:50px;
}
h2 {
font-size:18px;
}
h3 {
font-size:16px;
}
h4 {
font-size:14px;
font-weight:bold;
color:#b7b27f;
margin-bottom:0px;
}
.first-header {
margin-top:0px;
}
p {
font-size:12px;
color:#e9e9e9;
}
.alignleft {
float:left;
margin-right:20px;
}
.wp-caption-text {
font-size:10px;
color:#999;
}
.trenner {
margin-top:15px;
height:25px;
background:url(img/trenner.gif) no-repeat center center;
display:block;
clear:both;
}
.blog-date {
font-size:11px;
color:#999;
float:right;
display:block;
background-color:#333;
padding:2px 5px;
}
.link-list ul {
list-style-type:none;
font-size:11px;
}
.link-list ul li {
margin-bottom:10px;
color:#666;
}
.link-list ul li a {
display:block;
}
.link-list h2 {
margin:0px 0 20px 0;
}
.link-list .blogroll {
margin-top:20px;
margin-bottom:30px;
}