/* color cheat sheet
#EEE4C4 = beige
#5B687F = blue-gray
 */
body {
	background: #5B687F;
	color: #fff;
	font: 16px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
a, a:link {
	color: #06c;
	text-decoration: none;
}
a:visited {}
a:hover {color: #c00;}
img { border: 0; }
#wrapper {
	background: #EEE4C4 url(img/bg-paper.jpg) repeat;
	color: #000;
	margin: 25px auto 0;
	width: 990px;
}
#header {
	background: #5B687F url(img/header2.jpg) no-repeat;
	color: #fff;
	height: 145px;
	position: relative;
}
#nav,
#nav ul {
	font: bold 18px Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 5px 15px 0;
	padding: 0;
}
#nav li {
	display: block;
	float: left;
	position: relative;
	width: 160px;
}
#nav li ul {
	background: #EEE4C4;
	display: none;	/* hide subnav */
	font-size: 16px;
	margin: 0;
	position: absolute;
	top: 30px; left: 0;
}
#nav li ul li { float: none; }
#nav li:hover ul,
#nav li.over ul {
	display: block;
	z-index: 6000;
}
#nav li a,
#nav .urhere li a {
	display: block;
	padding: 4px 8px;
	color: #000;
}
ul#nav li a:hover,
#nav .urhere a,
#nav ul .urhere a { color: #c00; }
#nav li ul a { display: block; }
#content {
	clear: both;
	line-height: 1.5;
	margin: 0 20px;
	padding: 10px 0;
}
#footer {
	clear: both;
	font-size: 12px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	width: 990px;
}
h1 {
	position: absolute;
	bottom: 0; right: 20px;
	text-indent: -9999px;
	width: 600px; height: 150px;
}
h2 {
	font-size: 22px;
	margin: 0 0 10px;
}
#icons {
	position: absolute;
	top: 12px; left: 19px;
	width: 375px; height: 130px;
}
#icons a {
	display: block;
	float: left;
	margin-right: 10px;
	width: 83px; height: 83px;
}
#tagline {
	clear: left;
	font-size: 23px;
	font-weight: bold;
	text-align: left;
	white-space:nowrap;
	position: absolute;
	top: 100px; left: 20px;
	width: 375px;
}
#leftcol {
	float: left;
	width: 410px;
}
#rightcol {
	float: right;
	text-align: center;
	width: 530px
}
#thumbs {
	list-style: none;
	margin: 0;
	padding: 0;
}
#galsplash li,
#thumbs li {
	float: left;
	padding: 10px 20px 10px 0;
	width: 115px;
}
#thumbs li span {
	display: none;
}
#galnav {
	clear: both;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#galnav a, #galnav span { padding: 0 4px; }
#galnav .urhere {
	color: #c00;
	text-decoration: underline;
}
#artinfo {
	background: url(img/bg-seethru.png);
	font-size: 16px;
	line-height: 1.2;
	margin: 5px auto;
	padding: 10px;
	width: 300px;
}
#galsplash {
	font-weight: bold;
	padding: 100px 0 150px;
	text-align: center;
}
#galsplash ul {
	list-style: none;
	margin: 0 auto;
	width: 405px; height: 150px;
}
.seethru {
	background: url(img/bg-seethru.png);
	padding: 5px 15px;
}
hr {
	clear: both;
	height: 1px;
	visibility: hidden;
}
address {
	font-style: normal;
	margin: 0 auto 50px;
	padding: 15px;
	width: 500px;
}
#resume {
}
#resume dt {
	clear: left;
	float: left;
}
#resume dd {
	margin-left: 5em;
}
#resume dl {
	margin: 0;
	padding: 0;
}
.picright {
	float: right;
	margin: 1em 0 15px 15px;
	font-style: italic;
	text-align: center;
}
.picright p {
	margin-top: 0;
}
#sscontrol {
	margin: 1em 0 0;
	text-align: center;
}
#sscontrol a {
	font-weight: bold;
	color: black;
}