/* 		Credit: http://www.grupo14.org/ 		*/
body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	background: #000000 url(images/index_bg.gif) repeat-x;
}
*::-moz-selection{
   background: #cc0000;
   color: #cc6600;
}

*::selection {
   background: #cc0000;
   color: #cc6600;
}

a:link, a:visited { color: #88DDFF; text-decoration: none} 
a:active, a:hover {
	color: #FFE320;
	text-decoration: underline
}

#templatemo_container {
	width: 800px;
	margin: 5px auto;
	background: #000000;
	border: 1px solid #666666;
}
#templatemo_header {
	clear: left;
	height: 160px;
	background: url(images/index_header.jpg) no-repeat;
}
#templatemo_content {
	width: 800px;
}
#templatemo_left_column {
	float: left;
	width: 600px;
	min-height: 400px;
}
#templatemo_right_column {
	background: #444444 url(images/index_right_bg.gif) repeat-x bottom;
	float: left;
	width: 200px;
	min-height: 400px;
}
#templatemo_footer {
	clear: left;
	background: #333333;
	padding: 5px;
	font-size: 11px;
	color: #CCCCCC;
}
#templatemo_footer a {
	color: #999999;
}
#templatemo_site_title {
	padding-top: 60px;
	padding-left: 200px;
	font-weight: bold;
	font-size: 26px;
	color: #900;
}
#templatemo_site_title li a{
	outline:ridge;
	outline-color:#000;
}
#templatemo_site_slogan {
	padding-top: 10px;
	padding-left: 200px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
.templatemo_line {
	clear: left;
	height: 2px;
	background: #888888;
}
.templatemo_pic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
.section_box {
	margin: 10px;
	padding: 10px;
	border: 1px dashed #666666;
	background: #333333;
	color: #3357A7;
}
.section_box2 {
	clear: left;
	margin-top: 10px;
	border: 1px solid #666666;
	background: #444444;
	color: #FFFFFF;
}
.text_area {
	margin: 10px;
}
.publish_date {
	clear: both;
	margin-top: 10px;
	color: #88DDFF;
	font-size: 11px;
	font-weight: bold;
}
.title {
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
}
.subtitle {
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
}
.post_title {
	padding: 5px;
	padding-left: 10px;
	background: url(images/index_post_title_bg.gif);
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
/* 		Menu Credit: http://www.dynamicdrive.com/style/      */
.glossymenu{
	list-style-type: none;
	margin: 10px;
	padding: 0px;
	width: 175px;
	border: 1px solid #999999;
}
.glossymenu li a{
	background: white url(images/index_button_default.gif) repeat-x center;
	font: bold 12px "Trebuchet MS", Verdana, Helvetica;
	color: #FFFFFF;
	display: block;
	width: auto;
	padding: 6px;
	padding-left: 12px;
	text-decoration: none;
}
* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 170px;
}
.glossymenu li a:visited, .glossymenu li a:active{
	color: #FFFFFF;
}
.glossymenu li a:hover{
	background-image: url(images/index_button_active.gif);
	color: #000000;
}
/* menu */

#templatemo_menu{
	clear: both;
	width: 800px;
	height: 35px;
	margin: 0px 0px 10px 0px;;
	padding: 0px;
	background: #272727;
}

.menuleft {
	float: left;
	height: 35px;
	width: 10px;
	background: #272727 url(images/index_menu_left.gif) no-repeat;
}
.menuright {
	float: right;
	height: 35px;
	width: 10px;
	background: #272727 url(images/index_menu_right.gif) no-repeat;
}

#templatemo_menu ul {
	margin: 0px;
	padding: 0px 0px 0px 50px;
	list-style: none;
	text-align: center;	
	color: #000;
}


#templatemo_menu ul li{
	display: inline;
}

#templatemo_menu ul li a{
	float: left;
	padding: 7px 20px 2px 20px;
	margin-right: 1px;
	height: 25px;
	font: 14px Arial Rounded MT Bold;
	text-align: center;
	color: #999999;
	text-decoration: none;
}

#templatemo_menu ul li a:visited{
	color: #cccccc;
}

#templatemo_menu ul li a:hover, #templatemo_menu ul li .current{
	color: #000;
	text-decoration: none;
	background: #cccccc;
	font-family: Arial Rounded MT Bold;
}
/* end of menu */
