/* Aaron Hatch's online portfolio CSS */

/* IMPORT MASS RESET CSS */
@import "mass_reset.css";

/* IMPORT HIGHSLIDE CSS */
@import "highslide.css";

body {
	background: url('images/bodybg.png') top right #939cb0 scroll no-repeat;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

#container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	margin: 0;
}

h1 {
	background: transparent;
	position: absolute;
	width: 204px; height: 162px;
	top: 14px; left: 4px;
	text-indent: -9000px !important;
	z-index: 2;
}

h2 {
	background: transparent;
	position: absolute;
	width: 152px; height: 131px;
	top: 96px; left: 146px;
	text-indent: -9000px !important;
	z-index: 1;
}

/* Transparent PNGs Overlaying H1 and H2 */

#alphaImage1 {
	height: 162px !important;
	width: 204px !important;
	background-image: url('h1.png');
	position: absolute;
	top: 14px; left: 4px;
	z-index: 2;
	border: none;
}   

* html #alphaImage1 /* Will only be seen by IE 6 */ {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='h1.png',sizingMethod='scale');
	position: absolute;
	top: 14px; left: 4px;
	z-index: 2;
	border: none;
}

#fallbackImage1 {
	display: none;
	border: none;
}

#alphaImage2 {
	height: 131px !important;
	width: 152px !important;
	background-image: url('h2.png');
	position: absolute;
	top: 96px; left: 146px;
	z-index: 1;
	border: none;
}   

* html #alphaImage2 /* Will only be seen by IE 6 */ {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='h2.png',sizingMethod='scale');
	position: absolute;
	top: 96px; left: 146px;
	z-index: 1;
	border: none;
}

#fallbackImage2 {
	display: none;
	border: none;
}

/* Top Nav */

ul#nav {
	height: 49px;
	width: 485px;
	background: url('images/navbg.png') no-repeat;
	position: absolute;
	top: 150px; right: 46px;
	z-index: 2;
	list-style: none;
}

ul#nav li {
	height: 25px;
	list-style: none;
	position: absolute;
	top: 13px;
	z-index: 3;
	overflow: hidden;
	margin-left: 0px;
}

/* ul#nav li img {
	position: relative;
	border: none;
	left: 0;
}

ul#nav li a:hover img {
	left: -93px;
} */

ul#nav li span {
	display: block;
	height: 25px;
	background-position: left;
	background-repeat: no-repeat;
	text-indent: -9000px;
	cursor: pointer;
}

/* Fixes IE 6 Suck On State */
* html ul#nav li a:hover {
	background-position: 0 0;
}

ul#nav li a:hover span {
	background-position: right;
}

li.advertising {
	width: 93px;
	left: 34px;
}

li.advertising span {
	width: 93px;
	background: url('images/advertising_link.png');
}

li.illustration {
	width: 88px;
	left: 155px;	
}

li.illustration span {
	width: 88px;
	background: url('images/illustration_link.png');
}

li.photo {
	width: 46px; height: 28px !important;
	left: 271px;
}

li.photo span {
	width: 46px; height: 28px !important;
	background: url('images/photo_link.png');
}

li.print {
	width: 38px; height: 28px !important;
	left: 345px;
}

li.print span {
	width: 38px; height: 28px !important;
	background: url('images/print_link.png');
}

li.web {
	width: 34px;
	left: 412px;
}

li.web span {
	width: 34px;
	background: url('images/web_link.png');
}

/* Last Updated Bubble */

#updated {
	background: transparent;
	position: absolute;
	width: 65px; height: 51px;
	top: 125px; right: 380px;
	text-indent: -9000px !important;
	z-index: 2;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}

#alphaImage3 {
	height: 51px !important;
	width: 65px !important;
	background-image: url('updated.png');
	position: absolute;
	top: 125px; right: 380px;
	z-index: 3;
	border: none;
}   

* html #alphaImage3 /* Will only be seen by IE 6 */ {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='updated.png',sizingMethod='scale');
	position: absolute;
	top: 125px; right: 380px;
	z-index: 3;
	border: none;
}

#fallbackImage3 {
	display: none;
	border: none;
}

/* Content */

