/*------------------ PRESETS */
body, *{
	margin: 0;
	padding: 0;
	border: 0;
}

hr{ display: none }

a{ text-decoration: none; }
a:hover{ text-decoration: underline; }


/*------------------ DEFINICAO DO BACKGROUND */
body{ background: url(images/structure/bg.gif) #91278F repeat-x top left; font-family: Georgia; }


/*------------------ CONTAINER */
div#container{
	width: 869px;
	margin: 0 auto;
}

/*------------------ HEADER AREA*/
#header {
    width:869px;
    height: 117px;
    float: left;
}

#header h1 a{
	float: left;
	text-indent: -10000px;
	overflow: hidden;	
	width: 191px;
	height: 54px;
	background: url(images/structure/logo.jpg) no-repeat left top transparent;
	margin: 34px 0 0 0;
}

/*------------------ BUSCA*/
#busca{
	position: relative;
	float: right;
	height: 36px;
	margin: 41px 1px 0 0;
}

#s{
	float: left;
	width: 337px;
	height: 30px;
	color: #fff;
	font: 18px Georgia;
	border-top: 6px solid #91278F;
	border-left: 6px solid #91278F;
	background-color: #91278F;
	
	
}

#searchsubmit{
	width: 91px;
	height: 36px;
	background-color: #681464;
	font: 16px Georgia;
	color: #fff;
	padding-bottom: 3px;
	cursor: pointer;
	_margin-left: -3px !important;
}



/*------------------ CONTENT*/
#content {
    width:869px;
	_width: 900px;
    float: left;
	min-height: 500px;
    background: url(images/structure/bg-content.gif) #91278F repeat-y top left;
	xborder-bottom: 1px solid #9B3B98;
}

/*------------------ POSTS*/
#posts {
    width:651px;
    float: left;
    margin-left: 1px;
}

.post{
	float: left;
	width: 216px;
	display: inline;
	margin: 0 1px 12px 0;
	background-color: #530751;
}

.index .post{ height: 201px !important; }
.single .post{ height: auto; }

.post img{
	position: relative;
	top:5px;
}

.post-info{ margin: 10px 10px 0 10px; _margin-right: -6px !important;  }

.index .post-info{ text-align: left; }

.post-info span{
    font: 10px Georgia;
	color: #fff;
	*float: left;
	*width: 190px;
	*margin-top: -5px !important;
}
.single .post-info span{ *margin-left: 10px; }

.post-info h3 a{
        position: relative;
        /*top: 5px;*/
		font: 14px Georgia;
		color: #fff;
		*float: left;
		*width: 190px;
		*margin-top: 0px !important;
}


/*------------------ POSTS NAVIGATION
div#navigation{
	float: left;
	width: 650px;
	margin: 13px 0 25px 0;
	*border-bottom: 25px solid transparent !important;
}

div#navigation div{ 
	height: 25px;
	width: 216px !important;
	background-color: #530751;
	padding: 10px 0;
}

div#navigation div a{
	margin: 0 10px;
}

div#navigation div a{ color: #fff; text-decoration: none; }
div#navigation div a:hover{ text-decoration: underline; }

#nav-new{ float: left; margin-left: 0 !important; }

#nav-old{
	float: right;
	text-align: right;
}*/

/*------------------ POSTS NAVIGATION*/
div#posts-navigation{
	float: left;
	width: 650px;
	margin: 13px 0 25px 0;
	*border-bottom: 25px solid transparent !important;
}

div#posts-navigation a{
	width: 196px;
	padding: 10px;
	background-color: #530751;
	color: #fff;
}

#nav-old{ float: left; }

#nav-new{
	float: right;
	text-align: right;
}



/*------------------ MENU*/
#menu {
    width:216px;
    float: left;
    text-align: right;
  	color: #fff;
}

.menu-area{
	margin-bottom: 1px;
	background-color: #530751;
	padding: 10px 10px 10px 0;
	_padding: 10px 0;
}

#menu ul{
	list-style: none;
	width:216px;
	margin-right: 10px;
	_margin-right: 5px;
	font-size: 10px;
	background-color: #530751;
	margin-bottom: 1px;
}

#menu ul li{ margin-bottom: 5px; }

#menu h3{
	font-size: 15px;
	margin-bottom: 10px;
}

.menu-area input{
	font: 10px Georgia, "Times New Roman", Times, serif;
	padding: 5px;
}

#ipt-newsletter{
	width: 130px;
}

#area-newsletters h3{ font-size: 13px !important; } 

#area-newsletters{ display: none }

#menu ul a{
	margin-right: 10px;
	_margin-right: 0px;
	font-size: 11px;
	*font-size: 10px;
	color: #fff;
}

.cat-item{ margin-right: 10px; _margin-left: -4px; }
.cat-item a{ margin-right: 0 !important; }