/* HTML ELEMENTS */
* {
	margin : 0px;
	padding : 0px;
}

body {
	background-color : #fff;
	font-family : verdana, Arial, Helvetica, sans-serif;
	font-size : 8.5pt;
	color : #bbb;
	text-align : left;
	line-height : 12pt;
}



/* HEADER */
#header {
	z-index : 9;
	position : relative;
	margin : 0 auto;
	margin-top : 0px;
	padding : 0px;
	width : 852px;
	height : 20px;
	background-color : transparent;
}

#header ul#site-header {
	z-index : 5;
	position : relative;
	float : left;
	margin : 0 auto;
	margin-top : 0px;
	padding : 0px;
	height : 20px;
	width : 852px;
	display : inline;
	background : transparent;
}

#header ul#site-header span {
	display : none;
}

#header ul#site-header li#cal-bar {
	float : left;
	display : block;
	width : 677px;
	background : transparent url('../img/cal-bar.png') no-repeat 0px 0px;
}

#header ul#site-header li#cal-bar a {
	display : block;
	height : 20px;
}

#header ul#site-header li#title {
	float : left;
	display : block;
	width : 175px;
	background : transparent url('../img/site-title.png') no-repeat 0px 0px;
}

#header ul#site-header li#title a {
	display : block;
	height : 20px;
}

#header ul#site-header li#title a:hover {
	background : transparent url('../img/site-title.png') no-repeat 0px -25px;
}

#header ul#site-header li#title a:active {
	background : transparent url('../img/site-title.png') no-repeat 0px -51px;
}

#header  div#feed-button {
	z-index : 10;
	position : absolute;
	margin-left : 646px;
	margin-top : 2px;
	border : 0px;
	height : 16px;
	width : 16px;
}

#header #feed-button:hover {
	filter : alpha(opacity=50);
	-moz-opacity : 0.5;
	-khtml-opacity : 0.5;
	opacity : 0.5;
}

#header ul#site-menu {
	z-index : 5;
	position : absolute;
	background-color : transparent;
	width : 852px;
	height : 10px;
	margin-top : 20px;
	text-align : right;
}

#header ul#site-menu li {
	display : inline;
	padding-left : 10px;
	font-size : 7.5pt;
	text-transform : lowercase;
	color : #666;
}

#header ul#site-menu li a {
	height : 20px;
	font-weight : bold;
	color : #000;
}

#header ul#site-menu li a:hover {
	font-weight : bold;
	color : #aaa;
}



/* PHOTO FOOTER */
#footer {
	z-index : 5;
	position : relative;
	clear : both;
	margin : 0 auto;
	margin-top : 100px;
	padding : 0px;
	height : 50px;
	width : 852px;
	background-color : transparent;
	font-size : 7pt;
	line-height : 9pt;
	color : #888;
}

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

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

#footer-content {
	z-index : 5;
	position : absolute;
	width : 852px;
	margin : 0 auto;
	text-align : center;
}

#photoblog-awards {
	z-index : 6;
	position : absolute;
	height : 50px;
	width : 107px;
	top : 0px;
	left : 0px;
	border : none;
	float : left;
	clear : right;
	opacity : 0.35;
	-moz-opacity : 0.35;
	filter : alpha(opacity=35);
}

#photoblog-awards:hover {
	z-index : 6;
	opacity : 1;
	-moz-opacity : 1;
	filter : alpha(opacity=100);
}

#linkedin-profile {
	z-index : 6;
	position : absolute;
	height : 50px;
	width : 50px;
	top : 0px;
	right : 130px;
	border : none;
	float : right;
	clear : left;
	opacity : 0.35;
	-moz-opacity : 0.35;
	filter : alpha(opacity=35);
}

#linkedin-profile:hover {
	z-index : 6;
	opacity : 1;
	-moz-opacity : 1;
	filter : alpha(opacity=100);
}

#twitter-follow {
	z-index : 6;
	position : absolute;
	height : 50px;
	width : 50px;
	top : 0px;
	right : 65px;
	border : none;
	float : right;
	clear : left;
	opacity : 0.35;
	-moz-opacity : 0.35;
	filter : alpha(opacity=35);
}

#twitter-follow:hover {
	z-index : 6;
	opacity : 1;
	-moz-opacity : 1;
	filter : alpha(opacity=100);
}

#facebook-fan {
	z-index : 6;
	position : absolute;
	height : 50px;
	width : 50px;
	top : 0px;
	right : 0px;
	border : none;
	float : right;
	clear : left;
	opacity : 0.35;
	-moz-opacity : 0.35;
	filter : alpha(opacity=35);
}

