/*  
Theme Name: webtugav2
Theme URI: http://www.webtuga.com
Description: O theme "WebTuga" foi construido com base no theme "Statement" do <a href="http://www.blogohblog.com" title="Free WordPress Themes">Blog Oh! Blog</a> e outros, especialmente para a rede WebTuga.
Version: 2
Author: Teotonio Ricardo (cenourinha)
Author URI: http://www.cenourinha.net
*/

/*+++++++ BODY +++++++*/
* { text-decoration: none; padding: 0; margin: 0; border: none; outline: none; background-repeat: no-repeat;letter-spacing: 0; list-style:none; color: #444; word-spacing: normal;}
body {
	background: #e68232 url(images/page_bg_t_orange.png) repeat-x;
	font-family: Verdana, Tahoma, Arial;
        font-size: 10px;
}
.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	margin-top: 0px;
}

.pubbanner {width: 468px; height: 60px; margin: 5px auto; padding: 0px;}

#header {
background: #ddd url(images/bgfundo.png) repeat-x top;
position: relative;
height: 155px;
}

#footer {
	background: #000;
	left:0; bottom:0;
	margin-top: 15px;
        font-size:10px;
        position: relative;
}
#caixalogin { float: right; width: 250px; border: 1px #ccc dashed; margin-right: 10px; margin-top: 10px; padding: 5px;}
#caixalogin img {margin: 5px; }

#conteudocentro {width: 100%; margin-top: 10px; padding-top: 5px; position: relative; z-index:1; background: #f0f0f0;}

.bordapretabaixoesquerda{
background-color: #135fa4;
background: url(images/bordatopo.png) no-repeat left bottom;
background-attachment: scroll;
position: absolute;
width: 8px;
height: 7px;
bottom: 0pt;
left: 0pt;
}

.bordapretabaixodireita{
background-color: #135fa4;
background: url(images/bordatopo.png) no-repeat right bottom;
background-attachment: scroll;
position: absolute;
width: 8px;
height: 7px;
bottom: 0pt;
right: 0pt;
}

.bordapretatopoesquerda{
background-color: #135fa4;
background: url(images/bordatopo.png) no-repeat left top;
background-attachment: scroll;
position: absolute;
width: 8px;
height: 7px;
top: 0pt;
left: 0pt;
}

.bordapretatopodireita{
background-color: #135fa4;
background: url(images/bordatopo.png) no-repeat right top;
background-attachment: scroll;
position: absolute;
width: 8px;
height: 7px;
top: 0pt;
right: 0pt;
}

.bordabrancabaixoesquerda{
background-color: #135fa4;
background: url(images/bordadivbranco.png) no-repeat left bottom;
background-attachment: scroll;
position: absolute;
width: 8px;
height: 7px;
bottom: 0pt;
left: 0pt;
}

.bordabrancabaixodireita{
background-color: #135fa4;
background: url(images/bordadivbranco.png) no-repeat right bottom;
background-attachment: scroll;
position: absolute;
width: 8px;
height: 7px;
bottom: 0pt;
right: 0pt;
}

.bordabrancatopoesquerda{
background-color: #135fa4;
background: url(images/bordadivbranco.png) no-repeat left top;
background-attachment: scroll;
position: absolute;
width: 8px;
height: 7px;
top: 0pt;
left: 0pt;
}

.bordabrancatopodireita{
background-color: #135fa4;
background: url(images/bordadivbranco.png) no-repeat right top;
background-attachment: scroll;
position: absolute;
width: 8px;
height: 7px;
top: 0pt;
right: 0pt;
}

#logo { width: 156px; height: 65px; padding-bottom: 10px; padding-top: 25px;}

.pesquisa {
	padding: 0 10px;	
	margin: 0;
	float: right;
	width: 180px;
	background: #222;
	font-size: 1.1em;
	background: url(topnav_bg.gif) repeat-x;
}

#formulariosearch input[type=text] {
	background: url('images/pesquisabg.png');
	width: 146px;
	height: 18px;
	float: left;
	padding: 5px 10px 0 23px;
	font-size: 12px;
	margin: 5px 4px 0 0;
}

