/* inner.css */

html, body {
  margin:0;
  padding:0;
  color:#7b0606;
  font-size:16px;
  background-color:#c9edcc;
  }

body {
  margin:auto;
  padding:2em 0;
  }
#header {
  width:100%;
  margin:0;
  border:0;
  padding:0 0 35px 0;
  background: url(../images/fleur_24x24.png) repeat-x center bottom;
  }
h1 {
  max-width:950px;
  margin:auto;padding:0;
  }
h1 img {
  border:0;margin:0;padding:0;
  }
h1#line-1 {
  text-align:center;
}
h1#line-2 {
  text-align:center;
  }
h1#line-1 img {height:0.9em;}
h1#line-2 img {height:0.5em;}

#content {
  position:relative;
  max-width:900px;
  margin:auto;
  font:0.8em Verdana, Arial, Helvetica, sans-serif;
  }
h2 {
  text-align:center;
  }
h2 img {
  height:2.5em;
  }
h3 {
  text-align:center;
  }

#text {
  margin:0 170px;
  text-align:left;
  letter-spacing:0.05em;
  line-height:1.25;
  }
.end-of-text {
  text-align:center;
  }
#credentials {
  margin-top:2em;
  }
p img {
  position:relative;
  top:0.4em;
  padding-right:0.5em;
  }

#text a, #text a:visited {
  color:#063;
  }
#text a:hover {
  color: #7b0606;
  }

#faq, #details-list {
  list-style-type:none;
  padding:0;
  }
#faq p:first-child, #details-list p:first-child {
  font-weight:bold;
  }

#details-list {
  list-style-type:none;
  }
#nav-list {
  position:absolute;
  top:4.3em;
  left:1em;
  list-style-type:none;
  margin:0;
  padding:0 0 24px 0;
  }
#nav-list li {
  margin-top:1.5em;
  }
#nav-list img {
  border:none;
  display:block;
  width:100px;
  }
.current a {
  cursor:auto;
  }

#contact-list {
  list-style-type:none;
  }
.contact-item {
  display:inline-block;
  width:7em;
  padding-bottom:0.5em;
  }
#chris-picture {
  float:right;
  margin: 2em 4em 0 0;
  }
#chris-picture a {
  display:block;
  width:100%;
}
#chris-picture img {
  border: 1px solid #7b0606;
  width:100px;
  float:right;
  }
#apld-logo img {
  margin-top:0.5em;
  width:40px;
  height:58px;
  }

#footer {
  width:100%;
  background-color:#c9edcc;
  position:fixed;
  bottom:0;
  text-align:center;
  }
#footer a {
  text-decoration:none;
  color:#063;
  font:0.6em Verdana, Arial, Helvetica, sans-serif;
  }
#footer a:hover {
  color:#7b0606;
  }
#footer img {
  border:none;
  }
#cv-logo {
  height:1em;
  }