#contentTop {
	background: url('images/content_top_bg.png') top transparent no-repeat;
	/* position: absolute; */
	height: 228px;
	width: 955px;
	/* top: 191px; left: 16px; */
	position: relative;
	margin-top: 191px;
	margin-left: 16px;
}

span.bio {
	display: block;
	height: 130px;
	width: 640px;
	padding: 18px 37px 26px 26px;
	background: url('images/biobg.png') top transparent no-repeat;
	position: absolute;
	top: 42px;
	left: 21px;
	font-size: 12px;
	line-height: 13px;
	overflow: hidden;
}

span.bio a {
	font-weight: bold;
	color: #ed6b00;
	text-decoration: none;
}

span.bio a:hover {
	color: #374359;
}

#bioPicture {
	height: 170px;
	width: 195px;
	position: absolute;
	top: 44px;
	right: 28px;
	background: url('images/biopicture.png') top no-repeat;
	text-indent: -9000px;
}

#contentMain {
	background: url('images/content_bg.png') repeat-y #fff;
	/* position: absolute; */
	width: 955px;
	/* top: 419px; left: 16px; */
	margin-left: 16px;
}

#contentBottom {
	background: url('images/content_bottom_bg.png') no-repeat;
	width: 955px;
	height: 8px;
	text-indent: -9000px;
	padding: 0;
	margin: 0;
	font-size: 1px;
	line-height: 1px;
}

/* Glamor Shots */

ul#glamorShots {
	position: relative;
	width: 908px;
	list-style: none;
	margin-top: 0;
	margin-left: 4px;
	padding-top: 0;
}

ul#glamorShots li {
	display: block;
	height: 177px;
	width: 908px;
	list-style: none;
	padding-top: 0;
	margin-top: 14px;
}

ul#glamorShots li h3 {
	display: block;
	position: absolute;
	height: 35px;
	text-indent: -9000px;
	background-repeat: no-repeat;
	background-color: transparent;
	left: 15px;
}

ul#glamorShots li span {
	display: block;
	height: 177px;
	width: 908px;
	text-indent: -9000px;
	background-position: bottom left;
	background-repeat: no-repeat;
	cursor: pointer;
}

/* Fixes IE 6 Stuck On State */
* html ul#glamorShots li a:hover {
	background-position: bottom left;
}

ul#glamorShots li a:hover span {
	background-position: bottom right;
}

ul#glamorShots li.adShot {
	margin-top: 0px;
}

ul#glamorShots li.adShot h3 {
	width: 111px;
	top: -19px;
	background-image: url('images/h3ad.png');
}

ul#glamorShots li.adShot span {
	background-image: url('images/ad_glamor_shot.jpg');
}

ul#glamorShots li.illShot h3 {
	width: 118px;
	background-image: url('images/h3ill.png');
	top: 172px;
}

ul#glamorShots li.illShot span {
	background-image: url('images/ill_glamor_shot.jpg');
}

ul#glamorShots li.photoShot h3 {
	width: 64px;
	background-image: url('images/h3photo.png');
	top: 363px;
}

ul#glamorShots li.photoShot span {
	background-image: url('images/photo_glamor_shot.jpg');
}

ul#glamorShots li.printShot h3 {
	width: 64px;
	background-image: url('images/h3print.png');
	top: 554px;
}

ul#glamorShots li.printShot span {
	background-image: url('images/print_glamor_shot.jpg');
}

ul#glamorShots li.webShot {
	padding-bottom: 5px;
}

ul#glamorShots li.webShot h3 {
	width: 50px;
	background-image: url('images/h3web.png');
	top: 745px;
}

ul#glamorShots li.webShot span {
	background-image: url('images/web_glamor_shot.jpg');
}

/* Subpage Content */

#subContentTop {
	width: 955px;
	height: 60px;
	/* position: absolute; */
	/* top: 191px; left: 16px; */
	position: relative;
	margin-top: 191px; left: 16px;
	background: url('images/subcontent_top_bg.png') transparent no-repeat;
}

#subContentTop h3 {
	display: block;
	position: absolute;
	top: 15px; left: 23px;
	background-position: top;
	background-color: #fff;
	background-repeat: no-repeat;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9000px;
}

#subContentTop h3.illustration {
	width: 163px;
	height: 30px;
	top: 20px;
	background-image: url('images/illustration_head.png');
}

