/*  
Theme Name: Tosta Mista Big
Theme URI: http://www.tostamista.net/
Description: Tema oficial da Tosta Mista com grande destaque.
Version: 1.0
Author: Tosta Mista

*/


/* HTML Elements */
* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial, Helvetica;
	background: #000000 url(http://i977.photobucket.com/albums/ae257/tostamista/layout/background/backwood.jpg) no-repeat top center;
	color: #333;
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #ededed;
	text-decoration:none;
	font-weight:bold;
	}

a:hover, a:active {
	color: #ffa200;
	text-decoration:none;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	



/* Structure */


#head {
	background: url(images/backhead.gif) repeat-x;
	margin:0px auto;
	padding:0px;
	font-size:0.7em;
	}

#page {
	width:900px;
	margin:0px auto;
	padding:10px;
	background:#ffffff;
	font-size:0.7em;
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}

/* ULTIMOS CONTEUDOS */

#ultimos ul {
	list-style: none;
	margin-top:10px;
	padding-left:10px;
}

#ultimos li {
	list-style:none;
	display:block;
	background: transparent;
	font-size:11px;
	line-height:17px;
	text-transform:uppercase;
	}

#ultimos a, #ultimos a:visited {
	color:#ffffff;
	}

#ultimos a:hover {
	color:#ff9c00;
	}

/* NOITICAS */

#noticias ul {
	list-style: none;
	margin-top:10px;
	padding-left:10px;
}

#noticias li {
	list-style:none;
	display:block;
	background: transparent;
	font-size:11px;
	line-height:14px;
	text-transform:uppercase;
	}

/* Navigation Bar*/
#navbar {
	margin:28px auto 0;
	padding:0;
	text-transform:uppercase;
	}

#page-bar {
	width:800px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:0px solid #333;
	background: transparent;
	}

#page-bar li:hover {
	background: transparent;
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:0;
	font-weight:bold;
	color:#451d00;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	color:#724a2c;
	}

#searchform {
	width:320px;
	float:right;
	text-align:right;
	padding:0px;
	margin-right:1px;
	margin-top:40px;
	}


/* Navigation Bar 2 */

#navbar2 {
	margin:23px auto 40px;
	padding:0;
	text-transform:uppercase;
	}

#page-bar2 {
	width:800px;
	}

#page-bar2 ul {
	list-style: none;
	}

#page-bar2 li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:0px solid #333;
	background: transparent;
	}

#page-bar2 li:hover {
	background: transparent;
	}

#page-bar2 a, #page-bar2 a:visited {
	margin: 0px;
	padding:0;
	font-weight:bold;
	color:#525252;
	display:block;
	}

#page-bar2 a:hover {
	text-decoration:none;
	display:block;
	color:#3b3b3b;
	}


/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right:40px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #171717;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 15px;
	border-top: 0px solid #C0C0C0;
	text-transform: uppercase;
	color: #efefef;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	color: #cfcfcf;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}

/* Dropdown Menus 2 */		
#page-bar2 li {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right:40px;
	}
	
#page-bar2 li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform:none;
	}
	
#page-bar2 li li a, #page-bar2 li li a:link, #page-bar2 li li a:visited {
	background: #171717;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 15px;
	border-top: 0px solid #C0C0C0;
	text-transform: uppercase;
	color: #525252;
	}
	
#page-bar2 li li a:hover, #page-bar2 li li a:active {
	color: #cfcfcf;

	}

#page-bar2 li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar2 li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar2 li:hover ul, #page-bar2 li.sfhover ul {
	left: auto;
	}


/* Text*/

h1 {
	font:3.5em Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font:2.3em Georgia, "Times New Roman";
	}

h3 {
	font:16px Arial;
	margin-bottom:3px;
	color:#ff7200;
	font-weight:bold;
	margin-top:10px;
	text-transform: uppercase;
	}

h4 {
	font:1.0em Arial;
	}

h3.cat_title, h3.cat_title a {
	color:#333;
	letter-spacing:-0.05em;
	font-size:0.85em;
	}

h3#respond {
	color:#FFA200;
	font-size:10px;
	margin-top:20px;
	padding-left:0;
	text-transform:uppercase;
	}

h3#comments {
	color:#FFA200;
	font-size:10px;
	margin-top:20px;
	padding-left:0;
	text-transform:uppercase;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
	width:350px;
	margin-top:10px;
	margin-bottom:15px;
	}

#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
	}

#top {
	padding:0;
	}

