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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	font-family: FellEnglishPro;
	src: url('/fonts/FellEnglishPro/IM_FELL_English_PRO_Roman.ttf');
}

html {
	height: 100%;
	width: 100%;
}

body {
	background: #fff;
	border: 0;
	overflow: hidden;
	text-align: center;
	margin: 0;
	font-family: FellEnglishPro;
	font-size: 13px;
	height: 100%;
	width: 100%;
	color: #999;
}

#header {
	text-align: center;
	margin: 40px auto 40px;
	overflow: visible;
}

#header ul {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

#header ul li {
	display: inline;
	font-size: 17px;
}

#header li a {
	text-decoration: none;
	padding: 4px 7px;
	color: #999;
}

#header li a:hover {
	color: #000;
}

p {
	line-height: 18px;
}

#center {
	position: absolute;
	text-align: center;
	margin: 0 auto;
}


/* CONTACT FORM */

form {
	width: 300px;
	margin: 0 auto 0;
	overflow: visible;
}

label {
	display: block;
	width: 120px;
	text-align: left;
	font-size: 14px;
}

input {
	border: 1px solid #999;
	width: 100%;
	padding: 5px;
	margin-bottom: 20px;
}

textarea {
	width: 100%;
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid #999;
}

#submitBtn, .submitBtn {
	width: 100%;
	float: none;
	margin: 0;
	padding: 5px;
	font-family: FellEnglishPro;
	font-size: 20px;
	color: #666;
	cursor: pointer;
	background: #ddd;
	border: 1px solid #999;
}

#required {
	text-align: left;
	margin-bottom: 20px;
}

#sb-nav a {
	position: relative;
	left: -25px;
}

#sb-info #desc {
	position: relative; 
	left: -10px;
}

#drawings #sb-wrapper-inner {
	border: none !important;
}

#drawings #sb-title-inner, #drawings #sb-info-inner, #drawings #sb-loading-inner, #drawings div.sb-message {
	color: #666 !important;
	font-size: 14px;
}


/*
body#poems {
	overflow: auto;
}


html {
	overflow: auto;
}


#sb-wrapper-inner {
	border: none !important;
}

#display {
	text-align: left;
	position: absolute;
}

#poems #center ul {
	list-style: none;
	margin: 40px 0;
	padding: 0;
}

#poems #center ul li {
	margin: 20px 0;
	display: inline;
}

#poems #center ul a {
	text-decoration: none;
	color: #999;
	padding: 0 15px;
	font-size: 18px;
}

#poems nav ul a:hover {
	color: #000;
}

#content {
	white-space: nowrap;
}



#sb-player.html {
	overflow: hidden !important;
}

p {
	line-height: 22px;
}
*/
#bio #center td {
	text-align: left;
	vertical-align: top;
	padding: 0 12px;
	color: #666;
	font-size: 14px;
}

#bio #center td.hdr {
	font-size: 18px;
	padding-right: 40px;
}

#bio #center td.date {
	font-size: 18px;
}

