/* ===[ base ]=============================================== */

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
        }
#sidebar-1 hr, #sidebar-2 hr {
	margin: 2.5em auto;
	height: 1px;
        width:160px;
	color:#345;
	background-color:#345;
}
small, .small {
	font-size: 0.9em;
}

/* ===[ links ]=============================================== */

a {
	color:			#5e5046;
	color: 			#fff;
	text-decoration:	none;
	border-bottom:		1px dotted #669933;
	text-shadow: 		0px 0px 3px orange;
        }
a:visited {
	color:			#689;
	text-decoration:	none;
	border-bottom:		1px solid #689;
        text-shadow:            none;
	}
a:hover, a:visited:hover {
	color:			#669933;
	border-bottom:		1px solid #fff;
	}
a img {
	border: none;
        }
h1 a, h2 a, h3 a {
	border: none;
        text-transform: none;
        color:#669933;
        text-shadow: none;
        }
h3 a {
	font: 1.5em Georgia, Times, serif;
        }
#site-name a {
	border: none;
        }
#sidebar-1 a {}
#sidebar-2 a {
        font-style:		normal;
	color:			#669933;
	border:			none;
	text-shadow:		none;
        }
#sidebar-1 a:hover {}
#sidebar-2 a:hover {
       color:			#abc;
        }

/* ===[ layout ]============================================== */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 0 auto;
	width: 980px;
}

#head {
	text-align: center;
}

#site-name {
	margin: 15px 0;
	font: 3em Georgia, Times, serif;
}

#site-slogan {
	font: italic 1em Georgia, Times, serif;
}

#sidebar-1 {
	float:          left;
	width:		160px;
        }

#sidebar-2 {
	float:		right;
	width: 		184px;
        }

#content {
        float:                  left;
        font-size:              125%;
        margin-left:            30px;
        width:                  576px;
        line-height:            1.5em;
        }
#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 990px;
w\idth: 980px;
}

#sidebar-1 {
\width: 160px;
w\idth: 160px;
}

#sidebar-2 {
\width: 184px;
w\idth: 184px;
}

/* ===[ overrides ]=========================================== */

#sidebar-2 p, #sidebar-1 p {
	font-size: 0.8em;
}

.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;
        margin: 0 0 1em 0;
}

.published {
	font-size: 0.8em;
        text-transform: uppercase;
        color: #a1cada;
        color: #425a63;
}

/* ===[ 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;
}