body {
	background:#ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:23px;
	color:#4c4d4d;
	margin:0px;
	}

	
h1, h1 a {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #9f1c32;
	font-weight:normal;
	line-height:14px;
	*line-heigth:24px;
	_line-height:24px;
	text-decoration:none;
}
h1 a:hover {text-decoration:underline;}
h2 {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #9f1c32;
	font-weight:normal;
	line-height:14px;
	}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{  border: none; padding: 6px 0 0 0; }
img.right{  border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 760px;
	margin: 0 auto;
	padding:0;
	color:#333;
	overflow: hidden;
	}
	



/* content */


#content {
	overflow: hidden;
	margin:14px;
	}

.post {
	padding-right:30px;
	background-image: url(images/minipontos.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width:620px;
	margin-top:10px;
	padding-bottom:10px;
	}

.post ul {}

.post li {}
.post a {color:#9f1c32; text-decoration:none;}
.post a:hover {color:#9f1c32; text-decoration:underline;}
.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#f8f7f2;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:14px;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0; padding:5px; color:#195998;}
.alignright a{float:right; margin:25px 0; padding:5px; color:#195998;}



/* sidebar */

#sidebar {
	width:230px;
	}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {}

#sidebar ul {
	margin: 10px;
	*margin: 5px;
	_margin: 5px;
	padding:0;
	}

#sidebar li {
	list-style-type: none;
	}
#sidebar li li {
	list-style-type: disc;
	background-image: url(images/minipontos.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom:5px;
	}
#sidebar li li a:hover{
	color:#9f1c32;
	text-decoration:none;
}
#sidebar ul ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	*margin-left: 10px;
	_margin-left: 10px;
	}


/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #ffffff;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#conteudo .wp-caption {background-color:#FFF;}


/* footer */

#footer {
	background-image: url(images/famosa.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 261px;
	color:#9f1c32;
	}
	
#footer a{color: #9f1c32;text-decoration: none;}
#footer a:hover{color: #9f1c32;text-decoration: underline;}
#footer td h1{
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
	color: #9f1c32;
	text-decoration: none;
}
#pontilhadoy {
	background-image: url(images/pontilhado-vertical.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#boardmenu {
	background-image: url(images/board.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 50px;
	padding-bottom: 90px;
	*padding-bottom: 80px;
	_padding-bottom: 80px;
	padding-left:40px;
	*padding-left:50px;
	_padding-left:50px;
	height: 208px;
}
#boardmenu a:hover{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#boardmenu li {
	list-style-type:none;
	}
small {
	color:#7da43f;
	font-size:11px;
}
.brancoalpha {
	background-color: rgba(255, 255, 255, 0.7); 
	*background-color:#FFFFFF; 
	_background-color:#FFFFFF;
}
.minitxt {font-size:11px; line-height:14px;}
