/* base
----------------------------------------------- */

html {height: 100%; margin-bottom: 1px}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	color: #000;
	background-color: #fff;
}

blockquote, h3, p, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
	line-height: 1.6em;
}

ul {
        padding-left: 0px;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3 {
	margin: 0 0 15px 0;
	padding: 0 10px;
	font-weight: normal;
}

h1, h2 {
	font: 1.4em Georgia, serif;
}

h1 {
}

h2 {
	/*font-style: italic;*/
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 11px;
}

img.bordered {border: 1px solid #000}

/* links
----------------------------------------------- */

a:link {color: #82632e; background-color: transparent; text-decoration: none;}
a:visited {color: #9b7737; background-color: transparent; text-decoration: none;}
a:hover {color: #43cbd4; background-color: transparent; text-decoration: none;}

a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
	font: 2em Georgia, serif;

}

#site-name a {
	border: none;
}

#sidebar-2 a, #sidebar-1 a {
	border: none;
        font-family: Verdana, sans-serif;
        text-transform: uppercase;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 10px auto;
	padding: 10px;
	width: 800px;
}

#head {
	text-align: center;
}

#site-name {
	margin: 15px 0;
	font: 3em Helvetica, sans-serif; font-weight: bold;
}

#site-slogan {
	font: italic 1em Helvetica, sans-serif;
}

#sidebar-1, #sidebar-2 {
	padding-top: 50px;
	width: 200px;
}

#sidebar-1 {
	margin-right: 5px;
	float: left;
	text-align: right;
}

#sidebar-2 {
	margin-left: 5px;
	float: right;
}

.section_list {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
}

.section_list ul {
	list-style-type: none;
        -webkit-padding-start: 0;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

.section_list li li {
        margin: 0 0 2px 0;
        padding: 0;
}

#content {
        width: 530px;
	margin-left: 215px;
	padding-top: 30px;
}

#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
}

.search_input {
        padding-right:8px;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 800px;
w\idth: 790px;
}

#sidebar-1, #sidebar-2 {
\width: 200px;
w\idth: 200px;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
	font-size: 14px;
	line-height: 16px;
        font-family: Helvetica, sans-serif;
        margin: 0 0 2px 0;
}

#sidebar-2 li, #sidebar-1 li {
	font-size: 14px;
	line-height: 16px;
        font-family: Helvetica, sans-serif;
}


.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: none;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-style: italic;
}

/* 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;
}

#txpCommentInputForm {
        padding-top: 22px;
}

#txpCommentInputForm label {
        font-size: 11px;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Helvetica, sans-serif;
}