<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Wes Cleaver Photography web site CSS */

body {
	background-color: rgb(220, 220, 220);
	margin: 0;
	padding: 0;
	font-family: helvetica;
	font-size: 1em;
	font-style: normal;
	color: #666666;
	position: relative;
}

/* header */

#header {
	float: left;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 28px;
	background-color: rgb(255, 255, 255);
	color: #3399ff;
}

/* Main Menu */
	
#header #mainMenu {
	position: absolute;
	left: 20px;
	top: 6px;
}	

#mainMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainMenu li {
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 40px;
}

#mainMenu li a:link, #mainMenu li a:visited {
	text-decoration: none;
	color: #3399ff;

}

#mainMenu li a:hover, #mainMenu li a:active {
	color: #666666;
}

#mainMenu li a.current {
	color: #666666;
}

#mainMenu li a.current:hover {
	cursor: default;
}


/* About */

#aboutBox {
	display: none;
	position: absolute;
	top: 45px;
	left: 315px;
	background-color: rgb(255, 255, 255);
	padding: 10px;
	width: 400px;
	z-index: 10;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    line-height: 1.3em;
}

#aboutBox img {
	float: left;
	margin: 10px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.closeWindow {
 	float: right;
}

.closeWindow a:link, .closeWindow a:visited {
 	height:22px;
 	width:19px;
 	display: block;
 	text-indent: -1000em;
 	background: url(../img/close-dual.png) no-repeat left bottom;
 	border: none;
}

.closeWindow a:hover, .closeWindow a:active {
	background-position: left top;
}
	

.fadeBox p {
clear: both;
margin: 13px;
padding  0px;
}

/* Contact */

#contactBox {
	display: none;
	position: absolute;
	top: 45px;
	left: 15px;
	background-color: rgb(255, 255, 255);
	padding: 10px;
	width: 270px;
	z-index: 11;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    line-height: 1.3em;
}

#contactBox a {
	margin-left: 13px;
}

#email a:link, .closeWindow a:visited {
	color: #3399ff;
 	text-decoration: none;
}


#email a:hover, .closeWindow a:active {
	color: #666666;
}

/* ??? */

#questionsBox {
	display: none;
	position: absolute;
	top: 45px;
	left: 746px;
	background-color: rgb(255, 255, 255);
	padding: 10px;
	width: 400px;
	z-index: 12;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    line-height: 1.3em;
}		

#windowRef {
	float: left top;
	margin: 0px 10px 8px 10px;

}

#fullPage {
	margin-top: 10px;
}</pre></body></html>