#subContentTop h3.advertising {
	width: 178px;
	height: 40px;
	top: 18px;
	background-image: url('images/advertising_head.png');
}

#subContentTop h3.print {
	width: 93px;
	height: 45px;
	top: 16px;
	background-image: url('images/print_head.png');
}

#subContentTop h3.web {
	width: 88px;
	height: 30px;
	top: 18px;
	background-image: url('images/web_head.png');
}

#subContentTop h3.photo {
	width: 113px;
	height: 45px;
	top: 16px;
	background-image: url('images/photo_head.png');
}

#subContentMain {
	background: url('images/content_bg.png') repeat-y #fff;
	/* position: absolute; */
	width: 955px;
	/* top: 226px; left: 16px; */
	margin-left: 16px;
}


/* Normal Sections Styles */

ul#items {
	width: 904px;
	list-style: none;
	margin-top: 0;
	margin-left: 23px;
	padding: 8px 0 0px 0;
}

ul#items li {
	display: block;
	position: relative;
	width: 904px;
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 24px;
}

ul#items #thumb {
	width: 192px;
	height: 167px;
	padding-top: 3px; padding-left: 3px;
	position: relative;
	float: left;
	background: url('images/thumbnail_bg.png') no-repeat;
}

ul#items #thumb img {
	border: none;
}

ul#items #desc {
	width: 685px;
	height: 170px;
	position: relative;
	float: left;
	margin-left: 24px;
	background: url('images/desc_bg.png') top no-repeat transparent;
}

ul#items li.two #thumb {
	float: right;
}

ul#items li.two #desc {
	float: right;
	margin-left: 0;
	margin-right: 24px;
}

ul#items li.three #thumb {
	float: left !important;
}

ul#items li.three #desc {
	float: left !important;
	margin-left: 24px;
	margin-right: 0;
}

ul#items li.four #thumb {
	float: right !important;
}

ul#items li.four #desc {
	float: right !important;
	margin-right: 24px;
	margin-left: 0;
}

ul#items #desc span {
	display: block;
	position: relative;
	width: 659px;
	padding: 13px;
	padding-bottom: 7px;
}

ul#items #desc span p {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 12px;
	line-height: 14px;
}

ul#items #desc span p a {
	font-weight: bold;
	color: #ed6b00;
	text-decoration: none;
}

ul#items #desc span p a:hover {
	color: #374359;
}

ul#items #desc span.hr {
	display: block;
	position: relative;
	width: 659px;
	height: 2px;
	background: url('images/item_hr.jpg') no-repeat transparent;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9000px;
	margin-top: 8px;
	margin-bottom: 14px !important;
	padding: 0;
}

ul#items #desc div.hr2 {
	display: block;
	position: relative;
	width: 659px;
	height: 2px;
	background: url('images/item_hr.jpg') no-repeat transparent;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9000px;
	margin-top: 8px;
	margin-bottom: 14px !important;
	padding: 0;
}

ul#items #desc span.h3Bullet {
	position: absolute;
	display: block;
	width: 30px;
	height: 28px;
	top: 7px; left: 11px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: right;
	background-image: url('images/h3_1_bullet.png');
	font-size: 1px;
	line-height: 1px;
	text-indent: -9000px;
	padding: 0;
	margin: 0;
}

/* Nitpicky IE 6 Position Adjustment */
* html ul#items #desc span.h3Bullet {
	top: 8px;
}

ul#items li.two #desc span.h3Bullet {
	background-image: url('images/h3_2_bullet.png');
	left: 9px;
}

ul#items li.three #desc span.h3Bullet {
	background-image: url('images/h3_3_bullet.png');
	left: 9px;
}

ul#items li.four #desc span.h3Bullet {
	background-image: url('images/h3_4_bullet.png');
}

ul#items #desc h3 {
	display: inline;
	position: relative;
	background-color: transparent;
	color: #374359;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 30px;
}

ul#items #desc h3 a {
	color: #374359;
	text-decoration: none;
}

ul#items #desc h3 a:hover {
	color: #ed6b00;
	text-decoration: none;
}

ul#items #desc span.date {
	display: inline;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #939cb0;
	padding-bottom: 0;
}

