			body {
				font-family: "Helvetica", "Arial", sans-serif;
				color: #555;
				margin: 0;
				padding: 0;
			}
			a {
			}
			#header {
				width: 840px;
				margin: 0 auto;
			}
			h1 {
				background-image: url('/static/img/brian_dailey.gif');
				width: 491px;
				height: 78px;
				text-indent: -9999px;
				background-repeat: no-repeat;
				float: left;
			}
			ul#menu  {
				list-style:none;
				font-family: sans-serif;
				text-transform:lowercase;
				float: left;
				margin: 10px 0 0 0;
				padding: 0 0 0 10px;
			}
			ul#menu li{
				display:inline;
				margin:0;
			}
			#menu a {
				text-decoration: none;
				font-size: 1.5em;
				color: #000;
			}
			#front {
				clear: both;
				background-color: #eee;
				margin: 0;
				padding: 10px;
				border-top: 10px solid #555;
			}
			#about-photo {
				font-size: 20px;
				font-family: georgia, serif;
				color: #999;
				font-style: italic;
			}
			#about-photo img {
				border: 1px solid #999;
				padding: 10px;
				margin-right: 10px;
				float: left;
			}
			#slideshow {
				clear: both;
				height:250px;
				margin:0 auto;
				position:relative;
				width:700px;
				font-size: 12px;
				color: #fff;
				padding-top: 20px;
			}
			.slide {
				background-color: #fff;
			}
			#slideshow #slidesContainer {
				margin: 0 auto;
				width: 500px;
				height: 250px;
				overflow: auto;
				position: relative;
			}
			#slideshow #slidesContainer .slide {
				margin:0 auto;
				width:480px; /* reduce by 20 pixels to avoid horizontal scroll */
				height:250px;
			}
			.slide-img {
				float: right;
				width: 230px;
				vertical-align: center;
				text-align: center;
				height: 245px;
				padding-top: 10px;
			}
			.slide-text {
				width: 250px;
				background-color: #555;
				height: 480px;
				padding: 10px;
				font-family: "Helvetica", "Arial", sans-serif;
			}
			.slide-text h3 {
				font-size: 1.1em;
			}
			.control {
				display:block;
				width:75px;
				height:250px;
				text-indent:-10000px;
				position:absolute;
				cursor: pointer;
			}
			#leftControl {
				top:35px;
				left:0;
				background:transparent url(/static/img/left.gif) no-repeat 0 0;
			}
			#rightControl {
				top:35px;
				right:0;
				background:transparent url(/static/img/right.gif) no-repeat 0 0;
			}
			#details {
				width: 800px;
				margin: 0 auto;
				background-color: #fff;
				padding: 20px;
			}
			#details #photo {
				float: right;
				border: 5px solid #ccc;
				margin: 5px;
			}
			ul {
				list-style-type: none;
			}
			.badges {
				background-color: #fff;
				padding: 10px;
				text-align: center;
			}

/* Blog */
.post-title {
	font-size: 1.5em;
	font-family: "Georgia", serif;
	border-bottom: 2px solid #eee;
	padding-top: 15px;
}
.post-title a {
	color: #000;
	text-decoration: none;
}
.post-date {
	font-size: .7em;
	float: right;
	color: #888;
}
.post-category {
	padding-top: 5px;
	font-family: "Georgia", serif;
	float: right;
	font-size: 0.8em;
	color: #888;
}
.post-body {
	padding: 10px;
}
.add-post-reply {
}
.add-post-reply label {
	display: block;
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 100px;
}
.add-post-reply input {
	display: block;
}
.add-post-reply p {
	font-size: 0.8em;
}
.reply-header {
	font-family: "Georgia", serif;
	font-size: 1.2em;
}
.post-replies {
	margin-left: 50px;
	font-size: 0.75em;
}
blockquote, .reply {
	margin: 10px;
	padding: 5px;
	-moz-border-radius: 10px;
}
.reply {
	background-color: #ddd;
}
blockquote {
	font-size: 0.8em;
	padding: 10px;
	background-color: #A7DBD8;
	color: #000;
}
.reply-information {
	float: left;
	text-align: center;
	border-right: 1px solid #666;
	margin: 10px;
	padding: 20px;
}
.reply-information .reply-date {
	font-size: .9em;
}
.reply-information .reply-name {
	font-style: italic;
	font-family: "Georgia", serif;
}
.reply-information span {
	font-style: normal;
	font-family: "Helvetica", "Verdana", sans-serif;
	font-weight: bold;
}
.reply-information .avatar {
	padding: 5px;
}
.clear {
	clear: both;
}
