/*
	Skin name: WP-Forum 2.0
	Description: A new skin for a new release
	Author: Fredrik Fahlstad
	Author url: http://www.fahlstad.se
	WP-Forum url: http://www.fahlstad.se/wp-plugins/wp-forum
	Version: 1.1
*/
div.postmetadataIntern{margin-top:15px}

#wpf-wrapper{
	line-height: normal;
	color: #000;
}
#wpf-wrapper table, #wpf-wrapper div, #wpf-wrapper h2, #wpf-wrapper h3, #wpf-wrapper h4, #wpf-wrapper form{
	margin: 0;
	padding: 0;
    font-family:arial;
}

div#forumLogin p{font-size:15px!important}
div.lbl-user label{font-size:14px!important;color:#000000;}
div.lbl-user input.text{margin:10px; width:200px;}
div.lbl-pwd label{font-size:14px!important;color:#000000;}
div.lbl-pwd input.text{margin:3px 0 0 17px; width:200px;}

#wpf-wrapper small{
	color: #333;
	display: block;
    font-size: 10px !important;
	margin: 10px 0 10px 30px;
}

#wpf-wrapper small.home-moderadores {
	margin: 0
}

.wpf-post-table {
	width: 706px;
}

.wpf-table a, .wpf-post-table a, #wpf-wrapper p a, #wpf-wrapper span a{
	color:#7B7B7B;
    float:left;
    font-size:13px;
    margin-top:4px;
    text-decoration:none;
    float:none;
}
tr#upshrinkHeader td div#forumLogin p a{font-size:15px!important;}

a.verPerfil{
	color:#7B7B7B;
    float:none!important;
    font-size:11px;
    margin-top:4px;
    text-decoration:none;
    padding-left:10px
}

.wpf-table th a {
	color: #000;
}
table.search td{
	border: none;
}
table.search{
	background: #ecedf3;
}

ul#wpf-menu, ul.wpf-postmeta {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul#wpf-menu li, .wpf-postmeta li{
	list-style: none;
	padding-right: 10px;
	display: inline;
}
.wpf-table{
	border-collapse: collapse;
	padding: 5px;
	border: 1px solid #fff;
	background: #f6f6f6;
	font-size:  85%;
}
.wpf-post-table{
	border-collapse: collapse;
	padding: 15px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #f6f6f6;
}
.wpf-table th, .wpf-post-table th{
	border:1px solid #FFFFFF;
	color:#000000;
	font-family:arial;
	font-size:13px !important;
	font-weight: bold;
	padding:7px;
	white-space:nowrap;
}
.wpf-table th h4{color:#000!important; font-weight:normal; font-size:15px!important}
.wpf-table th h4 strong{font-weight:normal; font-size:15px!important; height:15px}


.wpf-post-table td,strong{
    background-color:#f6f6f6;
	display: inline-block;
    font-size:12px;
	padding: 0;
}
.wpf-post-table td strong{
	padding: 0;
    font-size:12px;
    color:#000;
}

.wpf-post-table td p{
	padding:0;
    font-size:12px!important
}

.wpf-table td{
	border: 1px solid #fff;
	padding: 8px;
    font-family:arial;
    color:#000;
	font-size: 12px;
}


td.forumIcon{
	background-color:#E2E2E2
}

.wpf-table textarea {
	width: 98%;
}
#wpf-wrapper .wpf{
	padding: 1px;
	border: 0px solid #696969;
}
.wpf-alt{
	background: #F6F6F6;
}
.sticky{
	background: url('') #e0e1e8;
}
.sticky a{
	font-weight: bold;
}
td.wpf-meta{
	border-bottom: 1px solid #fff;
	padding-top: 0px;
	margin: 0;
}
td.wpf-meta a{
	font-weight: bold;
}
.wpf-small{
	margin-bottom: 10px;
}

.wpf-table h2{
	margin: 0;
	padding: 0;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #fff;
}

th.wpf-bright{
	/*background: url('images/titlebg.jpg');*/
	color: #000;
	border-top: 1px solid #fff;
}
th.wpf-bright h3{
	margin: 0;
	padding: 0;
	margin-top: 3px;
	margin-bottom: 3px;
}
.wpf-avatar{
	padding: 5px;
}

#wpf-wrapper a img, #wpf-wrapper img {
	border: none;
	padding: 0;
	margin: 0;
	background: transparent;
}
.updated{
	background: #fffbcc;
	border: 1px solid #e6db55;
	padding: 5px;
	margin-bottom: 1em;
}
.
#wpf-wrapper blockquote {
	background: #d7daec;
	border: 1px solid #6081a0;
	padding-left: 5px;
	margin: 0;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: white;
	_text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	vertical-align: top;
	padding: 4px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}