#facebook-fan:hover {
	z-index : 6;
	opacity : 1;
	-moz-opacity : 1;
	filter : alpha(opacity=100);
}

#footer-ads {
	z-index : 10;
	position : relative;
	clear : both;
	margin : 0 auto;
	margin-top : 25px;
	padding : 0px;
	padding-bottom : 10px;
	height : 25px;
	width : 852px;
	background-color : transparent;
	font-size : 7pt;
	line-height : 9pt;
	color : #888;
	text-align : center;
}



/* LINKS */
a {
	color : #fff;
	font-weight : normal;
	text-decoration : none;
}

a:hover {
	color : #990000;
	font-weight : normal;
}

a.extlink {
	padding-right : 13px;
	background : url('../img/external.png') center right no-repeat;
}



/*PHOTO AND NAVIGATION*/
#photo-wrapper {
	z-index : 6;
	position : relative;
	display : block;
	margin : 0 auto;
	margin-top : 0px;
	padding : 0px;
	width : 852px;
	background-color : transparent;
	text-align : left;
	overflow : visible;
}

#photo-navigation {
	z-index : 5;
	position : relative;
	margin-top : 75px;
	height : 20px;
	width : 852px;
}

ul#photo-nav-menu {
	background : transparent url('../img/nav-menu-photo.png') no-repeat 0px 0px;
	width : 852px;
	float : left;
}

ul#photo-nav-menu span {
	display : none;
}

ul#photo-nav-menu li {
	display : block;
	float : left;
	height : 16px;
}

ul#photo-nav-menu li a {
	display : block;
	height : 16px;
}

ul#photo-nav-menu li#menu-photo {
	padding-right : 26px;
	width : 61px;
}

ul#photo-nav-menu li#menu-photo a:hover {
	background : transparent url('../img/nav-menu-photo.png') no-repeat 0px -27px;
}

ul#photo-nav-menu li#menu-photo.active,
ul#photo-nav-menu li#menu-photo.active a:hover {
	background : transparent url('../img/nav-menu-photo.png') no-repeat 0px -56px;
}

ul#photo-nav-menu li#menu-info {
	padding-right : 26px;
	width : 40px;
}

ul#photo-nav-menu li#menu-info a:hover {
	background : transparent url('../img/nav-menu-photo.png') no-repeat -87px -27px;
}

ul#photo-nav-menu li#menu-info.active,
ul#photo-nav-menu li#menu-info.active a:hover {
	background : transparent url('../img/nav-menu-photo.png') no-repeat -87px -56px;
}

ul#photo-nav-menu li#menu-comments {
	padding-right : 520px;
	width : 102px;
}

ul#photo-nav-menu li#menu-comments a:hover {
	background : transparent url('../img/nav-menu-photo.png') no-repeat -153px -27px;
}

ul#photo-nav-menu li#menu-comments.active,
ul#photo-nav-menu li#menu-comments.active a:hover {
	background : transparent url('../img/nav-menu-photo.png') no-repeat -153px -56px;
}

ul#photo-nav-menu li#menu-browse {
	width : 77px;
}

ul#photo-nav-menu li#menu-browse a:hover {
	background : transparent url('../img/nav-menu-photo.png') no-repeat -775px -27px;
}

ul#photo-nav-menu li#menu-browse.active,
ul#photo-nav-menu li#menu-browse.active a:hover {
	background : transparent url('../img/nav-menu-photo.png') no-repeat -775px -56px;
}

#photo {
	z-index : 7;
	position : relative;
	margin-top : -3px;
	padding : 0px;
	width : 850px;
	border: 1px solid #000;
	background : #000 url('../img/shutter.gif') no-repeat 50% 50%;
	text-align : center;
	overflow : visible;
}

#photo-picture {
	z-index : 1;
	position : absolute;
	width : 850px;
}



/* :::::::::::::::::::::::::::::: */
/* Image Navigation Overlay */
/* :::::::::::::::::::::::::::::: */
#menu_browse {
	position : absolute;
	width : 850px;
	z-index : 10;
}

#menu_browse a {
	outline : none;
}

#menu_browse_prev,
#menu_browse_next {
	width : 50%;
	height : 100%;
	background : transparent url('../img/blank.gif') no-repeat; /* Trick IE into showing hover */
	display : block;
}

#menu_browse_prev {
	left : 0px;
	top : 0px;
	float : left;
}

#menu_browse_next {
	right : 0px;
	top : 0px;
	float : right;
}

#menu_browse_prev:hover,
#menu_browse_prev:visited:hover {
	background : url('../img/arr_left.png') no-repeat center center;
}

