/* -- Reset -- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* -- Bios -- */

body {
  font-family: Helvetica, Arial, sans-serif;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #f5f5f5 0%, #f8f8f8 15%) fixed;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, #f5f5f5),
      color-stop(15%, #f8f8f8)
    )
    fixed;
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #f8f8f8 15%) fixed;
  background: -o-linear-gradient(top, #f5f5f5 0%, #f8f8f8 15%) fixed;
  background: -ms-linear-gradient(top, #f5f5f5 0%, #f8f8f8 15%) fixed;
  background: linear-gradient(top, #f5f5f5 0%, #f8f8f8 15%) fixed;
  text-align: center;
}

p,
blockquote {
  font-size: 15px;
  line-height: 1.4em;
  color: #222;
  margin: 10px 0;
}
h1 {
  font-size: 30px;
  color: #111;
}
h2 {
  font-size: 24px;
  color: #111;
}
h3 {
  font-size: 20px;
  margin: 20px 0 5px 0;
  color: #333;
}
ul {
  margin-bottom: 10px;
}
#content ul {
  list-style-type: disc;
  margin-left: 30px;
}
ol {
  list-style-type: decimal;
  margin-left: 30px;
}
li {
  font-size: 14px;
  color: #111;
  margin: 5px 0;
  line-height: 1.2em;
}
a:link,
a:active,
a:visited {
  color: #25548f;
  text-decoration: none;
}
a:visited {
  color: #2c64a8;
}
a:hover {
  color: #3273c2;
  text-decoration: underline;
}
blockquote {
  margin: 20px;
  font-weight: 700;
}

.italic {
  font-style: italic;
}
.c-align {
  text-align: center;
}
.small {
  font-size: 12px;
}

#header,
#wrap,
#footer {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

#header,
#footer {
  margin: 10px auto;
}

#header {
  padding: 0 20px;
}
#header #leaf {
  position: absolute;
  left: -10px;
}
#header #logo {
  margin: 45px 0 0 -8px;
}
#header #home {
  position: absolute;
  right: 15px;
  top: 15px;
}
#header p {
  margin: 0;
  padding: 5px 0;
}

#nav {
  margin: 10px 0 0 0;
  float: left;
  display: inline;
}

#nav a {
  display: block;
  color: #444;
  padding: 10px 15px;
  letter-spacing: 1.4px;
}
#nav a:hover {
  color: #111;
}

#nav li {
  background-color: #fff;
  background-image: url("/images/nav-bg.png");
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f8f8f8),
    color-stop(100%, #e0e0e0)
  );
  background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #e0e0e0 100%);
  background-image: -moz-linear-gradient(top, #f8f8f8 0%, #e0e0e0 100%);
  background-image: -ms-linear-gradient(top, #f8f8f8 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #f8f8f8 0%, #e0e0e0 100%);
  background-image: linear-gradient(top, #f8f8f8 0%, #e0e0e0 100%);
  border-radius: 7px 7px 0 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  color: #fff;
  float: left;
  margin: 0px;
  position: relative;
  font-size: 16px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

#nav li:last-child {
  border-right: 1px solid #ccc;
}

#nav li:hover {
  background: #f9f9f9;
}
#nav li.active {
  background: #fff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

#wrap {
  padding: 20px;
  background: #fefefe;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: auto;
}

#menu {
  width: 200px;
  float: left;
}

#menu ul li {
  font-size: 13px;
  margin: 5px 0;
  font-weight: 700;
}
#menu ul li a {
  font-weight: 400;
}

#content {
  width: 600px;
  float: right;
}

#dob {
  font-weight: 700;
  color: #555;
}

#portrait {
  float: right;
  margin: 0 0 20px 20px;
  width: 140px;
}

#content #contact {
  border: 1px solid #999;
  padding: 10px;
  background: #f2f2f2;
  box-shadow: 0px 0px 3px #ddd;
  list-style-type: none;
  margin: 0px;
}
#contact span {
  font-weight: 700;
}

#footer {
  text-align: center;
}
