/*
Theme Name: Star Gate Theme
Theme URI: http://www.milkstyle.de
Description: Spezielles Theme für "Anubis"
Version: 1.6        0
Author: Michael Karl
Author URI: http://www.milkstyle.de
Tags: fixed width, star gate
*/

body,html {
     margin:0;
     padding:0;
     font-family:Verdana,Arial,Helvetica,sans-serif;
     font-size:11px;
     color:#000;
     text-align:center;
     background: #2A2A2A;
}

a img {
    border: 0 none;
}

#wrapper {
     width: 1000px;
     margin:0 auto;
     text-align:left;
     background: #333;
     padding:0;
}

#header {
     height:250px;
     padding:0;
     background: url(http://www.sf-fan-page.de/images/style/header.jpg) top left no-repeat;
     position:relative;
     text-indent: -999em;
}
#header img{
     position:absolute;
     top:0;
     right:0;
}

#sidebar {
     width:151px;
     float:left;
     border-right:3px solid #333;
     background:#999;
     overflow:hidden;
}

#content {
     margin:0px;
     width: 842px;
     background: #E8E8E8;
     padding:2px;
     float:left;
}
#footer {
     clear:both;
     background: url(http://www.sf-fan-page.de/images/style/footer.jpg) top left no-repeat;
     height:42px;
     padding:8px 0 0 0;
}
#footer, #footer a, #footer a:visited {
     font-weight:bold;
     color:#fff;
     font-size:10px;
     text-align:center;
     text-decoration:none;
}
#footer a:active, #footer a:hover, #footer a:focus {
     text-decoration:underline;
}




/* elements */
h1,h2 {
    color:#000000;
    font-size:16px;
    font-weight:bold;
    text-align:center;
}

input, select, textarea {
     font-size:12px;
     font-family:Arial;
}

a {
     color:#333;
     text-decoration: none;
     font-weight:bold;
}
a:hover, a:focus {
     text-decoration:underline;
}



/* menu styles */
#sidebar ul, #sidebar li {
     margin:0;
     padding:0;
     list-style:none;
}

#sidebar .cat-item, #sidebar #archives li {
     display:block;
     background: url(images/menu_top.png) top left no-repeat;
     padding:1px 2px 2px 18px;
}
#sidebar .cat-item a , #sidebar #archives li a{
    color:#444;
}
#sidebar .widget h2 {
     background: url(images/menu_header.png) bottom left no-repeat;
     padding:1px 2px 2px 18px;
     color:#444;
     font-size:12px;
     margin:0;
     text-align:left;
     height:15px;
}
#sidebar .widget {
     margin:15px 0 0;
}
#sidebar #tag_cloud h2{
     margin-left:-18px;
}
#sidebar #tag_cloud {
     background: #e9e9e9 url(images/menu_header.png) bottom left no-repeat;
     padding: 1px 2px 2px 18px;
}

/* entry styles */

.entryimg {
     float:left;
     margin:0 10px 10px 0;
}
.entry {
     padding:0;
     margin:0;
}
.entry p {
     padding:0;
     margin: 0 0 5px;
}
.postmetadata {
     clear:both;
}
.postratings {
     float:right;
     position:relative;
}
.post-ratings-loading {
     position:absolute;
     top:0;
     right:0;
}
.postinfo {
     line-height:16px;
}
.post h2 {
      margin:10px 0 5px;
      text-align:left;
}
hr {
      clear:both;
}
.navigation {
      padding: 10px 2px;
}

.rss {
     padding:25px 0 10px 60px;
}

.similar li {
     margin:2px 2px 2px 15px;
     padding:0;
     list-style:square;
}
.similar ul {
     margin:10px 0;
     padding:0;
}
.comments-box {
              padding: 10px 30px;
}
.comment-author {
      line-height:30px;
      margin:0 0 10px;
}
.comment-author img {
      vertical-align:middle;
}



.wp-caption {
    text-align: center;

    padding-top: 4px;

    margin: 10px;
}

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

.alignright {
 float:right;
}

.entry ul li {
    list-style:square;
    margin:2px 2px 2px 20px;
}
