@import url(reset.css);

body {
  background-color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
}
body.home #container {
  background-image: url(../img/container-bg-home.jpg);
}
body.david #container {
  background-image: url(../img/container-bg-david.jpg);
}
body.stacey #container {
  background-image: url(../img/container-bg-stacey.jpg);
}
body.services #container {
  background-image: url(../img/container-bg-services.jpg);
}
body.documentaries #container {
  background-image: url(../img/container-bg-documentaries.jpg);
}
body.music #container {
  background-image: url(../img/container-bg-music.jpg);
}
body.sports #container {
  background-image: url(../img/container-bg-sports.jpg);
}
body.resume #container {
  background-image: url(../img/container-bg-resume.jpg);
}
body.contact-us #container {
  background-image: url(../img/container-bg-contact-us.jpg);
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
a {
  color: #fff;
  text-decoration: underline;
}
#container {
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #5081b5;
	background: transparent url(../img/container-bg.jpg) scroll no-repeat left top;
	width: 887px;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
  position: relative;
  border-bottom: 1px solid #262c36;
  background: transparent url(../img/header-bg.png) scroll no-repeat left top;
  height: 117px;
}
#logo {
  position: absolute;
  left: -35px;
  top: 12px;
}
#navigation {
  position: absolute;
  right: -5px;
  top: -9px;
  border-right: 1px solid #5081b5;
  text-align: right;
  font-size: 0.833em;
  z-index: 10;
}
#navigation li {
  float: left;
  background: transparent url(../img/nav-item-bg.gif) scroll no-repeat left top;
  padding-left: 25px;
}
#navigation li:first-child {
  background-image: url(../img/nav-first-item-bg.gif);
  padding-left: 27px;
}
#navigation a {
  display: block;
  background: #4b4a50 url(../img/nav-item-link-bg.gif) scroll repeat-x left top;
  padding: 2px 2px 0 2px;
  height: 23px;
  text-decoration: none;
}
#navigation li ul {
  position: absolute;
  visibility: hidden;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #5081b5;
  background-color: #275689;
  text-align: left;
}
#navigation li:first-child ul {
  margin-left: -2px;
}
#navigation li li {
  float: none;
  padding: 0;
  background-image: none;
}
#navigation li li:first-child {
  padding: 0;
  background-image: none;
}
#navigation li li a {
  background-color: transparent;
  background-image: none;
  padding: 4px 8px;
  height: auto;
}
#navigation li li a:hover {
  background-color: #38679a;
}
#section-title {
  position: absolute;
  right: 25px;
  bottom: 10px;
  font-size: 200%;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#content {
  background: transparent url(../img/content-bg.png) scroll no-repeat left top;
  padding: 26px 0;
  min-height: 510px;
}
/* float clearing */
#content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#content .section {
  background: transparent url(../img/section-bg.png) scroll no-repeat 50% 20px;
  padding-top: 47px;
}
#content .section:first-child {
  background-image: none;
  padding-top: 0;
}
#content .section:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#content .text {
	width: 350px;
	float: left;
	line-height: 1.8;
	margin-top: 0;
	margin-right: 65px;
	margin-bottom: 0;
	margin-left: 65px;
}
#content .text h3, #content .text h4, #content .text h5, #content .text h6, #content .text p, #content .text dl, #content .text ol, #content .text ul {
  margin: 15px 0;
}
#content .text li {
  margin-left: 40px;
  list-style-type: disc;
}
#content .images {
	border: 1px solid #5081b5;
	width: 335px;
	float: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#content .images img {
  display: block;
}
#content .text .featured {
  border: 1px solid #FFCC33;
  padding: 10px 20px;
}
#content .text .featured li {
  list-style-type: none;
  margin-left: 0;
}
#content .text .featured .title {
  display: block;
}
#page-title {
  margin-bottom: -10px;
}
#page-title h2 {
  display: inline;
  background: transparent url(../img/page-title-bg.gif) scroll no-repeat right 50%;
  padding-right: 100px;
  font-size: 180%;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #abcff4;
}
#footer {
  position: relative;
  background: transparent url(../img/footer-bg.png) scroll no-repeat left top;
  height: 80px;
  overflow: hidden;
}
#clients {
  background-color: #fff;
}
#clients h2 {
  position: absolute;
  left: 20px;
  top: 15px;
  width: 150px;
  font-size: 180%;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #abcff4;
}
#clients ul {
  position: absolute;
  left: 200px;
  top: 5px;
  width: 680px;
  text-align: right;
}
#clients li {
  display: inline;
  padding: 0 15px;
}
#clients li img {
  vertical-align: middle;
}
#copyright {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 5px;
  width: 100%;
  font-size: 0.833em;
  text-align: center;
  color: #fff;
}
