/*
CSS Credit: http://www.templatemo.com/
*/
body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family:  "Trebuchet MS", Helvetica, Arial;
	font-size: 12px;
	color: #000000;
	background: #EEE url(images/templatemo_bg.gif) repeat-x;
}
a:link, a:visited { color: #175501; text-decoration: none} 
a:active, a:hover { color: #080; text-decoration: underline}

#templatemo_container {
	width: 820px;
	margin: 0px auto;
	background: #FFF;
	border-left: 1px solid #ff5b01;
	border-right: 1px solid #ff5b01;
}
#templatemo_top {
	clear: both;
	margin: auto;
	padding-top: 10px;
	width: 820px;
	text-align: center;
}
#templatemo_header {
	clear: left;
	margin: auto;
	width: 820px;
	height: 320px;
	text-align: left;
	border-left: 1px solid #417201;
	border-right: 1px solid #417201;
}
#templatemo_left_column {
	clear: left;
	float: left;
	width: 222px;
}
#templatemo_right_column {
	float: right;
	width: 575px;
	padding-right: 15px;
}
#templatemo_footer {
	clear: both;
	padding: 5px;
	text-align: center;
	font-size: 11px;
	background: #1e6001;
	color: #FFF;
}
#templatemo_footer a {
	color: #FCF;
}
#templatemo_site_title {
	padding-top: 120px;
	font-weight: bold;
	font-size: 48px;
	text-align: center;
	color: #FFF;
}
#templatemo_site_slogan {
	padding-top: 20px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #FFF;
}
.templatemo_spacer {
	clear: left;
	height: 4px;
	background: #1e6001;
}
.templatemo_pic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000;
}
.section_left {
	margin: 10px;
	margin-right: 0px;
	border: 1px solid #ff5400;
}
.section_left_inner {
	padding: 10px;
}
.section_left_title {
	padding: 8px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: #0c2700 url(images/section_title_bg.gif) repeat-x;
}
.post_box {
	clear: left;
	margin-top: 10px;
	background: #FFF;
	color: #000;
	border: 1px solid #278000;
}
.text_area {
	padding-top: 10px;
	padding-bottom: 10px;
}
.post_text_area {
	padding: 10px;
}
.post_title {
	padding: 6px;
	padding-left: 10px;
	background: #FFF url(images/gradient_top.gif) repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #0c2700;
}
.publish_date {
	clear: both;
	padding: 3px;
	padding-left: 10px;
	color: #e06400;
	font-size: 11px;
	font-weight: bold;
	background: #CDE url(images/gradient_bot.gif) repeat-x bottom;
}
.title {
	padding-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #0c2700;
}
.templatemo_menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 198px;
}
.templatemo_menu li a{
	background: #fff4d1;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	display: block;
	width: auto;
	margin-bottom: 1px;
	padding: 4px;
	padding-left: 10px;
	text-decoration: none;
}
* html .templatemo_menu li a{ 
	width: 193px;
}
.templatemo_menu li a:visited, .templatemo_menu li a:active{
	color: #666;
}
.templatemo_menu li a:hover{
	background: #ffcc50;
	color: #592502;
}
.templatemo_menu_horizon{
	position: relative;
	padding-left: 30px;
	margin: 0 auto 0 auto;
	height: 36px;
	list-style: none;
}
.templatemo_menu_horizon li{
	float:left;
}
.templatemo_menu_horizon li a{
	float: left;
	display: block;
	color: #FFF;
	background: url(images/templatemo_button_left.gif) no-repeat;
	text-decoration: none;
	font-size: 14px;
	margin-right: 4px;
	padding: 0 0 0 10px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
}
.templatemo_menu_horizon li a b{
	float: left;
	display: block;
	padding: 0 15px 0 5px;
	background: url(images/templatemo_button_right.gif) no-repeat;
	background-position: right top;
}
.templatemo_menu_horizon li.current a, .templatemo_menu_horizon li a:hover{
	color: #FFF;
	background: url(images/button_hover_left.gif) no-repeat;
}
.templatemo_menu_horizon li.current a b, .templatemo_menu_horizon li a:hover b{
	color: #FFF;
	background: url(images/button_hover_right.gif) no-repeat;
	background-position: right top;
}

.glossymenu{
list-style-type: none;
margin: 5px;
padding: 0px;
width: 185px;
border: 1px solid #006600;
}
.glossymenu li a{
background: white url(images/button_default.gif) repeat-x center;
font: bold 13px "Trebuchet MS", Verdana, Helvetica;
color: white;
display: block;
width: auto;
padding: 6px;
padding-left: 10px;
text-decoration: none;
}
* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 180px;
}
.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}
.glossymenu li a:hover{
background-image: url(images/button_active.gif);
color: #006600;
}
.glossymenu li.current a{
background-image: url(images/button_active.gif);
color: #006600;
}
