/*
Theme Name: Rampeiras
Description: This theme it was exclusively made to Rampeiras.net.
Version: 1.0
Author: Nizows
Tags: three columns, widgets
*/

* {
	font-family: arial, freesans;
}

body {
	margin: 0;
	padding: 0;
	background: #000 url(images/bg.jpg) no-repeat center top;
}

#main-wrapper {
	width: 1020px;
	margin: 0 auto;
	background: url(images/bg_border.png) repeat-y;
}

#header-wrapper {
	width: 961px;
	height: 400px;
	margin: 0 auto;
	background: url(images/bg_topo.jpg) no-repeat;
}

#header-wrapper .logo {
	float: left;
	margin-left: 15px;
	margin-top: 48px;
}

#header-wrapper .flash {
	float: right;
	margin-right: 5px;
	margin-top: 73px;
}

#content-wrapper {
	width: 961px;
	margin: 0 auto;
	background: #000;
	position: relative;
	display: inline-block;
	display: block;
	overflow: hidden;
	border-top: #000 5px solid;
}

#content-wrapper #col1 {
	float: left;
	width: 287px;
}

#content-wrapper #col2 {
	float: left;
	width: 459px;
	background: #FFF;
}

#content-wrapper #col3 {
	float: left;
	width: 207px;
	margin-left: 4px;
}

/* BUSCA */
#busca {
	width: 278px;
	height: 70px;
	margin: 0 0 0 5px;
	background: url(images/bg_busca.jpg) no-repeat;
}

#busca input.txt {
	width: 150px;
	border: none;
	background: none;
	margin: 26px 0 0 25px;
	font-family: arial, freesans;
	font-size: 14px;
	color: #000;
}

#busca input.btn {
	margin-left: 30px;
	vertical-align: middle;
}

/* GENERAL */
div.center {
	text-align: center;
}

#row {
	position: relative;
	display: inline-block;
	display: block;
	overflow: hidden;
}

.trade a {
	margin-bottom: 2px;
}

/* PANEL - lEFT */
#panel_left {
	color: #404040;
	width: 278px;
	margin: 10px auto;
	background: #f4ecbb url(images/line_det.gif) no-repeat 0px 32px;
	padding-top: 1px;
}

#panel_left ul {
	margin: 0 0 0 12px;
	padding: 0 0 12px 0;
	list-style: none;
}

#panel_left ul a {
	color: #404040;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

#panel_left ul a:hover {
	text-decoration: underline;
}

#panel_left h2 {
	color: #404040;
	margin: 5px 0 22px 10px;
	padding: 0px;
	font-size: 16px;
	text-transform: uppercase;
}

/* PANEL - RIGHT */
#panel_right {
	color: #404040
	width: 198px;
	margin: 10px auto;
	background: #f4ecbb url(images/line_det.gif) no-repeat 0px 32px;
	padding-top: 1px;
}

#panel_right div.center {
	text-align: center;
	padding-bottom: 10px;
}

#panel_right ul {
	margin: 0 0 0 12px;
	padding: 0 0 12px 0;
	list-style: none;
}

#panel_right ul a {
	color: #404040;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

#panel_right ul a:hover {
	text-decoration: underline;
}

#panel_right h2 {
	color: #404040;
	margin: 5px 0 22px 10px;
	padding: 0px;
	font-size: 16px;
	text-transform: uppercase;
}

.post {
	margin: 0 0 10px 10px;
}

.post span {
	display: block;
	color: #404040;
	font-size: 10px;
	margin-bottom: 1px;
}

.post a {
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

.post a:hover {
	text-decoration: underline;
}

.space {
	display: block;
	height: 5px;
}

/* ADs */
#adcenter {
	width: 458px;
	margin: 0 auto;
	text-align: center;
}

#adright {
	width: 206px;
	margin: 8px auto;
	text-align: center;
}

#adright2 {
	width: 206px;
	margin: 8px auto;
	text-align: center;
}

/* POSTs */
#posts {
}

#posts>div {
	width: 450px;
	margin: 0 auto;
	margin-bottom: 10px;
}

#posts .post_details {
	width: 449px;
	height: 85px;
	margin-bottom: 5px;
	background: url(images/post_details.gif) no-repeat;
}

