/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: lucida grande, "Lucida Grande", Bitstream Vera Sans, Calibri, Helvetica, sans-serif;
	color: #444;
	background-color: #fff;
        border-top: 6px #585455 solid;
        border-bottom: 6px #585455 solid;
}

blockquote, h3, p, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3 {
	margin: 0 0 15px 0;
	padding: 0 10px;
	font-weight: normal;
}

h1, h2 {
	font-family: lucida grande, "Lucida Grande", Bitstream Vera Sans, Calibri, Helvetica, sans-serif;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1em;
	font-style: italic;
}

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: #33789C;
}

a:hover {
        text-decoration: underline;
}

a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
	font: 1.5em Bitstream Vera Sans, Calibri, Helvetica, sans-serif;
}

#site-name a {
	border: none;
}

#sidebar-2 a, #sidebar-1 a {
	/* color: #7fa3b3; */
	border: none;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 10px auto;
	padding: 10px;
	width: 70%;
        min-width: 500px;
}

#head {
/*	background-color: #585455; */
/*      color: #ffffff; */
	text-align: center;
}

#site-name {
	color: #ffffff;
        margin: 15px 0;
	font: 3em Bitstream Vera Sans, Calibri, Helvetica, sans-serif;
        font-size: 3.7em;
}

#site-name a:hover {
        text-decoration: none;
}

#site-slogan {
	font: italic 1em Bitstream Vera Sans, Calibri, Helvetica, sans-serif;
}

#sidebar-1, #sidebar-2 {
	padding-top: 50px;
	width: 150px;
}

#sidebar-1 {
	margin-right: 5px;
	float: left;
	text-align: right;
}

#sidebar-2 {
	margin-left: 5px;
	float: right;
}

.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

#content {
	margin: 0 155px;
	padding-top: 30px;
}

#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */
/*
#container {
\width: 770px;
w\idth: 760px;
}

#sidebar-1, #sidebar-2 {
\width: 150px;
w\idth: 150px;
}
*/
/* overrides
----------------------------------------------- */

#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
----------------------------------------------- */
.entry-title {
        border-bottom:1px solid #D6D6D6;
}

.entry-title a {
	text-decoration: none;
        color: #30292B;
}

.entry-title a:hover {
        color: #33789C;     
}

.directory {
	list-style-type: circle;
}

.author {
	font-style: italic;
	font-size: 0.8em;
}

.published {
        font-style: italic;
	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 Bitstream Vera Sans, Calibri, Helvetica, sans-serif;
}

.green {
      /* color: #B8C071; */
      /* color: #8EA678; */
      /* color: #CAE064; */
      color: #99b54f;
}

pre {
        background-color: #FAF8F0;
/*        background-color: #efedde; */
        width: 90%;
        margin: auto;
}
