/* MAIN
------------------------------------------------------------ */
body {
  font-size: 12px;
  color: #333;
  /*background: url(../images/body_background.png) repeat-x center top #E7DA9E;*/
  background: #999;
  font-family: Arial, Helvetica, sans-serif;
}
p {
  margin-bottom: 10px;
}
a {
  text-decoration: none;
}
a:hover {
}
a:visited {
  /*color: lightblue;*/
}

/* first for IE 6/7/8 */
@font-face {
  font-family: DINWebMedium;
  src: url("../fonts/DINWeb-Medium.eot");
}
/* Firefox, Safari, Chrome, Opera */
@font-face {
  font-family: DINWebMedium;
  /*src: url("../fonts/DINWeb-Medium.woff") format('woff');*/
  src: url("../fonts/DINOffc-Medi.ttf") format('truetype')
}






/* CONTAINER
------------------------------------------------------------ */
#container {
  /* 980px */
  width: 980px;
  /*min-height: 1200px;*/
  min-height: 1200px;
  
  margin: 0 auto;
  position: relative;
  overflow: auto;
  background: #FFF;
  
  border-top: 20px solid #F8D847;
}



/* HEADER
------------------------------------------------------------ */
#header {
  clear: both;
  position: relative;
  overflow: auto;
  margin: 0 auto;
  height: 140px;
}
#header div#logo {
}
#header div#logo a {
  position: absolute;
  left: 30px;
  top: 40px;
  display: block;
  background: url(../images/logo.png);
  width: 201px;
  height: 42px;
}
#header div#logo a span {
  display: none;
}

#header div.description {
  position: absolute;
  left: 919px;
  top: 34px;
  background: url(../images/icon.png);
  width: 30px;
  height: 36px;
}
  #header div.description span {
    display: none;
  }




/* HEADER - NAVIGATION
------------------------------------------------------------ */
#navigation {
  display: none;
}
#navigation ul {
}
#navigation ul li {
}
#navigation ul li a {
}
#navigation ul li a span {
  display: none;
}


/*
#navigation li:hover {
  background-position: 100% 0px;
}
body.home #navigation ul li.home a,
body.about #navigation ul li.about a,
body.contact #navigation ul li.contact a {
  background-position: 100% 0px;
}
*/

/* SECTION
------------------------------------------------------------ */
#section {
  clear: both;
  overflow: auto;
  width: 920px;
  margin: 0 auto;
}




/* SECTION - CONTENT
------------------------------------------------------------ */
#content {
  float: left;
  overflow: hidden;
  
  width: 480px;
  margin-right: 20px;
}

#content h1 {
  display: none;
  font-size: 22px;
  clear: both;
  color: #7E7E60;
  margin: 0 0 10px 0;
}
#content h2 {

}
#content h3 {
}
#content h4 {
}
#content h5 {
}
#content h6 {
}
#content p {
  line-height: 16px;
}
#content ul,
#content ol {
  margin-left: 30px;
  margin-bottom: 10px;
  line-height: normal;
}
#content ul {
  list-style: disc outside;
}
#content ol {
  list-style: decimal outside;
}
#content blockquote {
}
#content dl {
}
  #content dl dt {
  }
  #content dl dd {
  }


/*
#content div.post h1
#content div.post h2
#sidebar div.block h2
*/
.heading {
  font-family: DINWebMedium;
  text-transform: uppercase;
  
  background: url(../images/line.png) left bottom repeat-x;
  margin-top: 2px;
  padding-bottom: 8px;
  padding-bottom: 7px;
  margin-bottom: 10px;
  
  line-height: normal;
  font-size: 15px;
  
  /**/
  color: #333;
  font-weight: normal;
  text-decoration: none;
}
  .heading a {
    /* repeat */
    color: #333;
    font-weight: normal;
    text-decoration: none;
  }



