body, html {
	padding: 0;
	margin: 0;
}

* {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
}

#header {
	font-size: 24px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 20px 0 20px 25px;
}


#splash-header {
	font-size: 24px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: maroon;
	margin-bottom:12px;
}

#header a {
	/* Same as above */
	font-size: 24px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: maroon;
}

#header a:hover {
	/* Same as above */
	color: #c30202;
	text-decoration: none;
}

#header span.header-loc, #splash-header span {
	font-size: 24px;
	color: #888;
}

#med-img-container {
	margin-left: 225px; /* Same width as side nav */
	text-align:center;
}

#med-img {
	/* margin-left: 225px; Same width as side nav */
	margin: 0 auto;
}

#caption {
	padding:6px 12px 0 0;
	font-size: 12px;
	white-space: nowrap;
}

.cap-title {
	font-weight: bolder;
}

#prev-link a {
	font-size: 30px;
	float: left;
	text-decoration: none;
	color: #ccc;
}

#next-link a {
	font-size: 30px;
	float: right;
	text-decoration: none;
	color: #ccc;
}

#prev-link a:hover, #next-link a:hover {
	color: #000;
}

#side-nav {
	margin-left: 25px;
	background-color: #fff;
	border-right: 1px solid #bbb;
	width: 225px;
	float: left;
	overflow: inherit;
}

#side-nav h3 {
	margin: 0;
}

#side-nav ul {
	margin: 5px 0 12px 0;
	padding-left: 28px;
}

#side-nav p {
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
}

#thumbs-container {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 72px;
	overflow-y: hidden;
	overflow-x: auto;
	text-align: center;
	background-color: white;
}

#thumbs {
	text-align: center;
	height: 52px;
	background-color: white;
	white-space: nowrap;
}

#thumbs img {
	
	margin: 0 8px 8px 0;

}

#thumb-divider {
	height: 10px;
	background-color: #fff;		
}

.on-thumb {
	border: 1px solid #000;
}

.off-thumb {
	border: 1px solid #fff;
}

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

a:hover, #side-nav a:hover {
	color: #1878d8;
	text-decoration: underline;
}

a:visited {
	color: #000;
}

#text-page-container {

margin-left: 225px; /* Same width as side nav */

	background-color: white;
		vertical-align: center;
}

#resume {
	width: 600px;
}

#resume h3 {
	font-size: 18px;
}

#resume .title {
	font-size: 16px;
}

#resume td {
	padding: 2px;
	line-height: 1.5em;
}

#sml-text-page {
	text-align: left;
	padding: 5px 0 0 100px;
}

ul {
	color: #9a9a9a;
	list-style-position: outside;
	list-style-type: circle;
}

li {
	margin-bottom: 1px;
}	

#sml-text-page li {
	margin-bottom: 6px;
}

#letters {
	width: 550px;
}

#letters p {
	line-height: 1.4em;
}

#letters p.date {
	margin-top: 20px;
	font-weight: bolder;
}

#letters p.excerpt {
	font-style: italic;
}

#letters p.last-p {
	margin-bottom: 50px;
}