/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #004;
	background-color: black;
}

h1, h2, h3, h4, h5, h6 {
font-style: normal; 
font-weight: normal;
color: #004; 
background-color: transparent 
}

blockquote {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 0;
	margin-left: 20px;
}

hr {
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 8pt;
}

a {
text-decoration: none;
color: #000;
border-bottom: 1px #000 solid;
}

#site-name a {
border: none;
}

#sidebar-2 a, #sidebar-1 a {
color: #c00;
border: none;
}

/* layout
----------------------------------------------- */

#accessibility {
background-color: #000;
border: 2px red;
/*	top: -10000px;
	position: absolute;
*/
}

#container {
background-color: #BBE;
padding: 15px;
margin: 5px;
/* width: 760px; */
}

#head {
margin: 0px;
padding: 10px;
text-align: left;
vertical-align: top;
background-color: #FFF;
border: 2px inset #CC0D2F;
color: #CC0D2F;
}

#site-name {
font-size: 24pt;
}

#site-slogan {
font-size: 12pt;
font-style: italic;
}

#sidebar-1, #sidebar-2 {
width: 150px;
padding: 10px;
margin: 10px;
}

#sidebar-1 {
float: left;
margin: 20px 40px 20px 0px;
text-align: right;
border: 4px inset #AFC;
background-color: #AFC;
}

#sidebar-2 {
	margin-left: 5px;
	float: right;
}

.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list ul {
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

#content {
border: 2px black;
padding-top: 30px;
}

#foot {
border: 2px inset black;
margin: 5px;
clear: both;
}

/

#sidebar-2 p, #sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.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;
}
