main 
{
	background:#C3D9FF;
    font: normal normal 169% Georgia, Serif !important;
    margin: 0 -0.5em;
	 padding:1em;
	 text-align:left;
    border-bottom-width: 0;
}
main p{
	font-size: unset;
}

main a:link {
	color:#036;
	text-decoration:none;
}
main p.date + p a{
	font: normal bold 86% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
	line-height: 1.4em;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #000033;
}
main p.date + p a:hover{
	color:#000;
}

main a:visited {
	color:#940f04;
	text-decoration:none;
}
main a img {
	border-width:0;
}
main > ol, main > ul{
	margin-left: 5em;
}
main ol li, ul li 
{
    font-size:1em;
}
p.feedTitle a {
font-size: 1em;
color: #0F4D95;					
}
.feedburnerFeedBlock a {
font-size: 1em;
}
main p.date {
font-size: 1em;
display:block;
	font: normal bold 86% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
	line-height: 1.4em;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #000033;				
}
main .headline {
display:block;					
}
main .headline a {
font-size: 1.2em;			
}
					
/* Header
----------------------------------------------
*/
main #header-wrapper {
margin:0 2% 10px;
border:1px solid #003366;
}
main #header {
	margin: 5px;
	border: 1px solid #003366;
	text-align: center;
	color:#000033;
}
main #header-inner {
	background-position: center;
	margin-left: auto;
	margin-right: auto;
}
main h1 {
	color:#000;
	margin:5px 5px 0;
	padding:15px 20px .25em;
	line-height:1.2em;
	letter-spacing:.2em;
	font: normal bold 200% Georgia, Serif;
}
main #header a {
	color:#000033;
	text-decoration:none;
}
main #header a:hover {
	color:#000033;
}
main #header .description {
	margin:0 5px 5px;
	padding:0 20px 15px;
	letter-spacing:.2em;
	line-height: 1.4em;
	font: normal bold 112% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	color: #003366;
}
main #header img {
	margin-left: auto;
	margin-right: auto;
}
/* Outer-Wrapper
----------------------------------------------- */
main #outer-wrapper {
	margin:0;
	padding:10px;
	text-align:left;
	font: normal normal 130% Georgia, Serif;
}
main #main-wrapper {
	margin-left: 2%;
	width: 67%;
	float: left;
	display: inline;       /* fix for doubling margin in IE */
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
	overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}
main #sidebar-wrapper {
	margin-right: 2%;
	width: 25%;
	float: right;
	display: inline;       /* fix for doubling margin in IE */
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
	overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}
/* Headings
----------------------------------------------- */
main h2 {
	margin:1.5em 0 0.75em;
	font:normal bold 86% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
	line-height: 1.4em;
	text-transform:uppercase;
	letter-spacing:.2em;
	color: #003;
}
/* Posts
-----------------------------------------------
*/
main h2.date-header {
	margin:1.5em 0 .5em;
}
main h3 {
	margin:.25em 0 0;
	padding:0 0 4px;
	font-size:140%;
	font-weight:normal;
	line-height:1.4em;
	color:#000033;
	border:none;
}
 main h3 a, main h3 a:visited, main h3 strong {
	display:block;
	text-decoration:none;
	color:#000033;
	font-weight:normal;
}
 main h3 strong, main h3 a:hover {
color:#000000;
}
 main .post-body {
	margin:0 0 .75em;
	line-height:1.6em;
}
 main .post-body blockquote {
	line-height:1.3em;
}
 main .post-footer {
	margin: .75em 0;
	color:#000033;
	text-transform:uppercase;
	letter-spacing:.1em;
	font: normal bold 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	line-height: 1.4em;
}
 main .post-footer a:hover {
	text-decoration: underline;
	color: #000033;
}
 main .comment-link {
	margin-left:.6em;
}
 main img, table.tr-caption-container {
	padding:4px;
	border:1px solid #003366;
}
 main .tr-caption-container img {
	border: none;
	padding: 0;
}
main blockquote {
	margin:1em 20px;
}
main blockquote p {
	margin:.75em 0;
}
article {
	border-bottom:1px dotted #003366;
}

