﻿/*************************************************/
/* RESETS, BASIC PAGE SETUP                      */
/*************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: #666;
	background: white;
	font-family: "Trebuchet MS", Verdana, Aril,Helvetica;
	font-size: 12px;
	text-align: center;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a, a:visited
{
	color: #000;
}
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.transpBlack { background: url(transpBlack.png); }
/* END TOOLBOX */

/* ------------------------------------------ */
/* MASTER PAGE */
/* ------------------------------------------ */

html,body
{
	height: 100%;
}

#floater {
	position: relative; 
	float: left;
	height: 50%;
	margin-bottom: -340px;
	width:1px;
}

#centered {
	position: relative; 
	clear: both;
	height: 680px; 
	width:80%; 
	max-width: 955px; 
	min-width: 955px;
	margin: 0 auto;
	text-align: left;
}

#page-wrap
{
	/*width: 892px;*/
	/*margin: 10px auto;*/
	position: relative; 
	clear: both;
	/*height: 680px; */
	width:80%; 
	max-width: 955px; 
	min-width: 955px;
	margin: 0 auto;
	text-align: left;
}

h1
{
	color: #888;
	font-size: 16px;
}

a
{
	cursor: pointer;
	text-decoration: none;
}

#header
{
	visibility: hidden;
	font-size: 15px;
	font-weight: bold;
}

#header .container
{
	padding: 2px 0px;
	position: relative;
	z-index: 20;
}

#header .logo
{
	float: left;
	letter-spacing: 3px;
	color: #000;
	margin-right: 0px;
}

#header .ticker
{
	float: left;
	letter-spacing: 2px;
	color: red;
	text-transform: uppercase;
}

#header ul.menu
{
	font-size: 14px;
	float: right;
	margin: 0px;
	padding-top: 4px;
}

#header li
{
	float: left;
	padding: 0px 20px;
	letter-spacing: 2px;
	position: relative;
	font-weight: bold;
	cursor: pointer;
	color: #000;
	text-transform: uppercase;
}

#header .menu li > img
{
	position: absolute;
	left: 0px;
}

#footer
{
	margin: 5px auto;
	color: #999;
	/*letter-spacing: 1px;*/
	font-size: 11px;
	font-weight: bold;
	visibility: hidden;
	width: 955px;
}

#footer .copyright
{
	float: left;
}

#footer .info
{
	float: right;
}

#splash .loading
{
	display: none;
	text-align: center;
	padding-top: 250px;
}

.loading img
{
	vertical-align: middle;
	margin-left: 10px;
}

.loading span
{
	font-size: 16px;
	font-weight: bold;
}

#splash .intro
{
	/*border: 1px solid #ccc;
	-moz-border-radius: 1ex;
	-webkit-border-radius: 1ex;*/
	height: 590px;
	position: relative;
	padding: 15px;
	display: none;
	text-align: center;
}

#shadow-container {
	position: relative;
	left: 4px;
	top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container #main{
	position: relative;
	left: -2px;
	top: -2px;
	-moz-border-radius: 1ex;
	-webkit-border-radius: 1ex;
}
 
#shadow-container .shadow1 {
	background: #F1F0F1;
	-moz-border-radius: 1ex;
	-webkit-border-radius: 1ex;
}

#shadow-container .shadow2 {
	background: #DBDADB;
	-moz-border-radius: 1ex;
	-webkit-border-radius: 1ex;
}

#shadow-container .shadow3 {
	background: #B8B6B8;
	-moz-border-radius: 1ex;
	-webkit-border-radius: 1ex;
}

#shadow-container #main {
	background: #ffffff;
	/*border: 1px solid #848284;*/
	/*padding: 10px;*/
}

#main
{
	border: 1px solid #ccc;
	-moz-border-radius: 1ex;
	-webkit-border-radius: 1ex;
	/*height: 580px;*/
	position: relative;
	padding: 15px;
	display: none;
	z-index: 10;
	height: 600px;
	/*-moz-box-shadow: 5px 5px 5px #535353;*/
}

