@charset "utf-8";
/* CSS Document */

body {
	background-color: black;
	color: white;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	padding: 0px;
}

a {
	color: red;
}

a:hover {
	color: white;
}

a img {
	border: 0px none;	
}

#body {
	width: 1024px;
	border-top: 1px solid white;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

#head {
	height: 100px;
}

#head #logo {
	float: left;
	width: 286px;
}

#menu {
	margin-left: 325px;	
	position: relative;
}

#menu p {
	padding: 0px;
	margin: 0px;
}

#menu div.main {
	position: absolute;
	left: 0px;
	top: 17px;
}

#menu div.sub {
	position: absolute;
	left: 0px;
	top: 50px;
}

#menu div.main div {
	margin-right: 15px;
	overflow: hidden;
	float: left;
}

#menu div.main div a,
#menu div.sub div a {
	padding-top: 50px;
	display: block;
}

#menu div.sub div {
	margin-right: 15px;
	overflow: hidden;
	float: left;
}

#content,
#content p.holder
{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center;
}

#content p.holder img {
	max-width: 1024px;
}


/* -------------------------- menu rollovers */

div#menu-photo {
	background-image: url(../images/menu-photo.gif);
	width: 114px;
	height: 27px;
}

div#menu-photo a {
	width: 114px;
	height: 27px;
}

div#menu-photo a:hover,
div#menu-photo a.current {
	background-image: url(../images/menu-photo-on.gif);
}

div#menu-webdev {
	background-image: url(../images/menu-webdev.gif);
	width: 152px;
	height: 27px;
}

div#menu-webdev a {
	width: 152px;
	height: 27px;
}

div#menu-webdev a:hover,
div#menu-webdev a.current {
	background-image: url(../images/menu-webdev-on.gif);
}

div#menu-bio {
	background-image: url(../images/menu-bio.gif);
	width: 37px;
	height: 27px;
}

div#menu-bio a {
	width: 37px;
	height: 27px;
}

div#menu-bio a:hover,
div#menu-bio a.current {
	background-image: url(../images/menu-bio-on.gif);
}

div#menu-contact {
	background-image: url(../images/menu-contact.gif);
	width: 75px;
	height: 27px;
}

div#menu-contact a {
	width: 75px;
	height: 27px;
}

div#menu-contact a:hover,
div#menu-contact a.current {
	background-image: url(../images/menu-contact-on.gif);
}

/* ------------------- sub menu rollovers */

div#menu-photo-urbex {
	background-image: url(../images/menu-photo-urbex.gif);
	width: 131px;
	height: 24px;
}

div#menu-photo-urbex a {
	width: 131px;
	height: 24px;
}

div#menu-photo-urbex a:hover,
div#menu-photo-urbex a.current {
	background-image: url(../images/menu-photo-urbex-on.gif);
}

div#menu-photo-arch {
	background-image: url(../images/menu-photo-arch.gif);
	width: 96px;
	height: 24px;
}

div#menu-photo-arch a {
	width: 96px;
	height: 24px;
}

div#menu-photo-arch a:hover,
div#menu-photo-arch a.current {
	background-image: url(../images/menu-photo-arch-on.gif);
}

div#menu-photo-nature {
	background-image: url(../images/menu-photo-nature.gif);
	width: 56px;
	height: 24px;
}

div#menu-photo-nature a {
	width: 56px;
	height: 24px;
}

div#menu-photo-nature a:hover,
div#menu-photo-nature a.current {
	background-image: url(../images/menu-photo-nature-on.gif);
}

div#menu-photo-misc {
	background-image: url(../images/menu-photo-misc.gif);
	width: 43px;
	height: 24px;
}

div#menu-photo-misc a {
	width: 43px;
	height: 24px;
}

div#menu-photo-misc a:hover,
div#menu-photo-misc a.current {
	background-image: url(../images/menu-photo-misc-on.gif);
}

/* ------------------------------- grid specific */


div#grid div {
	width: 200px;
	height: 200px;
	display: block;
	overflow: hidden;
	float: left;
	padding: 18px;
	margin: 0px 2px 4px 2px;
	background-color: #121212;
	text-align: center;
	vertical-align: middle;
}

div#grid div img {
	max-height: 200px;
	max-width: 200px;
}

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