/*design by TCR Solutions, LLC*/
/*All Rights reserved*/


body {
	margin: 1em;
	padding: 20;
	font-family: Arial,Helvetica,sans-serif;
	color: #000000;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
font-family: Arial,Helvetica,sans-serif;
font-size: 18px;
color: #00008c;
font-weight: bold;
}
h2 {
font-family: Arial,Helvetica,sans-serif;
font-size: 16px;
color: #00008c;
font-weight: bold;
}
h3 {
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
color: #00008c;
font-weight: bold;
}

p, blockquote, ul, ol {
	margin-top: 0;
	line-height: 160%;
}

blockquote {
	font-style: italic;
}

/* Wrapper */

#wrapper {
	width: auto;
	margin: 0 auto;
	padding: 20;
}

/* Header */

#header {
	height: 160px;
}

#header h1 {
	padding: 40px 0 0 30px;
	letter-spacing: -2px;
	font-size: 3em;
}

#header h2 {
	font-size: 1em;
}

#header a {
	text-decoration: none;
	color: #00008c;
}



/* Content */

#content {
	padding: 10px 0;
}

/* Posts */

#posts {
	float: right;
	width: 75%;
}

/* Post */

.post {
}

.post .title {
	height: 33px;
	padding: 7px 0 0 10px;
	margin-bottom: 1px;
	font-size: 1.4em;
	color: #000000;
}

.post .posted {
	padding: 5px 10px;
	font: normal x-small Arial,Helvetica,sans-serif;
}

.post .story {
	padding: 20px 20px 10px 20px;
}

.post .meta {
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.post .meta a {
	color: #000000;
}

/* Boxed */

.boxed {
	width: 250px;
}

.boxed .heading {
	height: 33px;
	padding: 7px 0 0 10px;
	margin-bottom: 1px;
	font-size: 1.4em;
	color: #000000;
}

.boxed .content {
	margin-bottom: 10px;
	padding: 10px;
}

.boxed .links {
	margin: 0;
	padding: 0;
	list-style: square inside;
}

/* Footer */

#footer {
	clear: both;
	margin-top: 20px;
	border-top: 1px solid #FFFFFF;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	align: center
}


