html, body
{
	height: 100%;
}

body
{
	padding: 0px;
	margin: 0px;
	background: #FFFFFF url("../images/imgBackground.gif") repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input, select, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea
{
	width: 490px;
}

#LeftCol
{
	width: 220px;
	background: #FEFCF1;
}

#SpacerCol
{
	width:3px;
	background:#FEFCF1;
	border-left: #C3BAB2 dashed 1px;
}

#CenterCol
{
	height: 100%;
	width:565px;
	left: 3px;
	background:#FFFFFF;
	border-left: #C3BAB2 dashed 1px;
	border-right: #C3BAB2 dashed 1px;
}

.centerContent
{
	padding: 30px;
}

#SearchBox
{
	margin-top: 9px;
	width: 144px;
	margin-left: auto;
	margin-right: auto;
}

#SearchBox .searchBox
{
	width: 142px;
	border: 1px solid #C3BAB2;
	padding-left: 2px;
	font-size: 14px;
}

#NavItems
{
	margin-top: 10px;
	margin-left: 39px;
}

#NavItems .navItem
{
	color: #1C8CAD;
	font-size: 14px;
	font-weight: bold;
}

#NavItems .navItem a
{
	color: #1C8CAD;
	font-size: 14px;
	text-decoration: none;
}

#NavItems .navItem a:hover
{
	color: #1C8CAD;
	font-size: 14px;
	text-decoration: underline;
}

#Subscribe
{
	margin-top: 8px;
	margin-left: 39px;
}

#Subscribe img
{
	margin-bottom: 4px;
}

#Disclaimer
{
	margin-top: 14px;
	color: #C3BAB2;
	font-size: 9px;
	text-align: center;
}

.post
{
	border-bottom: 1px dashed #C3BAB2;
	margin-bottom: 28px;
}

.postTitle, .pageHeader
{
	color: #1C8CAD;
	font-weight: bold;
	font-family: "Garamond Bold";
	font-size: 24px;
}

.postTitle
{
	text-transform: lowercase;
}

.pageHeader
{
	margin-bottom: 14px;
}

.postDate
{
	color: #38261D;
	font-weight: bold;
	margin-bottom: 14px;
	padding-left: 2px;
}

.postImage img
{
	border: 1px dashed #C3BAB2;
	margin-bottom: 14px;
	max-width: 490px;
}

.postImage p img
{
	border: 1px dashed #C3BAB2;
	margin-bottom: 14px;
	max-width: 490px;
}

.postText
{
	color: #38261D;
	font-size: 12px;
	margin-bottom: 5px;
}

.postText img
{
	border: 1px dashed #C3BAB2;
	margin-bottom: 14px;
	max-width: 490px;
}

.postText p img
{
	border: 1px dashed #C3BAB2;
	margin-bottom: 14px;
	max-width: 490px;
}

.postText .more-link
{
	color: #1C8CAD;
	font-weight: bold;
	margin-bottom: 5px;
}

.postMeta
{
	font-weight: bold;
	margin-bottom: 5px;
}

.aboutInfo
{
	color: #1C8CAD;
	margin-bottom: 8px;
}

.aboutInfo .label
{
	color: #000000;
	font-weight: bold;
	margin-right: 10px;
}

.aboutImage img
{
	border: 1px dashed #C3BAB2;
	margin-bottom: 5px;
}

.aboutImage .caption
{
	font-size: 10px;
	color: #1C8CAD;
	font-style: italic;
}

.aboutText
{
	margin-top: 14px;
	margin-bottom: 14px;
}

a
{
	color: #1C8CAD;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #1C8CAD;
	font-weight: bold;
	text-decoration: underline;
}

a.black
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.black:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.metaBlueText
{
	color: #1C8CAD;
	font-weight: bold;
	margin-top: 14px;
}

.postMetaItem a
{
	color: #1C8CAD;
	font-weight: bold;
	text-decoration: none;
}

.postMetaItem a:hover
{
	color: #1C8CAD;
	font-weight: bold;
	text-decoration: underline;
}

.postmetadata 
{
	text-align: center;
	color: #777;
	padding-top: 5px;
	margin: 30px 0;
	clear: left;
}

.postmetadata ul, .postmetadata li 
{
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.alt 
{
	margin-bottom: 10px;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.postNavigation
{
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height: 14px;
}

.alignright 
{
	float: right;
}

.alignleft 
{
	float: left
}

ul.navSubItemCollection
{
	padding: 0px;
	padding-left: 30px;
	margin: 0px;
}

ul.navSubItemCollection li
{
	color: #3b2016;
	font-weight: normal;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}

ul.navSubItemCollection li a
{
	color: #3b2016;
	font-weight: normal;
	text-decoration: none;
}

ul.navSubItemCollection li a:hover
{
	color: #3b2016;
	font-weight: normal;
	text-decoration: underline;
}