/* CSS Document */

html body {
	margin: 50px 0px 50px 0px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%; /* Defaults of all browsers 16px */
	color: #000;
	background-color: #b6ab90;
	background-image: url(../images/bkg.jpg);
	text-align: center; /* For IE */ 
}
div,p {
	padding: 0px;
	margin: 0px;
}
#footer {
	width: 936px;
	font-size: 0.625em; /* 0.625 x 16 = 10px */
	line-height: 1.4em; /* 1.4 x 10 = 14px; */
	text-align: center;
}
.text {
	font-size: 0.75em; /* 0.75 x 16px = 12px */
	line-height: 1.5em; /* 1.5 x 12px = 18px */
}

/* MAIN PAGE ELEMENTS */
#container-main {
	margin-left: auto;
	margin-right: auto;
	width: 936px;
	text-align: left;
	clear: both;
}
#main-top {
	width: 100%;
	background-image: url(../images/paper-bkg.jpg);
	background-repeat: repeat-y;
	margin-bottom: 20px;
	float: left;
	clear: both;
}
#main-bottom {
	width: 100%;
	background-image: url(../images/paper-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 48px;
	float: left;
	clear: left;
}
#main-sidebar {
	margin: 0px 12px 0px 48px;
	width: 232px;
	float: left;
	display: inline;
}
#main-nav {
	width: 100%;
	height: 138px;
	text-align: center;
	background-image: url(../images/main-navblock2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}
#main-content {
	width: 596px;
	background-image: url(../images/main-vertdivider.gif);
	background-repeat: repeat-y;
	background-position: 352px;
	float: left;
	display: inline;
	clear: right;
}
#main-news {
	width: 366px;
	float: left;
	display: inline;
}
p.newsheadline {
	font-size: 1em; /* 1 x 16px = 16px */
	line-height: 1.25em; /* 1.25 x 16px = 20px */
	font-weight: bold;
	padding: 0 1.25em 0.25em 0.25em; /* Based on 16px = 0 20px 4px 4px */
}
p.newsdate {
	font-size: 0.75em; /* 0.75 x 16px = 12px */
	line-height: 1em; /* 1.25 x 12px = 16px */
	font-weight: bold;
	padding: 0 1.75em 0.75em 0.33em; /* based on 12px = 0 20px 8px 4px */
}
p.newstext {
	font-size: 0.75em; /* 0.75 x 16px = 12px */
	line-height: 1.5em; /* 1.5 x 12px = 18px */
	padding: 0 1.75em 1em 0.33em; /* based on 12px = 0 20px 12px 4px */
}
p.newslinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em; /* 0.625 x 16 = 10px */
	line-height: 1.4em; /* 1.4 x 10 = 14px */
	text-transform: uppercase;
}

/* MAIN PAGE BLOG ELEMENTS */
#main-blog {
	width: 230px;
	float: left;
	display: inline;
	clear: right;	
}
#nathanwiley2480841 {
}
div.feedBurnerFeedBlock {
}
div.feedBurnerFeedBlock .headline {
	font-size: 1em; /* 1 x 16px = 16px */
	line-height: 1.25em; /* 1.25 x 16px = 20px */
	font-weight: bold;
}
div.feedBurnerFeedBlock p.date {
	font-size: 0.75em; /* 0.75 x 16px = 12px */
	line-height: 1em; /* 1.25 x 12px = 16px */
	font-weight: bold;
	padding: 0.5em 0em 0.857em 0em; /* based on 14px: 7px 0 12px 0 */
}
div.feedBurnerFeedBlock ul {
	margin: 0px;
	padding: 0px;
}
div.feedBurnerFeedBlock li {
	font-size: 0.75em; /* 0.75 x 16px = 12px */
	line-height: 1.5em; /* 1.5 x 12px = 18px */
	padding-bottom: 1em; /* 1 x 12px = 12px */
	margin-left: 5px;
	list-style-type: none;
	list-style-image: none;
}
p.fbsubscribelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em; /* 0.625 x 16 = 10px */
	line-height: 1.4em; /* 1.4 x 10 = 14px */
	text-transform: uppercase;
	margin: 10px 0px 0px 5px;
}
#creditfooter {
	margin-left: 10px;
	visibility: hidden;
}

/* LINK ELEMENTS - MAIN PAGE */
div A:link {
	color: #a92408;
	text-decoration: none;
}
div A:active {
	color: #000;
	text-decoration: underline;
}
div A:hover {
	color: #000;
	text-decoration: underline;
}
div A:visited {
	color: #000;
	text-decoration: underline;
}
div A:visited:hover {
	color: #a92408;
	text-decoration: underline;
}

