
/* screen.css for www.silviemurrey.com */

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: bold 0.7em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

p {
	color: #999;
	margin: 0px;
}

.biggerp {
	font-size: 120%;
}

ul, ol, blockquote{
	margin: 6px 0px 6px 0px;
	/* setting a margin on the left produced varying results in IE7/Firefox3
	   but by setting the padding this seems to now have consistent indentation. */
	padding-left: 30px;
}

ul{
	list-style-type: disc;
}


h1{
	font-size: 1.8em;
	font-weight: normal;
	color: #4d6f80;
	margin: 0 0 12px 0;
}

h2{
	font-size: 1.5em;
	font-weight: normal;
	color: #7a91b3;
	margin: 12px 0 6px 0;
}

h3{
	font-size: 1.3em;
	margin: 0px;
}

h4{
	font-size: 1.3em;
	margin: 0px;
}



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

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


/* Document Wrapper */
#wrapper {
	position: relative;
	margin: 0;
	padding: 16px 0;
	width: 808px;
	margin: 0 auto;
	background: #fff;
}

/* Header */
#header {
	height: 148px;
	margin: 0 auto;
	background: url(images/header.jpg) #fff no-repeat;
}



/* Content */
#content {
	width: 800px;
	background: url(images/grad_sides.gif) #fff repeat-y;
	margin: 0 auto;
	padding: 0 4px;
}


/* Main */
#content_inner {
	/*display: block;*/
	height: 345px;
	background: url(images/home_image.jpg) #fff;
	margin: 0 auto;
	padding: 20px;
}

#content_inner_blank {
	display: block;
	margin: 0 auto;
	padding: 20px;
}


#content_home_left {
	position: relative;
	top: 20px;
	left: 20px;
	width: 260px;
}

#content_home_left p {
	color: #99701f;
	padding-bottom: 12px;
}


#content_home_right {
	position: relative;
	/*top: 20px;*/
	left: 520px;
	width: 260px;
}

#content_home_right p {
	color: #99701f;
	padding-bottom: 12px;
}


/* Footer */
#footer {
	clear: both;
	height: 34px;
	margin: 0 auto;
	background: url(images/footer.jpg) #fff no-repeat;
}

#footer p {
	position: relative;
	top: 5px;
	text-align: right;
	padding-right: 20px;
}

#footer img {
	border: none;
}

#footer a {
	color: #aaa;
}

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


#menu {
	border-top: 1px solid #a8bf9c;
	border-bottom: 1px solid #a8bf9c;
	position: absolute;
	left: 10px;
	top: 124px;
	width: 780px;
}

#menu li {
	display: inline;
	list-style-type: none;
	padding-right: 40px;
	line-height: 12px;
}

#menu a {
	font-weight: bold;
}


.thumbnail {
	padding: 1px 1px 6px 1px;
	background-color: #fff;
	border: 1px solid #a8bf9c;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.thumbail a:hover {
	border: none;
}


.clear {
	clear: both;
}


<!-- Lightbox -->

#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(lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/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; }
