html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: "Helvetica Neue Light", HelveticaNeue-Light, Helvetica, Arial, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* =Typography */
html {
	font-size: 100%;
	}
body {
	font-size: 1em;
	}
h1 {
	font-size: 1.5em;
	}
h2, #banner q {
	font-size: 1.5em;
	}
h3, legend, dt, caption {
	font-size: 1.125em;
	font-weight: normal;
	}
#nav {
	text-transform: lowercase;
	font-size: .875em;
	}

/* =Layout + Colors */
html {
	color: #959595;
	background: white;
	}
body {
	margin: 0 auto;
	line-height: 1.5em;
	}
#header {
	color: black;
	background-color: white;
	margin: 30px 10px 40px;
	height: 1.8em;
	}
h1 {
	float: right;
	display: inline;
	}
	h1 a:link, h1 a:visited {
		color: black;
		border-color: transparent;
		}
	h1 a:hover {
		color: #8fbfda;
		border-bottom: 1px solid #8fbfda;
		}
	h1 span {
		font-family: 'HelveticaNeue', 'Helvetica Neue';
		padding-left: 2em;
		color: #666;
		}
#nav {
	display: inline;
	line-height: 2em;
	}
	#nav li {
		display: inline;
		margin-right: 1em;
		}
		#nav li span {
			margin-top: 0;
			color: #959595;
			}
		#nav li a {
			margin-top: 0;
			text-decoration: none;
			}
		#nav li a:link, #nav li a:visited {
			color: #8fbfda;
			border: none;
			}
		#nav li a:hover {
			color: #f90;
			}
		#nav li.current a {
			color: #959595;
			}
			#nav li.current a:hover {
				color: #f90;
				}
#banner {
	width: 950px;
	height: 214px;
	background: url(/images/header-bg01.jpg) top left no-repeat;
	}
	#banner q {
		position: relative;
		top: 120px;
		margin-left: 10px;
		}
h2 {
	margin: 1em 0 .25em 0;
	padding-top: 1em;
	color: #8fbfda;
	border-top: 1px dotted #959595;
	}
h3, legend, dt, caption {
	color: #8fbfda;
	}
#content {
	padding-bottom: 1em;
	}
	#content p {
		padding-top: 1em;
		}
	#content object {
		margin-bottom: 10px;
		}
#album ul {
	list-style: square;
	list-style-position: inside;
	}
em {
	color: #8fbfda;
	}
strong {
	color: #8fbfda;
	font-weight: bold;
	}
.gallery {
	padding-bottom: 40px;}
.gallery li {
	display: inline;
	margin-right: 5px;
	}
#gallery-list {
	border-top: 1px dotted #959595;
	float: left;
	margin-top: 24px;
	}
	#gallery-list h2 {
		border-top: none;
		padding-top: 0;
		}
#gallery-list a img {
	margin-left: 10px;
	}
	#gallery-list a img.inside {
		margin-left: 0;
		}
	/*
#gallery-list a img:last-child {
		margin-right: 0;
		}
*/
#shortcuts li {
	display: inline;
	font-size: .875em;
	padding-right: 20px;
	}
table {
	margin: 1.75em 0 .25em;
	width: 480px;
	}
dl {
	margin-top: 10px;
	}
#vcard h3 {
	margin-top: 0;
	}
#twitter_div {
	margin-top: 1.75em;
	}
/* =Form */

form ol {
	list-style-type: none;
	}
fieldset {
	border: none;
	}
label {
	display: block;
	margin-bottom: .025em;
	margin-top: .25em;
	}
input, textarea {
	width: 464px;
	padding: 1px 0;
	}
	input.button {
		width: auto;
		}
	textarea {
		height: 7em;
		}
.honey-pot {
	display: none;
	}
.message {
	background-color: #464443;
	margin: 10px 0;
	padding: 0 10px;
	}
	#alert em {
		font-weight: bold;
		line-height: 2em;
		}
	#alert ul {
		padding-bottom: 10px;
		}
		#alert ul li {
			color: white;
			}
#footer {
	margin: 1em 0 1em 10px;
	padding-top: 1em;
	border-top: 1px dotted #959595;
	text-align: center;
	font-size: 0.75em;
	}
a:link {
	color: #8fbfda;
	text-decoration: none;
	border-bottom: 1px solid #8fbfda;
	}
	a:visited {
		color: #8fbfda;
		text-decoration: none;
		border-bottom: 1px dotted #8fbfda;
		}
	a:hover {
		color: #f90;
		border-bottom: 1px solid #f90;
		}
	