* { margin: 0; padding: 0; }

body {
	color: #000;
	font-family: verdana, trebuchet, arial, helvetica, sans-serif;
	font-size: 70%;
	min-width: 590px;
	max-width: 1500px;
	border: 1px solid black;
	margin: 20px;
	padding: 20px;
	}


body.photog {
	background-color: #fff;
	background-image: none;
	}

						/* GRID */



#banner { 
	height: 175px;
	border-width: 0;
	background-image: url(graphics/deathbike-cog-skull-watermark-175.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 200px;
	margin-bottom: 2em;
	}
	
#banner h1 {
 font-size:2.5em;
 margin:0 0 0.3em;
 padding-top: 70px;
 }

body.photog #banner {
	margin-left: 2em;
	}

#banner h1 a {
	text-decoration: none;
	color: #059;
	}

#banner h1 a:hover { color: #c30; }
	

#content {

	}

body.photog #content {
	margin: 2em 2%;
	border-width: 0;
	padding:0;
	}


body.writing #content {
	margin: 10%;
	padding: 2%;
	border: 1px solid #366;
	}

body.writing #content p {text-indent: 3em;}

body.thanks #content { padding-bottom: 10em; }

#footer {
	clear: both;
	margin: 0;
	padding: 3em 5em 3em 0;
	font-size: 75%;
	border-width: 0;
	}

#footer p, #footer ul {
	text-align: left;
	}

#footer li {
	list-style-type: none;
	margin: 0 0 0.5em 0;
	line-height: 100%;
	}

body.photog #footer {
	margin-left: 3em;
	}




						/* NAVIGATION */

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	border-style: solid;
	border-color: #c00;
	}

#nav {
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px 10px 0 0;
	width: 185px;
	}

#nav h2 {display: none;}

#nav ul { margin: 0 0 1em 0; }

#nav ul li {
	list-style: none;
	text-align: right;
	margin: 5px 0;
	display: block;
	}

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	display: block;
	width: 100%;					/* VERY important */
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	color: #059;
	border-width: 0;
	padding: 0 10px 0 0;
	}

#nav a:hover, #nav a:active, #nav a.current:link, #nav a.current:visited {
	color: #c30;
	}


body.photog #nav {
	width: 100%;
	margin: 1em 0 0 2%;
	position: relative;
	left: 0;
	top: 0;
	background-image: none;
	padding: 0;
	}
	
body.photog #nav ul {
	margin: 0;
	}

body.photog #nav ul li {
	display: inline;
	text-align: left;
	margin: 0;
	}

body.photog #nav a:link, 
body.photog #nav a:visited, 
body.photog #nav a:hover, 
body.photog #nav a:active {
	display: inline;
	width: 100%;
	border-width: 0;
	padding: 0 1em 0 0;
	background-image: none;
	}

	


#nav .skip {
	position: absolute;
	left: -9999px;
	}


						/* FORM ELEMENTS */


select, textarea {
	margin: 1em 0;
	}

input {
	margin: 1em 1em 1em 0;
	}



						/* TEXT ELEMENTS */


blockquote {
	line-height: 105%;
	border-width: 0 0 0 6px;
	border-style: double;
	border-color: #c00;
	color: #333;
	padding: 0 1em;
	margin: 1.5em 4em;
	}

blockquote p {
	margin-bottom: 0.75em;
	}

h1, h2, h3, h4 {
	color: #333;
	margin: 0 0 1em 0;
	}

h1 {
	font-size: 150%;
	}

h2 {
	font-size: 110%;
	}

h3 {
	font-size: 1em;
	}

h4 {
	font-size: 0.9em;
	}

h5 {
	color: #665;
	}

body.blog h3 {
	text-align: left;
	border-bottom: 1px dotted #666;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	font-size: 110%;
	}

body.blog #content h3 a {
	text-decoration: none;
	color: #666;
	display: block;
	}

body.blog #content h3 a:hover {
	color: #ccc;
	}


body.blog h4 {
	text-align: left;
	font-size: 90%;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	font-family: georgia, times, serif;
	}

p {
	color: #000;
	line-height: 150%;
	margin-bottom: 1.5em;
	text-align: left;
	}

abbr, abbr.info {
	speak: spell-out;
	}

acronym, acronym.info {
	speak: normal;
	}

.info {
	cursor: help;
	border-bottom: 1px dotted black;
	}

