/* MAIN BODY */

body {
	background: #000;
	color: #c0c0c0;
	font-size:  10pt;
	line-height: 14pt;
	font-family: Verdana, Arial, sans-serif;
	border: 0;
	margin-left: 20px;
	margin-top: 20px;
}

img {border: 0;}

a {
	color: #c0c0c0;
	text-decoration: none;
	outline: 0;
}

div#header {
	text-transform: lowercase;
	font-size: 13pt;
	font-weight: normal;
	float: left;
	margin-right: 56px;
	margin-top: 10px;
}

img#logo {
	width: 60px;
	height: 60px;
	vertical-align: middle;
	margin-right: 0.5em;
}

h1, h2, h3, h4, h5 {
	font-size:  10pt;
	line-height: 14pt;
	font-weight: normal;
	color: #FFF;
	margin-top: 0;
}

h1 {text-transform: uppercase; margin-bottom: 30px;}
h2 {
	text-transform: lowercase;
	margin-bottom: 50px;
	width: 150px;
	margin-left: 30px;
	text-align: right;
}
h3 {text-transform: uppercase; margin-bottom: 0;}
h4 {color: #c0c0c0;}
h5 {margin-bottom: 0;}

dl , dl#about{
	margin-bottom: 10px;
}

dt{
	text-transform: uppercase;
	color: #FFF;
	float: left;
	margin-right: 0.45em;
}

dl#about dt, dl#about dd {padding-bottom: 15px;}

p {margin-top: 1px;}
p a {color: #FFF; border-bottom: 1px dotted #FFF;}
a.email {color: #c0c0c0; border-bottom: 0;}

/* NAVIGATION */

ul#navigation {height: 120px;}

ul#navigation, ul#work {
	padding: 0;
	list-style: none;
	text-transform: lowercase;
}

ul#navigation li {
	position: relative;
	float: left;
	width: 100px;
	margin-top: 25px;
}

li ul#work {
	position: absolute;
	top: 25px;
	display: none;
}

li ul#work li {margin-top: 5px;}

ul#navigation li a {
	display: block;
	text-decoration: none;
	line-height: 20px;
	padding: 5px;
	margin: 0 2px;
	display: block; 
}

ul#navigation li a:hover { color: #FFF; }
li:hover ul#work, li.over ul#work { display: block; }


/* MINIGALLERY */

div#minigallery {clear: left; width: 150px; float: left; margin-left: 32px; margin-top: 30px;}
.button{opacity: 0.3; background: #000;}
img.button:hover {opacity: 1.0;}
img.currentbutton {opacity: 1.0;}


/* CONTENT */

div#content {
	overflow: auto;
	width: 70%;
	position: absolute;
	top: 250px;
	left: 265px;
}

/* CONTENT */

div#content2 {
	overflow: auto;
	width: 50%;
	position: absolute;
	top: 250px;
	left: 265px;
}

		/* GALLERY */

ul#gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

ul#gallery li {
	display: table-cell;
	height: 315px;
	vertical-align: top;
	padding: 0;
	background: #000;
}
ul#gallery li div#text{
	width: 355px;
	margin-right: 1em;
}

ul#gallery li div#text2{
	width: 330px;
	margin-right: 1em;
}

/* text3 div is for about page.. b/c it's narrower*/
ul#gallery li div#text3{
	width: 220px;
	margin-right: 1em;
}

ul#gallery li img { height: 315px; border-width: 8px 20px 8px 20px; border-style: solid; border-color: white;}