/*   
Theme Name: Corporate Style MCSEboard.de v4 
Theme http://www.schmidtjohannes.de
Description: Light way XHTML template which supports all wordpress functions.
Author: Johannes Schmidt
Author URI: http://www.security-blog.eu
Version: 4.0
.
Any usage of this template needs to be approved in advanced by Johannes Schmidt utalising the contact form on www.schmidtjohannes.de
.
*/


body {
  background-color: #dfddde;
  color: #151515;
  font-size: 12px;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  padding:0;
  margin:0;
}

a {
  color: #000000;
}

#outer_wrapper {
  margin-left: auto;
  margin-right: auto;
  min-width: 850px;
  width: 100%;
}

#wrapper {
  color: black;
  background-color: #FFFEF8;
  background-image: url(../images/background_menu.gif);  
  background-repeat: repeat-y;
  background-position: top left;
  border: 1px solid #000000;
}

#pagehead {
  position: relative;
  background:transparent url(images/background_head.gif) repeat-x scroll left top;
  height: 90px;
}

  #logo {
    float: left;
    margin: 0px;
    padding: 10px;
    font-size:30px;
    font-variant:small-caps;
    color: #FFFEF8;
  }
  
  #logo a, #logo a:hover {
    color: #FFFEF8;
    text-decoration: none;
  }
  
  #slogan {
    font-size: 16px;
    color: #FFFEF8;
  }
  
  #search_box {
    float: right;
    margin-top: 30px;
    padding: 0px 12px 0px 0px;
  }
  
    .textfield {
      color: #333333;
      background-color: #FFFEF8;
      border: 1px solid #C1C1C1;
      margin-right: 4px;
    }
    
    .search_submit {
      color: #FFFEF8;
      background-color: #535353;
    }

#h_menu {
  position: relative;
  padding: 0px;
  margin: 0px;
  height: 23px;
  background:transparent url(images/background_h_menu.gif) repeat-x scroll left top;
  color: #333333;
}

  #h_menu ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-left: 4px;
  }

  #h_menu ul li {
    float: left;
    margin: 0px;
    padding: 2px 2px 0px 2px;
  }
  
  #rss {
    float: right;
    padding-right: 15px;
  }
  
  #rss a {
    background:transparent url(images/rss.gif) no-repeat scroll 10px 50%;
    padding-left:30px;
    color: #FFFFF8;
    text-decoration: none;
  }

  /* Link without any actions */
  .current_page_item a, .page_item a {
    color:#FFFEF8;
    font-weight:bold;
    margin:1px 0 0px 0;
    padding:1px 4px 0px 4px;
    text-decoration:none;
    background:transparent;
    display:block;
    border-top:1px solid #333333;
    border-left:1px solid #333333;
    border-right:1px solid #333333;
  }

  /* Link while mouse hover */
  .page_item a:hover {
    color:#a5a5a5;
    background:#FFFEF8;
  }

  /* Link without any actions */
  .current_page_item a {
    color:#000000;;
    font-weight: bolder;
    border-bottom:1px solid #FFFEF8;
    background:#FFFEF8;
  }

  /* Link while mouse hover */
  .current_page_item a:hover {
    color:#a5a5a5;
    background: #FFFEF8;
  }


#mainsection_wrapper {
  clear: both;
}

