html {	
	font: 86% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

* {
	border:0;
	margin:0;
	padding:0;
}

/*header*/

#headerframe {
	width:100%;	
	background-color:#d91819;
	color:#000;
}

#skip {
	display:none;
}

.hidden {
	display:none;
}

#header {
	width:100%;
	background: #D91819 url(../img/header.jpg);
	height:170px;
	position: relative;
}

#header h1 {
	padding: 0;
}

#header p {
	text-align:right;
	color:#000;
	font: bold 1.1em "Courier New", Courier, monospace;	
	position:absolute;
	top:44px;
	right:0;
	}

#header p img {
	position:relative;
	top:10px;	
}

#topnav {
	display:none;
}

/*main*/

#mainframe {
	width:100%;
	clear:both;
}

#main {
	width:100%;
	float:left;
}

#bct {
	display:none;
}

#maincontent {
	float:left;	
}

#rightnav {
	display:none;	
}

#fontsize {	
	display:none;
}

#footerframe {
	clear:both;
	width:100%;
}

#footer {	
	padding: 10px 0;
	color: #000;
}

#footer p {
	font-size: 0.9em;
}


/*boiler */

#boiler {
	text-align:center;
	margin:15px 0;
	position:relative;
}

#boilerimage {
	display:none;	
}

#boilertext {
	border: 1px solid #666;	
}

#boilertext p {
	padding:15px;
	font-size:1.0em;
	text-align:left;	
	color: #000;
	line-height: 150%;
}

/*content */


#content h1, #startnews h1, #startreports h1, #startlinks h1 {
	color:#c9070a;
	font-size:1.3em;
	margin:40px 0 20px 0;
}


#content h2, #startnews h2, #startreports h2, #startlinks h2 {
	color:#c9070a;
	font-size:1.1em;
	margin-bottom:0px;
	border-top: 1px dotted #999;
	padding-top: 20px;
	margin-top:20px;
}

#content h2 {
	font-weight:bold;
}

#content h2 a {
	font-weight:normal;
}

#content h3, #content h4 {
	color:#c9070a;
	font-size:1.1em;
	margin-bottom:0px;	
	margin-top:20px;
}

#content h3, #content h4 {
	color:#000;
	font-size:1.0em;
	margin-bottom:0px;	
	margin-top:20px;
}

#content blockquote {
	margin:20px;
}


#content p {
	margin-bottom:20px;
}

#startreports p.delicious, #startlinks p {
	margin-bottom:0px;
	border-top: 1px dotted #999;
	padding-top: 20px;
	margin-top:20px;
}

#startnews h1 + h2, #startreports h1 + p.delicious, #startlinks h1 + p {
	border:none;
	margin-top:0;
	padding-top:0;
}


#content p, #startnews p, #startreports p, #startlinks p {
	font-size: 0.9em;
	line-height:140%;
	
}

#content p.date {
	color:#666;
	background-color: #fff;
	font-size:0.9em;
	border:0;
	padding:0;
	margin:0;
}


#content a {
	color: #C9070A;
	background-color: #fff;
	text-decoration:underline;
}

#content h1 a {
	color: #C9070A;
	text-decoration:none;
}



#content ol, #content ul {
	margin-left:27px;
	font-size: 0.9em;
	line-height:140%;
	margin-bottom: 20px;
}

#content ul {
	margin-left:0px;
	
}

#content ol ol, #content ul ul {
	font-size:1.0em;
	margin-bottom: 0px;
}

/* for WordPress classes at images  */

.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #fff;
padding-top: 5px;
margin: 10px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 1em;
line-height: 1.1em;
padding: 0 5px 6px;
margin: 0;
}

/* comments form */

#commentform {
	display:none;
}


#commentlist li ul {
	border-left: 1px solid #999;
	font-size: 1.0em;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #999;
	padding: 2px;
}

/* specials: delicious*/

ul.delicious {	
	list-style:none;
}

li.delicious-item {
	padding:10px 0;
	border-bottom:1px dotted #999;	
}


#content p.postmetadata {
	color:#666;
	background-color: #fff;
	font-size:0.8em !important;
	border:0;
	padding:0;
	margin:0;
}

#content .alt {
	background-color: #F0F0F0;
	color:#000;	
}

#content .alt a {
	background-color: #F0F0F0;
}

#content ol.commentlist {
	list-style-position: inside;
	margin:10px 0;
}

#content ol.commentlist li {
	padding:10px;
}

