/* Geral */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #373C28 url(images/img01.jpg) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 5px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 0px;
	line-height: 1.8em;
}
p{
	margin-left:3px;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(images/aspas.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #666666;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

img {
	border: none;

	
}

img.left {
	float: left;
	margin: 0 5px 5px 0;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
	background-color:#FFFFFF;
	text-decoration: none;
	border: 1px solid #003300;
}
/* Menu */

#menu {
	width: 770px;
	height: 35px;
	margin: 0 auto;

	border-right: 0px solid #EDEBD5;
}

#menu ul {
	margin: 0;
	padding: 0;

	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 95px;
	height: 30px;
	padding: 10px 0 0 0;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #FFF;
}

#menu a:hover {
	color:#006600;

}

#menu .active a {

	color: #FFFFFF;
}

/* Header */

#header {
	width: 770px;
	height: 120px;
	margin: 0 auto;
	padding-top:25px;
}

#header h1 {
	float: right;
	width: 220px;
	height: 120px;
	margin: 0;
	padding: 0px 0 0 0;
	background: url(images/img02.jpg) no-repeat;
	text-align: center;
	font-size: 36px;
}

#header h2 {
	float: left;
	width: 530px;
	height: 120px;
	margin: 0;
	background: url(images/img03.jpg) no-repeat;
	padding: 0px 0px 0 0;
	text-align: right;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 0px 0;
	background-color:#FFFFFF;
}
#page a {
	text-decoration:none;
}
#page a:hover {
	text-decoration:underline;
}
/*quick bar*/
#quick_bar {
	padding:5px 5px 5px 5px;
	margin: 0 auto;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
#lab{ 
	font-size: 11px;
	color:#006633;
	text-transform: lowercase;
	font-weight:normal;
}
#quick_bar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#quick_bar li {
	display: inline;
}
/* Content */

#content {
	float: left;
	width: 550px;
	padding-top: 0px;
	display:block;
}
#content h2{
	height:25px;
	padding: 5px 0px 0px 5px;
	font-size:14px;
	font-weight: bold;
	background:  url(images/img18.jpg) repeat-x;
}
#content img {
	border: none;
	padding-top:5px;
	padding-left:3px;
}
.post {
	margin-bottom: 0px;
	padding: 0 10px;
	padding-top:10px;
	display:inline-block;	
}

.post_left {
	float: left;
	width: 255px;
	padding-top: 0px;
	padding-right:10px;
}
.post_left h1{
	height:25px;
	padding: 5px 0px 0px 5px;
	font-size:14px;
	font-weight: bold;
	background:  url(images/img18.jpg) repeat-x;
}
.post_right {
	float: right;
	width: 255px;
	padding-top: 0px;
	padding-left:10px;
	/*border-left-width: 1px;
	border-left-style: dotted;
	border-left: #000000;*/
	
	
}
.post_right h1{
	height:25px;
	padding: 5px 0px 0px 5px;
	font-size:14px;
	font-weight: bold;
	background:  url(images/img18.jpg) repeat-x;
}
.post2 {
	margin-bottom: 10px;
	padding: 0 10px;
	padding-top:10px;
	display:inline-block;	
	
}
.post2 h1{
	height:25px;
	padding: 5px 0px 0px 5px;
	font-size:14px;
	font-weight: bold;
	background:  url(images/img18.jpg) repeat-x;
}
.post2cont{
	background-color:#F5F5F5;
	text-align: justify;
}
.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 214px;
	height:500px;
	background-color:#BEC6A8;
	/*background: #EDEBD5;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000000;*/
}

#sidebar h2 {
	margin: 0;
	padding: 5px 5px;
	color: #336600;
	font-weight: bold;

	border-bottom-width: 1px;
	
	border-bottom-style: dotted;
	
	border-bottom-color: #000;
	
}

#sidebar h3 {
	font-size: 95%;
	color: #667733;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #666666;
	text-decoration: none;	
}
#sidebar a:hover {
	color: #666666;
	text-decoration: underline;	
}
.bluebox {
	background-color:#BEC6A8;
}

.bluebox h2 {
	
}
/*  base  */
#base {
	height:25px;
	background:url(images/img20.jpg) repeat-x;
	background-color:#CEDAAC;
	padding-top:10px;
	text-align:center;
	color:#000000;
}

.listClean{
	margin: 0;

	list-style: none;

}
.destaque{
	font-size:16px;
	color:#003300;
	font-weight:bold;
}

.destaquePlus{
	background:url(images/cabecAniversariantes.jpg);
	height:150px;
	vertical-align:bottom;
	padding-bottom:20px;
	font-size:16px;
	color:#003300;
	font-weight:bold;
	text-decoration:underline;	
}
.destaquePlusSemBG{
	vertical-align:bottom;
	padding-bottom:20px;
	font-size:16px;
	color:#003300;
	font-weight:bold;
	text-decoration:underline;	
}
.tableAniversariantes{
background:url(images/linhaAniversariantes.jpg) repeat-y;
}