#mainsection {
  padding: 3px 10px 20px 25px;
  margin-left: 180px;
}

  #content {
      margin-right: 195px;
  } 
  
  #sidebar_right {
    width: 180px;
    float: right;
  }
  
  .skiplink {
    display: none;
  }
  
  .post {
    padding-top: 15px;
  } 
    
  .post_headline {
    border-bottom: 3px solid #D2D0D0;
    font-size: 22px;
    padding-bottom: 2px;
    padding-top: 7px;
    font-variant:small-caps;
  }
  
  .post_headline a { 
    text-decoration:none;
    color: #000000;
  }

  .post_headline a:hover { 
    text-decoration:none;
    color: #000000;
  }

  
  .post_headline2 {
    border-bottom: 2px solid #D2D0D0;
    font-size: 18px;
    padding-bottom: 2px;
    font-variant:small-caps;
  }
  
  .post_headline2 a { 
    text-decoration:none;
    color: #000000;
  }
  
  .post_headline2 a:hover { 
    text-decoration:none;
    color: #000000;
  }
  
  .post_subline {
    padding-top: 0;
    margin-top: 0;
    color: #000000;
    font-size: 10px;
   }
   
   .post_subline a {
     text-decoration:none;
     color: #000000;
   }
   
  .entry {
    text-align:justify;
	line-height:1.6em;
   }
   
   cite {
     color: #000000;
   }
   
  .post a, .entry a, .url a, .postmetadata a, .commentmetadata a, #commentform a{
    color: #000000;
    text-docoration: underline;
  }
  
  .post a:hover, .entry a:hover, .url a:hover, .postmetadata a:hover, .commentmetadata a:hover, #commentform a:hover {
    background-color: #E8EBEE;
    color: #000000;
    text-decoration: underline;
  }
  
  pre, code {
    background: #e1e1e1 none repeat scroll 0%;
    color: #6c6c6c;
    font-family: courier;
    font-size: 90%;
    overflow: auto;
    padding: 1em;
	border: 1px solid #a9a9a9;
  }
   
  blockquote {
    margin:15px 10px;
    background: #FFFEF8 url(images/quote.gif) 0 0 no-repeat;
    padding-left:25px; 
  }

#menusection {
  float: left; 
  width: 180px;
  padding-left: 2px; 
  padding-top: 2px;
  padding-bottom: 15px;
}

  .v_menu {
    color: #4c4c4c;
  }

  .v_menu a {
    color: #4c4c4c;
    font-family: Verdana;
    font-size: 11px;
    text-decoration:none;
  }
  
  .v_menu a:hover {
    text-decoration:underline
  }
    

  .v_menu ul {
    margin: 0;
    padding: 0;
  }
  
  .v_menu ul li {
    margin: 8px 0 0 5px;
    padding: 0px;
    background: #D2D0D0;
    color: #4c4c4c;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    border:1px solid #000000;
	background:transparent url(images/menu_head.gif) repeat-x scroll left top;
	background-color:#E9E9E9;
    
  }
  
  .v_menu ul li h2 {
    padding: 2px 2px 2px 2px;
    margin: 0;

  }
  
  .v_menu ul li ul{
      margin: 0;
      padding: 0;
  }

  .v_menu ul li ul li{
    background: url(images/li_bg.gif) left top no-repeat;
    vertical-align: top;
    margin: 0px 0px 0px 3px;
    padding: 1px 1px 1px 7px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    border: none;
  }
  
  .widgettitle {
    color: #FFFFF8;
  }

  
/* Footer */
#pagefooter {
  clear: both;
  background-color: #D2D0D0;
  color: #333333;
  font-size:12px;
  text-align: right;
  padding:0px;
  margin:0px;
  heigth:16px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 1px solid #000000;
}

  #advertising_bottom {
    text-align:center;
    padding: 0px;
  }

#copyright {
  font-size: 10px;
  text-align: center;
}

#copyright a {
  color: #000000;
  text-decoration:none;
}

#copyright a:hover {
  background-color: #E8EBEE;
  color: #000000;
  text-decoration:underline;
}

.clearfix:after {
content:".";
display:block;
height:0;
font-size: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 */


h1 {
  font-size: 18px;
  font-weight: bolder;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

h2 {
  font-size: 16px;
  font-weight: bolder;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

h4 {
  font-size: 12px;
  font-weight: bold;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

.navigation {
  margin: 0;
  padding: 1em;
}

.navigation a {
  color: #000000;
  text-decoration:underline;
}

.navigation a:hover {
  color: #000000;
  background-color: #E8EBEE;
  text-decoration:underline;
}

.alignleft {
  float:left;
}

.alignright {
  float:right;
}


