@charset "UTF-8";
/* CSS Document */

* {
  padding: 0;
  margin: 0;
}

body {
	font-family: Century Gothic , Verdana, Arial, sans-serif;
	color: #FFFFFF;
	background: #000000;
}

p, form {
	font-size: 12px;
	text-align: left;
	line-height: 150%;
	padding-bottom: 10px;
}

#indexpage #main p {
	width: 392px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

#cityscapespage #cityscapes a, #landscapespage #landscapes a, #musicianspage #musicians a, #lifestylespage #lifestyles a, #otherpage #other a, #reflectionartpage #reflectionart a, #aboutpage #about a, #servicespage #services a, #contactpage #contact a {
	color: #3fa04f;
	text-decoration: none;
}

a:hover {
	color: #3fa04f;
	text-decoration: none;
}

a img {
	border: none;
}

table {
	border-spacing: 0;
}

h1 {
	text-align: left;
   	font-size: 18px;
	font-weight: bold;
	color: #c38a43;
}

#content {
	width: 900px;
	height: 600px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

/******************** Navigation Begin ********************/

#content #nav {
	width: 298px;
}

#nav #navdiv {
	height: 600px;
}

#spacer1 {
	height: 200px;
	text-align: left;
}

#navphotos {
	margin-left: 15px;
	list-style-type: none;
}

#navphotos li {
	padding-left: 30px;
	height: 25px;
	background: url(images/cameraicon.gif) top left no-repeat;
	font-size: 14px;
}

#spacer2 {
	height: 50px;
}

#navother {
	margin-left: 45px;
	width: 150px;
}

#navother li {
	height: 25px;
	font-size: 14px;
	list-style-type: circle;
}

/******************** Navigation End ********************/

/******************** Content Begin ********************/

#content #main {
	width: 602px;
}

#indexpage #content #main {
	background: url(images/tree-panorama-lake-tahoe-ca.jpg) top right no-repeat;
}

#spacer3 {
	height: 100px;
}

#spacer4 {
	height: 165px;
}

#heading {
	height: 35px;
}

#main #textnshit {
	width: 602px;
	height: 389px;
	margin-bottom: 11px;
}

#main #landscape {
	width: 602px;
	height: 402px;
	margin-top: 11px;
	text-align: center;
}

#main #landscape a img{
	border-width: 1px;
	border-color: #FFFFFF;
	border-style: solid;
}

#main #portrait {
	width: 602px;
	height: 502px;
	margin-top: 11px;
	text-align: center;
}

#main #portrait a img {
	border-width: 1px;
	border-color: #FFFFFF;
	border-style: solid;
}

#main #info {
	width: 602px;
	height: 76px;
	margin-bottom: 11px;
	text-align: center;
}

.arrow a:hover {
	text-decoration: none;
}

#info #infocell1 {
	width: 101px;
	font-size: 12px;
	text-align: left;
}

#info #infocell2 {
	width: 400px;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	color: #c38a43;
	letter-spacing: 2px;
}

#info #infocell3 {
	width: 101px;
	font-size: 12px;
	text-align: right;
}

/******************** Content End ********************/

/******************** Fine Print Begin ********************/

#fineprint {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#fineprint p {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	text-align: right;
	font-size: 10px;
	color: #555555;
	letter-spacing: 1px;
}

#fineprint a {
	color: #555555;
}

#fineprint a:hover {
	color: #FFFFFF;
}

/******************** Fine Print End ********************/

/******************** Lightbox Begin ********************/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/******************** Lightbox End ********************/
