/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
        font-size: 0.8em;
	color: #000;
	background-color: #fff;
}

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 10px 0;
	padding: 0 8px;
	font-weight: normal;
}

h1, h2 {
	font-family: Georgia, Times, serif;
}

h1 {
	font-size: 1.3em;
}

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;
        text-transform: uppercase;
	color: #000;
        border: 0px solid #d5d5d5;
        background-color: #d5d5d5;
}

a img {
	border: 0px;
}

h1 a, h2 a, h3 a {
	border: none;
        background-color: #fff;
}

h3 a {
	font: 1.5em Georgia, Times, serif;
	border: none;
        background-color: #fff;
}

#site-name a {
	border: none;
        font-size: 1.5em;
        text-transform: none;
        background-color: #fff;
}

#sidebar-1 a {
	color: #fff;
        text-transform: uppercase;
        border: 5px solid #000;
        background-color: #000;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 850px;
}

#head {
	text-align: left;
}

#title{
        text-align: left;
        position: relative; 
        top: -200px;
        left: 100px;
}
   
#site-name {
	margin: 15px 0;
	font: 3em Georgia, Times, serif;
}

#site-slogan {
	font: italic 1em Georgia, Times, serif;
}

#sidebar-1, #sidebar-2 {
	padding-top: 0px;

}

#sidebar-1 {
	margin-left: 0px;
	float: top;
        position: relative;
        top: -200px;
        left: 75px;
	text-align: left;
        width: 500px;

}

#sidebar-2 {
	margin-left: 5px;
	float: right;
        position: relative; 
        top: -170px;
        left: 80px;
        width: 300px;

}

#section_list {
	border: 1px solid #000;
	margin: 2em;
	width: 600px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	}

.section_list p {
	display: inline;
	}

.section_list ul, .section_list li {
	display: inline;
	margin: 0;
	padding: 0;
	color: #339;
	font-weight: normal;
	}

#content {
        position: relative; 
        top: -190px; 
        left: 108px;
	margin: 0 0px;
	padding-top: 20px;
        width: 520px;
}

#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 870px;
w\idth: 860px;
}

#sidebar-1 {
\width: 550px;
w\idth: 550px;
}

#sidebar-2 {
\width: 300px;
w\idth: 300px;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;
}


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: 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 Georgia, Times, serif;
}
