/* Navigation */
.navigation {
	padding-bottom: 20px;
	clear: both;
}
.navigation .alignleft {
	float: left;
	width: 45%;
}
.navigation .alignright {
	float: right;
	width: 45%;
}
/* Sub Navigation */
.wordpress-sub-navigation {
	list-style: none;
	float: left;
	width: 220px;
	margin: 5px 0 25px 19px;
}
.wordpress-sub-navigation ul {
	list-style: none;
	margin-bottom: 15px;
	border-top: 1px solid #ecece9;
}
.wordpress-sub-navigation ul li {
	font: normal 11px/normal Arial, Helvetica, sans-serif;
	color: #6e6f65;
	border-bottom: 1px solid #ecece9;
	padding: 5px 0;
	margin: 5px 0 0 0;
}
.wordpress-sub-navigation h2 {
	font: bold 14px/normal Arial, Helvetica, sans-serif;
	color: #00653a;
	text-transform: uppercase;
	text-decoration: none;
	padding: 15px 0 5px 0;
}
.wordpress-sub-navigation a {
	font: normal 12px/normal Arial, Helvetica, sans-serif;
	color: #6e6f65;
	text-decoration: none;
}
.wordpress-sub-navigation a:hover {
	color: #f78f1e;
}
.wordpress-sub-navigation .children {
	margin: 5px 0 -6px 0;
}
.wordpress-sub-navigation .children li {
	padding-left: 25px;
}

.rss-link ul li a {line-height: 24px;}

.wordpress-sub-navigation .rss-icon {
	padding: 1px 0 0 30px;
	height: 24px;
	background: transparent url('/public/images/rss.gif') no-repeat left center;
	display: block;
	float: left;
	position: relative;
	top: -8px;
}

.wordpress-sub-navigation .twitter-icon {
	padding: 1px 0 0 30px;
	height: 24px;
	background: transparent url('/public/images/Twitter.gif') no-repeat left center;
	display: block;
	float: left;
	position: relative;
	top: -8px;
}

.wordpress-sub-navigation .linkedin-icon {
	padding: 1px 0 0 30px;
	height: 24px;
	background: transparent url('/public/images/LinkedIn.gif') no-repeat left center;
	display: block;
	float: left;
	position: relative;
	top: -8px;
}

.wordpress-sub-navigation .facebook-icon {
	padding: 1px 0 0 30px;
	height: 24px;
	background: transparent url('/public/images/facebook-icon.gif') no-repeat left center;
	display: block;
	float: left;
	position: relative;
	top: -8px;
}
/* Posts */
.post {
	border-bottom: 1px solid #ecece9;
	margin-bottom: 20px;
	clear: both;
}
.post h2 {
	margin-bottom: 3px !important;
	font-size: 18px !important
}
.post h2 a {
	font-size: 18px !important;
	color: #00653a !important;;
	border-bottom: 1px solid #fff !important;;
}
.post h2 a:hover {
	border-bottom: 1px solid #f78f1e !important;;
	text-decoration: none !important;
	color: #f78f1e !important;
}
.post small {
	font-size: 11px !important;
	color: #6e6f65;
}
.post .entry {
	margin: 10px 0 !important;
}
.post .postmetadata,
.post .postmetadata a {
	font-size: 11px !important;
}
.post .alignleft {
	float: left;
}
.post .alignright {
	float: right;
}
/* Comments */
#comments {
	color: #6e6f65;
}
/* Responses */
#respond h3 {
	color: #6e6f65;
	margin-bottom: 5px;
}
#respond label {
	margin-left: 5px;
}
/* Random */
abbr {
	cursor: help;
	font: inherit;
	color: inherit;
}