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

body
{
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 68%;
	color: #333;
}

small, .small
{
	font-family: Tahoma;
	font-size: 9px;
}

a:link, 
a:visited{
	color: #012547;
}

a:hover{
	color: #7BBEEB;
}

p{
	margin: 0 0 15px 0;
	line-height: 16px;
}

.clear{
	clear: both;
}

.block{
	display: block;
}

.hidden{
	display: none;
}

.noFloat{
	float: none !important;
}

#page
{
}

.wrapper
{
	width: 960px;
	margin: 0 auto;
}

.wrapper h1{
	font-size: 20px;
	margin: 5px 0;
	color: #10477D;
	font-family: arial;
}

#container{
	margin: -30px 0 0;
}

div#layout_shadow{
	width:100%;
	height:50px;
    background:url("assets/bg_splash.jpg") repeat-x bottom;	
}

#masthead, #footer
{
	background: #FFF;
}

#masthead .wrapper
{
	height: 205px;
}

#footer
{
	clear: both;
	margin: 60px 0 0 0;
	position: relative;
}

#footer .wrapper
{
	color: #FFF;
	background: #E67817;
	text-align: right;
	height: 70px;
}

#footer .wrapper div
{
	padding: 35px 0 15px 0;
	float: right;
}

#footer .wrapper div small
{
	float: left;
	margin: 4px 0 0 0;
}

#footer div#copyright{
	padding-right:40px	
}

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

#perverte span 
{
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

/* FORMS */

.field select, .field input.fancy{
	background: #012547;
	color: #FFF;
}

.button{
	float:left;
	background:transparent url(assets/button_bg.png) no-repeat scroll 0 0;
	color:#777 !important;
	font-size:9px;
	height:19px;
	margin:10px;
	padding:4px 10px;
	text-transform:capitalize;
	width:60px;
	cursor: pointer;
}

input.button{
	width:80px;
}

/* CONTENT */

#content, #sidebar{
	float: left;
}

#content{
	width: 730px;
	margin: 0 5px 0 0;
	font-size: 13px;
}

#content h2{
	color: #E67817;
	margin: 20px 0;
	font-size: 18px;
}

#content h3{
	margin: 12px 0 5px 0;
}

#content .inside{
	padding: 0 70px 0 0;
}

#content .inside .thumbnail{
	background: url(assets/border_orange_thumbnails.jpg) no-repeat;
	float:left;
	height:178px;
	margin:0 10px 10px 0;
	width:232px;
}
#content .inside .thumbnail img,
#content .inside .thumbnail a img{
	padding: 16px 0 0 17px;
}

#content ul{
	padding: 10px 0 20px 20px;
}

#content ul li{
	list-style: circle;
}

#sidebar{
	width: 220px;
	font-size: 12px;
}

#sidebar h4{
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0;
	color: #777;
}
#content .inside, #sidebar .inside{
	border-top: 3px solid #10477D;
}

#sidebar .inside{
 	border-top-color: #E67817;
 }
 
 #sidebar .inside li{
 	border-bottom: 1px #777 solid;
 	padding: 5px 0 5px 0;
 }
 
 #sidebar .inside li.last{
 	border: none;
 }
 
 #sidebar div li a,
 #sidebar div li a:hover{
 	background: url(assets/arrow-orange-left.gif) no-repeat left center;
 	display: block;
 	padding: 0 0 0 12px;
 	font-weight: bold;
 	font-size: 13px;
 	color: #10477D;
 }
 
 #sidebar div li:hover{
 	padding-left: 2px;
 	cursor: pointer;
 }

#aviso-gadget{
	text-align:left;
	width:580px;
}    
#aviso-gadget .text p{width:190px;} 
#aviso-gadget .text{
    width:220px;
    float:left;
}

#aviso-gadget p{
	font:12px Arial, Helvetica, sans-serif;
	padding-bottom:5px;
}
#aviso-gadget h1{
    color:#0e75b8;
    font:bold 19px Arial, Helvetica, sans-serif;
	padding-bottom:23px;
}
