/*
---------------------------------------------------------------------------
TNG Photography
Author: Derrick Frazier
--------------------------------------------------------------------------- */

/* Resets and Default Values
--------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #000;
  color: #fff;
  font: 10px/1.5 Verdana, sans-serif;
}
a { text-decoration: none; }

/* Container
--------------------------------------------------------------------------- */
#container {
	margin: 0 auto;
	width: 800px;
}

/* Header
--------------------------------------------------------------------------- */
#header h1 a {
  background: transparent url(../img/logo.png) left top no-repeat;
  display: block;
  height: 93px;
  text-indent: -9999px;
  margin: 10px auto;
  width: 117px;
}
#header ul {
  background: transparent url(../img/nav-bg.png) left top repeat-x;
  height: 28px;
  list-style: none;
}
#header ul li {
  background: transparent url(../img/nav-divider.png) right top no-repeat;
  float: left;
  padding: 0 3px 0 1px;
  margin-top: 3px;
}
#header ul a {
  color: #fff;
  display: block;
  height: 23px;
  line-height: 23px;
  text-align: center;
  width: 120px;
}
#header ul a:hover { color: #ddd; }
#header ul li.active a {
  background: transparent url(../img/nav-active.png) left top no-repeat;
  font-weight: bold;
}

/* Main
--------------------------------------------------------------------------- */
#main {
  background: transparent url(../img/main-bg.jpg) left top no-repeat;
  min-height: 434px;
}

/* Footer
--------------------------------------------------------------------------- */
#footer {
  height: 30px;
  line-height: 30px;
}
#credits {
  float: right;
  margin-top: -30px;
}
#credits a {
  background: transparent url(../img/credits-ornament.png) left center no-repeat;
  color: #3f3e3e;
  display: block;
  padding-left: 10px;
  text-transform: uppercase;
}

/* Biography
--------------------------------------------------------------------------- */
#biography {
  background: transparent url(../img/biography-bg.png) left bottom no-repeat;
  padding: 30px;
}
* html #biography { background: transparent url(../img/biography-bg.jpg) left bottom no-repeat; }
#biography img {
  float: left;
  margin: 0 10px 10px 20px;
}
#biography p {
	color: #e9e5dc;
	font-size: 12px;
	margin-bottom: 20px;
}
#biography p.last { margin-bottom: 0; }
#biography p a { color: #aaa; }
#biography p a:hover {
  color: #fff;
  text-decoration: underline;
}
#biography .testimonial {
  font-style: italic;
  margin-top: -10px;
  padding-bottom: 10px;
}
#biography .testimonial p {
  margin: 0;
  padding-left: 50px;
}
#biography .testimonial p.salutation { padding-left: 20px; }

/* Portfolio
--------------------------------------------------------------------------- */
#portfolio {
	padding: 10px;
	height: 420px;
	text-align: center;
	margin: 10px;
}
  img.thumbs {
	margin-right: 2px;
	margin-bottom: 2px;
	border: solid black 1px;
	padding: 3px;
	background:#FFF
}
#main1 {
	left:420px;
	top:-400px;
	width:491px;
	height:315px;
	z-index:2;
	position:relative;
}
#thumbContainer {
	left:0px;
	top:0px;
	width:400px;
	height:430px;
	z-index:1;
	position:relative;
}

/* Specials
--------------------------------------------------------------------------- */
#specials { padding: 30px; }
#specials img {
  float: left;
  margin: -10px 5px -5px -1px;
}
#specials h2 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}
#specials p {
  color: #e9e5dc;
  font-size: 12px;
  line-height: 1.25;
  margin-bottom: 12px;
}
#specials ul {
  color: #e9e5dc;
  font-size: 12px;
  line-height: 1.25;
  margin-top: -10px;
  padding-left: 20px;
}

/* Contact
--------------------------------------------------------------------------- */
#contact { padding: 30px; }
#contact p {
  padding-bottom: 15px;
}
#contact input { width: 300px; }
#contact textarea {
	height: 200px;
	width: 300px;
}
#contact .button {
  text-align: right;
  width: 500px;
}
#contact .button input {
	width: auto;
	position: relative;
	left: 0px;
	top: -20px;
}
#test {
}
#container #header fb {
	background-image: url(../facebook.png);
	background-repeat: no-repeat;
}
.test {
	float: right;
	height: 830px;
	width: 400px;
	overflow: auto;
	padding: 30px;
	clear: both;
}
