html, body {
    padding: 0;
    margin: 0;
    background-color: #fff; 
    color: #000;
    font-family: Arial, sans-serif; 
    font-size: 1em;
}

q {
    font-style: italic;
}

a {
    text-decoration: none;
	color: #FF7E4B;
}

a:hover {
    text-decoration: underline;
}

h1 {
    margin-top: 0;
    font-size: 1.4em;
    letter-spacing: 0.25ex;
    font-weight: bold;
    color: #808080;
}

div > p:first-child, td > p:first-child {
	margin: 0;
}

#top {
    background-color: #e9e9e9;
    background-image: url("img/topback.png");
    border-bottom: solid 1px #999;
    padding: 8px;
    padding-bottom: 16px;
}

#logo {
	float: left;
}

#quote {
	float: right;
    font-size: 0.9em;
    text-align: right;
	margin: 0;
}

#filling {
	clear: both; 
	font-size: 0px;
	margin: 0;
	padding: 0;
}

#menu {
    padding: 6px 8px;
    border-bottom: solid 1px #999;
	margin-left: -8px;
}

.menu {
    padding-left: 8px;
    padding-right: 8px;
}

a.menuLink {
    font-weight: bold;
}

#main {
    padding: 8px 16px;
	padding-top: 24px;
	margin-bottom: 24px;
}

#about {
	background-color: #fff;
    float: right;
    width: 25%;
    border-left: dotted 1px #999;
    border-bottom: dotted 1px #999;
    padding: 8px;
    margin-left: 16px;
    margin-bottom: 24px;
    /* http://www.dustindiaz.com/min-height-fast-hack */
    min-height: 576px;
    height: auto !important;
    height: 576px;
}

#footer {
    clear: both; 
	margin: 0 16px;
	border-top: dotted 1px #999;
	padding-bottom: 16px;
	padding-top: 4px;
	font-size: 0.7em;
}

.aboutHeader {
    font-family: monospace;
    font-weight: bold;
    background-color: #f0f0f0;
    padding: 0.2em 0;
}

.aboutList {
    padding-left: 0;
    margin-left: 0;
}

.aboutListItem {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.whoamiInfo {
    font-family: monospace;
}

.mailDelimiter {
    color: #808080;
}

/* general stuff */

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.shortcut {
    text-decoration: underline;
}

/* gallery stuff */

#galleryList {
    border-spacing: 8px;
    margin-left: auto;
    margin-right:auto;
}

.galleryListItem {
    border: solid 1px #ddd;
    width: 232px;
    padding: 0.4em;
    text-align: center;
    vertical-align: top;
}

.galleryListItem:hover {
    background-color: #eee;
}

.galleryListItemDate {
    font-size: 0.9em;
}

.galleryPhoto {
	border: solid 1px #646464;
}


