/* Base
----------------------------------------------- */

body {
	color: #2d2d2f;
	background: #f8f7f4;
	margin: 0;
	font-family: verdana, "Bitstream Vera Sans", sans-serif;
        font-size: 90%;
	line-height: 1.6;
}

a:link, a:visited {
	color: #369;
	text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #cc0000;
  background-color: #e9eae2;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
	font-family: "Gill Sans", "Gill Sans MT", verdana, "Bitstream Vera Sans", sans-serif;
	font-weight: bold;
	letter-spacing: -.03em;
	margin: 0 0 1em 0;
}
h1 {
    font-size: 180%;
    line-height: 1.25em;
}
h2 {
  color: #9C321D;
  font-size: 140%;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 2em;
  line-height: 1em;
}
h3 {
  font-size: 120%;
}
h4 {
  font-size: 100%;
}
h5 {
  font-size: 90%;
  text-transform: uppercase;
}
h6 {
  font-size: 100%;
  text-decoration: underline;
}

h1 a:link, h1 a:visited {
  color: #392717;
}
 
p {
	margin: 0 0 1em 0;
}
 

form {
	margin: 0;
}


img {
	border: none;
}

hr {
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: solid #ccc 1px;
}

code {
	font-size: 90%;
	font-family: monaco, consolas, monospace;
}

pre {
	font-size: 90%;
	font-family: monaco, consolas, monospace;
	background: #eee;
	padding: 1em;
	overflow: auto;
}

blockquote {
	border-left: solid #ccc 1px;
	margin-left: 2em;
	padding-left: 1em;
	color: #666;
	font-style: italic;
        font-family: "Georgia", "Times", "Times New Roman", serif;
}


/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 10px auto;
	padding: 10px;
	width: 860px;
}

#head {
    padding-bottom: 1em;
    text-align: left;
}


#introduction {
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-top: solid 1px #cecec8;
    border-bottom: 1px solid #cecec8;
    font-size: 100%;
}
#introduction p {
    margin: 0;
}

#site-name {
}

#site-slogan {
}

#sidebar-1, #sidebar-2 {
    padding-top: 30px;
	width: 140px;
}

#sidebar-1 {
	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;
        font-family: verdana, "Bitstream Vera Sans", sans-serif;
        font-size: 100%;
}

.section_list ul {
	list-style-type: none;
}

.section_list li {
	margin: 0 0 2px 0;
	padding: 0;
}
.section_list .active {
   font-weight: bold;
}

#content {
	margin: 0 180px;
	padding-top: 30px;
}

#foot {
    font-size: 90%;
    color: #666;
	margin-top: 4em;
	clear: both;
	text-align: center;
}

.entry-title {
    margin-bottom: 0;
}

/* overrides
----------------------------------------------- */

#head p {
    font-size: 140%;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}
#head p a {
    color: #333;
}
#head p {
    font-size: 90%;
    font-family: verdana, "Bitstream Vera Sans", sans-serif;
    margin: 0;
}

#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: 90%;
    color: #666;
}

/* 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 {
}

