body {
	min-width: 800px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0 0 0 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #000000;
	color: #000000;
}

a {
	color: #9DC500;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


img{
	border:none;
}

#mailToBlock{
	background-color: #CEC884;
	width: 100%;
	text-align: center;	
	padding: 20px 0px 20px 0px;
	margin-bottom: 20px;
}

#mailToBlock a{
	color: #9DC500;
	font-size: 1.5em;
}


/*   HEADER SETTINGS  */

#header {
	top: 0;
	left: 0;
	width: 800px;
	background-image: url("http://local.content.compendiumblog.com/uploads/user/e7c690e8-6ff9-102a-ac6d-e4aebca50425/d8067321-f7d4-432d-8497-8aa8acf35b29/header.jpg) no-repeat top left;
}
#header table{
	background: none;
}
#header table td{
 	text-align: left;
	vertical-align: top;
	padding: 40px 10px 0px 160px;
	height: 110px; /* 150px */
}
.headerTitle a{
	color: #FFFFFF;
	font-size: 33px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

/* NAVIGATION SETTINGS */
#nav {
	background: url("http://local.content.compendiumblog.com/uploads/user/e7c690e8-6ff9-102a-ac6d-e4aebca50425/d8067321-f7d4-432d-8497-8aa8acf35b29/nav.jpg") repeat-x top left;
	width: 800px;
	height: 30px;
}
#nav table tr td, #nav table tr, #nav table {
	padding: 0px;
	border-spacing: 0px; /* for firefox */
	border-collapse:collapse; /* for IE */
	margin: 0px;
	height: 30px;
	vertical-align: top;
}

#nav ul, #nav li {
    margin: 0 25px;	
    padding: 0;
	height: 30px;
    list-style: none;
}

#nav li{
	padding: 0px;
	margin: 0px;
	float: left;
	line-height: 30px;
}
#nav li a
{
	color: #000000;
	text-decoration: none;
	padding: 0px 20px;
}
#nav li a:hover
{
	color: #000000;
	text-decoration: underline;
	padding: 0px 20px;
}


#footer {
	clear: both;
	height: 50px;
	color: #FFFFFF;
	font-size: 10px;
	padding: 18px 45px;
	text-align: left;
	border-top: 1px solid #000000;
	background: url("http://local.content.compendiumblog.com/uploads/user/e7c690e8-6ff9-102a-ac6d-e4aebca50425/d8067321-f7d4-432d-8497-8aa8acf35b29/footer.jpg") repeat-x top left;
}

#main {
	background-color: #FFFFFF;
	float: left;
	padding-bottom: 20px;
	padding-left: 45px;
	padding-right: 30px;
	padding-top: 20px;
	/*width: 561px;*/
	width: 486px;
	height: 100%;
}

#main h1{
	font-size: 1.25em;
	margin: 0px;
	padding: 0px;
}

#main h2{
	font-size: .75em;
	margin: 0px;
	padding: 0px;
}

#main h3{

	color: #000000;
	font-size: .8em;
	margin: 0px;
	padding: 0px;
}

#main p {
	padding: 0 0px;
}

.navigationLink {
	font-size: 0.9em;
}

#sidebar {
	background: #F4F7FC url("http://local.content.compendiumblog.com/uploads/user/e7c690e8-6ff9-102a-ac6d-e4aebca50425/d8067321-f7d4-432d-8497-8aa8acf35b29/sidebar.jpg") no-repeat bottom right;
	float: right;
	width: 198px; /*239px*/
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 200px;
	border-left: 1px solid #BCBDBF;
}

#sidebar h1{
	font-size: 1.5em;
	margin: 0px;
	padding: 0px;
}

#sidebar h2{
	font-size: .9em;
	margin: 0px;
	padding: 0px;
}

#sidebar h3{
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;	
	margin: 24px 0 4px 0;
	padding-left,padding-right: 0px;
	padding-bottom: .4em;
	color: #000000;
	/*border-bottom: 1px dotted #CCC;*/
}

#sidebar a,
#sidebar p,
#sidebarLinks ul#linkList a.sidebarLink {
	font-size: 11px;
	color: #000000;
}

#sidebarLinks ul#linkList,
#sidebarLinks ul#linkList a.sidebarLink {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sideBarSeparator{
	padding-bottom: 0.5em;
}

.sidebarDivider{
	/*display: none;*/
	height: 1px;
	color: #000000;
	background: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sidebarLink{
	text-decoration: none;
	font-size: 11px;
}


.sideBarCategories{
	font-size: 0.9em;
	padding-bottom: 0.5em;
}

#recentEntries a{
	text-decoration: none;
	font-size: .75em;
	padding-bottom: 0.75em;	
}

.recentPostLink{
	padding-bottom: 10px;
}

 #linkList
{	margin-top: 0px;
	margin-left: 0;	
	padding-left: 0;
	list-style: none;
	
}
 
#linkList li{
	padding-left: 15px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
}

#wrap {
	background: #ffffff;
	margin: 0 auto;
	width: 800px;
}

#innerWrap {
	/*position: relative;
	border-bottom: thin solid black;*/
	overflow: hidden;
}

.rss_link {
}

.rss_link img {
	border: 0px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.commentLink{
	margin-top: 1em;
	padding-top: .5em;
	/*border-top: 1px dotted #9D9D9D;*/
	padding-bottom: 3em;
}

.commentLink a{
	text-decoration: none;
	color: #9DC500;
	font-size: smaller;
}

#commentSectionTitle{
	padding-top: 20px;
	font-weight: bold;
	font-size: 1.25em;
}


.postTitle{
	
	font-size: 16px;
	color: #000000;
	margin: 0 0 10px 0;
}

.postTitle a{
	color: #000000;
	text-decoration: none;	
}

.postDate{
	font-size: 10px;	
	padding-bottom: 5px;
	border-bottom: 1px solid #C9C9C9;
}

.postContent{
	color: #000000;
	font-size: 11px;
	padding-top: 15px;
}

#compendiumFooter{
	text-align: center;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-top: 12px;
}

#compendiumFooter a{
	text-decoration: none;	
}

.crossPost a{
	font-size: 9pt;
}

#compendiumFooter {
	text-align: center;
}
