/* 
   Filename: dp.css
   Language: Cascading Stylesheet
     Author: Will Hardy
       Date: 2006-04-26
Description: Stylesheet for Hildi project

 (c) copyright 2006 Will Hardy

 Colour palette:
 light pink: f8aecf
    crimson: d08
       pink: d08

  background: #d587b3;

 Elements:
    company
    naviation
    links
    content

*/

body {
 background: #fff;
 font-family: arial, sans-serif;
 position: relative;
 width: 765px;
 height: 32.5em;
 margin: 20px auto 10px auto;
}

/* Layout
 ******************************************************************************/
#content {
  position: absolute;
  top: 0;
  left: 155px;
  height: 28em;
  font-size: 90%;
  width: 369px;
  padding: 0 30px;
  padding-top: 15px;
  padding-left: 35px;
  border-left: 1px solid #f8aecf;
  z-index: 5; /* content is king */
}

#company {
  /* position: absolute;
  bottom: 0;
  left: 140px;
  padding: 0 30px;
  margin-top: 40px;
  z-index: 4; */
}

#links {
  position: absolute;
  left: 0;
  top: 30px;
  font-size: 90%;
  margin: 0; padding: 0;
}

#navigation {
  position: absolute;
  right: 0;
  top: 25px;
  font-size: 90%;
  margin: 0; padding: 0;
}
/* #faqs {
  position: absolute;
  bottom: 18px;
} */


/* Style
 ******************************************************************************/

#navigation li {
  display: block;
  width: 160px;
  text-align: left;
  margin: 5px 0;
}
#navigation li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 70%;
  background: #d587b3;
  background: #d08;
  color: white;
  font-weight: normal;
  display: block;
  margin: 0;
  padding: 10px 5px;
}
#navigation li.on a:hover, 
#navigation li.on a {
  background: #fff;
  color: #d08;
  padding: 9px 4px;
  border: 1px solid #d08;
}
#navigation li a:hover {
  color: #fff;
  background: #d08;
  background: #d587b3;
  padding: 10px 5px;
  border: none;
}

#links li {
  display: block;
  width: 148px;
  text-align: left;
  margin: 0;
}
#links li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 90%;
  background: none;
  color: #666;
  display: block;
  margin: 0;
  padding: 5px 0;
}
#links li a:hover {
  color: #d08;
  background: none;
}
#links li.on a {
  color: #000;
  background: none;
}
#company {
  font-size: 90%;
}
#company h3 {
  font-weight: normal;
  font-size: 100%;
  margin-left: -10px;
}
#company p {
  text-transform: uppercase;
  font-size: 90%;
  margin-left: -10px;
}

/* Typography
 ******************************************************************************/
h1 {
  font-size: 90%;
  font-weight: normal;
  text-transform: uppercase;
  background: url(../images/arrows.png) left center no-repeat;
  padding-left: 30px;
  margin-left: -30px;
  color: #d08;
  border-bottom: 1px solid #f8aecf;
  margin-bottom: 5px;
  margin-right: -10px;
  line-height: 24px; 
}
#company img {
   margin-top: 15px;
   margin-left: -35px;
}
h2 {
  display: block;
  height: 1.4em;
  background: #f8aecf;
  font-size: 85%;
  padding: 5px 10px 15px 10px;
  margin: 0 -10px;
  font-weight: normal;
  
}
h3 {
  font-size: 90%;
  font-weight: bold;
}
p {
  font-size: 80%;
  text-align: justify;
}
ul {
  font-size: 80%;
  list-style: none;
  list-style: disc url(../images/bullet.png) outside;
  padding: 5px;
}
li {
  margin: 4px 0;
}
a {
   color: #d08;
   text-decoration: none;
}
a:visited {
   color: #d08;
}
a img {
  border: none;
}
table {
  font-size: 80%;
}

table.layout {
  border-collapse: collapse;
}

table.pretty {
  border-collapse: collapse;
}
table.pretty th { text-align: left; padding: 5px 3px;}
table.pretty td { text-align: center; }
table.pretty tr.header th {
   text-align: center;
   text-transform: uppercase;
}
table.pretty td { text-align: center; }
table.pretty tr.header th.normal {
   text-transform: none;
}
table.pretty td, table.pretty th {
  height: 1.3em;
  border: 1px solid #d08;
}
table tr.header td,
table tr.header th,
table tr.odd td, 
table tr.odd th {
  background: #f8aecf;
  color: black;
}
#location {
  display: none; /* using image for now */
  color: white;
  width: 800px;
  margin: 0;
  padding: 0;
  background: #d08;
  background: #74171b;
  font-weight: normal;
}
#location h3 {
  margin-bottom: 2px;
}
#location ul {
  margin: 0; padding: 0;
}
#location td {
  padding-left: 10px;
}

.logo {
  display: block;
  background: url(../images/hildi-words.png) left center;
  width: 265px;
  height: 24px;
  display: none;
}