#posts .post_details h3 {
	margin: 33px 0 0 10px;
	padding: 0px;
}
/*
#posts .post_details .details {
	position: relative;
	margin: 3px 0 0 0;
}

#posts .post_details .details div {
	color: #FFF;
	padding: 0px;
	font-size: 11px;
	height: 35px;
	display: table-cell;
	vertical-align: middle;
}

#posts .post_details .details div p {
	margin: 0px;
	padding: 0px;
}

#posts .post_details .details a {
	color: #FFF;
	font-size: 11px;
}

#posts .post_details .details div.data {
	padding-left: 42px;
	width: 80px;
}

#posts .post_details .details div.tags {
	padding-left: 40px;
	width: 150px;
}

#posts .post_details .details div.comment {
	padding-left: 34px;
	width: 100px;
}
*/

#posts .post_details .details {
	width:100%;
	height: 40px;
	text-align: center;
}

#posts .post_details .details ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#posts .post_details .details ul li {
	float: left;
}

#posts .post_details .details div {
	color: #FFF;
	height: 40px;
	padding: 0px;
	font-size: 11px;
	display: table-cell;
	vertical-align: middle;
}

#posts .post_details .details a {
	color: #FFF;
	font-size: 11px;
}

#posts .post_details .details div p {
	padding: 0px;
	margin: 0px;
	* margin-top: 8px;
	vertical-align: middle;
}

#posts .post_details .details div.data {
	padding-left: 28px;
	width: 80px;
}

#posts .post_details .details div.tags {
	padding-left: 45px;
	width: 140px;
}

#posts .post_details .details div.comment {
	padding-left: 37px;
	width: 100px;
}

#posts .post_content {
	text-align: center;
}

#posts .post_content p {
	font-size: 12px;
	padding: 4px;
	text-align: center;
}

/* PAGINACAO */
div.pagination {
	position: relative;
	width:100%;
	text-align: center;
	clear:both;
	overflow: hidden;
	background: #000;
}

div.pagination ul {
	list-style-type: none;
	position: relative;
	margin: 20px auto;
	width: auto;
	white-space: nowrap;
	overflow: hidden;
	display: -moz-inline-block;
	display: inline-block;
	padding: 5px;
	zoom:1;
	*display:inline;
}

* html div.pagination ul { margin: 0 auto; width: 340px; } /* IE fix */

div.pagination ul li {
	white-space: nowrap;
	float: left;
	padding: 0 1px;
	line-height: 25px;
	font-weight: bold;
}

div.pagination ul li a {
	color: #000;
	width: 24px;
	display: block;
	float: left;
	text-decoration: none;
	background: url(images/bg_pag.png) -24px 0px;
}

div.pagination ul li.active_page a, div.pagination ul li a:hover {
	color: #FFF;
	background: url(images/bg_pag.png) no-repeat;
}

/* COMENTARIOS */

#comments, #postcomment {
	color: #6B6852;
	margin-left: 10px;
	padding: 4px 4px 4px 6px;
	font-size: 16px;
	background: #f4ecbb;
	border-bottom: #8C886B 1px solid;
	width: 93%;
}

#comments a, #postcomment a {
	color: #333;
}

#commentform {
	margin-left: 20px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #999;
	padding: .2em;
}

#commentform textarea {
	width: 90%;
}

#commentlist {
}

#commentlist li {
	width: 94%;
	font-size: 14px;
	margin-bottom: 5px;
	border-bottom: #A39F7D 1px dotted;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin: 10px 25px 0 0;
	border: 1px dotted #000;
	padding: 2px;
}

#commentlist cite {
	color: #333;
	font-size: 12px;
	padding: 2px;
	background: #f4ecbb;
}

p.links {
	font-size: 12px;
	text-align: center;
}

p.links a {
	color: #6B6852;
	font-size: 12px;
	text-decoration: none;
}

p.links a:hover {
	color: #3D3B2F;
}

/* FOOTER */
#footer-wrapper {
	width: 1020px;
	height: 145px;
	margin: 0 auto;
	background: url(images/bg_footer.jpg) no-repeat;
}

#footer-wrapper .left {
	float: left;
	margin: 35px 0 0 15px;
}

#footer-wrapper .right {
	float: right;
	margin: 35px 15px 0 0;
}
