/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	background: url(imagens/img01.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #787878;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;

	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
	text-align: justify;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	background: none;
	color: #DA251D;
}

/* Header */

#header {
	width: 980px;
	height: 67px;
	margin: 0 auto;
}

/* Logo */

#logo {
	background: url(imagens/logo.gif) no-repeat left top;
	float: left;
	width: 980px;
	height: 67px
}

#logo h1 {
	float: left;
	padding: 25px 10px 0px 125px;
	text-transform: uppercase;
	font-size: 1.8em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 30px 0 0 2px;
	text-transform: lowercase;
	font: 1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
	
} 

#logo a {
	background: none;
	text-decoration: none;
	color: #6F3A39;
}

/* Menu */

#menu {
	width: 980px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	margin-right: 30px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	margin-right: 3px;
	padding: 4px 8px 5px 8px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}

#menu a:hover, #menu .current_page_item a {
	background: #;
	color: #000000;
}

#menu a:hover {
	text-decoration: ;
}

/* Page */

#page {
	width: 932px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 630px;
	height: 33px;
}

#content2 {
	background: url(imagens/img09.gif) no-repeat left top;
	float: left;
	width: 630px;
}

#fla {
background: url(imagens/bg.gif) no-repeat left top;
	margin: 0 auto;
	width: 980px;
	height: 230px;
}

#bg {
background: url(imagens/bg.gif) repeat top;
	margin: 0 auto;
	margin-top: -7px;
	width: 100%;
	height: 395px;
}


#fla2 {
    background: url(imagens/img10.jpg) no-repeat left top;
	margin: 0 auto;
	margin-top: -10px;
	width: 100%;
	height: 200px;
}

.post {
	background: url(imagens/img03.jpg) no-repeat left top;
}

.post .title {
	padding: 15px 0 5px 20px;
	color: #5C5C5C;
}

.post .title a {
	background: none;
	color: #5C5C5C;
}

.post .meta {
	padding: 2px 20px;
	border-top: 1px dashed #D2D4C9;
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.post .entry {
	padding: 20px 20px;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 5px;
}

#sidebar li li {
	line-height: 22px;
	border-bottom: 1px dashed #D2D4C9;
	padding-left: 15px;
}

#sidebar h2 {
	padding: 5px 10px;
	letter-spacing: -.5px;
	font-size: 1.2em;
	color: #FFFFFF;
}

#sidebar p {
	padding: 20px;
}

#sidebar a {
	color: #DA251D;
}
#sidebar a:hover {
	color: #787878;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 100%;
	height: 190px;
		padding: 0px 0;
	background:  url(imagens/img02.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#footer p {
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	float: left;
	padding: 158px 0px 0px 60px;
}

#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #DA251D;
}

/* Footer2 */

#footer2 {
	width: 100%;
	height: 106px;
	margin: 0 auto;
	padding: 0px 0;
	background:   url(imagens/baixo.gif)  repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#footer2 p {
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	float: left;
	padding: 65px 0px 0px 60px;
}

#footer2 a {
	color: #ffffff;
}
#footer2 a:hover {
	color: #DA251D;
}