/**
 * @file
 * General Layout and Page Styling
 */


/*
 * Body
 */
div#page-wrapper {
  /*border-left: 2px solid #FF6600;
  border-right: 2px solid #FF6600;*/
  margin: 0 auto;
  width: 760px;
}

div#page {
  background-color: #FFFFFF;
}

/*
 * Main (container for everything else)
 */
div#main-wrapper {
  padding: 0 30px;
  position: relative;
}

/*
 * Header
 */
div#header-wrapper {
  padding: 0 30px;
}

div#logo {
  margin-bottom: 20px;
  padding-top: 10px;
}

/*
 * Content
 */
div#content {
  padding: 30px 0 80px;
}

div#content ul  {
  padding: 10px 30px 10px;
  font-size: 1.3em;
  line-height: 1.6em;
  margin-bottom: 1.6em;
}

/*
 * References
 */

 div#refs {
  width:100%;
}

div#singleRef {
  height:100px;
  margin-top: 3px;
  border: 1px solid #FF6600;
}

div#singleRef img {
  max-height: 100px;
  max-width: 200px;
  margin-left: 10px;
  position: absolute;
  vertical-align: middle;
}

div#singleRef h1 {
  text-align: right;
  vertical-align: top;
  margin-right: 10px;
  margin-top: 5px;
  font-size: 2em;
}

div#singleRef h2 {
  text-align: right;
  vertical-align: center;
  margin-right: 10px;
  font-size: 1.5em;
}

div#singleRef h3 {
  text-align: right;
  vertical-align: bottom;
  margin-right: 10px;
  font-size: 1.5em; 
}

/*
 * Footer
 */
div#footer {
  background-color: #333333;
  border-top: 5px solid #FF6600;
  height: 50px;
  padding-top: 10px;
  text-align: center;
  width: 760px;
}
div#footer p {
  color: #CCCCCC;
  margin: 0;
}