/* partial - post
------------------------------------------------------------ */
#content div.post {
  clear: both;
  font-size: 14px;
  margin-bottom: 30px;
}
  #content div.post h2.heading {
  }
    #content div.post h2.heading a {
    }
  #content div.post h3.heading {
  }
    #content div.post h3.heading a {
    }
  #content div.post p.postmetadata {
    color: #CCC;
    font-size: 10px;
    border-bottom: 1px solid #CCC;
    font-family: Arial;
    line-height: normal;
  }
    #content div.post p.postmetadata a {
      font-weight: bold;
      color: #CCC;
    }
  
  #content div.post h5 {
    color: #09C;
    font-weight: normal;
    margin-bottom: 10px;
  }
  
  
  
  #content div.post div.entry {
    font-family: Georgia, Times;
  }
    #content div.post div.entry a {
      color: #999;
    }
    #content div.post div.entry p {
      line-height: 18px;
    }
    #content div.post div.entry a.more-link {
      display: block;
      margin-top: 10px;
      font-size: 12px;
      color: #666;
      font-family: Georgia, Times;
      font-style: italic;
    }
  #content div.post p.postmetadata {
    margin-bottom: 0;
  }
  #content div.post p.wp-caption-text {
    color: #999;
    font-size: 11px;
  }



/* later */
body.archive h2.pagetitle {
  display: none !important;
}
div.navigation {
  display: none !important;
}











/* SECTION - SIDEBAR
------------------------------------------------------------ */
#callouts {
  float: left;
  width: 200px;
  margin-right: 20px; /* not needed */
  
  line-height: normal;
}
#sidebar {
  float: right;
  width: 200px;
  line-height: normal;
}




div.block {
}
div.block h3.heading {
}
  div.block h3.heading a {
  }
div.block ul {
  margin-bottom: 30px;
  font-size: 11px;
}
  div.block ul li {
    margin-bottom: 3px;
  }
  div.block ul li a {
    color: #333;
    font-weight: normal;
  }
  div.block ul li.current_page_item a,
  div.block ul li.current_page_ancestor a{
    color: #999;
  }


div.block.featured ul li {
  line-height: normal;
  padding-top: 2px;
  padding-bottom: 20px;
  background: url(../images/line.png) left bottom repeat-x;
  margin-bottom: 7px;
}
  div.block.featured ul li.last {
    padding-bottom: 0px;
    background: none;
    margin-bottom: 0px;
  }
  div.block.featured ul li h4 {

    margin-top: 3px;
    margin-bottom: 12px;
    
    font-family: DINWebMedium;
    text-transform: uppercase;
    
    line-height: normal;
    font-size: 12px;
    
    color: #666;
    font-weight: normal;
    text-decoration: none;
  }









/* FOOTER (outside container!)
------------------------------------------------------------ */
#footer {
  width: 920px;
  margin: 0 auto;
  
  clear: both;
  overflow: auto;
  margin-top: 0px;
  display: block;
  line-height: normal;
  
  padding: 10px 30px;
  padding-bottom: 5px;
  background: #999;
  
  
}
  #footer ul {
    float: left;
    overflow: auto;  
  }
  #footer ul li {
    float: left;
    overflow: auto;
    padding-bottom: 5px;
  }
  #footer ul li a {
    color: #CCC;
    margin-right: 3px;
  }
  #footer ul li:before {
    content: "|";
    margin: 0 3px 0 0px;
    color: #CCC;
  }
  #footer ul li:first-child:before {
    content: "";
  }

  /* outside of #footer! */
  #footer p.copyright {
    margin-bottom: 10px;
    
    font-size: 10px;
    color: #B2B2B2;
    float: right;
  }
  #footer p.copyright span {
    display: block;
    margin-left: 15px;
  }








/* PAGE - GLOBAL
------------------------------------------------------------ */









/* PAGE - home
------------------------------------------------------------ */
body.home #content {
}

















/* PAGE - about (about.php)
------------------------------------------------------------ */
body.page-permalink-about #content {
  
}







