@charset "UTF-8";
/* CSS for Wilson Whitaker Photography */
/* Designed by 3232 Design             */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	background-color: #968d78;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	background-position: 0 2px;
}

a {
	color: #cc0000;
}

img {
	border: none;
}

h1 {
	font-size: 24px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

p, ul, table {
	margin: 10px 0 10px 15px;
}

ul {
	padding: 0 0 0 10px;
	list-style-position: outside;
}

#headercontainer {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 133px;
}

#header1, #header2, #header3, #header4 {
	position: absolute;
	top: 0px;
	height: 133px;
	background: transparent url(assets/bg.jpg) repeat-x;
}

#header1 {
	left: 0px;
	width: 50%;
	background-position: right top;
}

#header2 {
	right: 0px;
	width: 50%;
	background-position: left top;
}

#header3 {
	left: 0px;
	width: 450px;
	background-position: right top;
}

#header4 {
	left: 450px;
	width: 450px;
	background-position: left top;
}

#headermain {
	position: relative;
	z-index: 2;
	width: 900px;
	height: 133px;
	margin: 0 auto;
	padding: 0;
}

#headeroverlay {
	position: relative;
	top: 26px;
	width: 806px;
	height: 107px;
	margin: 0 auto;
	background: transparent url(assets/head2.png) center top no-repeat;
}

#homelink {
	position: absolute;
	display: block;
	left: 0px;
	top: 10px;
	width: 400px;
	height: 56px;
}

#infolink {
	position: absolute;
	display: block;
	left: 111px;
	top: 68px;
	width: 185px;
	height: 16px;
}

#infolink:hover {
	border-bottom: 1px solid #b4ae9a;
}

#gallerymenu {
	position: absolute;
	left: 410px;
	right: 30px;
	top: 0px;
	height: 112px;
	text-align: right;
}

#gallerymenu a {
	-moz-opacity: 0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
}

#gallerymenu a:hover {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

#navcontainer {
	position: absolute;
	left: 50px;
	right: 46px;
	bottom: 0px;
	height: 18px;
	padding: 0;
}

#navbar {
	float: right;
	height: 18px;
	padding: 0;
	text-align: right;
	font-family: 'Times New Roman', Times, serif;
	font-size: 14px;
	color: #FFC;
	text-transform: uppercase;
}

#navbar a {
	text-decoration: none;
	color: #FFC;
	padding: 2px;
}

#navbar span {
	font-weight: bold;
}

.subcontainer {
	position: relative;
	display: inline;
	padding: 0;
	margin: 0;
}

.subcontainer .subcontainer {
	display: block;
}

#navbar a:hover, #navbar>div:hover, #navbar>div:hover>a, #navbar>div>a:hover {
	background-color: #CC9;
	color: #333;
}

#navbar>.subcontainer:hover {
	padding-bottom: 10px;
}

.submenu {
	position: absolute;
	right: -1px;
	top: 18px;
	min-width: 150px;
	display: none;
	background-color: #CC9;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	box-shadow: 1px 1px 5px #000;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
}

.submenu .submenu {
	right: 100%;
	top: 0px;
	margin-right: -10px;
	border-top: 1px solid #000;
}

.subcontainer:hover>.submenu {
	display: block;
}

#navbar div div a, #navbar div div span {
	display: block;
	color: #333;
}

#navbar div div a:hover, #navbar>div>div>div:hover>a {
	background-color: #BB8;
}

#container {
	position: relative;
	width: 900px;
	margin: 140px auto 0 auto;
}

#gallerythumbs {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 10px 0 20px 0;
	text-align: center;
}

.gtc, .gtch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 2px;
	border: 2px solid #421;
}

.gtch {
	background: transparent url(assets/loading1_sm.gif) center center no-repeat;
}

.gtc img {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
}

.gtch img {
	display: none;
}

.gtc:hover img {
	left: -25px;
	top: -16px;
	z-index: 3;
	width: 100px;
	height: 100px;
	border: 1px solid #000;
}

#galleryhead {
	position: absolute;
	left: 80px;
	top: -30px;
}

#galleryfull {
	position: relative;
	float: left;
	width: 420px;
	margin-top: 120px;
	text-align: right;
}

#galleryimage {
	width: 350px;
	border: 2px solid #000;
}

#gallerycaption {
	float: right;
	width: 350px;
	padding: 2px;
	background-color: #000;
	color: #CCC;
	text-align: left;
}

#content {
	float: right;
	width: 50%;
	clear: both;
	margin-top: 90px;
}

