@charset "utf-8";

* {
	padding:0;
	margin:0;
}
html, body {
	background-color:#fff;
}
body {
	font-family:Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.6;
	text-align:center;
}
p {
	margin-bottom:1.5em;
}
img {
	border:none;
}
ul, ol {
	list-style-position:inside;
	margin-bottom:1.5em;
}
li {
	/*list-style-position:inside;*/
}
a {
	text-decoration:none;
}
a:link, a:visited {
	color:#00a2c5;
}
a:focus, a:hover {
	color:#bb2428;
}
a:active {
	color:#f00;
}

#todays-post a:link, #todays-post a:visited, .article-preview a:link, .article-preview a:visited, #post a:link, #post a:visited {
	color:#00a2c5;
	border-bottom:1px dotted #00a2c5;
}
#todays-post a:focus, #todays-post a:hover, .article-preview a:focus, .article-preview a:hover, #post a:focus, #post a:hover {
	color:#bb2428;
	border-bottom:1px dotted #bb2428;
}
#todays-post a:active, .article-preview a:active, #post a:active {
	color:#f00;
	border-bottom:1px dotted #f00;
}


/* ====================================================================
                                                                 HEADER
*/
div#header {
	position:relative;
	width:780px;
	background:#f4a20c;
	height:87px;
	margin-bottom:24px;
}
div#header #header-image {
	float:left;
}
div#header p {
	float:left;
	padding:0;
	margin:0;
}
div#header #navbar {
	/*width:620px;
	height:20px;
	background-color:#aaa144;
	float:left;
	border:0px solid #f09;*/

	background-color:#aaa144;
	position:absolute;
	width:620px;
	height:20px;
	margin-top:67px;
	margin-left:160px;
}

div#header #navbar ul {
	float:left;
	padding-left:10px;
	border:0px solid #9f0;
}
div#header #navbar li {
	font-size:12px;
	line-height:20px;
	color:#000;
	display:inline;
	border:none;
	border:0px solid #09f;
}
div#header #navbar li#first {
	border:none;
}
div#header #navbar li a:link, div#header #navbar li a:visited {
	color:#fff;
}
div#header #navbar li a:focus, div#header #navbar li a:hover {
	color:#f5a300;
}
div#header #navbar li a:active {
	color:#f00;
}
div#header #title-tagline {
	float:left;
}
/* End: HEADER
*/


div#container{text-align:left}

/* ====================================================================
                                                                CONTENT
*/
div#content {
	padding:0 10px;
	border:0px solid #f00;
}
div#content h1 {
	color:#13252b;
	font-size:16px;
	line-height:20px;
	background-image:url(../images/dots.png);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:0 0 3px 10px;
	margin:0 0 3px -10px;
}
div#content h2 {
	color:#13252b;
	font-size:14px;
	line-height:20px;
	background-image:url(../images/dots.png);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:0 0 3px 10px;
	margin:0 0 1.5em -10px;
}
div#content h3 {
	color:#000;/* 5c5b60 */
	font-size:13px;
	clear:both;
	float:none;
	padding:0 0 0 10px;
	background-image:url(../images/dots.png);
	background-position:bottom;
	background-repeat:repeat-x;
	margin:0 0 3px -10px;
}




div#content #post {
	padding-bottom:10px;
}
div#content #post div.article-metadata {
	float:none;
	clear:both;
	height:20px;
	background-image:url(../images/dots.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:0 10px 2px 10px;
	border:0px solid #09f;
	margin:0 0 10px -10px;
}
div#content #post div.article-metadata p {
	color:#5c5b60;
	font-size:9px;
	margin-bottom:1em;
}
div#content #post div.article-metadata a:link, div#content #post div.article-metadata a:visited{
	color:#5c5b60;
	border-bottom:none;
}
div#content #post div.article-metadata a:focus, div#content #post div.article-metadata a:hover {
	color:#f5a300;
	text-decoration:underline;
	border-bottom:none;
}
div#content #post div.article-metadata p.right strong {
	color:#f6932f;
	font-weight:bold;
}
div#content #post div.article-metadata p.left {
	float:left;
}
div#content #post div.article-metadata p.right {
	float:right;
}