ul#items #desc span#clickHere {
	display: block;
	width: 125px !important;
	height: 40px;
	background-image: url('images/clickhere.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	text-indent: -9000px;
	font-size: 1px;
	line-height: 1px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

/* Fixes IE 6 Suck On State */
* html ul#items #desc a:hover {
	background-position: top left;
}

ul#items #desc a:hover span#clickHere {
	background-position: top right;
}

ul#items #desc span#clickHere.demo {
	width: 124px !important;
	background-image: url('images/clickdemo.png');
}

ul#items #desc span#clickHere.site {
	width: 124px !important;
	background-image: url('images/clicksite.png');
}

ul#items #desc span.descFooter {
	display: block;
	width: 685px;
	height: 7px;
	position: absolute;
	bottom: 0;
	padding: 0;
	background: url('images/desc_footer_bg.png') top no-repeat transparent;
	text-indent: -9000px;
	font-size: 1px;
	line-height: 1px;
}

/* Photo Section Styles */

ul#items.photo {
	width: 904px;
	height: auto;
	list-style: none;
	margin-top: 0;
	margin-left: 23px;
	margin-bottom: 0;
	padding: 8px 0 0px 0;
}

ul#items.photo li {
	display: block;
	height: auto;
	position: relative;
	width: 904px;
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 21px;
}

ul#items.photo li h3 {
	display: block;
	position: absolute;
	height: 35px;
	text-indent: -9000px;
	background-repeat: no-repeat;
	background-color: transparent;
	left: -5px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	z-index: 5;
}

ul#items.photo li.view h3 {
	width: 146px !important;
	background-image: url('images/h3_309.png') !important;
	top: 0;
}

ul#items.photo li.life h3 {
	width: 113px !important;
	background-image: url('images/h3_life.png') !important;
	top: 0;
}

ul#items.photo li.ue h3 {
	width: 160px !important;
	background-image: url('images/h3_ue.png') !important;
	top: 0;
}

ul#items.photo li ul {
	display: block;
	float: none;
	width: 904px;
	height: auto;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	marker-offset: -90000px;
	position: relative;
	padding: 0;
}

ul#items.photo li ul li {
	width: 164px; height: 164px;
	float: left;
	list-style: none;
	margin: 15px 21px 0 0;
	padding: 0;
}

ul#items.photo li ul li.last {
	margin-right: 0;
}

/* Really Cheap Float Clearing */
span.clear {
	display: block;
	width: 1px; height: 1px;
	font-size: 1px; line-height: 1px;
	text-indent: -9000px;
	clear: both;
}

/* Marginally Less Cheap Float Clearing */
br.clear {
	clear: both;
}

/* Footer */

#footer {
	/* position: absolute; */
	height: 104px;
	width: 545px;
	/* top: 1395px; right: 29px; */
	position: relative;
	margin-top: 5px;
	left: 426px;
	background: url('images/footerbg.jpg') no-repeat #fff;
	border-bottom: 30px solid #939cb0;
	overflow: hidden;
}

#footer a {
	color: #ed6b00;
	text-decoration: none;
}

#footer a:hover {
	color: #374359;
}

ul#contact {
	list-style: none;
	margin-top: 17px;
	margin-left: 123px;
	margin-bottom: 0;
}

ul#contact li {
	display: inline;
	font-size: 12px;
	color: #364259;
	margin-top: 0;
	margin-left: 0;
	margin-right: 37px;
	margin-bottom: 0;
	padding-top: 0;
}

div#hr {
	display: block;
	position: relative;
	height: 1px !important;
	width: 412px;
	background-color: #364259;
	color: #364259;
	margin: 7px 0 7px 108px;
	padding: 0 0 0 0;
	border: none;
	text-align: -9000px;
	font-size: 1px;
	line-height: 1px;
}

ul#miniNav {
	list-style: none;
	margin: 0 0 7px 107px;
	height: 15px;
	width: 435px;
	overflow: hidden;
}

ul#miniNav li {
	display: inline;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
	margin-left: 0;
	margin-right: 21px;
	margin-bottom: 0;
	padding: 0 0 0 0;
}

span.copyright {
	font-size: 11px;
	color: #939cb0;
	margin-left: 180px;
}