#middle {
	width: 900px;
	min-height:75px;
	background:#151515;
	float:right;
	padding:0;
	margin:10px 0;
	}

.category {
	width:164px;
	float:left;
	border-top:8px solid #333;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#fff;
	}

.category p {
	margin:0;
	}

#cat-1, #cat-3, #cat-5  {border-top:8px solid #333333;}
#cat-2, #cat-4 {border-top:8px solid #3c78a7;}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:1.5em;
	letter-spacing:-0.05em;
	}

#front-popular h3 {
	color:#fff;
	}

.category a {
	color:#333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#cat-1:hover, #cat-3:hover, #cat-5:hover {background:#333333; color:#fff; }
#cat-2:hover, #cat-4:hover {background:#3c78a7; color:#fff; }
#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {background:#333333; color:#fff; }
#cat-2:hover a, #cat-4:hover a {background:#3c78a7; color:#fff; }

#bottom {
	width: 900px;
	}

#front-list {
	width:570px;
	background:transparent;
	padding:0px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	}

/* NAVEGACAO */
 
#front-list .wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 0px solid #0066cc;
	color: #ff9c00;
	background-color: transparent;	
}
#front-list .wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 0px solid #0066cc;
	color: #ff9c00;
	background-color: transparent;	
}
#front-list .wp-pagenavi a:hover {	
	border: 0px solid #000000;
	color: #ffffff;
	background-color: transparent;
}
#front-list .wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 0px solid #0066cc;
	color: #ffffff;
	background-color: transparent;	
}
#front-list .wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #ff9c00;
	border: 0px solid #000000;
	background-color: transparent;
	text-transform: uppercase;
	font-weight: bold;
}
#front-list .wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 0px solid #000000;
	color: #ffffff;
	background-color: transparent;
}
#front-list .wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 0px solid #000000;
	color: #000000;
	background-color: transparent;
}

#front-list .titlebottom {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color: #000000;
	}

#archive {
	padding-top:15px;
	font-size:1.05em;
	line-height:1.75em;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title, #archive .title {
	font-weight:bold;
	font:2.0em Georgia;
	letter-spacing:-0.05em;
	}

#front-list .clearfloat, #archive .clearfloat {
	border-bottom:0px dotted #ccc;
	margin-bottom:10px;
	}

#front-list .spoiler, #archive .spoiler {
	display:block;
	margin-top:3px;
	}

#front-list p, #archive p {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	line-height:17px;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:0.8em;
	color:#333;
	}

.meta a {
	color:#333;
	}

/* Content Page*/

#content {
	width:570px;
	background:#151515;
	padding:0px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:400px;
	}

#content .wp-caption {
	background:#262626;
	margin-right:10px;
	padding:10px;
	text-align: center;
	font-size:10px;
}

#content .wp-caption p {
	margin-top:10px;
	margin-bottom:0px;
}

#contentbottom .wp-caption {
	background:#262626;
	margin-right:10px;
	padding:10px;
	text-align: center;
	font-size:10px;
}

#contentbottom .wp-caption p {
	margin-top:10px;
	margin-bottom:0px;
}


#content ul {
	padding-left:25px;
	}

#contentarchive {
	width:570px;
	background:transparent;
	padding:0px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:400px;
	}

#content .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	color:#333;
	}

#content h2.title {
	font:2.2em Georgia;
	font-weight:bold;
	letter-spacing:-0.05em;
	border-bottom:1px solid #ddd;
	border-top:3px solid #ddd;
	padding:5px 0px;
	}

.post {
	font-size:1.05em;
	line-height:1.75em;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	border-bottom:1px dotted #ccc;
	margin:10px 0px;
	}

.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

.post ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
	}

.post ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #front-list img, #archive img {
	border:2px solid #ffffff;
	margin:0;
	padding:0px;
	max-width:535px;
	}

.post .ads {
	margin-top:10px;
	}

.entry {
	margin-top:20px;
	}

#stats {
	margin-top:0px;
	padding:4px 0px;
	text-transform:uppercase;
	font:0.8em Arial;
	display:block;
	}

#stats span {
	padding: 0px 20px 0px 0px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#333;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}

#tools {
	width:590px;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:10px 0px;
	text-align:Center;
	width:570px;
	background: #151515;
	}

/* Sidebar*/
#sidebar {
	width:320px;
	float:right;
	margin:0px 0px 0px 0px;
	color: #7c7c7c;
	}

