* {
	padding:0;
	margin:0 auto;
}

body {
	background:#1A1A1A;
	font:12px arial, tahoma, sans-serif;
	color:#D8D0D0;
	width:760px;
}

a {
	color:#B55050;
}

a:hover {
	color:#AF6BA2;
	text-decoration:none;
}

input, textarea, select, option {
	padding:3px;
	font-size:14px;
	font:12px arial, tahoma, sans-serif;
	background:#D8D0D0;
	border:1px solid #000;
}

option {
	padding:0 3px;
	margin:0 10px 0 0;
	font:12px arial, tahoma, sans-serif;
}

#container {
	border:5px solid #BC9599;
	margin:10px auto 10px auto;
	float:left;
}

#geral {
	border:2px solid #666;
	float:left;
}

#header {
	background:url('../images/header.png') no-repeat center center;
	height:180px;
	position:relative;
	clear:both;
	width:746px;
}

#header ul#menu {
	position:absolute;
	display:block;
	bottom:0px;
	height:27px;
}

#header ul#menu .title {
	
}

#header ul#menu li {
	display:inline;
}

#header ul#menu li a {
	display:block;
	float:left;
	height:27px;
	line-height:27px;
	background:#D1ACB0;
	padding:0 15px;
	margin:0 5px;
	color:#440C0C;
	text-decoration:none;
}

#header ul#menu li a:hover {
	background:#F2F2F2;
}

#header ul#menu li.active a, #header ul#menu li.active a:hover {
	background:#1A1A1A;
	color:#F2F2F2;
	cursor:default;
}

#header .title {
	font-size:40px;
	color:#FFF;
	padding:40px 0 0 30px;
	font-weight:bold;
}

#header .title a {
	color:#fff;
	text-decoration:none;
}

#header .slogan {
	color:#f1f1f1;
	padding:0 0 0 35px;
}

#center {
	padding:10px;
	display:block;
	width:726px;
	float:left;
}

.content {
	float:left;
	width:526px;
	margin:0 8px 0 0;
}

.content #title {
	font-size:18px;
	border-bottom:3px solid #333;
	margin:0 0 5px 0;
}

.content h2.subtitle {
	font-size:16px;
	margin:15px 0 5px 0;
	border-bottom:2px solid #333;
	clear:both;
}

.content .text {
	clear:both;
}

.content .text p {
	text-indent:15px;
	padding:5px 0;
	margin:2px 0;
}

.content .text ul li {
	margin:5px 0 5px 15px;
}

.content #title {
	clear:both;
}

.content h2.subtitle {
	clear:both;
}

.content .related_stories {
	margin:0 0 15px 0;
	clear:both;
}

.content .related_stories ul li {
	list-style:none;
}

.content .related_stories ul li a {
	display:block;
}

.content .related_stories ul li a {
	display:block;
	padding:3px 3px;
	border-top:1px dotted #333;
}

.content .related_stories ul li a:hover {
	background:#333;
}

.content .related_stories ul li.first-line a {
	border-top:none;
}

.content .to_vote {
	float:left;
	margin:0 0 10px 160px;
	_margin:0 0 10px 80px;
}

.content .to_vote div {
	display:block;
	float:left;
	width:38px;
	text-align:center;
	margin:0 10px;
}

.content .to_vote div small {
	color:#999;
}

.content .to_vote div .num_votes {
	display:block;
	width:38px;
	line-height:33px;
	height:33px;
	text-align:center;
	background:url('../images/vote_votes.png') no-repeat;
	font-size:14px;
	color:#333;
	font-weight:bold;
}

.content .to_vote a {
	padding:32px 0 0 0;
	display:block;
	float:left;
}

.content .to_vote a.minus {
	background:url('../images/vote_minus.png') no-repeat top center;
}

.content .to_vote a.plus {
	background:url('../images/vote_plus.png') no-repeat top center;
}


