@CHARSET "ISO-8859-1";

/* Import framework css specifications */
@IMPORT url("framework.css");

#body {
  font-family:arial, verdana, sans-serif;
}

#header {
  background-color:#111B0A;
  border-bottom:3px solid #303030;
  color:#F1F1F1;
}

#header #nav hr {
  height:1px;
  width:85%;
  border:0;
  background-color:#F1F1F1;
  margin-bottom:0;
  margin-top:0;
}

#header #nav #logo {
  margin-bottom:0;
  margin-top:0;
  margin-left:10%;
  margin-right:10%;
  text-align:right;
  font-style:italic;
  height:40px;
  overflow:hidden;
  background-repeat:no-repeat;
  background-image:url("../images/green/logo.png");
  position:relative;
}

#header #nav #logo h1 {
  margin:0;
  padding:0;
  font-size:.8em;
  position:absolute;
  bottom:0;
  right:0;
}

#footer {
  background-color:#111B0A;
  border-top:3px solid #303030;
  color:#F1F1F1;
  font-size:0.7em;
}

#content {
  background-color:#F1F1F1;
  color:#444647;
}

#footerContent {
  float:left;
  padding:2px;
  margin-left:3px;
}

#footerBadge {
  float:right;
  padding:2px;
  margin-right:3px;
}

#content p {
  text-indent: 20px;
}

#content a:link, a:visited, a:active {
  color:#111B0A;
}

#content a:hover {
  color:#303030;
}

#header a:link, a:visited, a:active {
  text-decoration:none;
  color:#F1F1F1;
}

#header a:hover {
  text-decoration:underline;
  color:#303030;
}

.resume h2 {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 12pt;
  font-weight: normal;
}

.resume .subsection {
  padding-left: 20px;
}

.resume h3 {
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 5px;
}