#sidebar h3 {
	font:1.0em Arial;
	font-weight:bold;
	background:#de8c0b;
	color:#000000;
	margin:10px 0px 5px 0px;
	padding:5px 10px;
	text-transform:uppercase;
	}

#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#151515;
	}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:320px;
	float:right;
	}

#sidebar-left {
	width:135px;
	padding:0px 10px 10px 10px;
	float:left;
	background:#151515;
	}

#sidebar-right {
	width:135px;
	padding:0px 10px 10px 10px;
	float:right;
	background:#151515;
	}


#sidebar li {
	list-style:none;
	display:block;
	padding:2px 0px 2px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#sidebar li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 0px 0px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#sidebar-aviso {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#151515;
	}


/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
background:#dedede none repeat scroll 0 0;
border:1px solid #b3b3b3;
color:#000000;
font-size:1em;
height:15px;
padding:8px;
width:200px;
margin-left:18px;
float:left;
	}
	
#searchsubmit {
float:right;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	border:1px solid #ffa200;
	background: #303030;
	color: #ffffff;
	padding-top:5px;
	padding-bottom:5px;
	}

#commentform textarea {
	width: 515px;
	margin-top:5px;
	border:1px solid #ffa200;
	background: #303030;
	color: #ffffff;
	padding:10px;
	}



/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background:#303030;
	width:450px;
	float:right;
	color: #ffffff;
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}
	
#commentform small {
	background:transparent;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	width:590px;
	background:#fff;
	}

/* Footer*/

#front-popular {
	font-size:10px;
	color:#fff;
	width: 898px;
	background:#151515;
	margin: 0 auto;
	margin-bottom:30px;
	padding:10px;
	border:1px solid #ffffff;
	}

#recentpost, #mostcommented {
	width:280px;
	float:left;
	padding:10px;
	border:1px solid #fff;
	}

#mostcommented {
	margin-left:17px;
	}

#recent_comments {
	width:280px;
	float:right;
	padding:10px;
	border:1px solid #fff;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	list-style:none;
	border-top:1px dotted #fff;
	padding:5px;
	display:block;
	}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
	background:#3c78a7;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #fff;
	}


#footer {
	margin: 0 auto;
	width: 960px;
	font-size:0.6em;
	padding-top:10px;
	padding-bottom:10px;
	}


/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}

/* BARRA MEIO */

#middlenav {
	margin: 0px;
	padding:12px 0 0 15px;
	}
	
#middlenav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#middlenav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#middlenav li a, #middlenav li a:link, #middlenav li a:visited {
	color: #FFFFFF;
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 5px 0px 0px;
	padding: 6px 13px 6px 13px;
	}

#middlenav li a:hover, #middlenav li a:active {
	color: #ff9c00;
	display: block;
	text-decoration: none;
	margin: 0px 5px 0px 0px;
	padding: 6px 13px 6px 13px;
	}
	
#middlenav li li a, #middlenav li li a:link, #middlenav li li a:visited {
	background: #666666;
	width: 140px;
	float: none;
	margin: 0px;
	padding: 6px 10px 6px 10px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	}
	
#middlenav li li a:hover, #middlenav li li a:active {
	background: #ff9c00;
	margin: 0px;
	padding: 6px 10px 6px 10px;
	}

#middlenav li {
	float: left;
	padding: 0px;
	}

#middlenav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0px;
	padding: 0px;
	}

#middlenav li li { 
	}

#middlenav li ul a { 
	width: 140px;
	}

#middlenav li ul ul {
	margin: -25px 0 0 161px;
	}

#middlenav li:hover ul ul, #middlenav li:hover ul ul ul, #middlenav li.sfhover ul ul, #middlenav li.sfhover ul ul ul {
	left: -999em;
	}

#middlenav li:hover ul, #middlenav li li:hover ul, #middlenav li li li:hover ul, #middlenav li.sfhover ul, #middlenav li li.sfhover ul, #middlenav li li li.sfhover ul {
	left: auto;
	}

#middlenav li:hover, #middlenav li.sfhover { 
	position: static;
	}

/* DESTAQUE */

#destaque {
	width:600px;
	min-height:100px;
	background:#151515;
	padding:0px;
	font-size:1.05em;
	margin:0;
	float:left;
	border-right:1px solid #ffffff;
	}

#destaque .title {
	font:12px Arial, Helvetica;
	text-transform:uppercase;
	font-weight: bold;
	color: #000000;
	}

#destaque p {
	font-size:11px;
	color: #ffffff;
	line-height:13px;
	}

#destaqueback {
	width:600px;
	height:267px;
}

