/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Courier New, Monaco;
	color: #333;
	background-color: #fff;

}

blockquote, h3, li, td {
	padding: 0px;
	margin: 0px;
	font-size: 0.7em;
	line-height: 1.4em;
}

.mess {
	padding: 0px;
	margin: 0px;
	font-size: 1.4em;
	line-height: 2.8em;
	color: #888;
}

p, .txt {
	padding: 0;
	margin: 0;
	font-size: 0.7em;
	line-height: 1.4em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

h1, h2 {
	font-family: Courier New;
}

h1 {
	font-size: 0.7em;
}

h2 {
	font-size: 0.7em;
	font-style: italic;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.7em;
}
.bold {
	font-weight: bold;
	font-size: 0.7em;
}
.sTitle {
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}
.gray {
	color: #777;
}
.txt {
	margin-top: -0.7em;
}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
	font: 0.7em Courier New;
}

#site-name a {
	border: none;
}

#sidebar-2 a, #sidebar-1 a {
	color: #333;
	border: none;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 0 100px 100px 100px;
	padding: 100px 0 0 0;
	width: 860px;
}

#site-name {
	margin: 15px 0;
	font: 0.7em Courier New;
}

#site-slogan {
	font: italic 0.7em Courier New;
}

#sidebar-1, #sidebar-2 {
	width: 140px;
}

#sidebar-1 {
	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 {
	margin: 0 240px 0 0;
	width: 620px;
}

#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 860px;
w\idth: 860px;
}

#sidebar-1, #sidebar-2 {
\width: 140px;
w\idth: 140px;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
	font-size: 0.7em;
	line-height: 1.4em;
}

.caps {
	font-size: 0.7em;
	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.7em;
}

.published {
	font-size: 0.7em;
}

/* 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: 0.7em Courier New;
}
