@charset "utf-8";
/**
 * style.css
 */

/**
 *  init
 */
 /* selection */
   ::-moz-selection {
     background: #fc0;
     color: #121212;
     text-shadow: none;
   }
   ::selection {
     background: #fc0;
     color: #121212;
     text-shadow: none;
   }


  header,footer,section,nav,article, dl, dt, dd { display:block }
  * {
    margin: 0;
    padding: 0;
    border: 0;
  }
  ul, ol {
    list-style: none;
  }
  h1,h2,h3,h4,h5,h6,p,div {
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
  }
  body {
    background: #dbdbdb url(../imgs/bg.gif) repeat-x center top;
    color: #000000;
    font-size: 14px;
    line-height: 1.7;
    font-family: "Times New Roman", serif;
    text-shadow: 0 1px 0 #efefef;
  }
  a { color: #666666; }
  a:hover { text-decoration: none; }

/**
 *  GLOBAL_CLASSES
 */
  .wrapper {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  section {
    margin-bottom: 80px;
  }
  section h2 {
    float: left;
    padding: 0 20px 5px 10px;
    border-bottom: 10px solid #fc0;
    font-weight: bold;
  }
  .content {
    margin-left: 185px;
  }

/**
 *  #Header
 */
  #Header {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #Header nav {
    position: absolute;
    left: 180px;
    top: 10px;
  }
  #Header nav li {
    float: left;
    padding-right: 3em;
  }
  #Header nav a {
    color: #000000;
    text-decoration: none;
  }
  #Header nav a:hover {
    text-decoration: underline;
  }

/**
 *  #Works
 */
  #Works li {
    margin-bottom: 3em;
  }
  #Works li .meta {
    position: relative;
    margin: 5px;
  }
  #Works li .meta .description {
    color: #333333;
    font-size: 12px;
  }
  #Works li .meta .link {
    position: absolute;
    right: 0;
    top: 0;
  }
  
/**
 *  #About
 */
  #About dl {
    margin-bottom: 1em;
  }
  #About dl { zoom:1; }
  #About dl:after{ content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
  #About dt {
    float: left;
    width: 180px;
  }
  #About dd {
    margin-left: 180px;
    margin-bottom: 0.5em;
  }
  #About dd span {
    font-size: 10px;
    line-height: 2;
    color: #333333;
  }
  
/**
 *  #Footer
 */
  #Footer {
    padding: 20px 0;
    color: #666666;
    font-size: 10px;
    text-align: right;
  }
