body {
	margin:0;
	padding:0;
	background:#2A2A2A;
	color:#FFF;
	font:0.85em 'Lucida Grande','Lucida Sans Unicode','Verdana',sans-serif;
}

div#header {
	background:#FFF;
	height:1.5em;
	position:relative;
	padding:30px 0 40px 0;
	margin-bottom:30px;
}

div#header,
#header li a {
	border-bottom:8px solid #AAA;
}

h1 {
	color:#000;
	margin:0;
	padding:0;
	position:absolute;
	top:22px;
	line-height:0;  /* Image should not move when scaling text - alt text still works fine */
}

h1,
#header ul {
	left:25px;
}

h1 a img,
h1 a img:hover {
	border:0;
}

#header ul {  /* Main menu */
	font-family:'Arial';
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	bottom:-8px;
}

#header ul li {
	display:inline;
	margin:0;
	padding:0;
}

#header li a {	
	display:block;
	float:left;
	margin-right:1.2em;
	font-size:1.1em;
	color:#000;
	text-decoration:none;
	padding-bottom:7px;
}

#header li a:hover {	
	text-decoration:none;
}

#portfolio #portfolio_menu a,
#portfolio_menu a:hover {
	border-color:#DAA520;
}
ul li#portfolio_menu a:hover,
#portfolio a:hover {
	color:#DAA520;
}

#about #about_menu a,
#about_menu a:hover {
	border-color:#DA2620;
}
ul li#about_menu a:hover,
#about a:hover {
	color:#DA2620;
}

#admin #admin_menu a,
#admin_menu a:hover {
	border-color:#7FFF00;
}
ul li#admin_menu a:hover,
#admin a:hover {
	color:#7FFF00;
}
#admin_menu {
	float:right;
}
#admin_menu a {
	margin-left:5em;
}

#contact #contact_menu a,
#contact_menu a:hover {
	border-color:#207ADA;
}
ul li#contact_menu a:hover,
#contact a:hover {
	color:#207ADA;
}

a {
	color:#FFF;
	text-decoration:underline;
}


p.photo {
	width:612px;
	float:left;
	margin:0 30px 15px 0;
	padding:0;
	text-align:center;
}

#splash {
	text-align:center;
}

#splash p.photo {
	width:auto;
	float:none;
	margin:0;
}

.categories img,
.photo img,
.thumbnails img {
	background:#222;
	border:1px solid #333;
	padding:5px;
	margin:0;
}

.thumbnails {
	text-align:left;
	overflow:none;
	overflow-x:auto;
}

.thumbnails img {
 	vertical-align:middle;
}

.thumbnails img,
.categories img {
	margin:2px;
	padding:3px;	
}

.thumbnails a {
	text-decoration:none;
}

.categories a:hover img,
.thumbnails a:hover img,
.thumbnails a img.current,
.photo a:hover img {
	background:#DAA520;
	border-color:#B0861D;
}

div#content { /* Below the line */
	max-width:980px;
	padding:0 15px 15px 30px;
	overflow:auto;  /* For simple clearing: http://www.sitepoint.com/blogs/2005/02/26/simple-clearing-of-floats/ */
}

h2, h3 {
	font-weight:normal;
	font-size:1.4em;
	color:#DAA520;
	margin:1em 0;
	line-height:1.2em;
}

h3 {
	font-size:1.1em;
	margin-top:1.5em;
}

#portfolio h3 {
	clear:left;
}

h2:first-child,
h3:first-child {
	margin-top:0;
}

#portfolio h2 {
	position:relative;
	padding-right:2em;
}

#portfolio h2 a {
	position:absolute;
	right:0;
	top:50%;
	margin-top:-0.5em;
	line-height:1em;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:1.4em;
}

#about h2,
#about h3,
#about h4 {
	color:#FF6347;
}

#contact h2,
#contact h3,
#contact h4 {
	color:#87CEEB;
}

#admin h2,
#admin h3,
#admin h4 {
	color:chartreuse;
}

dl {
	margin-top:-0.5em;
}

dt {
	font-weight:normal;
	font-size:1.0em;
	margin:0.65em 0 0.2em 0;
	color:#FFF;
}

dd {
	margin:0.1em 0;
	color:#AAA;
}

.categories,
.thumbnails {
	list-style-type:none;
	margin:0;
	padding:0;
}

.categories li {
	margin:0 18px 15px 0;
	padding:0;
	text-align:center;
	display:block;
	float:left;
}

.thumbnails li {
	display:inline;
}

ul.categories a {
	text-decoration:none;
	color:#FFF;
}

ul.categories li a img {
	border:0;
}

#main_column {
	width:610px;
	float:left;
	margin:0 15px 0 0;
	padding:0;
}

#sidebar {
	width:290px;
	float:left;
	margin:0 0 0 20px;
	padding:0;
}


/* About */

#biopic {
	float:left;
	margin:0 15px 15px 0;
	height:150px;
}


/* Contact */

address {
	font-style:normal;
}

form {
	margin-top:2em;
}

label, input, textarea {
	display:block;
	float:left;
	margin-bottom:1em;
	width:20em;
}

input[type='submit'] {
	margin-top:1.5em;
}

textarea {
	height:7em;
}

label {
	width:15em;
	padding-right:1em;
	clear:left;
}


/* Index page */

div#about,
div#contact {
	margin-top:2.5em;
}