/*  
Theme Name: 
Theme URI: 
Description: 
Version: 
Author: 
Author URI:
*/

* {
	margin: 0px;
	padding: 0px;
	}
body {
	background: #000 url("img/decorado_bege.jpg");
	color: #333;
	font-size: 11px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}
body a {	
	color: #9b0e0e;
	}
img {
	border: 0px;
	}
.cnt {
	width: 760px;
	 background: #EAE6C6;
	margin:0 auto 30px;
	} 

/* ------------------------------------------------------------------------------
								header 								             
------------------------------------------------------------------------------ */
.navegue {
background:#EAE6C6;
width:100%;
margin-top:0;
font-size:14px;
}

.navegue ul {
list-style:none;
height:25px;
}

.navegue ul li {
margin:10px;
display:inline;
}

.navegue ul li a{
text-decoration:none;
}

.navegue ul li a:hover{
background:#666;
text-decoration:none;
}

.header{
	background:url(http://www.edukrieger.com.br/site/wp-content/themes/moonews/img/header.jpg);
	width: 760px;
	height: 220px;
	float: left;
	}
.head1 {
	width: 485px;
	padding: 10px 15px 0 0;
	float: left;
}
.header h1 {
text-indent:-9000px;
overflow:hidden;
}

.header h1 a {
	color: #fff;
	text-decoration: none;
}
.header h1 a:hover {
	text-decoration: underline;
}
.header h1 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 0px;
}
.description {
	color: #fff;
	font-size: 12px;
}
.head2 {
	width: 260px;
	float: left;
}
.head2 p {
	color: #fff;
	padding: 0 15px;
	font-size: 12px;
	line-height: 16px;
}
.head2 h3 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 5px;
	padding: 15px 0 0 16px;
	text-transform: lowercase;
}


/* ------------------------------------------------------------------------------
								main 					                         
------------------------------------------------------------------------------ */
.main {
	width: 760px;
        background: ;
	}
.content {
	padding: 20px 0 0 15px;
	float: left;
	width: 464px;
	margin-right: 17px;
        border-right:1px solid #B7B396;
	}
.content a {
	color: #9b0e0e;
	}
	.content2 {
	padding: 20px 0 0 15px;
	float: left;
	width: 100%;
	margin-right: 17px;
	}
	
	.content2 a {
	color: #9b0e0e;
	}
.navigation {
	font-size: 14px;
	margin-bottom: 15px;
	}
.post {
	margin-bottom:30px;
        padding-right:15px;
        padding-left:15px;
	} 
.posttitle {
	margin-bottom: 15px;
	}
.post h2 {
	color: #294A59;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	}
h2.pagetitle {
	color: #555;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 15px;
	}
.post h2 a {
	color: #294A59;
	text-decoration:none;
	}
.post h2 a:hover {
	text-decoration:underline;
}
.post small {
	color: #294A59;
	display: block;
	margin-bottom: 15px;
	}
.post p {
	font-size: 14px;
	margin-bottom: 15px;
	line-height:21px;
	}
.post blockquote {
	color: #294a59;
	padding: 15px 0 0 42px;
}
.post ul {
	list-style-type: none;
	font-size: 14px;
	margin-bottom: 15px;
	}
.post ul li {
	background: url(img/bullet02.gif) no-repeat 0px 5px;
	margin-bottom: 5px;
	padding-left: 17px;
	}
p.postmetadata {
	font-size:11px;
	margin:3px 0;
	}

/* ------------------------------------------------------------------------------
							home
------------------------------------------------------------------------------ */


.left {

width:48%;
float:left;
}


.right {

width:48%;
float:right;
padding-right:15px;
}


/* ------------------------------------------------------------------------------
								sidebar 					                     
------------------------------------------------------------------------------ */
.sidebar {
	font-size: 12px;
	float: left;
	width: 240px;
	margin-left: 4px;
	padding: 10px 6px 0 0;
	line-height: 14px;
	}

.sidebar h3 {
        color: #294A59;
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 20px 0 5px 16px;
	text-transform: lowercase;
	}

.sidebar ul {
	list-style: none;
	padding-left: 30px;
	}
.sidebar p {
	line-height: 16px;
}
.sidebar ul li {
	margin-bottom: 5px;
	}
.sidebar ul span {
	color: #fff;
	}
.sidebar ul a {
	color: #9b0e0e;
	text-decoration: underline;
	}



	

	
	
/* ------------------------------------------------------------------------------
								footer 								             
------------------------------------------------------------------------------ */
.footer {
	background: #000;
	width: 730px;
	height: 120px;
	padding: 0px 15px 0;
	color: #fff;
	font-size: 11px;
	display: block;
	float: left;
	}
p.foot1 {
	padding-top: 25px;
}
p.foot2 {
	padding-top: 25px;
	float: right;
	text-align: right;
	margin-right:5px;
}
.footer a {
	color: #fff;
	}
.footer a:hover {
	background-color: #650000;
	text-decoration:none;
	}
.foot2 a:hover {
	background-color: #294A59;
	}
	

/* ------------------------------ clear ------------------------------ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;
}