#tituloyellow {
	margin-top:153px;
	background:url(images/yellow.png);
	padding-left:20px;
	padding-right:20px;
	padding-top:12px;
	padding-bottom:9px;
	margin-left:5px;
	float:left;
}

#destaquetexto {
	background:url("images/translucid.png") repeat scroll 0 0 transparent;
	float:right;
	height:70px;
	margin-right:195px;
	margin-top:0;
	padding:0 20px 3px;
	width:360px;
}

/* POSTS */

#toptitle {
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	background:#ff9c00;
	width:480px;
	height:21px;
}

#topdate {
	float:right;
	background:#000000;
	width:50px;
	font-size:10px;
	color:#ffffff;
	padding-left:15px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	line-height:10px;
	min-height:21px;
	text-transform:uppercase;
	text-align:center;
}

#infobottom {
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	background:#424242;
	width:480px;
	height:21px;
	color:#acacac;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
}

#infobottom a {
	color: #acacac;
}

#infomore {
	float:right;
	background:#000000;
	width:50px;
	font-size:9px;
	color:#ffffff;
	padding-left:13px;
	padding-right:12px;
	padding-top:15px;
	padding-bottom:5px;
	line-height:10px;
	height:21px;
	text-transform:uppercase;
	text-align:center;
	color: #ff9c00;
}


#infomore a {
	color: #ff9c00;
}

#contentbottom {
	padding:15px;
	background:#151515;
	width:540px;
	float:left;
	color:#7c7c7c;
}

/* CONTEUDO POST */

#content .toptitle {
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	background:#ff9c00;
	width:480px;
	height:21px;
}

#content .titlebottom {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color: #000000;
	}

#content .topdate {
	float:right;
	background:#000000;
	width:50px;
	font-size:10px;
	color:#ffffff;
	padding-left:15px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	line-height:10px;
	min-height:21px;
	text-transform:uppercase;
	text-align:center;
}

#content .contentbottom {
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
	background:#151515;
	width:540px;
	float:left;
	color:#7c7c7c;
	line-height:17px;
}

#content img {
	border:2px solid #ffffff;
	margin:0;
	padding:0px;
	max-width:535px;
}

#comentarios {
	padding-left:15px;
	padding-right:15px;
}

#contentarchive .titlebottom {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color: #000000;
	}

/* NAVEGACAO ARQUIVO */
 
#contentarchive .wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 0px solid #0066cc;
	color: #ff9c00;
	background-color: transparent;	
}

#contentarchive .wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 0px solid #0066cc;
	color: #ff9c00;
	background-color: transparent;	
}

#contentarchive .wp-pagenavi a:hover {	
	border: 0px solid #000000;
	color: #ffffff;
	background-color: transparent;
}

#contentarchive .wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 0px solid #0066cc;
	color: #ffffff;
	background-color: transparent;	
}

#contentarchive .wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #ff9c00;
	border: 0px solid #000000;
	background-color: transparent;
	text-transform: uppercase;
	font-weight: bold;
}

#contentarchive .wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 0px solid #000000;
	color: #ffffff;
	background-color: transparent;
}

#contentarchive .wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 0px solid #000000;
	color: #000000;
	background-color: transparent;
}

#contentarchive .titlebottom {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color: #000000;
	}

#tituloarquivo {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	background:#ff9c00;
	width:555px;
	height:21px;
	font-size: 13px;
	font-weight:bold;
	text-transform: uppercase;
}

/* NAVEGACAO PESQUISA*/
 
#contentsearch .wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 0px solid #0066cc;
	color: #ff9c00;
	background-color: transparent;	
}

#contentsearch .wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 0px solid #0066cc;
	color: #ff9c00;
	background-color: transparent;	
}

#contentsearch .wp-pagenavi a:hover {	
	border: 0px solid #000000;
	color: #ffffff;
	background-color: transparent;
}

#contentsearch .wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 0px solid #0066cc;
	color: #ffffff;
	background-color: transparent;	
}

#contentsearch .wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #ff9c00;
	border: 0px solid #000000;
	background-color: transparent;
	text-transform: uppercase;
	font-weight: bold;
}

#contentsearch .wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 0px solid #000000;
	color: #ffffff;
	background-color: transparent;
}

#contentsearch .wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 0px solid #000000;
	color: #000000;
	background-color: transparent;
}

#contentsearch .titlebottom {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color: #000000;
	}

#contentsearch {
	width:570px;
	float:left;
}

#comments ul {
	padding-left:0px;
}