/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #000;
	background-color: #999;
	text-align: center;
}

blockquote {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1 {
	background: #FFFFFF url(http://robperree.com/images/4.jpg) no-repeat;
	height: 90px;
	margin: 0px;
	padding: 60px 0px 0px 15px;
	font-family: "Times New Roman", Times, serif;
	color: #999999;
	font-size: 3em;
}
h2 {
	float: right;
	position: absolute;
	top: 110px;
	color: #999999;
	font: italic normal 1.6em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
h3 {
	font-size: 1.3em;
	margin: 0 0 15px 0;
	padding: 0px;
	color: #DD0000;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px #000 solid;
}

a img {
	border: none;
}

h3 a {
	border: none;
	color: #d00;
}

h1 a, h2 a {
	border: none;
	color: #999;
}

#site-name a {
	border: none;
}

#content a, #sidebar-2 a, #sidebar-1 a {
	color: #d00;
	border: none;
}

.section_list a {
	border: none;
	color: #999999;
}

.entry-title a {
	color: #d00;
	border: none;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 0px auto 5px;
	padding: 0px 0px 0px;
	clear: both;
	text-align: left;
	width: 950px;
}

#head {
	text-align: left;
}

#sidebar-1 {
	float: left;
	width: 250px;
	margin: 0px 25px 0px 0px;
	padding: 25px 0px 0px;
}

#sidebar-2 {
	float: left;
	margin: 0px 0px 0px 25px;
	padding: 25px 0px 0px;
	width: 250px;
	text-align: right;
}

.section_list {
	background: #660000;
	margin: 0px;
	padding: 5px;
	color: #999999;
}

.section_list li {
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
	display: inline;
	list-style-type: none;
}

#content {
	margin: 0px;
	width: 650px;
	float: left;
	padding: 25px 0px 0px;
	text-align: justify;
}

.directory li {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
}


#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
}

/* overrides
----------------------------------------------- */

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: none;
	margin: 0px 0px 25px;
	padding: 0px;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}

