/*/*  
Theme Name: Parchment
Theme URI: http://pension-haus-hirsch.com
Description: Parchment skin. Modifies the default skin beyond recognition.
Version: 0.1
Author: Wes Oldenbeuving
Author URI: http://www.narnach.net
*/


  body,html {
    background: #FFF4AB url(/nl/wp-content/themes/parchment/images/background-tile.png) repeat;
    color: #EFEFAB;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: arial, verdana, serif;
  }
  
  p.shortwrap {width: 50%;}
  a, a:link, a:visited, a:hover, a:active { color: #331;}
  h1 {margin-top: 0; font-size: 1.5em;}
  h2 {margin: 0; font-size: 1.3em;}
  p {margin: 1em 0 0 0;}
  form {margin: 0; padding: 0.5em 0 0.5em 0;}
  div {
    position: relative;
    border: 0;
    margin: 0;
  }
  div#page { 
    padding: 0.5em 0.5em 0.5em 0.5em; 
    background-color: transparent; 
    margin: 0.5em auto 0.5em auto; 
    width: 1000px;
  }
  
  div#sidemenu {
    position: absolute;
    top: 255px;
    left: 0px;
    width: 148px; 
    height: auto; 
    background: #764 url(/nl/wp-content/themes/parchment/images/menu-tile.png) repeat;
    border: 1px solid #764;
    padding: 5px 0 5px 0;
  }
  div#sidemenu ul { 
    list-style-type: none; 
    margin: 0; 
    padding: 0 0.5em 0 0.5em;
  }
  div#sidemenu ul li { margin: 0; padding: 0; }
  div#sidemenu ul li a { color: #cf6; text-decoration: none;}
  div#sidemenu ul li a:hover { text-decoration: underline; color: #9c3;}
  div#sidemenu ul li ul { list-style-type: disc; list-style-position: inside;}
  div#sidemenu h2 { border-bottom: 1px dotted #4C3823; color: 9c3; font-size: 1.1em; padding: 0 0 0 5px;}
  
  div#header {
    position: relative;
    display: block;
    width: 955px; 
    margin: 0 0 0 80px;
    background-color: none;
    background-image: url(/nl/wp-content/themes/parchment/images/parchment-more-bleached-header-3.png);
    background-repeat: repeat-y;
    border: none;
    height: 250px;
    padding: 0 10px 0 10px;
  }
  div#content {
    text-align: justify; 
    width: 790px; 
    margin: 0 0 0 150px;
    background-color: none;
    background-image: url(/nl/wp-content/themes/parchment/images/parchment-more-bleached-3.png);
    background-repeat: repeat-y;
    border: none;
    padding: 0.5em 2em 0.5em 1em;
    color: #EFEFAB;
/*    color: #111;*/
  }
  
    div#content a, div#content a:link, div#content a:visited, div#content a:hover, div#content a:active { color: #eea;}

  
  div#footer {
    text-align: center;
    color: #331; 
    width: 900px; 
    margin: 0 0 0 150px;
    background-color: none;
    background-image: url(/nl/wp-content/themes/parchment/images/parchment-more-bleached-bottom-3.png);
    background-repeat: repeat-y;
    background-position: -70px 0px;
    border: none;
    height: 210px;
    padding: 20px 10px 0 10px;
  }
  div#footer a, div#footer a:active, div#footer a:hover, div#footer a:visited { color: #331;}
  
  .post {margin-right: 2em;}
  
  ol.commentlist li {
    width: 500px;
    text-align: justify;
  }
  
