* {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #000;
	background: #c69f67;
	font-size: 16px;
	line-height: 24px;
}

#container {
	width: 800px;
	background-image: url(/images/Background.jpg);
	position: relative;
	margin: 0 auto auto;
}

#title {
	width: 720px;
	margin: 0 40px;
	height: 280px;
	background: url(/images/Header.jpg) no-repeat;
}

#nav {
	width: 350px;
	margin: auto;
	position: relative;
	top: 155px;
	text-align: right;
	font-size: 1.05em;
}

#sidebar {
	width: 100px;
	float: right;
	margin-right: 40px;
}

#content {
	width: 500px;
	margin: 0 140px;
}

#foot {
	width: 720px;
	height: 140px;
	margin: 0 40px;
	background: url(/images/Footer.jpg) no-repeat;
	text-align: center;
	padding-top: 10px;
	font-size: 12px;
	line-height: 16px;
}

p {
	font-size: 0.9em;
	line-height: 1.6em;
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	margin: 10px 0;
	text-indent: 40px;
}

.entry-content {
	text-align: justify;
}

.entry-footer{
	font-size: 12px;
	line-height: 16px;
	text-align: right;
}

.entry-footer ol.comments {
	list-style-type: none;
}

.entry-footer ol.comments li {
	padding: 0 5px 5px;
	border-top: 1px solid #f2e3cd;
}

blockquote {
	margin: 5px 20px;
}

h1, h2, h3, h3.entry-title {
	font-size: 20px;
	margin: 0 0 10px 0px;
	font-style: italic;
}

small, .small {
	font-size: 12px;
}

/* links
----------------------------------------------- */

a, a:link, a:visited {
	text-decoration: none;
	color: #244d0f;
}

a:hover, a:active {
	text-decoration: underline;
}

#nav a {
	color: #000;
}

.an7_flickr_thumb img {
	margin: 4px;
}

a.an7_flickr_thumb:hover img, a.an7_flickr_thumb:active img {
	-webkit-box-shadow: 0px 5px 15px rgba(0,0,0,0.50);
	-khtml-box-shadow: 0px 5px 15px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 5px 15px rgba(0,0,0,0.50);
	box-shadow: 0px 5px 15px rgba(0,0,0,0.50);
}

/* forms
----------------------------------------------- */

form {
	font-size: 12px;
}

form input, form textarea {
	background-color: #fff;
	border: 1px solid #c69f67;
	font-size: 14px;
	padding: 0 5px 3px;
}

#popup_comments form textarea {
	width: 290px;
}

/* overrides
----------------------------------------------- */

.caps {
	font-size: 0.9em;
	letter-spacing: 0px;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.9em;
}

.published {
	font-size: 0.9em;
}

/* comments
----------------------------------------------- */

#popup_comments {
	width: 300px;
	margin: 20px auto;
	text-align: left;
}

#comment_preview {
	background-color: #f2e3cd;
	text-align: right;
	padding: 0 5px 5px;
	border-style: none;
	font-size: 14px;
	line-height: 18px;
}

h2#comment {
	margin-left: 0;
}

#popup_comments ol {
	list-style-type: none;
}

#popup_comments ol li p.small {
	text-align: right;
	margin-bottom: 20px;
}

.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-size: 1.2em;
}
