/* Resets all margins and padding to 0 */

* {
	margin: 0;
	padding: 0;
}

         .postContent blockquote {
                 padding: 8px 40px;
         }

         .postContent blockquote p{
                 margin: 8px 0px;
         }

.postContent p {
	margin-top: 12px;
	margin-bottom: 12px;
}

/* Body and text styles */

body {
	margin:0;
	padding:0;
	background-color: #DFDFDF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7D878C;
}

a {
	text-decoration: underline;
}

a:link, a:visited {
	color: #8B4500;
	
}

a:hover, a:active {
	color: #8B4500;
}

p {
	font-size: 11px;
	line-height: 14px;
}


/* Outer Shell - Used to apply left/right shadow */
#outerwrap {
	margin: 0 auto;
	width: 750px;
	background-color: #D3D4D3;
}

/* Inner Shell - Holds everything */
#wrap {
	margin: 0 auto;
	width: 744px;
	background-color: #FFFFFF;
	padding: 10px 0;
}

/*  */
#innerWrap {
	/*position: relative;
	border-bottom: thin solid black;*/
	clear: both;
}


/* ---------------------- */
/* ------- HEADER ------- */
/* ---------------------- */

#header{

	margin: 0 10px;
	height: 59px;
	background-color: #e08708;
	padding: 10px;
}

/* fix for inline Table properties */
#header table tr, #header table tr td {
	text-align: left;
	height: 54px;
	vertical-align: top;
}

.headerTitle {
	color: #8B5A2B;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 24px;
	text-decoration: none;
}

	.headerTitle a, .headerTitle a:link, .headerTitle a:visited, .headerTitle a:hover, .headerTitle a:active {
		color: #8B5A2B;
		font-weight: normal;
		padding: 3;
		font-size:24px;
		text-decoration: none;
	}
	
	.headerTitle h1 {
		color: #FFFFFF;
		font-weight: normal;
		padding: 3;
		font-size:24px;
		text-decoration: none;
	}

/* ---------------------- */
/* ----- NAVIGATION ----- */
/* ---------------------- */

#nav {
	background-color: #e08708;
	background-position: 5px 5px;

	height: 40px;
	margin: 0 10px;
}

	/* fix for inline table height */	
	#nav table {
		border:none;
		margin:0;
		padding:0;
	}
	#nav table tr {
		margin:0;
		padding:0;
	}
	#nav table tr td {
		height: 30px;
		margin:0;
		padding:0;
		text-align: left;
	}

	#nav ul {
		height: 30px;
		padding-top: 3px;
		display: inline-block;
		list-style: none;
	}
	
	#nav li{
		margin: 0;
		padding: 0;
		display: inline;
	}

	#nav a {
		font-family: Arial, Helvetica, sans-serif;
		display: inline-block;
		padding: 0 12px;
		border-right: 1px solid #8B2323;
		height: 30px;
		color: #8B2323;
		font-size: 13px;
		font-weight: bold;
		line-height: 30px;
		text-decoration: none;
	}
	
	#nav a:link, #nav a:visited {
		color: #8B2323;
	}
	#nav a:hover, #nav a:active {
		color: #8B2323;
	}


#main {
	font-size: 11px;
	color: #3B3B3B;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	float: left;
	width: 492px;
	height: 100%;
	padding: 0 0 0 10px;
}
	
	#main p {
		line-height: 14px;
		padding: 0;
	}
	
	#main img{
		border:1px solid #EEEEEE;
		padding: 5px;
		margin: 0 5px 5px 0;
	}
	#main ul {
		padding: 10px 0 10px 25px;
		font-family: Arial, Helvetica, sans-serif;
	}
	#main ol {
		padding: 10px 0 10px 25px;		
		font-family: Arial, Helvetica, sans-serif;
	}
	#main li{
		font-family: Arial, Helvetica, sans-serif;
	}
	#main a{
		font-size: 11px;
	}

.navigationLink {
	font-size: 11px;
}

/* ---------------------- */
/* ------- SIDEBAR ------ */
/* ---------------------- */

#sidebar {
	padding: 0 10px 0 0;
	background-color: #FFFFFF;
	width: 227px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B3B3B;
	float: right;
}
#sidebar a, #sidebar a:link, #sidebar a:visited {
	color: #8B4500;
	text-decoration: none;
}


#sidebar a:active, #sidebar a:hover {
	color: #62BB46;
	text-decoration: none;
}

	#sidebar .freeText {
		font-size: 11px;
	}

	#sidebar p {
		padding: 0 20px;
	}
	
	#sidebar h3 {
	background-image: url(css/sidebar.png);
	background-color: #e08708;
	width: 227px;
	height: 21px;
	line-height: 21px;
	font-size: 12px;
	font-weight: bold;
	color: #8B5A2B;
	text-indent: 7px;
	padding: 0;
	margin: 0 0 10px 0;
	}

.sideBarSeparator{
	padding-bottom: 0.5em;
}

