/**
 * global containers
 */
body {
	margin: 0;
	color: #907a4b;
	background: #dcd2b9;
	font: normal 10px verdana, helvetica, arial;
}
a {
	color: #d6740c;
}
a img {
	border: none;
}
h1, 
h2, 
h3, 
h4 {
	margin: 0;
}
h1, 
h1 a {
	font: normal 20px Helvetica, Arial, Verdana;
	text-decoration: none;
	color: #271505;
}
h1 a:hover {
	text-decoration: underline;
}
h2 {
	color: #d6740c;
}
.date {
	color: #cb9505;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.datetime {
	font-size: 9px;
	font-weight: normal;
}
.more-link {
	width: 63px;
	color: #271505;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	background: url("images/arrow_l.gif") no-repeat right 50%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textright {
	text-align: right;
}
.rssContainer {
	margin-left: 110px;
	margin-top: 13px;
}
a.rss {
	color: #d6740c;
	padding: 7px 0px 6px 20px;
	text-decoration: none;
	background: url("images/rss.gif") left no-repeat;
	font: bold 12px Times, "Times New Roman", Serif;
}
#socialMediaLinks {
	margin-left: 20px;
	margin-top: 10px;
}
#socialMediaLinks a {
	margin-top: 10px;
}
#socialMediaLinks img {
	margin-right: 5px;
}
.smHeader {
	margin: 20px 0 5px;
}


/**
 * structure containers
 */
#container {
	width: 950px;
	margin: 0px auto;
	background: url("images/container_bg.jpg") repeat-y;
	overflow: hidden;
}
#container #col_1 {
	width: 188px;
	float: left;
	padding-top: 40px;
}
#container #col_2 {
	width: 137px;
	float: left;
	padding-top: 40px;
}
#container #col_3 {
	width: 625px;
	float: left;
}
#footer {
	width: 950px;
	color: #271505;
	margin: 0px auto;
	float: left;
	background: #DCD2B9;
}
.logo {
    margin-left: -7px;
    border: 1px solid white;
}
/**
 * navigation containers
 */
#navigation {
	width: 188px;
	height: 89px;
	background: url("images/navigation_bg.jpg") no-repeat;
}

/**
 * search
 */
div.search {
	height:40px;
	padding-top: 14px;
	background: url("images/search_ttl.gif") top left no-repeat;
}
div.search input#search,
#searchform #s {
	width: 142px;
}
div.search input.submit {
	float: right;
	width: 58px;
	height: 7px;
	border: none;
	padding: 10px;
	margin-top: 10px;
	margin-right: 40px;
	background: url("images/search.gif") no-repeat;
}

/**
 * comment form
 */
#submit {
	color: #000;
	border: none;
	font-weight: bold;
	text-decoration: none;
	background: #fff url("images/arrow_l.gif") no-repeat right 50%;
}

/**
 * in-column class containers
 */
.column {
	width: 100%;
	margin-left: 20px;
	margin-right: -20px;
}
.column2 {
	width: 100%;
	margin-left: 20px;
	margin-right: -20px;
}
.navlinks {
	padding-top: 53px;
}
.navlinks ul, 
.navlinks ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 21px;
}
.archive {
	padding-top: 128px;
	font: bold 10px Palatino, Georgia, 'Times New Roman';
}
.archive ul#cats {
	margin-bottom: 40px;
}
.archive ul, 
.archive li {
	margin: 0;
	padding: 0;
	color: #0a5f63;
	list-style: none;
	line-height: 2.5;
	text-transform: uppercase;
}
.archive ul#monthly > li, .archive ul#cats > li {
	width: 100px;
}
.archive ul#monthly li ul {
	padding-bottom: 40px;
}
.archive ul#monthly > li {
	cursor: pointer;
	background: url("images/li_contract.gif") right 8px no-repeat;
}
.archive ul li ul {
	margin-left: 5px;
}
.archive ul#cats > li.categories {
	cursor: pointer;
	background: url("images/li_contract.gif") right 8px no-repeat;
}
.archive li.active a, .archive li a:hover {
	color: #0a5f63;
}
.archive li a {
	color: #668a85;
	/*  color: #0a5f63; */
	text-decoration: none;
}
li .current-cat a { 
	color: #0a5f63;
}
.content {
	width: auto;
	padding: 20px 0px;
	margin-left: 20px;
}
.content .post {
	width: 584px;
	clear: both;
	border-bottom: 1px solid #271505;
	margin-bottom: 14px;
}
.content .post p {
	line-height: 1.8;
	word-spacing: 2px;
	margin: 0in 0in 10pt;
}
div.post img {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #271505;
}
.tags {
	color: #0a5f63;
	font-weight: bold;
	clear: both;
}
.tags a {
	font-weight: normal;
}
.num_comments a {
	color: #0a5f63;
}
.kicker a {
	color: #0a5f63;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
}

/**
 * comment containers
 */
#comments {
	width: 584px;
}
#comments .comment_list {
	font-weight: bold;
	text-decoration: none;
}
#comments .comment_box {
	color: #000;
	padding: 5px;
	margin: 5px 0px;
	border: 1px solid #a9d7d9;
	background-color: #e9f5f6;
}
#comments_listing {
	margin: 10px 0px;
}
#comment_form {
	padding-bottom: 70px;
}
#comment_form #submit {
	float: right;
}
#comment_form #comment {
	width: 100%;
}
label {
	color: #000;
}


/**
 * meta block containers
 */
#meta-block {
	width: 585px;
	padding-top: 75px;
	padding-bottom: 15px;
}
#meta-block a {
	font: bold 11px Palatino, Georgia, 'Times New Roman';
	text-transform: uppercase;
	text-decoration: none;
	color: #0a5f63;
}
#meta-block .left a {
	padding-left: 10px;
	background: url("images/l_arrow.gif") 0px 3px no-repeat;
}
#meta-block .right a {
	padding-right: 10px;
	background: url("images/r_arrow.gif") right 3px no-repeat;
}

/**
 * header containers
 */
.header_blog {
	height: 208px;
	width: 625px;
}
.one_hdrblog {
	height: 208px;
	width: 625px;
	background: url("images/hdr/hdr_one.jpg") no-repeat;
}
.two_hdrblog {
	height: 208px;
	width: 625px;
	background: url("images/hdr/hdr_two.jpg") no-repeat;
}
.three_hdrblog {
	height: 208px;
	width: 625px;
	background: url("images/hdr/hdr_three.jpg") no-repeat;
}
.four_hdrblog {
	height: 208px;
	width: 625px;
	background: url("images/hdr/hdr_four.jpg") no-repeat;
}
.five_hdrblog {
	height: 208px;
	width: 625px;
	background: url("images/hdr/hdr_five.jpg") no-repeat;
} 
.header_blog h1 {
	display: none;
}

/**
 * plugins
 */
span.youtube object {
	margin-top: 5px;
}