.initialcap {
	font-size: 666%;
	font-weight: bold;
	line-height: .8em;
	font-family: garamond, serif;
	}

.hide {
	display: none;
	}




						/* LIST ELEMENTS */


ul, ol, dl {
	line-height: 120%;
	margin-bottom: 2em;
	}

li {margin-left: 2em;}

li.no {
	list-style: none;
	margin: .5em 0;
	}

li.inline {
	display: inline;
	list-style: none;
	border-right: 1px dotted #666;
	padding: 0 1.5em;
	}

dt {
	font-family: verdana, sans-serif;
	font-size: 70%;
	font-weight: bold;
	}

body.links ul li {
	list-style: none;
	margin: 0.5em 0;
	}

						/* LINKS */


a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	}

a:link, a:visited{
	color: #059;
	}

a:hover {
	color: #c30;
	}

a:hover { 
	text-decoration: none;
	}


						/* DIVS FLOATS AND CLEARS */
div.clearleft {
	clear: left;
	margin-top: 30px;
	}

.floatleft {
	float: left;
	}

.floatright {
	float: right;
	}

.clearleft {
	clear: left;
	}

.clearright {
	clear: right;
	}

div.blogphoto, body.blog #content div {
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 1em;
	}


							/* IMAGES */


img {border-width: 0;}

img.border {border: 4px solid black;}

img.floatleft { 
	float: left;
	margin: .5em 1em .5em 0em;
	border: 4px solid #000;
	}

img.floatleftnoborder { 
	float: left;
	margin: .5em 1em .5em 0em;
	border-width: 0px;
	}

img.floatright { 
	float: right;
	margin: .5em 0em .5em 1em;
	border: 4px solid #000;
	}

img.floatrightnoborder { 
	float: right;
	margin: .5em 0em .5em 1em;
	border-width: 0px;
	}

img.clearrightborder {
	clear: right;
	border: 4px solid #000;
	margin: 0 10px 10px 0;
	}

img.gallery { 
	margin: 65px 25px;
	height: 200px;
	float: left;
	border: 4px solid #000;
	}

img.vertgallery { 
	margin: 15px 75px;
	height: 300px;
	float: left;
	border: 4px solid #000;
	}

img.vert267gallery { 
	margin: 31px 59px 32px 58px;
	height: 267px;
	float: left;
	border: 4px solid #000;
	}

img.cropgallery { 
	margin: 65px 65px;
	height: 200px;
	float: left;
	border: 4px solid #000;
	}

div.blogphoto img, body.blog #content div img {
	border: 2px solid black;
	margin: 5px 10px;
	}

div.imagegroup div {
	width: 325px;
	height: 325px;
	margin: 5px;
	float: left;
	border: 1px solid white;
	text-align: center;
	display: table;
	clear: right;
	}

div.imagegroup {
	width: 100%;
	clear: both;
	margin-bottom: 5em;
	}

div.imagegroup hr {
	margin: -0.66em 0;
	visibility: hidden;
	clear: both;
	}






							/* PHOTO GALLERIES */

body.photog #content div {
	width: 350px;
	height: 350px;
	margin: 25px;
	border: 1px solid white;
	float: left;
	text-align: center;
	display: table;
	}

body.photog #content div a, 
div.imagegroup div a {
	display: table-cell;
	vertical-align: middle;
	}

body.photog #content div a img, 
div.imagegroup div img {
	border: 4px solid black;
	}

body.photog #content div a:hover img, 
body.blog #content a:hover img,
div.imagegroup img a:hover {
	border-color: #c00;
	}

#content a:hover img { 
	border-color: #c00;
	}

body.photog #content h1,
body.photog #content h2,
body.photog #content h3,
body.photog #content p {
	clear: both;
	}





							/* TABLES */
table {
	margin-bottom: 2em;
	border: 1px solid #c00;
	background-color: #fee;
	}

caption {
	font-size: 0.9em;
	text-align: left;
	margin-bottom: 0.25em;
	font-style: italic;
	}

th {
	padding: 0.125em 1em 0.25em;
	}

td {
	padding: 0.125em 0.5em;
	text-align: right;
	border-collapse: collapse;
	boder-spacing: 0;
	border: 1px solid #c00;
	background-color: #fff;
	}

tr {
	}




							/* SPLASH PAGE STUFF */




body.splash #nav li a span {
	text-indent: -9999px;
	}