hr.sidebarDivider {
	color:#FFFFFF;
	border: none 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sidebarDivider {
	margin-top: 10px;
	margin-bottom: 10px;
}

.freeDemo {
	width: 227px;
	height: 40px;
	padding-top: 170px;
	padding-left: 70px;
}
	.freeDemoText {
	padding: 105px 0 0 20px;
	line-height: 14px;
	}
	a div.freeDemoText {
		color: #3B3B3B;
	}
	a:hover div.freeDemoText {
		color: #8CC63F;
	}
	
#search {
	background-color: #F6F6F6;
	width: 227px;
	height: 36px;
}
	#search h3 {
		
	}
	
	#search form {
		padding: 6px;
		width: 215px;
		height: 24px;
	}
	
	#search input.search_terms {
		margin-right: 5px;
		padding: 5px 0 6px 8px;
		width: 176px;
		height: 11px;
		border: 1px solid #DBDADA;
		font-size: 11px;
		color: #808080;
		float: left;
	}
	
	#search input.search_button {
		float: right;
	}

#recentEntries a{
	text-decoration: none;
	font-size: 11px;
	padding-bottom: 11px;	
}

.recentPostLink{
	padding-bottom: 10px;
}

#registration {
	background-color: #F6F6F6;
	width: 227px;
}
	#registration h3 {
		
	}
	
	
	
	#registration form {
		padding: 6px;
		width: 215px;
	}
	
	#registration input.search_terms {
		margin-right: 5px;
		margin-bottom: 5px;
		padding: 5px 0 6px 8px;
		width: 176px;
		height: 14px;
		border: 1px solid #DBDADA;
		font-size: 11px;
		color: #808080;
		float: left;
	}
	
	#registration input. registration_button {
		float: right;
		margin-top: 5px;
	}




#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;
}

.rss_link {
}

.rss_link img {
	border: 0px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* ---------------------- */
/* ------ COMMENTS ------ */
/* ---------------------- */

#commentsSection {	
	padding-bottom: 20px;
}
#commentsSection p{
	margin:0;
	padding:0;
}
#commentsSection p.commentHeader{
	margin:0;
	padding-bottom: 5px;
}
#commentSectionTitle{
	padding-top: 20px;
	font-weight: bold;
	font-size: 18px;
}
	.commentEven{
		padding: 10px;
		background-color: #F0F0F0;
	}
	.commentOdd{
		padding: 10px;
		background-color: #FFFFFF;
	}
	p.commentHeader {
		font-weight: bold;
	}
	p.commentBody {
	}

/* ---------------------- */
/* -------- FORMS ------- */
/* ---------------------- */

form {
	font-size: 11px;
}
	form input.commentAuthorName, form input.commentAuthorEmail, form input.spamPrevent, form textarea.commentText {
		margin-bottom: 10px;
		padding: 5px 0 6px 8px;
		width: 300px;
		height: 11px;
		border: 1px solid #DBDADA;
		font-size: 11px;
		color: #808080;
	}
	form textarea.commentText {
		width: 400px;
		height: 100px;
	}
	form input.spamPrevent {
		width: 100px;
	}

/* ---------------------- */
/* -------- POSTS ------- */
/* ---------------------- */

.blogPostContent {
	padding: 0px 20px 11px 20px;
	width: 452px;
}

	.postTitle, #main .postTitle a{
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
	}

		.postTitle a {
			color: #3B3B3B;
			text-decoration: none;
		}
		
		.postTitle a:link, .postTitle a:visited {
			color: #3B3B3B;
			text-decoration: none;

		}
		
		.postTitle a:hover, .postTitle a:active {
			color: #202020;
			text-decoration: none;

		}

	.postDate {
		font-size: 10px;
		padding-bottom: 14px;
	}
	#main div.postDate a{
		font-size: 10px;
	}
	
	.postContent {
	font-size: 11px;
	line-height: 14px;
	}

	.crossPost, .crossPost a{
		padding: 10px 0 0 0;
		font-size: 10px;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 14px;
	}
	
	.commentLink {
		border: none;
		background-color: #CCCCCC;
		height: 20px;
		line-height: 20px;
		margin-top:20px;
		padding: 0 0 0 10px;
	}
		.commentLink a {
			text-decoration: none;
			font-size: 11px;
		}

		.commentLink a:hover, a:active {
			color:#ffffff;
		}


	

#mailToBlock{
	background-color: #CEC884;
	width: 100%;
	text-align: center;	
	padding: 20px 0px 20px 0px;
	margin-bottom: 20px;
}

#mailToBlock a{
	color: #7E7934;
	font-size: 1.5em;
}


#compendingCta {
	
}
	
	#compendingCta img{
		border: none;
		padding: 0;
		margin-top: 0;
		margin-bottom: 4px;
}





/* -------------------- */
/* ------ FOOTER ------ */
/* -------------------- */

#footer {
	margin: 0 auto;
	background-color: #e08708;
	background-image: url(css/wide_foo.png);
	width: 744px;
	height: 30px;
	clear: both;
	line-height: 30px;
	color: #FFFFFF;
	text-indent: 10px;
	font-size: 10px;
}
	.footerText {
		padding: 0 0 0 10px;
		font-size: 10px;
		color: #FFFFFF;
		line-height: 30px;
		float: left;
	}

	#compendiumFooter{
	padding: 2px 12px 2px 0;
	margin-top: -30px;
	}
