@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
}

#wrap {
	width: 896px;
	margin: 0 auto;
}

#bgdetail {
	background: url(../images/bg_detail.jpg);
	height: 5px;
}

#content {
	overflow: hidden;
}

/*
 * Colunas
 */
 
#post {
	color: #E3E1D5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 500px;
	float: left;
	background: url(../images/bg_post.gif) repeat-y;
}

#post a {
	color: #E3E1D5;
	text-decoration: none;
}

#post a:hover {
	text-decoration: underline;
}

#col1 {
	width: 234px;
	float: left;
	overflow: hidden;
	background: url(../images/bg_col1.gif) repeat-y;
}

#col2 {
	width: 160px;
	float: left;
	overflow: hidden;
	background: #00A7DE url(../images/bg_col2.gif) no-repeat 100% 100%;
}

#busca {
	width: 227px;
	height: 39px;
	margin-left: 3px;
}

#busca #field {
	width: 198px;
	height: 39px;
	background: url(../images/bg_search.gif) no-repeat;
	float: left;
}

#busca #field .field {
	width: 184px;
	height: 16px;
	font-size: 12px;
	background: none;
	margin-left: 10px;
	margin-top: 10px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}

/*
 * Post
 */
 
#postContainer {
	padding: 2px 5px 45px 25px;
	background: url(../images/bg_post_bottom.jpg) no-repeat 100% 100%;
}

#post #title {
	height: 90px;
}

#post #title p {
	margin: 0px;
}

#post #title p a {
	display: inline;
	color: #E3E1D5;
	font-size: 18px;
	text-decoration: none;
}

#post #title p a:hover {
	text-decoration: underline;
}

#post #description p {
	margin: 0px;
	margin-bottom: 15px;
}

#post #bot {
	width: 450px;
}

#post #bot #comments {
	width: 150px;
	float: left;
}

#post #bot #rating {
	width: 290px;
	float: right;
	text-align: right;
}

#post-footer {
	width: 502px;
	height: 31px;
	background: url(../images/bg_post_footer.gif) no-repeat;
}

#post-footer #pagina {
	width: 200px;
	padding-left: 8px;
	float: left;
}

#post-footer #feed {
	width: 200px;
	padding-right: 10px;
	text-align: right;
	float: right;
}

/*
 * Conteúdo
 */

#categoria {
	margin-left: 10px;
	width: 214px;
	height: 376px;
	border: #F3F4E3 1px solid;
	background: url(../images/bg_categoria.gif) no-repeat;
}

#categoria ul {
	margin: 0px; padding: 0px;
	margin: 80px 48px 0px;
	width: 130px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#categoria ul li a {
	color: #000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#categoria ul li a:hover {
	text-decoration: underline;
}

#trade {
	margin-left: 10px;
	width: 214px;
	height: 375px;
	border: #F3F4E3 1px solid;
	background: url(../images/bg_trade.gif) no-repeat;
}

#trade ul {
	margin: 0px; padding: 0px;
	margin: 80px 60px 0px;
	width: 110px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#trade li {
	list-style: decimal-leading-zero;
}

#trade ul li a {
	color: #000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#trade ul li a:hover {
	text-decoration: underline;
}

#footer {
	height: 71px;
	background: url(../images/bg_footer.gif) repeat-x;
	border: #FFF 1px solid;
	height: 80px;
}

#footer p {
	color: #FFF;
	text-align: center;
	margin-top: 45px;
}

#footer #contato {
	position: absolute;
	margin-left: 735px;
}

#galeria {
	margin: 0 auto;
	width: 896px;
	padding: 5px;
	background: #FAFAFA;
	font-size: 12px;
	font-family: Arial;
}

#galeria h1 {
	font-size: 22px;
	font-family: Arial;
	border-bottom: #CCC 1px solid;
}

#galeria .description {
	line-height: 16px;
}

#galeria .vote {
	text-align: center;
	background: #DBDBDB;
}