body.splash #nav li a:hover span {			/* The Popup Text */
	position: absolute;
	top: 3.5em;
	left: 20px;
	padding-bottom: 0.25em;
	color: #366;
	text-indent: 0;
	font-size: 0.9em;
	font-weight: normal;
	display: none;				/* value for IE5.x/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	display: block;				/* correct value */
	}
	html>div#nav {display: block; }	/* correct value for Opera 5 */








							/* PHOTO INDEX PAGE STUFF */


body.photogindex #content {
	position: relative;
	}

body.photogindex #content ul {
	margin-left: 10em;
	}


body.photogindex #content li {
	float: left;
	margin: 0 10px 10px 0;
	display: block;
	list-style: none;
	width: 100px;
	height: 100px;
	}

body.photogindex #content li a, 
body.photogindex #content li a:link, 
body.photogindex #content li a:visited, 
body.photogindex #content li a:hover, 
body.photogindex #content li a:active {
	display: block;
	width: 100px;
	height: 100px;
	text-indent: -9999px;
	border: 2px solid black;
	text-decoration: none;
	}

body.photogindex #content li a:hover {
	border-color: #c30;
	} 


body.photogindex #content li a:hover span {	/* The Popup Text */
	position: absolute;
	left: 0px;
	width: 10em;
	padding-bottom: 0.25em;
	color: #000;
	text-indent: 0;
	font-size: 0.85em;
	font-weight: normal;
	display: none;				/* value for IE5.x/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	display: block;				/* correct value */
	}
	html>div#nav {display: block; }	/* correct value for Opera 5 */


body.photogindex li.edinburghbw a {
	background-image: url("photography/squares/edinburghbw.jpg");
	}
body.photogindex li.edinburghcolor a {
	background-image: url("photography/squares/edinburghcolor.jpg");
	}

body.photogindex li.rosslyn a {
	background-image: url("photography/squares/rosslyn.jpg");
	}

body.photogindex li.edinburghsunset a {
	background-image: url("photography/squares/edinburghsunset.jpg");
	}

body.photogindex li.charlotte a {
	background-image: url("photography/squares/charlotte.jpg");
	}

body.photogindex li.honeoye a {
	background-image: url("photography/squares/honeoye.jpg");
	}

body.photogindex li.nyc a {
	background-image: url("photography/squares/nyc.jpg");
	}

body.photogindex li.nbce04-1 a {
	background-image: url("photography/squares/nbce04-1.jpg");
	}

body.photogindex li.nbce04-2 a {
	background-image: url("photography/squares/nbce04-2.jpg");
	}

body.photogindex li.landerland a {
	background-image: url("photography/squares/landerland.jpg");
	}

body.photogindex li.hillsboro a {
	background-image: url("photography/squares/hillsboro.jpg");
	}

body.photogindex li.kingstonsnow a {
	background-image: url("photography/squares/kingstonsnow.jpg");
	}

body.photogindex li.wisconsin a {
	background-image: url("photography/squares/wisconsin.jpg");
	}

body.photogindex li.redwoods a {
	background-image: url("photography/squares/redwoods.jpg");
	}

body.photogindex li.sf a {
	background-image: url("photography/squares/sf.jpg");
	}

body.photogindex li.arizona a {
	background-image: url("photography/squares/arizona.jpg");
	}

body.photogindex li.austin a {
	background-image: url("photography/squares/austin.jpg");
	}

body.photogindex li.troobs a {
	background-image: url("photography/squares/troobs.jpg");
	}

body.photogindex li.fugazi a {
	background-image: url("photography/squares/fugazi.jpg");
	}

body.photogindex li.nola a {
	background-image: url("photography/squares/nola.jpg");
	}

body.photogindex li.boathouse a {
	background-image: url("photography/squares/boathouse.jpg");
	}

body.photogindex li.strawbale a {
	background-image: url("photography/squares/strawbale.jpg");
	}

body.photogindex li.dixonfarm a {
	background-image: url("photography/squares/dixonfarm.jpg");
	}

body.photogindex li.reclaim a {
	background-image: url("photography/squares/reclaim.jpg");
	}

body.photogindex li.istanbul a {
	background-image: url("photography/squares/istanbul.jpg");
	}

body.photogindex li.goreme a {
	background-image: url("photography/squares/goreme.jpg");
	}

body.photogindex li.class a {
	background-image: url("photography/squares/class.jpg");
	}




