@charset "UTF-8";
/* Eric Meyer's web css reset */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	margin: 0 0 25px 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A9A9A9;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#header {
	height: 85px;
	display: block;
	overflow:hidden;
	background-color: #000;
	border-bottom: 1px solid #151515;
	width: 100%;
	top:0px;
	left:0px;
	position: fixed;
	z-index:101;
	background-image: url(../images/bg-header-diagonal-lines.gif);
	background-repeat: repeat;
	background-position: left bottom;
}
#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	font-weight: normal;
	margin:0;
	padding: 25px 0 0 40px;
	color: #FF0000;
}
#header h1 a:link, #header h1 a:visited {
	color: #FF0000;
	text-decoration:none;
}#header h1 a:hover {
	color: #FC2834;
	text-decoration:none;
}
#header .contact {
	float:right;
	text-align: right;
	padding: 32px 25px 0 0; 
	line-height: 20px;
	color: #777777;
}
#nav {
	width: 200px;
	top:103px;
	left: 0;
	position:fixed;
}
#nav ul{
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;	
	margin: 0px 0 0 40px;
}
#nav ul li {
	margin: 0 0 6px 0;
}
#nav a:link, #nav a:visited {
	color:#999999;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#nav .about {
	margin-top: 18px;
}
#nav .about a:link, #nav .about a:visited {
	color: #FF0000;
	text-decoration: none;
}
#nav .about a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#gallery {
	/*margin: 20px 0 0 200px;*/
	top: 100px;
	left: 200px;
	width: 800px;
	display: block;
	position: absolute;
}
#gallery #thumbs {
	float: left;
	width: 220px;
}
#thumbs ul {
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-image: none;
}
#thumbs ul li {
	text-indent: 0px;
	float: left;
	margin: 0 15px 10px 0;
	padding: 1px;
	width: 50px;
	height: 50px;
	display: block;
	overflow:hidden;
	text-align:center;
	border: 1px solid #222;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	line-height:76px;
}
#thumbs ul li:hover {
	border: 1px solid #FFF;
}
#thumbs ul li a:link, #thumbs ul li a:visited {
	border: 0px;
	width: 100%;
	height: 100%;
	display: block;
}
#thumbs ul li img {
	vertical-align:middle;
	margin:0 auto;
	padding:0;
}
#gallery #large-image {
	margin: 0 0 0 230px;
	/*left: 425px;
	position: fixed;*/
}
#desc {
	padding: 12px 0 0 0;
	text-align: left;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link, a:visited {
	color: #DDDDDD;
}
a:hover {
	color: #FFFFFF;
}
#landscapes li.landscapes a:link, #landscapes li.landscapes a:visited{ color: #FFFFFF; }
#pets li.pets a:link, #pets li.pets a:visited{ color: #FFFFFF; }
#homes li.homes a:link, #homes li.homes a:visited{ color: #FFFFFF; }
#portraits li.portraits a:link, #portraits li.portraits a:visited{ color: #FFFFFF; }
#still-life li.still-life a:link, #still-life li.still-life a:visited{ color: #FFFFFF; }
#whimsical li.whimsical a:link, #whimsical li.whimsical a:visited{ color: #FFFFFF; }
#clay li.clay a:link, #clay li.clay a:visited{ color: #FFFFFF; }


#footer {

	
	padding: 1100px 30px 0 0;
	height: 45px;
	display: block;
	overflow:hidden;
	background-color: #000;
	text-align: right;
	bottom:0px;
	z-index:101;
	background-image: url(../images/bg-footer-diagonal-lines.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#footer a:link, #footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #FFFFFF;
}
#gallery #content_body {
	line-height: 1.4em;
	width: 500px;
}