*{
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

body{
	font-family: verdana;
	font-size: 12px;
	color: #000;
	margin: 0 auto;
}

h2, h3{
	margin: 0 0 20px 0;
	display: block;
	clear: both;
}

h2{color: #5E5E5E;}
h3{font:bold 14px Arial, Helvetica, sans-serif;}

/* GLOBAL
---------------------------- */

.hidden{
	display: block !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}

.clear{
	clear: both;
}

.button{
	font-size: 9px;
	cursor: pointer;
}

/* MASTHEAD
---------------------------- */

#masthead{
	margin: 0 auto;
	text-align: center;
}

/* CONTAINER
---------------------------- */

#container,
#footer{
	margin: 0 auto;
	width: 960px;
}

/* CONTENT
---------------------------- */
.wrapper {
	float: left;
}

.content{
	clear: both;
	float: left;
	display: inline;
	line-height: 16px;	
	margin: 0 20px 0 0;
	padding-left:60px;
	width:543px;
	color:#2e2e2e;
	font:12px Arial, Helvetica, sans-serif;
}

/* SIDEBAR
---------------------------- */

#sidebar {
	width:320px;
	float: left;
	min-height:600px;
	height:600px;
	background: white url(assets/sidebar_bg.jpg) repeat-y scroll 0;
}

html>body .divresumo {
height: auto;
}

#sidebar .wrapper {
	float: left;
	width: 253px;
	min-height: 100px;
	color: #FFF;
	margin:-2px 0 0;
}

#sidebar .wrapper .top {
	background: url(assets/sidebar_top.jpg) no-repeat;
	width: 335px;
	height: 97px;
}

#sidebar .wrapper .content {
	margin: 0 30px 50px 20px;
	width: 200px;
	padding-left:0px;
	font-size:14px;
}

#sidebar .wrapper .content h3{
	font:18px Arial, Helvetica, sans-serif;
	color:white;
	border-bottom:1px dotted white;
	margin-right:10px;
	padding-bottom:10px;
}

#sidebar .widget {
	margin: 0 20px 20px 0;
}

#sidebar .widget h3 {
	border-bottom: 1px dotted #999;
	padding: 0 0 5px 0;
}

/* FOOTER
---------------------------- */

#footer{
	clear: both;
	background-image: url(assets/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: 622px bottom;
	height: 80px;
}

#copyright {
	float: left;
	font-size: 9px;
	color: #909090;
	margin: 50px 0 0 0;
}

#perverte {
	float: right;
	display: block;
	margin: 55px 20px 0 15px;
	width: 17px; 
	height: 17px;
	background: url(assets/perverte_logo.jpg) no-repeat;
}

/* NO SIDEBAR
----------------------------*/

.noSidebar#footer{
	background: none !important;
}

/* PAGINATION
---------------------------*/

#pagination li a{
	padding: 5px 10px;
	color: #900;
	cursor: pointer;
	border: transparent solid 1px;
}

#pagination li {
	float: left;
	margin: 0 0 0 10px;
	background: #FFF;
	color: #900;
	cursor: pointer;
	border: transparent solid 1px;
}

#pagination{
	margin: 10px 0 0 0;
	float: left;
}

#pagination li.text{
	margin: 0;
	padding-left: 0;
	border:none;
}

#pagination li a:hover,
#pagination li.pagination:hover,
#pagination li a.current:hover,
#pagination li a.current{
	border: #900 solid 1px;
	color: #999;
}

#pagination li a.current {
	background: #900;
	color: #FFF;
}

#pagination li a {
	color: #999;
}