.maintab_first
{
	/*background: url(images/maintab_first.gif) left bottom no-repeat;*/
	width: 10px;
    background-color:#D2D2D2;
}
.maintab_back
{
	/*background: url(images/maintab_back.gif) left bottom repeat-x;*/
    background-color:#D2D2D2;
}
.maintab_last
{
	/*background: url(images/maintab_last.gif) left bottom no-repeat;*/
	width: 8px;
    background-color:#D2D2D2;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}

/* how links behave in main tab. */
#wpf-wrapper .maintab_back a:link , #wpf-wrapper .maintab_back a:visited, #wpf-wrapper .maintab_active_back a:link , #wpf-wrapper .maintab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
	
}

/* definitions for the mirror tab */
#wpf-wrapper .mirrortab_first, #wpf-wrapper .mirrortab_back, #wpf-wrapper .mirrortab_last, #wpf-wrapper .mirrortab_active_first, #wpf-wrapper .mirrortab_active_back, #wpf-wrapper .mirrortab_active_last
{
	color: white;
	vertical-align: top;
}
#wpf-wrapper .mirrortab_back, #wpf-wrapper .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	vertical-align: bottom;
	padding: 6px 6px 5px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	/*background: url(images/mirrortab_first.gif) no-repeat;*/
	width: 10px;
    background-color:#D2D2D2;
}
.mirrortab_back
{
	/*background: url(images/mirrortab_back.gif) repeat-x;*/
    background-color:#D2D2D2;
}
.mirrortab_last
{
	/*background: url(images/mirrortab_last.gif) no-repeat;*/
	width: 6px;
    background-color:#D2D2D2;
}
/* how links behave in mirror tab. */
#wpf-wrapper .mirrortab_back a:link ,#wpf-wrapper  .mirrortab_back a:visited,#wpf-wrapper  .mirrortab_active_back a:link , #wpf-wrapper .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}
pre.code{
	width: 700px;
	background: #eee;
	border: solid 1px #ccc;
	padding: 5px;
	overflow: auto;
	font-size: 85%;
}

div#wpf-wrapper p.breadcrumbs {
	margin-bottom: 20px;
}

div#wpf-wrapper p.breadcrumbs a {
	font-size: 13px !important;
    font-weight: bold;
}

div#wrapper div#content div.colun-left div#post-4352 div#wpf-wrapper p.breadcrumbs{
	margin: 20px 0 25px 0!important;
    padding-left:2px !important;
}

div#wrapper div#content div.colun-left div#post-4352 div#wpf-wrapper p.breadcrumbs a{
	color:#7B7B7B;
    float:none;
    font-size:12px;
    margin-top:4px;
    text-decoration:none;
}

#wpf-wrapper #wpf-info {
	text-align:center; 
	padding:5px; 
	border:1px solid #adadad;
	margin-top:15px;
	background: #f6f6f6;
}
#wpf-wrapper{
		font-size: 90%;

}
td, th{
	vertical-align: top;
}
th{
	vertical-align: middle;
}

label.lbl-busca{font-size:14px}
th.wpf-bright div form div label input.text{margin-left:10px; margin-top:10px; padding:8px; width:200px;}
th.wpf-bright div form div.fl {width:200px; float:left}
th.wpf-bright div form p{margin-left:10px; width:100px;}
th.wpf-bright div form p input.button{background-color:#E2E2E2;height:31px; margin-left:150px;}

table#mainmenu tbody tr td.menu_sub{padding:2px 2px 0 2px}
div.wpf-small{font-size:11px;}
small.last-post-forum strong{font-size:10px!important;padding:0}

div#forumLogin form div.fl{float:left; font-size:15px; margin:25px 89px 0 0;}
div#forumLogin form p{margin:25px 25px 0 0; width:100px; float:left}

#wpf-wrapper input.text {
	text-transform: none;
	font-size: 0.875em;
}

.wpf-table .form-buttons li {
	float: left;
	margin: 2px;
}

#wpf-wrapper textarea {
	font-size: 12px;
}

.topic_text {
    margin: 20px 0 20px 5px;
	width: 596px;
}

.topic_text blockquote {
	background-color: #ffffff;
	border: 1px solid #eee;
	margin: 10px auto;
	padding: 5px 10px;
	width: 500px;
}

.topic_text blockquote blockquote {
	margin: 0 auto;
	width: auto;
}

.topic_text a:hover,
.topic_text blockquote a:hover {
	text-decoration: underline !important;
}

.post-content {
	width: 619px;	
}

.acoesPost {
	margin-bottom: 15px;
    float:right;
}

.acoesPost li {
	float: left;
	margin-right: 10px;
}

.acoesPost li a {
	float: right;
	margin-left: 5px;
}