#header .photography-tooltip
{
	/*left: -2px;*/
	/*top: 20px;*/
	/*position: absolute;*/
	display: none;
	min-width: 110px;
	min-height: 100px;
	background-color: #333;
	text-align: left;
	font-size: 12px;
	line-height: 1.7em;
	letter-spacing: 2px;
	border: 1px solid #ccc;
	-moz-border-radius: 1ex;
	-webkit-border-radius: 1ex;
	color: #fff;
	padding: 0px 0px 0px 0px;
	z-index: 1500;
}

#header .photography-tooltip ul
{
	margin: 10px 0px;
}

#header .photography-tooltip li
{
	padding: 0px 10px;
	float: none;
}

#header .photography-tooltip a
{
	display: block;
	color: #fff;
}

#header .photography-tooltip a:hover
{
	text-decoration: underline;
}

.arrow-right-on.hover 
{
	background-position: bottom right;
}

.arrow-left-on.hover 
{
	background-position: bottom left;
}

#arrow-left, #arrow-right 
{
	background-image:url(../content/images/carousel_buttons_sprite.png);
	background-repeat:no-repeat;
	float:left;
	height:42px;
	width:42px;
	margin: 12px 0px;
}

.arrow-right-on 
{
	background-position: top right;
}

.arrow-left-on 
{
	background-position: top left;
}

#thumbs-activator
{
	cursor: pointer;
	display: block;
	float: right;
	position: absolute;
	top: 15px;
	right: 0px;
	height: 590px;
	width: 15px;
	text-align: center;
}

#thumbs-activator img
{
	margin-top: 300px;
	z-index: 1010;
}

#thumbs-activator.hover
{
	background-color: #ccc;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
	z-index: 1000;
}

#thumbs-activator.hover img
{
	filter: alpha(opacity=1);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	z-index: 1010;
}

#thumbnails
{
	position: absolute;
	float: right;
	right: 0px;
	top: 15px;
	background-color: #000;
	color: #fff;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	height: 100%;
	z-index: 1000;
	width: 0px;
	height: 590px;
	display: none;
	cursor: pointer;
	overflow: hidden;
}

#thumbnails .container
{
	position: relative;
	/*height: 9999px;*/
}

#thumbnails .thumb
{
	padding: 4px 2px;
	margin: 0px auto;
	text-align: center;
	border: 1px solid #333;
	filter: alpha(opacity=1.0);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

#thumbnails .thumb.hilite
{
	border: 1px solid #666;
	filter: alpha(opacity=0.5);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#thumbnails .thumb.current
{
	border: 1px solid #fff;
	filter: alpha(opacity=0.5);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#thumbnails .thumb > img
{
	width: 90px;
	height: 70px;
}

/* photo */
#photo
{
	/*width: 100%;*/
	/*height: 100%;*/
	border: 0px solid #eee;
	display: block;
	text-align: center;
}

#splash .intro img
{
	display: none;
}

#splash .intro img
{
	width: 920px;
	height: 590px;
}

#photo > img
{
	/*width: 920px;*/
	/*height: 590px;*/
	cursor: pointer;
}

#nav-links
{
	position: absolute;
	right: 15px;
	bottom: 5px;
	font-size: 11px;
}

#image-info-activator
{
	position: absolute;
	text-align: center;
	cursor: pointer;
	bottom: 0px;
	left: 50%;
	padding: 5px;
}

#image-info
{
	position: absolute;
	left: 0px;
	bottom: 25px;
	background-color: #fff;
	color: #333;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
	height: 40px;
	/*width: 925px;*/
	z-index: 1000;
	display: none;
	cursor: default;
	padding: 15px;
	font-weight: bold;
	font-size: 14px;
	margin: 0 auto;
	text-align: left;
}

#image-info .short 
{
	/*color: Red;*/
	display: block;
}

#image-info .long
{
	display: block;
	font-size: 12px;
	line-height: 2em;
	font-weight: normal;
}

.aboutme
{
	text-align: left;
}