/* base
----------------------------------------------- */

body {
margin: 0;
padding: 0;
font-family: "Helvetica Neue", Helvetica, sans-serif;
color: #000;
background-color: white;
}

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 {
font-weight: normal;
}

h1, h2 {
font-family: Georgia, Times, serif;
}

h1 {
font-size: 3em;
	margin: 0;
}

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: #000;
border-bottom: 1px #000 solid;
}

h1 a, h2 a, h3 a {
border: none;
}

h3 a {
font: 1.5em Georgia, Times, serif;
}

/* overrides
----------------------------------------------- */

.caps {
font-size: 0.9em;
letter-spacing: 0.1em;
}

div.divider {
margin: 2em 0;
text-align: center;
}

/* layout
----------------------------------------------- */

#accessibility {
position: absolute;
top: -10000px;
}

#container {
padding: 0;
	background-color: white;
	margin: 20px 0 0 20px;
	width: 1000px;
}

#header {
	background-color: white;
	text-align: left;
	height: 120px;
}

#sidebar-1 {
text-align: left;
	font-size: 8px;
	color: silver;
	margin: 0;
	background-color: white;
	padding-top: 220px;
	padding-left: 10px;
	padding-right: 50px;
	float: left;
	width: 140px;
	height: 470px;
}

.section_list {
	border-style: none;
	width: 130px;
	padding-bottom: 5px;
}

.section_list p {
	margin: 0;
	text-transform: uppercase;
	padding: 0;
	letter-spacing: 1px;
}

.section_list p a {
	color: silver;
	font: 14px "Helvetica Neue", Helvetica, sans-serif;
	border-style: none;
}

.section_list p a.focus {
	color: black;
}

.section_list p a:hover {
	color: black;
}

.recent_articles {
	border-style: none;
	border-top: 1px solid silver;
	padding-top: 5px;
	height: 308px;
	width: 130px;
}

.recent_articles p {
	margin: 0;
	text-transform: uppercase;
	padding: 0;
	letter-spacing: 1px;
}

.recent_articles p a {
	color: silver;
	font: 14px "Helvetica Neue", Helvetica, sans-serif;
	border-style: none;
}

.recent_articles p a:hover {
	color: black;
}

#content {
margin: 0 0 0 200px;
	padding-left: 30px;
	width: 800px;
}

#flashcontent {
	padding: 0;
	margin: 0;
	width: 760px;
	border-right: 1px solid #e1e1e1;
}

#mediaplayer {
	border: 1px solid #e1e1e1;
	padding: 5px;
	width: 760px;
}

#foot {
clear: both;
text-align: left;
	color: gray;
	font: 8px "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-top: 1px solid red;
	background-color: white;
	margin: 20px 10px 0;
	height: 10px;
	padding-top: 7px;
	padding-left: 155px;
	padding-bottom: 7px;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

/* 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;
}