/* base
----------------------------------------------- */

* {margin:0; padding:0;}

body {font: 11px/1.5em "Lucida Grande", Verdana, Arial, Helvetica, serif; color:#2d2d2d;}

blockquote, li {
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.6em;
	list-style: none;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Georgia", "Times New Roman", serif;
	font-weight: normal;	
	margin-bottom: 0.5em;
	color: #666;
}

h1 {
	font-size: 218%;
	line-height: 1.3em;
	color: #000;
}

h2 {
	font-size: 164%;
	line-height: 1.3em;
	color: #9b3300;
}

hr {border: 0; color: #d2d2d2; background-color:#d2d2d2; height:1px; margin-bottom:12px;}

p {margin-bottom: 15px;}

small, .small {
	font-size: 0.9em;
}

.logo {position:absolute;top: 86px;left: 67px;}

/* links
----------------------------------------------- */

a:link, a:visited {font-weight: bold; color: #369; text-decoration: none;}
a:hover, a:active {font-weight: bold; color: #933; text-decoration: underline;}

a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
	font: 1.5em Georgia, Times, serif;
}

#site-name a {
	border: none;
}

#sidebar-2 a, #sidebar-1 a {
	color: #c00;
	border: none;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	width: 800px;
}

#header {height:150px; background:#fcbe79 url("/components/img/header.jpg") no-repeat; margin-bottom:34px;}

#site-name {
	margin: 15px 0;
	font: 3em Georgia, Times, serif;
}

#site-slogan {
	font: italic 1em Georgia, Times, serif;
}

#sidebar-1 {
	float: left;
	text-align: right;
	width:250px;
}

.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

#content {
	margin-left: 284px;
}

#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
}


/* 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: 0.8em;
}

.published {
	font-size: 0.9em;
}

/* 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;
}