div#content .article-metadata {
	color:#5c5b60;
	font-size:10px;
	margin-bottom:5px;
}
div#content .article-metadata a:link, div#content .article-metadata a:visited{
	color:#5c5b60;
}
div#content .article-metadata a:focus, div#content .article-metadata a:hover {
	color:#f5a300;
	text-decoration:underline;
}



.published-date {
	color:#f6932f;
	font-weight:bold;
}
.author {
	color:#000;
	font-weight:bold;
}
.figure {
	color:#f6932f;
	font-weight:bold;
}
div#content #todays-post {
	margin-bottom:30px;
}
div#content #todays-post p, div#content #post p {
	font-size:11px;
	line-height:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.article-links {
	clear:both;
	float:none;
	color:#5c5b60;
	font-size:11px;
	padding:3px 10px 0 10px;
	background-image:url(../images/small-dots.png);
	background-repeat:repeat-x;
	margin:-22px 0 40px -10px;
}

.article-links a:link, .article-links a:visited{
	color:#5c5b60;
}
.article-links a:focus, .article-links a:hover {
	color:#f5a300;
	text-decoration:underline;
}
.article-links a.continue {
	color:#bb2428;
	text-decoration:underline;
}
.article-links a.continue:focus, .article-links a.continue:hover {
	color:#f5a300;
}
.article-links p.left {
	float:left;
}
.article-links p.right {
	float:right;
}
.article-links p.right strong {
	color:#f6932f;
	font-weight:bold;
}
.article-preview {
	clear:both;
	float:none;
	/*font-size:9px;*/
	padding-right:6px;
	padding-bottom:10px;
	border:0px solid #0f9;
}
.article-preview p {
	font-size:11px;
	line-height:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.article-preview img {
	float:left;
}
.article-preview p {
	margin-left:60px;
	line-height:14px;
}
/* End: CONTENT
*/


/* ====================================================================
                                                                ARTICLE
*/
.highlight {
	color:#5c5b60;
}
/* End: CONTENT
*/


/* ====================================================================
                                                          COMMENTS FORM
*/
div#content h2#comments-form-header {
	display:none;
}
#comments_form {
	display:none;
}

/* End: COMMENTS FORM
*/


/* ====================================================================
                                                                 FOOTER
*/
div#footer	{
	display:none;
}
/* End: FOOTER
*/


/* ====================================================================
                                                              STRUCTURE
*/
div#container {
	/*width:780px;*/
	margin:0 auto;
}
div#wrapper {
	float:left;
	width:100%;
}
div#content {
	/*margin:0 160px 0 160px;*/
}
div#col1 {
	display:none;
}
div#col2 {
	display:none;
}
div#footer {
	clear:left;
	width:760px;
	padding:5px 10px;
}
/* End: STRUCTURE
*/


/* ====================================================================
                                                             KEY ESSAYS
*/
h3.key-essays {
	clear:both;
	float:none;
	color:#bbb26f;
	background-image:none;
	padding:0 10px;
	border-bottom:3px solid #c8c384;
	margin:0px 0 15px -10px;
}
div#key-essays {
	padding:14px 10px 0px 10px;
	border-bottom:3px solid #c8c384;
	margin:0 0 26px -10px;
}
div#key-essays a:link, div#key-essays a:visited {
	color:#f6932f;
}
div#key-essays a:focus, div#key-essays a:hover {
	color:#f5a300;
	text-decoration:underline;
}
div#key-essays ul {
	list-style-type:none;
	list-style-position:inside;
	border:0px solid #f00;
}
div#key-essays ul li {
	font-size:11px;
	line-height:1.2;
	background-image:url(../images/bullet-essays.png);
	background-repeat:no-repeat;
	padding-left:16px;
	margin-bottom:2px;
}
div#key-essays ul li strong {
	font-size:11px;
	color:#f6932f;
}

/* ====================================================================
   KEY ESSAYS in CONTENT                                             */

/* Some properties of h3.key-essays and #key-essays would be
   overwritten in the context of div#content,
   so we must increase specificity. */
div#content h3.key-essays {
	color:#bbb26f;
	background-image:none;
}
div#content div#key-essays ul {
	/*margin-left:150px;*/
}
div#key-essays ul li {
	margin-bottom:5px;
}
div#content div#key-essays img {
	float:left;
	display:none;
}