#formulariosearch input[type=text]:hover {
	background: url('images/pesquisabghover.png');
}



#menu_topo { width: 960px; background: url(images/topnav_bg.gif) repeat-x;margin-top: 20px; }

#navegacao {
	width: 700px;
	float: left;
}
ul.topnav {
	margin: 0;
	padding: 0 20px;
	list-style: none;
	font-size: 11px;
        background: #222 url(images/topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	font-weight: bold;
}
ul.topnav li a:hover{
	background: url(images/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
	z-index:2;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
	font-size: 11px;

}
html ul.topnav li ul.subnav li a {
	margin: 0; padding: 5px;
	float: left;
	width: 145px;
	background: #333 url(images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
	font-weight: normal;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(images/dropdown_linkbg.gif) no-repeat 10px center; 
}

/* Barra Rede
-----------------------------*/
div#webtuga_barra_topo { width: 100%; height: 20px; margin: 0; border-bottom: 1px solid #000; border-top: 3px solid #ee3a23; text-align: center; background: #000 url("http://s34.photobucket.com/albums/d109/cenourinha/fundo_barra_rede_webtuga.gif") repeat-x; }
div#webtuga_barra_topo .toporede { height: 20px; margin: 0 auto; padding-top: 3px;}
/* div#webtuga_barra_topo .framerede { background: Transparent url("http://img222.imageshack.us/img222/7679/redcx6.png") 5px 0 no-repeat; } */
div#webtuga_barra_topo .LinksRede { padding: 0 10px 0 10px; font-family: Arial; font-size: 10px; line-height: 20px; color: #333; }
div#webtuga_barra_topo .LinksRede a, .LinksRede a:link, .LinksRede a:visited, .LinksRede a:active { padding: 0 5px; text-decoration: none; color: #bebebe; }
div#webtuga_barra_topo .LinksRede a:hover { color: #FFF;}

div#webtuga_barra_topo .frameredept { background-position: 80px 0px; }
div#webtuga_barra_topo .frameredept .LinksRede { margin: 0 auto; }

.wp-smiley {
   margin: 0 0 0 0 !important;
   padding: 2px !important;
   border: 0px !important;
}

/*+++++++ H1,H2,H3 HYPERLINKS +++++++*/
h3 { padding:10px 0 10px 0; font-size:14px;}
a:link {  text-decoration: none; color: #e1622f; border: 0px;}
a:active {color : #e1622f; border: 0px;}
a:visited { color :#e1622f; border: 0px;}
a:hover	{ color:#6f6f6f; border: 0px;} 
a:focus { outline: none;}
.clear { clear: both; }

/*+++++++ MAIN +++++++*/
#wrapper { width: 1000px; margin:auto; }
#frame,#content { width: 975px; margin:auto; }

/*+++++++ TOP +++++++*/

/*+++++++ NAVIGATION +++++++*/
#nav { float:right; padding-right:10px; margin-top:10px; background: none; color:#000;}
#nav ul { }
#nav ul li {display:inline; height:23px; line-height:23px;}
#nav ul li.current_page_item a { background:url(images/navbg-acho.gif) repeat-x; color:#fff; }
#nav ul li.current_page_item a:hover{background:transparent;color:#fff;}
#nav ul li a { color:#fff;float:left; text-transform:uppercase; padding:0 0 0 20px;}
#nav ul li a:hover{background:none;color:#dadada; text-decoration:none;}

/*+++++++ INFOBAR +++++++*/
#infobar { height: 30px; width: 975px; line-height:30px; font-size:11px; margin-bottom:15px; background: none; color:#000;}
#browse { float: left; width: 570px; background:url(images/folder.gif) no-repeat 0 6px; padding-left:22px; }
#rss { float: right; height: 30px; width: 383px; background:url(images/feed.gif) no-repeat right; }
#rss p { padding-right:22px; text-align:right; color: #fff;}

/*+++++++ ENTRY +++++++*/
#left { float: left; width: 540px; position: relative; margin-left: 5px; }
.entry { width: 540px;  background: #fff; margin: 0px 0px 15px 0px; line-height:140%; overflow:hidden; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; -border-radius: 5px; }
.entry p { /* font-size: 11px; */ }
.post { padding: 5px 10px; }
.post p { padding-bottom: 10px; }
.entry h1 { font: bold 22px/28px "Myriad Pro","Myriad Set","Myriad Apple",Myriad,Helvetica Nueue,Arial,Verdana,Sans-serif;letter-spacing: -1px;margin-bottom:10px;}
.entry h1 a {  color:#222222; }
.entry h1 a:hover {color:#999999;}

.entry h2 { font: bold 22px/28px "Myriad Pro","Myriad Set","Myriad Apple",Myriad,Helvetica Nueue,Arial,Verdana,Sans-serif;letter-spacing: -1px;margin-bottom:10px;}
.entry h2 a {  color:#222222; }
.entry h2 a:hover {color:#999999;}
.entry p {}
.entry ul { padding: 0 0 0 30px; padding-left: 10px; } 
.entry li { margin: 7px 0 8px 10px; }
.entry ul li:before {  }
.entry ol { padding:0; margin:0;}
.entry ol li { background:#fafafa; }
.entry img {margin:0 10px 10px 10px; max-width: 500px;}


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 { float: right; } 
.alignleft { float: left ;}
.allinfos { font-size:11px; height:20px; padding-bottom:10px;}
span.data { background:url(images/data.gif) no-repeat; padding-left:20px; line-height: 18px; }
span.comentarios { background:url(images/comentario.gif) no-repeat; padding-left:20px;}
span.categoria { background:url(images/categoria.gif) no-repeat; padding-left:20px;}
span.visto { background:url(images/chart_bar.png) no-repeat; padding-left:20px;}
span.oautor { background: url(images/boneco.png) no-repeat; padding-left:20px;}
span.palavrachave { background:url(images/palavrachave.png) no-repeat 1px; padding-left: 20px; height: 20px;}
span.trackback { background:url(images/trackback.png) no-repeat 1px; padding-left: 20px;}
span.comentariosrss { background:url(images/feed.png) no-repeat 1px; padding-left: 20px;}

.navigation { margin: 0px auto; width: 450px; padding: 10px 0px 10px 0px; font-size:11px; }
.autor h3 { margin:0; border:0; padding:0; color:#000000; font-weight:normal;}
.autor h3 {font-size:12px; line-height:32px; color:#53524b; background:url(images/h3-left.jpg) top left no-repeat #e0dfd0; font-weight:bold; }
.autor h3 div {	background:url(images/h3-right.jpg) top right no-repeat;height:32px;line-height:32px;padding:0 10px;}
.autor .gravatar{float:left; margin-right:14px;border: 2px solid #e0dfd0;}
.autor { width:100%;font-size:11px;}
.autor .texto {border:solid 4px #e0dfd0;background:#f4f4e9;padding:14px;margin-bottom:20px;}
.autor .texto li {padding: 2px;}
.autor .texto a{text-decoration:underline;}
.autor .texto a:hover{text-decoration:none;}


/*+++++++ SIDEBAR +++++++*/

#right { float:right; width: 400px; position: relative; margin-right: 5px;  }
.topsidebar { width: 400px; padding:0px; background:#fff; margin-bottom:10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.topsidebar img { margin: 2px; }

.topsidebarpreta { width: 400px; padding:0px; background:#000; margin-bottom:10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

#lsidebar h2 { text-align: left; text-transform:uppercase; font-size:14px; padding-left: 20px; margin-left: 2px; margin-bottom:10px; color:#4c4c4c; background: url('images/box.png') no-repeat top left; }

#rsidebar h2 {text-align: left; text-transform:uppercase; font-size:14px; padding-left: 20px; margin-left: 2px; margin-bottom:10px; color:#4c4c4c; background: url('images/box.png') no-repeat top left; }

#lsidebar { float:left; width:160px; padding:5px;}
#rsidebar { float:left; width:195px; padding:5px 10px 5px 10px; background:#fff; margin-left:8px;}

#sidebarbottom {float:right; width: 100%; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #fff;}
#sidebarbottom ul{ margin:10px auto 20px;}
#sidebarbottom ul li{}
#sidebarbottom ul li ul{}
#sidebarbottom ul li ul li{display:block; background:url(images/accept.png) no-repeat 0 0; padding-left:20px; padding-bottom:5px; margin-left: 15px;}

#sidebarbottom #pages ul li{display:block; background:url(images/page_white_text.png) no-repeat 0 0; padding-left:20px; padding-bottom:5px; margin-left: 20px;}

#sidebarbottom .widget_categories ul li {display:block; background:url(images/folder_page_white.png) no-repeat 0 0; padding-left:20px; padding-bottom:5px; margin-left: 20px;}

#sidebarbottom .widget_categories .widgettitle { text-align: left; text-transform:uppercase; font-size:14px; padding-left: 20px; margin-left: 2px; margin-bottom:10px; color:#4c4c4c; background: url('images/page_white_paste.png') no-repeat top left; }


#sidebarbottom .widget_useronline ul li { display:block; background:url(images/heart.png) no-repeat 0 0; padding-left:20px; padding-bottom:5px; margin-left: 20px; }

#sidebarbottom .widget_useronline .widgettitle { text-align: left; text-transform:uppercase; font-size:14px; padding-left: 20px; margin-left: 2px; margin-bottom:10px; color:#4c4c4c; background: url('images/group.png') no-repeat top left; }



#sidebarbottom .widget_polls .widgettitle { text-align: left; text-transform:uppercase; font-size:14px; padding-left: 20px; margin-left: 2px; margin-bottom:10px; color:#4c4c4c; background: url('images/television_add.png') no-repeat top left; }

#sidebarbottom .widget_stats ul li { display:block; background: #fff; margin-left: 10px; }

#sidebarbottom .widget_stats ul li ul li { display:block; background:url(images/group_add.png) no-repeat 0 0; padding-left:20px; padding-bottom:5px; }

#sidebarbottom .widget_stats .widgettitle { text-align: left; text-transform:uppercase; font-size:14px; padding-left: 20px; margin-left: 2px; margin-bottom:10px; color:#4c4c4c; background: url('images/chart_bar.png') no-repeat top left; }

#sidebarbottom .random_stuff_widget .widgettitle { text-align: left; text-transform:uppercase; font-size:14px; padding-left: 20px; margin-left: 2px; margin-bottom:10px; color:#4c4c4c; background: url('images/transmit_blue.png') no-repeat top left; }

#sidebarbottom .random_stuff_widget ul li { display:block; background:url(images/tag.png) no-repeat 0 0; padding-left:20px; padding-bottom:5px; margin-left: 20px; }


#sidebarbottom .PerformancingAds_WordPress_region ul li{display:block; padding-left:0px; padding-bottom:5px; margin-left: 0px;}

#sidebarbottom .widget_stats ul li ul li { display:block; background:url(images/group_add.png) no-repeat 0 0; padding-left:20px; padding-bottom:5px; margin-left: 20px; }

#sidebarbottom .widget_stats .widgettitle { text-align: left; text-transform:uppercase; font-size:14px; padding-left: 20px; margin-left: 2px; margin-bottom:10px; color:#4c4c4c; background: url('images/chart_bar.png') no-repeat top left; }


#sidebarbottom .widget_pages .widgettitle { text-align: left; text-transform:uppercase; font-size:14px; padding-left: 20px; margin-left: 2px; margin-bottom:10px; color:#4c4c4c; background: url('images/folder_page.png') no-repeat top left; }



#sidebarbottom .widget_tag_cloud .widgettitle { text-align: left; text-transform:uppercase; font-size:14px; padding-left: 20px; margin-left: 2px; margin-bottom:10px; color:#4c4c4c; background: url('images/weather_clouds.png') no-repeat top left; }

#sidebarbottom .widget_links ul li {display:block; background:url(images/page_white_world.png) no-repeat 0 0; padding-left:20px; padding-bottom:5px; margin-left: 20px;}


#sidebarbottom .widget_links .widgettitle {text-align: left; text-transform:uppercase; font-size:14px; padding-left: 20px; margin-left: 2px; margin-bottom:10px; color:#4c4c4c; background: url('images/world.png') no-repeat top left;}


#sidebarbottom #recent-comments ul li { display:block; background:url(images/user_comment.png) no-repeat 0 0; padding-left:20px; padding-bottom:5px; margin-left: 20px; }

#sidebarbottom .widget_recent_comments .widgettitle {text-align: left; text-transform:uppercase; font-size:14px; padding-left: 20px; margin-left: 2px; margin-bottom:10px; color:#4c4c4c; background: url('images/user_add.png') no-repeat top left;}

#sidebarbottom .widget_recent_entries ul li { display:block; background:url(images/page_white_copy.png) no-repeat 0 0; padding-left:20px; padding-bottom:5px; margin-left: 20px; }

#sidebarbottom .widget_calendar .widgettitle { text-align: left; text-transform:uppercase; font-size:14px; padding-left: 20px; margin-left: 2px; margin-bottom:10px; color:#4c4c4c; background: url('images/calendar.png') no-repeat top left; }




#sidebarbottom p{padding:0 5px;}



/*+++++++ COMMENTS +++++++*/
.postmetadata { padding:5px; background:#feffe5; }
#commentform p { padding-bottom:10px;}
#commentform #author { border:1px solid #dadada; height:20px; width:200px; }
#commentform #email { border:1px solid #dadada; height:20px; width:200px; }
#commentform #openid_url { border:1px solid #dadada; height:20px; width:200px; background: #fff; }
#commentform #url { border:1px solid #dadada; height:20px; width:200px;}
#commentform #mcspvalue { border:1px solid #dadada; height:20px; width:200px;}
#commentform #comment { border:1px solid #dadada; height:200px; width:500px;}
.commentlist cite { background:#f9f9f9; padding:5px 5px 5px 10px; }
.commentlist cite a { color:#333;}
.commentlist .ctext { background:url(images/doth.gif) repeat-x bottom; font-size:11px;}


/*+++++++ FOOTER +++++++*/
#footer ul li{ padding-left: 15px; }
#footer h1 { color: #fffbcc; }



/**************** Misc *********************/
acronym, abbr, span.caps { cursor: help; }
acronym, abbr { border-bottom: 1px dashed #999; }
blockquote { margin: 15px 30px 15px 10px; padding-left: 20px; border-left: 5px solid #ddd; }
blockquote cite { margin: 5px 0 0; display: block; }
.center { text-align: center; }
hr { display: block; }
a img { border: none; }
.alignright{float:right;}
.alignleft{float:left;}

img.centered{display:block;margin-left:auto;margin-right:auto;}
img.alignright{display:inline;margin:0 0 2px 7px;padding:4px;}
img.alignleft{display:inline;margin:0 7px 2px 0;padding:4px;}
pre {border: solid 1px #9a9a9a;color: blue;margin: 10px;padding:10px;background: #f3f2ed}
code {font-size:9px;color: #9a9a9a; font-family: verdana; margin-left: 30px; text-decoration: italic;}

input[name=author] {background: url('images/boneco.png') no-repeat #fff 3px; padding-left: 24px; }
input[name=email] {background: url('images/email.png') no-repeat #fff 3px; padding-left: 24px;}
input[name=openid_url] {background: url('images/openid.gif') #fff no-repeat 3px; padding-left: 24px;}
input[name=url] {background: url('images/website.png') no-repeat #fff 3px; padding-left: 24px;}
input[name=mcspvalue] {background: url('images/bug.png') no-repeat #fff 3px; padding-left: 24px;}


textarea { overflow: auto; }
/**************** Gallery *********************/
.gallery {text-align:center;}
.gallery img {padding:3px;}
.attachment {text-align:center;}
.attachment img { padding:5px; border:1px solid #999999;}
.imgnav {text-align:center;}
.imgleft {float:left;}
.imgleft img{ padding:5px; border:1px solid #999999;}
.imgright {float:right;}
.imgright img{ padding:5px; border:1px solid #999999;}

table {
	width: 100%;
	margin-bottom: 20px;
        text-align: center;
	font-size: 11px;
	line-height: 15px;
}

thead {
	padding: 20px 5px 10px;
	text-align: center;
	font-size: 12px;
	color: #333;
}

tbody {
	text-align: center;
	vertical-align: top;
	border-bottom: 1px solid #fff;
}


.comeven_box { background:#f3eddc;}
.comeven_top div { background: url(images/comentariotl.png) no-repeat top left; }
.comeven_top { background: url(images/comentariotr.png) no-repeat top right; }
.comeven_bottom div { background: url(images/comentariobl.png) no-repeat bottom left; }
.comeven_bottom { background: url(images/comentariobr.png) no-repeat bottom right; }
.comarrow{ border:0; margin:0; padding:0px 0px 0px 20px; vertical-align:bottom; }


.comentarioautor { -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #91b815; padding: 2px 5px; color: white; }
.comentarioautor a {color: white; }

.botaoresponder {-moz-border-radius: 5px; -webkit-border-radius: 5px; background: white; border: 1px #CAE09F solid; padding: 2px 5px; cursor: pointer;}
.botaoresponder:hover {background: #91b815; border: 1px #fff solid; }
.botaoresponder a { color: #CAE09F;}

.comodd_box { background:#edeeef url(images/comentarioseta.gif) no-repeat top left; }
.comodd_top div { background: url(images/comentariotl.png) no-repeat top left; }
.comodd_top { background: url(images/comentariotr.png) no-repeat top right; }
.comodd_bottom div { background: url(images/comentariobl.png) no-repeat bottom left;}
.comtext {-moz-border-radius: 5px; -webkit-border-radius: 5px; background: #FFFFFF; padding: 2px 5px;}


.comodd_bottom { background: url(images/comentariobr.png) no-repeat bottom right; }
.comodd_content { margin: 0 6px; }
.comodd_content p { margin-bottom: 10px; margin: 10px; }
.comnum a { float:right; font-size:18px; color:#cccccc; }
.comnum a:hover { color:#ff6500; text-decoration:none; }

.authorcom, .authorcom a { color: #FF0000; font-weight: bold; font-size:110%; font-style:normal; }
.shade { color:#777777; font-size:10px;  }
.smallfont { font-size:10px; }
.error { color: #FF0000; font-weight: bold; text-align:center; }
.rateblock { float:right; font-size:10px; color: #777777; }
.avatar  { float: left; background: url('images/avatarbackground.gif') no-repeat; margin-right: 10px; padding: 6px; }
.clear { clear:both; height:1px;} 


hr { padding:0; margin:0 0 4px 0; border-top: #e5ebee 1px solid; border-bottom: #ffffff 1px solid; border-left: #e5ebee 1px solid; border-right: #ffffff 1px solid; line-height:0px; }

.authorcom, .authorcom a { color: #FF0000; font-weight: bold; font-size:110%; font-style:normal; }
blockquote cite { margin: 5px 0 0; display: block; }

.comnum a { float:right; font-size:18px; color:#cccccc; }
.comnum a:hover { color:#ff6500; text-decoration:none; }
.comsubmit
{
	padding:0;
	margin:0;
	border:none;
	width:130px;
	height:26px;
	background:url(images/postcomment.png) left top;
}





.comsubmit:hover

{
	background:url(images/postcomment.png) left bottom;
}

/* Top (Menu) */

#menu { width: 760px; padding-left: 2px;}
#menu ul {font-weight: bold;font-size: 11px;padding: 1px 0 0 0;}
#menu ul li {display: inline;text-transform: uppercase;}
#menu ul li a {background: url('images/link_leftnothover.png') no-repeat left top;float: left;text-decoration: none;padding: 0 0 0px 5px;line-height: 22px;margin-right: 5px;color: #412827;}
#menu ul li a span {background: url('images/link_rightnothover.png') no-repeat right top;display: block;padding-right: 8px;padding-left: 3px;padding-bottom: 1px;}
#menu ul li.current_page_item a {background: url('images/link_left.png') no-repeat left top;color: #fff;}
#menu ul li.current_page_item a span {background: url('images/link_right.png') no-repeat right top;}
#menu ul li a:hover {background: url('images/link_left.png') no-repeat left top;color: #fff;}
#menu ul li a:hover span {background: url('images/link_right.png') no-repeat right top;}

.postcantoesquerdo { background: url(images/cantoesquerdo.gif) no-repeat top left; margin: 0px; padding: 0px; height: 6px; }
.postcantodireito { margin: 0; background: url(images/cantodireito.gif) no-repeat top right; margin: 0px; padding: 0px; height: 6px; }
.postcantodireitob { background: url(images/cantodireitob.gif) no-repeat bottom right; }
.postcantoesquerdob { background: url(images/cantoesquerdob.gif) no-repeat bottom left; }

.tituloesquerda { background: url('images/tituloesquerda.gif') no-repeat; height: 22px; width: 5px; float: left; padding: 0px; }
.titulodireita { background: url('images/titulodireita.gif') no-repeat; height: 22px; width: 5px; float: right; }
.titulocentro { background: #e0dfd0; height: 22px; margin: 5px 5px; }
.titulocentro p {font-size: 9px; height: 22px; margin-top: 1px; }
.titulocentro span {height: 18px; padding-top: 2px; padding-bottom: 2px;}

.categoriadescricao { background: url('images/categoriadescricao.png') no-repeat 2px; padding-left: 55px; min-height: 55px; }
.error404pagina { background: url('images/error404.png') no-repeat center left; padding-left: 155px; min-height: 155px; margin-left: 20px; }
.tagdescricao { background: url('images/sorriso.png') no-repeat 2px; padding-left: 55px; min-height: 55px; }
.procurarresultados { background: url('images/procurar.png') no-repeat 2px; padding-left: 75px; min-height: 55px; } 
.authordescricao { padding-left: 55px; min-height: 55px; }

.postproximo { background: url('images/proximo.png') no-repeat center right; padding-right: 20px; float: right; }
.postanterior { background: url('images/anterior.png') no-repeat; padding-left: 20px; float: left; }


.more-link { float: right; }
.maistexto { background: #e0dfd0; border: 1px #a09d73 solid; padding: 5px; font-family: verdana; color: #95936e; width: 100%; }

.maistexto:hover { border: 1px #d0ceaf solid;}


/* Favorito */
.favoritos { background: #95cd3c;-moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px #73a325 solid; height: 20px; width: 310px; margin: 5px auto; padding: 2px;;}
.favoritos img { margin: 0px; padding: 2px; }

/* SMF WTF */

#caixalogin input[name=user] {border: 1px solid #ccc; width: 100px; color: #666; padding: 2px; font-size: 10px; background: #f5f5f5 url('images/textfield_add.png') no-repeat 2px; padding-left: 20px;; margin: 2px;}
#caixalogin input[name=passwrd] {border: 1px solid #ccc; width: 70px; color: #666; padding: 2px; font-size: 10px; background: #f5f5f5 url('images/textfield_key.png') no-repeat 2px; padding-left: 20px; margin: 2px;}

#caixalogin input[type=submit] {border: 1px solid #ccc; width: 20px; color: #666; padding: 2px; font-size: 10px; background: #f5f5f5; margin: 2px;}


.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
color: orange !important;
background:transparent !important;
}
.wp-pagenavi a:hover {
}
.wp-pagenavi span.pages {
background:transparent !important;
}
.wp-pagenavi span.current {
background:transparent !important;
}
.wp-pagenavi span.extend {
background:transparent !important;
}

/* Let's remove that Wordpress Stats Smiley Face ! */
img#wpstats {width:0px;height:0px;padding:0px;border:none;overflow:hidden;}

#footer {
	background: #000;
	left:0; bottom:0;
	margin-top: 15px;
        font-size:10px;
        position: relative;
}

#logo-footer {background:url('images/logo-footer.png') no-repeat; width: 105px; height: 105px;}



/* SMF Icons */

.smf_membros { padding: 3px; background: url('images/group.png') no-repeat; padding-left:20px; }
.smf_topicos { padding: 3px; background: url('images/page_white_text.png') no-repeat; padding-left:20px; }
.smf_posts { padding: 3px; background: url('images/page_white_copy.png') no-repeat; padding-left:20px; }

.smf_online { padding: 3px; background: url('images/shield.png') no-repeat; padding-left:20px; }
.smf_umembro { padding: 3px; background: url('images/user_add.png') no-repeat; padding-left:20px; }
.smf_foruns { padding: 3px; background: url('images/television_add.png') no-repeat; padding-left:20px;}


/* Redes Sociais */

.rede_delicious { padding: 3px; background: url('images/redes-sociais/delicious_16.png') no-repeat; padding-left:20px; }
.rede_facebook { padding: 3px; background: url('images/redes-sociais/facebook_16.png') no-repeat; padding-left:20px; }
.rede_friendfeed { padding: 3px; background: url('images/redes-sociais/friendfeed_16.png') no-repeat; padding-left:20px; }
.rede_myspace { padding: 3px; background: url('images/redes-sociais/netvibes_16.png') no-repeat; padding-left:20px; }
.rede_netvibes { padding: 3px; background: url('images/redes-sociais/netvibes_16.png') no-repeat; padding-left:20px; }
.rede_rss { padding: 3px; background: url('images/redes-sociais/rss_16.png') no-repeat; padding-left:20px; }
.rede_stumbleupon { padding: 3px; background: url('images/redes-sociais/stumbleupon_16.png') no-repeat; padding-left:20px; }
.rede_technorati { padding: 3px; background: url('images/redes-sociais/technorati_16.png') no-repeat; padding-left:20px; }
.rede_tumblr { padding: 3px; background: url('images/redes-sociais/tumblr_16.png') no-repeat; padding-left:20px; }
.rede_twitter { padding: 3px; background: url('images/redes-sociais/twitter_16.png') no-repeat; padding-left:20px; }
.rede_vimeo { padding: 3px; background: url('images/redes-sociais/vimeo_16.png') no-repeat; padding-left:20px; }
.rede_youtube { padding: 3px; background: url('images/redes-sociais/youtube_16.png') no-repeat; padding-left:20px; }


.botao_social ul {display: block; margin: 0 auto; padding: 0px;}
.botao_social ul li {display: inline;height: 23px; line-height: 23px;margin: 0px}
.botao_social ul li a {margin: 0px; background: url('images/bg_botao_social.png'); font-family: arial; text-decoration: none; color: #000; font-size: 11px; padding: 3px 4px; font-weight: bold; border: 1px #cdcdc9 solid;}
.botao_social ul li a:hover {border: 1px #75c7ea solid; color: #75c7ea;}
.botao_social ul li a span { padding: 1px 0px 1px 20px;}

.botao_social_facebook {background: url('images/icon/facebook_ico.png') no-repeat; padding-left: 20px;}
.botao_social_twitter {background: url('images/icon/twitter-ico.gif') no-repeat; padding-left: 20px;}
.botao_social_stumbleupon {background: url('images/icon/stumbleupon_icon.gif') no-repeat; padding-left: 20px;}
.botao_social_posterous {background: url('images/icon/posterous16x16.gif') no-repeat; padding-left: 20px;}
.botao_social_digacultura {background: url('images/icon/digacultura_icon.png') no-repeat; padding-left: 20px;}
.botao_social_rss {background: url('images/icon/rss_icon.gif') no-repeat; padding-left: 20px;}

