/**************
Theme Name: vogtsecurity
Theme URI: http://www.vogtsecurity.de/
Description: Vogtsecurity Version 1.0
Version: 1.0
Author: Klaus Keuthen
Author URI: http://www.kk4you.de/
************/

/** Versionsbeschreibung 
Version: 
0.1.0   14.7.10 New
1.0     22.7.10 Freigabe

Inhaltsverzeichnis
1)  Kopf
2)  2 Spaltenlayout
3)  Content
4.1)  entry -->Inhalte: Ueberschrift des Berichtes, Text des Berichtes (.entry), Metadaten
4.2)    Metadaten
5)  footer = Fussbereich 
**/

@import "css/sidebar.css";
@import "css/ergaenzung.css";
@import "css/tabellen.css";
@import "css/selektoren.css";
@import "css/ngg_kk4you.css";


* {
    margin: 0px; /* wird z.B. fuer IE6 benötigt um alles an den Rand zu platzieren */ 
    padding: 0px;
    }

ul { list-style: none; }

body {
    font-size: 80%;
    margin: 0px;
    text-align: center;
    color: #625546;    /* #000 oder 685E53  */
    font-family: Tahoma,"Trebuchet MS",Verdana,Arial,sans-serif;
    background-color: #000;
    }


/* 1) Kopfbereich mit den Elementen: Banner, Logo, Headershow, Suche und Dropdown-Menu ****************************/
#kopfbanner { /** Querbalken im Kopf **/
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    height: 124px;
    background: url('img/kopfbanner.jpg') repeat-x; /**Hintergrundbild 1x100px damit wird die Hoehe auf minimal 100 gesetzt**/
    border: 0pt solid #0000ff; /**blau***/
    }

#kopf {
    height: 100px; 
    border: 0pt solid #FF9900; /**orange***/
    position: relative; /** nicht entfernen **/
    }

/** Feld für das Dropdown Menu im Kopfbereich, kein width verwendet wegen IE Bug **/   
#dropdownmenu {
    clear: both;
    height: 22px;
    display: block;
    /**text-align: right;**/
    border: 1px solid #666; /**dunkelgrau***/
    background-color: #666;
    }    

/** 1) ENDE Kopfbereich **************************************************************/


  

/**Wrap -->Reihenfolge: 1)wrap 2)container 3)leftnav mit sidebar 4)rightnav mit sidebar2 5) content****/
/** Zentrierung des 3 spaltigen Layout, variable Breite mit max 1100px **/                      
#wrap {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background-image: url('img/wrap.jpg');
    background-repeat: repeat;
    border: 0px solid #CCC; /** #000 schwarz**/
    }
    

/* 2) Container **************/
/***Container ist der gesamte Bereich innerhalb wrap ***/                         
#container {
    clear:left;
    padding:0px;
    margin: 0px;    /** oben rechts unten links **/
    overflow: hidden; 
    }

/* 3) Content -Dies ist das Zentralelement im Zentrum**************/
#content {
    display: block;
    margin: 20px 320px 20px 20px;    /** oben rechts unten links **/
    padding-top: 3px;
    min-height: 370px;
    text-align: left;
    background-color: #f4f4f4; /** Bild: 157x101 px **/
    border: 0pt solid #0000ff;
    }


#content p {
    padding-left: 15px;
    padding-right: 15px;
    }

#content ul {
    list-style-position: inside;
    padding-left: 20px;
    padding-top: 2px;
    margin-bottom: 5px;
    }

#content ul li {
    list-style: square;
    }

#content ul ul li {
    list-style: circle;
    }

#content ol {
    list-style-position: inside;
    padding-left: 20px;
    padding-top: 2px;
    margin-bottom: 5px;
    }

/** 4.1) entry 
Feld mit den Inhalten:
Ueberschrift des Berichtes (h3.posttitle)
Text des Berichtes (.entry)
Metadatenfeld (geschrieben am, von, Kommentare und Kategorie)********************/
.post, .kommentar {
    display: block;
    overflow:hidden;
    border: 0px solid #FF0000; /** Testbox rot **/
    }

h3.posttitle { /**Ueberschrift des Berichtes **/
    font-size: 1.1em;
    font-weight: bold;
    background-color: #CCC;
    padding: 3px 15px 3px 15px; /** oben rechts unten links **/
    border: 1px solid #CCCCCC;
    margin-bottom: 0px;
    }

.posttitle a:link, .posttitle a:visited {
    font-size: 1.1em;
    color: #666666;
    font-weight: bold;
    }

.posttitle a:hover {
    font-size: 1.1em;
    color: #999999;
    font-weight: bold;
    text-decoration: underline;
    }

.entry { /*Feld fuer den Text des Berichtes */
    padding-top: 0px;
    min-height: 1%; /** Hack fuer IE6 damit Bild im Feld erfasst wird **/
    border: 0px solid #09D60C; /** gruen **/
    }



/* 4.2) Post Metadata veröffentlicht am -Datum, in Kategorien, von xyz, Kommentare **/
.postmetadata {
    font-size: 0.85em;
    /** width: 96%;  bei groesser 96% wird im IE6 das Layout zerstoert **/
    display: block;
    /** float: left; entfernt wegen Problem mit IE6 **/
    text-align: left;
    color:#333;
    background: url('img/sidebar.png'); 
    margin-top:2px; margin-bottom:4px; 
    padding-left:5px; 
    padding-right:5px; 
    padding-top:3px; 
    padding-bottom:3px;
    border: 1px solid #CCCCCC;
    }

#content .postmetadata
{
padding-left: 5px;
}

.postmetadata a:link, .postmetadata a:hover, .postmetadata a:visited:hover, .postmetadata a:visited {
    border: none;
    color: #5F584D;
    font-weight: normal;
    }
    
    

    
/* 5)START Fussbereich **********************************/
#footwrap {
    clear:both;
    color: #333;
    font-weight: normal;
    height: 67px; 
    margin-bottom: -5px;
    background-image: url('img/fussbanner.jpg');
    background-repeat: no-repeat;
    border: 0px solid #CCCCCC;
    }

#footwrap p {
    display: block;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 15px;
    text-align:center;
    }

#footwrap a:link {
    color: #333333; /** dunkelgrau **/
    text-decoration: none;
    font-weight: bold;
    }

#footwrap a:hover {
    color: #99A8BA; /** blaugrau **/
    text-decoration: none;
    }

#footwrap a:visited {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    }

#footwrap a:visited:hover {
    color: #99A8BA; /** blaugrau **/
    text-decoration: none;
    }
/** ENDE Fussbereich **/




#feed, #feed img a:link, #feed img a:visited { border: none; }

* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */
