body {
	width: 100%;
	height: 100%;
	margin: 0;
	background-position-y: fixed;
	background-color: #FFF;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
}

a {
	color: #3366cc;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

/* TYPOGRAPHY */

p {
	color: #333;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

/* BLOG POST TITLE */

h2 {
	color: #3366cc;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin-top: 10px;
	padding: 10px 0 0 0;	
}

h3 {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 30px;
	font-weight: normal;
}

h3 a {
	color: #000;
}

h3 a:hover {
	color: #666;
}

h4 {
	visibility: hidden;
	margin-top: 0px;
}

h6 {
	color: #3366cc;
	margin: 0;
	font-weight: normal;
}

/* LAYOUT */

#container {
	width: 500px;
	background-image: url(http://toddstarnes.com/images/container-bground.png);
	background-repeat: repeat;
	position: absolute;
	top: 112px;
	left: auto;
	z-index: 97;
	padding: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}

#navigation {
	width: 100%;
	height: 50px;
	background-color: #000;
	background-repeat: repeat;
	padding-top: 7px;
	border-bottom: 1px solid #666;
	top: 0px;
	left: 0px;
	right: 0px;
	position: absolute;
	z-index: 99;
	overflow: hidden;
}

#navigation img {
	margin-left: 5px;
}

#navigation p {
	color: #FFF;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

#navigation2 {
	width: 100%;
	background-color: #000;
	z-index: 98;
	top: 58px;
	position: absolute;
	border-bottom: 1px solid #666;
}

#navigation2 img {
	height: 18px;
	padding: 10px 15px 10px 0;
	margin-left: 15px;
}

#navigation2 p {
	color: #FFF;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

#blog {
	width: 500px;
}

#content {
	width: 500px;
}

#content img {
	margin-left: 10px;
	margin-right: 10px;
	border: 2px solid #666;
}

#sidebar {
	width: 500px;
	padding-top: 30px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top: 1px dotted #666;
}

#sidebar li {
	list-style: none;
}

#footer {
	width: 500px;
	margin-top: 15px;
	padding-top: 30px;
}

#book1 {
	width: 100%;
}

#book2 {
	width: 100%;
}

#book3 {
	width: 100%;
}

.categories {
	width: 156px;
	float: left;
	margin-left: 10px;
}

.archives {
	width: 156px;
	float: left;
	margin-left: 10px;
}

.calendar {
	width: 156px;
	float: left;
	margin-left: 10px;
}

.body {
	padding-bottom: 5px;
	padding-left: 10px;
}

.title {
	padding-left: 10px;
	margin-bottom: -10px;
	margin-top: -15px;
}

.title a {
	color: #3366cc;
	text-decoration: none;
}

.title a:hover {
	color: #333;
	text-decoration: none;
}

.comments {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #777;
	font-size: 11px;
	text-transform: uppercase;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-bottom: 30px;
}

.comments a {
	color: #777;
	text-decoration: none;
}

.comments a:hover {
	color: #333;
	text-decoration: none;
}

.comments a:visited hover {
	color: #777;
	text-decoration: none;
}

.nameplate {
	float: left;
	padding-left: 5px;
}

.flickr {
	float: right;
	height: 35px;
	overflow: hidden;
	padding-top: 3px;
}

.flickr img {
	height: 35px;
	margin-right: 5px;
}

.excerpt {
	color: #666;
	width: 435px;
	margin-left: 10px;
	font-style: italic;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

#background {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	z-index: 1;
	position: absolute;
	background-attachment: fixed;
	top: 100px;
}