@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family:  Arial, "Trebuchet MS", Helvetica;
	font-size: 12px;
	color: #000000;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	background-attachment: fixed;
	background-image: url(/backgrounds/bckg-1.jpg);
}
li{list-style-type: none;}
a:link, a:visited { color: #0066CC; text-decoration: none} 
a:active, a:hover { color: #FF0000; text-decoration: underline}

#templatemo_container {
	width: 1000px;
	position: relative;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#templatemo_top {
	clear: both;
	width: 1000px;
	text-align: center;
	font-family:  Arial, "Trebuchet MS", Helvetica;
	background-repeat: repeat-x;
	background-position: center top;
	margin: auto;
}
#templatemo_top_2 {
	clear: both;
	margin: 0px;
	padding-top: 2px;
	width: 1000px;
	height: 20px;
	text-align: center;
	font-family:  Arial, "Trebuchet MS", Helvetica;
	background: url(/backgrounds/bg_top_index.png) repeat-x;
}

#conteudoDir {
	position:absolute;
	width:32%;
	right:0px;
	color:#666;
	background-repeat: repeat-x;
	padding-top: 0px;
	height: auto;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	padding-left: 0px;
	top: 0px;
	
}

#colDir {
	margin:0px;
	top: 10px;
	padding: 0px;
}



#templatemo_header {
	clear: left;
	margin: auto;
	width: 1000px;
	height: 170px;
	text-align: left;
	position: relative;
	background-position: center top;
	background-repeat: repeat-x;
}
#templatemo_left_column {
	clear: left;
	float: left;
	width: 18%;
	background-color: #FFF;
	margin-top: 0px;
	left: 0px;
	margin-left: 0px;
	margin-right: 10px;
}
#templatemo_right_column {
	float: left;
	width: 48%;
	top: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
}
#templatemo_footer {
	clear: both;
	padding: 5px;
	text-align: center;
	font-size: 11px;
	color: #FFF;
	width: 100%;
	background-repeat: repeat;
}
#templatemo_footer a {
	color: #FF0;
}
#templatemo_site_title {
	padding-top: 25px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 32px;
	text-align: left;
	color: #FFFF00;
}
#templatemo_site_slogan {
	padding-left: 150px;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	color: #FFF;
}
#busca {
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	color: #FFFF00;
	width: 990px;
}
.templatemo_spacer {
	clear: left;
	height: 10px;
}
.templatemo_pic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000;
}
a img {
	border: none;
}
.section_box {
	margin: 10px;
	padding: 10px;
	border: 1px solid #CDE;
	background: url(images/gradient_top.gif) repeat-x;
	text-align: left;
}
.post_box {
	clear: left;
	margin-top: 10px;
	background: #FFF;
	color: #333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CDE;
	border-right-color: #CDE;
	border-bottom-color: #CDE;
	border-left-color: #CDE;
}
.text_area {
	padding: 10px;
	background-color: #FFF;
}
.post_text_area {
	padding: 10px;
	color: #333;
}
.post_title {
	padding: 6px;
	padding-left: 10px;
	background: #EFEFEF url(images/gradient_top.gif) repeat-x;
	font-size: 16px;
	font-weight: bold;
	color: #CC0066;
}
.publish_date {
	clear: both;
	padding: 3px;
	padding-left: 10px;
	color: #999;
	font-size: 11px;
	font-weight: bold;
	background-color: #CDE;
	background-image: url(/images/gradient_bot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.title {
	padding-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #C06;
}
.subtitle {
	padding-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #C06;
}
.templatemo_menu {
	list-style-type: none;
	margin: 10px;
	padding: 0px;
	width: 180px;
}
.templatemo_menu li a{
	background: #DEF;
	font-size: 13px;
	font-weight: bold;
	color: #06C;
	display: block;
	width: auto;
	margin-bottom: 1px;
	padding: 5px;
	padding-left: 14px;
	text-decoration: none;
}
* html .templatemo_menu li a{ 
	width: 175px;
}
.templatemo_menu li a:visited, .templatemo_menu li a:active{
	color: #06C;
}
.templatemo_menu li a:hover{
	background: #069;
	color: #FF0;
}
