/* Simple Reset */

* {
  margin: 0;
  padding: 0;
}

/* General Styles */

html {
  background: url('../img/bg_tile.jpg') #18222b;
}

body {
  color: #fcfcfc;
  font: 14px/1.3 'Segoe UI',Arial, sans-serif;
  background: url('../img/bg_center.jpg') center 240px no-repeat;
}

a, a:visited {
  text-decoration: none;
  outline: none;
  color: #54a6de;
}

a:hover, {
  text-decoration: underline;
  outline: none;
}

img {
  outline: none;
  border: 0;
}

.cls {
  clear: both;
}

/* Headers & Footers */

header {
  background: url('../img/header.png') repeat-x;
  font-family: 'Henny Penny', Arial, sans-serif;
  font-size: 24px;
  display: block;
  padding: 10px;
  height: 24px;
  text-shadow: 4px 4px 4px #000;
}

.header_title {
  float: left;
}

.header_links {
  float: right;
  font: 14px/1.3 'Segoe UI',Arial, sans-serif; 
  padding-top: 0px;
}

/* Green Filter Bar */

#filter {
  background: url("../img/bar.png") repeat-x 0 -94px;
  display: block;
  height: 39px;
  margin: 20px auto 15px auto;
  position: relative;
  width: 600px;
  text-align: center;
  -moz-box-shadow: 0 4px 4px #000;
  -webkit-box-shadow: 0 4px 4px #000;
  box-shadow: 0 4px 4px #000;
}

#filter:before, #filter:after {
  background: url("../img/bar.png") no-repeat;
  height: 43px;
  position: absolute;
  top: 0;
  width: 78px;
  content: '';
  -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.4);
  box-shadow: 0 2px 0 rgba(0,0,0,0.4);
}

#filter:before {
  background-position: 0 -47px;
  left: -78px;
}

#filter:after {
  background-position: 0 0;
  right: -78px;
}

#filter a{
  color: #FFFFFF;
  display: inline-block;
  height: 39px;
  line-height: 37px;
  padding: 0 15px;
  text-shadow:1px 1px 1px #315218;
}

#filter a:hover {
  text-decoration: none;
}

#filter a.active {
  background: url("../img/bar.png") repeat-x 0 -138px;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2), 
              -1px 0 0 rgba(255, 255, 255, 0.2),
              1px 0 1px rgba(0,0,0,0.2) inset,
              -1px 0 1px rgba(0,0,0,0.2) inset;
}

/* Content Area */

#container {
  display: block;
  overflow: hidden;
  width: 830px;
  margin: 0 auto;
}

#container li {
  float: left;
  height: 96px;
  list-style: none outside none;
  margin: 4px;
  position: relative;
  width: 125px;
  -moz-box-shadow: 0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}

#container ul {
  overflow: hidden;
}

#container ul.hidden {
  display: none;
}

.bio, .resume, .contactme {
  display: block;
  overflow: hidden;
  width: 830px;
  margin: 0 auto;
  display: none;
}

.bio h1, .resume h1, .contactme h1 {
  font: 28px 'Henny Penny', Arial, sans-serif;
  padding: 15px 0 10px 0;
  color: #7fc346;
}

/* The Footer */

footer {
  display: block;
  background: url('../img/footer.png') repeat-x;
  height: 24px;
  padding: 10px;
  margin-top: 15px;

}

footer h2 {
  left: 50%;
  color: #eee;
  text-align: center;
  text-shadow: 4px 4px 4px #000;
  font: 14px/1.3 'Segoe UI',Arial, sans-serif; 
  font-weight: normal;
  padding-top: 5px;
}

footer h2 a, h2 a:visited, h2 a:hover {
  border: none;
  text-decoration: none;
}