#sidebar {
	float:left;
	width:182px;
	padding:0 0 0 9px;
	border-left:1px solid #666;
}

#sidebar form fieldset {
	border:none;
}

#sidebar .box {
	padding:0 0 8px 0;
	margin:0 0 8px 0;
	border-bottom:1px solid #666;
}

#sidebar .title {
	font-size:16px;
	font-weight:bold;
	padding:0;
	margin:0;
}

#sidebar .search strong {
	font-size:14px;
}

#sidebar .search form input#q {
	width:150px;
	float:left;
}

#sidebar .search form input.submit {
	background:transparent;
	border:none;
	color:#B55050;
	cursor:pointer;
	font-weight:bold;
}

#sidebar .newsletter p {
	font-size:11px;
}

#sidebar .newsletter form input.submit {
	cursor:pointer;
}

#sidebar .tops li {
	list-style:none;
	padding:1px 0;
}

#sidebar .tops li a {
	display:block;
	padding:3px 3px;
	border-top:1px dotted #333;
}

#sidebar .feeds a {
	background:url('../images/feed.png') no-repeat top left;
	padding:0 0 0 20px;
	line-height:18px;
}

#sidebar .tops li a:hover {
	background:#333;
}

#sidebar .tops li.first-line a {
	border-top:none;
}

#sidebar .shop {
	float:left;
}

#sidebar .shop .product {
	float:left;
	width:182px;
	margin:5px 0;
}

#sidebar .shop .product a.title {
	display:block;
	float:right;
	width:126px;
}

#sidebar .shop .product a.image {
	float:left;
}

#sidebar .links a {
	font-size:16px;
}

#footer {
	padding:0 10px;
	margin:0 0 10px 0;
	clear:both;
}

#footer .copyright {
	font-size:10px;
}


/*
UL Stories
*/
ul#stories li {
	list-style:none;
	padding:5px 10px;
	border-top:1px solid #666;
}

ul#stories li.first-line {
	border-top:none;
}

ul#stories li a.title {
	font-size:18px;
}

ul#stories li:hover {
	background:#333;
}

ul#stories .infos {
	display:block;
}

/* Flash Messages */

/* ---------------------------------------------------------------------- */
#flash .notice {
	background:#008000;
	color:#FFFFFF;
	text-align:center;
	padding-top:4px;
}
#flash .notice div {
	background:url('../images/tips_green.png') #1A1A1A left bottom no-repeat;
	margin-top:4px;
	height:18px;
}
/* ---------------------------------------------------------------------- */
#flash .error, #sidebar .user .error {
	background:#CC0000;
	color:#FFFFFF;
	text-align:center;
	padding-top:4px;
}
#flash .error div {
	background:url('../images/tips_red.png') #1A1A1A left bottom no-repeat;
	margin-top:4px;
	height:18px;
}

#comments #flash {
	margin:10px 0 0 0;
}

#sidebar .user .notice, #sidebar .user .error {
	margin:10px 0 0 0;
}

#sidebar .user .notice a {
	color:#FFF;
}

#geral .errorlist li {
	background:url('../images/error.png') left center no-repeat;
	list-style:none;
	line-height:16px;
	padding:0 0 0 20px;
}
/* End Flash Messages */


/*
Pagination
*/

.pagination {
	margin:0.6em auto 0.4em auto;
	font-size:1.2em;
	display:table;
	clear:both;
}
.pagination a, .pagination b {
	text-decoration:none;
	padding:0.3em;
	border:0.1em solid transparent;
	_border:0.1em solid #333;
}

.pagination a:hover {
	background:#333;
	border:0.1em solid #ccc;
}

.pagination b {
	background:#666;
	border:0.1em solid #333;
	color:#fff;
}
/*
End Pagination
*/

/*
Ads
*/
.ads {
	margin:5px;
}

.ad-block {
	float:right;
}
.ad-banner {
    margin:5px 5px 5px 28px;
}
/*
End Ads
*/