#menu_browse_next:hover,
#menu_browse_next:visited:hover {
	background : url('../img/arr_right.png') no-repeat center center;
}



/* :::::::::::::::::::::::::::::: */
/* Info Overlay */
/* :::::::::::::::::::::::::::::: */
#info {
	z-index : 8;
	position : relative;
	margin-top : -3px;
	padding : 0px;
	width : 850px;
	height : 567px;
	border : 1px solid #000;
	background-color : #eee;
	text-align : left;
	color : #000;
	overflow : auto;
}

#info a {
	color : #990000;
	font-weight : normal;
}

#info a:hover {
	text-decoration : underline;
}

.feedburnerFlareBlock {
	margin-top : -2px;
	margin-bottom : 0px;
}

#photo_fb-like {
	z-index : 100;
	position : absolute;
	margin : 0px;
	margin-top : 6px;
	margin-left : 6px;
	padding : 0px;
	height : 150px;
	width : 350px;
	overflow : hidden;
	font-size : 10pt;
	text-align : left;
}

#photo_title {
	z-index : 5;
	position : absolute;
	border-bottom : 1px dashed #000;
	padding : 8px;
	padding-bottom : 4px;
	padding-left : 85px;
	height : 20px;
	width : 749px;
	overflow : auto;
	font-size : 10pt;
	text-align : left;
}

span.photo-title-heading {
	color : #990000;
	font-size : 12pt;
	font-weight : bold;
	text-transform : uppercase;
}

#photo_share {
	z-index : 10;
	position : absolute;
	margin : 0px;
	margin-top : 0px;
	margin-left : 634px;
	padding : 0px;
	padding-top : 8px;
	height : 20px;
	width: 207px;
	overflow : visible;
	text-align : right;
}

#photo_notes {
	position : absolute;
	margin : 0px;
	margin-top : 33px;
	padding : 0px;
	padding-top : 8px;
	padding-bottom : 8px;
	padding-left : 8px;
	height : 518px;
	width : 360px;
	overflow : auto;
	text-align : justify;
}

span.title-heading {
	color : #990000;
	font-size : 11pt;
	font-weight : bold;
	text-transform : uppercase;
}

span.photo-notes-text {
	font-size : 8.5pt;
}

span.footnote {
	font-size : 8pt;
	font-style : italic;
}

#photo_exif {
	position : absolute;
	margin-top : 33px;
	margin-left : 368px;
	padding : 0px;
	padding-top : 8px;
	padding-left : 17px;
	height : 278px;
	width: 180px;
	line-height : 10pt;
}

#photo_rating {
	position : absolute;
	margin-top : 225px;
	margin-left : 368px;
	padding : 0px;
	padding-left : 17px;
	height : 75px;
	width: 180px;
	line-height : 10pt;
}

#photo_histogram {
	position : absolute;
	margin-top : 33px;
	margin-left : 556px;
	padding : 0px;
	padding-top : 8px;
	padding-left : 26px;
	height : 278px;
	width : 258px;
	line-height : 10pt;
}

#histogram {
	height : 100px;
	width : 256px;
	border : 1px solid #000;
	border-left : none;
}

#photo_fb-pagebox {
	position : absolute;
	margin-top : 225px;
	margin-left : 556px;
	padding : 0px;
	padding-left : 26px;
	height : 275px;
	width: 258px;
	line-height : 10pt;
}



/* PHOTO PAGE THUMBNAIL NAVIGATION */
div#browse-thumbs {
	z-index : 8;
	position : relative;
	margin-top : -3px;
	padding : 0px;
	width : 850px;
	border : 1px solid #000;
	background-color : #000;
	text-align : left;
	color : #000;
	overflow : auto;
	overflow-y : hidden;
}

div#browse-thumbs div#thumbs {
	position : relative;
	left : 3px;
	width : 797px;
	margin : 0 auto;
	padding-top : 34px;
	line-height : 80px;
}

div#browse-thumbs div#thumbs img.thumbnails {
	border : 1px solid #000;
	padding : 0px;
	margin-left : 6px;
	margin-right : 6px;
	opacity : 0.45;
	-moz-opacity : 0.45;
	filter : alpha(opacity=45);
}

div#browse-thumbs div#thumbs img.thumbnails:hover {
	border : 1px solid #fff;
	opacity : 0.80;
	-moz-opacity : 0.80;
	filter : alpha(opacity=80);
}

div#browse-thumbs div#thumbs img.current-thumbnail {
	border : 1px solid #fff;
	padding : 0px;
	margin-left : 7px;
	margin-right : 7px;
	opacity : 1;
	-moz-opacity : 1;
	filter : alpha(opacity=100);
}