/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

table, td, th{
	padding: 5px;
}



/* base
----------------------------------------------- */

/*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;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

/* links
----------------------------------------------- */

#sidebar-2 a, #sidebar-1 a {
	color: #c00;
	border: none;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#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 ul {
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#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
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 1em;
}

.published {
	font-size: 1em;
        margin-bottom: .5em;
}

.entry-content{
        margin-top: .5em;
        font-size: 1.2em;
}

h1.entry-title{
        font-size: 2.5em;
}

h2.entry-title a{
  color: #000
}

/* 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;
        padding: .5em 10px;
	background-color: #f1f1f1;
	border: 1px solid #ddd;
        margin: 10px 0;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

ol.comments li{
        padding: .5em 10px;
        border: 1px solid #ccc;
        margin: 10px 0;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}


/*
custom - copied from rails
*/
body {
  background-color: #1a1a1a; /*#364B71;*/
  font-family: Garamond, Georgia, Times, serif;
  font-size: 14px;
}

a {
  color: #364B71;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, Garamond, Times, serif;
	line-height: 125%;
}

h1{
	font-size: 32px;
}

h1 a{
	color: #000;
}

h2{
	font-size: 20px;
}

h3 a{
	color: #000;
}

h4{
	font-variant: small-caps;
}

.sidebar.article h5{
	font-size: 10px;
	font-weight: normal;
}

h2.author{
	font-weight: normal;
	font-size: 14px;
}

h2.subheader{
	font-style: italic;
	font-weight: normal;
	font-size: 20px;
}

div.featured.article div.summary{
	margin-top: .5em;
	font-size: 16px;
        line-height: 100%;
}

div.sidebar.article div.summary{
	margin-top: 3px;
	font-size: 12px;
}

p{
	padding: 0.5em 0;
	line-height: 125%;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

#container {
  background-color: #FFF;
}

div.max_width{
	width: 960px;
	margin: 0 auto;
	position: relative;
}

div.max_padded_width{
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}

#header{
  background-color: #384D70; /*#364B71;*/	
  border-bottom: 7px solid #384D70; /*#364B71;*/
  color: #fff;
	position: relative;
}

#header a{
	color: #fff;
}

#header_logo{
	display: block;
	float: left;
	margin: 10px 0 3px 5px;
	border: none;
}

#header_bar{
	clear: both;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	height: 28px;
	line-height: 32px;
	font-size: 14px;
	font-family: Times, serif;
}

#header_bar li{
	display: inline-block;
	margin-right: 35px;
}

#header_bar li#tagline{
	font-variant: small-caps;
}

#header_bar li#login{
	float: right;
	margin-right: 0;
}

#header_search{
	clear: right;
	float: right;
	font-size: 16px;
	margin-right: 10px;
}

#header_search input{
	margin: 0;
	padding: 0;
	border: 0;
	height: 24px;
	vertical-align: bottom;
	font-family: Garamond, Times, serif;
	font-size: 14px;
}

#header_search input#search_value{
	background: #fff;
	padding: 4px 7px 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	height: 20px;
	color: #666; /*#646296;*/
}

#header_search input#search_submit{
	background: #fff;
	padding: 1px 7px 3px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#header_search input#search_submit:hover{
	background: #eee;
	cursor: pointer;
}

#content{
	padding: 20px 0;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

div.featured.article img{
	width: 460px;
	height: 280px;
	margin-bottom: .5em;
}

div.sidebar.article img{
	width: 220px;
	height: 50px;
	margin-top: 1em;
}

#footer{
	clear: both;
	background: #1a1a1a;
	font-size: 13px;
	color: #f9f9f9;
	padding: 1em 0;
	color: #e6e6e6;
}

#footer a {
  color: #6985b0;
}

#footer address{
	font-style:italic;
	font-size: 14px;
	line-height: 14px;
	margin-top: -3px;
}

div.column, div.half_column{
	width: 460px;
	padding: 0 10px;
}

div.third_column{
	width: 300px;
	margin: 0 10px;
}

div.two_third_column{
	width: 620px;
	margin: 0 10px;
}

div.quarter_column{
	width: 220px;
	padding: 0 10px;
}

div.left{
	float: left;
}
div.right{
	float: right;
}

#flash_notice, #flash_error {
  padding: 5px 8px;
  margin: 10px 0;
}

#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
}

#flash_error {
  background-color: #FCC;
  border: solid 1px #C66;
}

.fieldWithErrors {
  display: inline;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #CF0000;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: 0;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 8px;
}

#errorExplanation ul {
  margin: 2px 24px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: disc;
}

div.sidebar_box{
  float:right;
  width: 250px;
  margin: 10px 0;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;  
  clear: right;
}

div.sidebar_box h3{
  background: #e6e6e6;
  border-bottom: 1px solid #ccc;
  padding: 1px 3px;
  font-variant: small-caps;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
}

div.sidebar_box ul{
  padding: 4px 10px 10px
}

div.sidebar_box ul li{
  margin-top: .5em;
  border-bottom: 1px dotted #ccc;
}

.sidebar_box h2 a{
  color: #000;
}

div.summary p{
  margin: 0;
  padding: 0;
  line-height: 100%;
}
