/* @override http://fernandolins.net/estilo.css */

html {
	 overflow: hidden;
}

body 
{
	margin: 0;
	padding: 0;
	background-color: #DACCBB;
	overflow: hidden;
}

div 
{
	background-color: transparent;
}

#container 
{
	overflow: hidden;
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	cursor: move;
	margin: 0;
	padding: 0;
}

#imagem 
{
	background-color: #DACCBB;	
	height: 3000px;
	width: 4000px;
	display: inline-block;
	padding: 0;
	cursor: url('cursordrag.png'), move;
	position: absolute;
	overflow: hidden;
}

#cabecalho 
{
	z-index: 100;
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	width: auto;
	max-width: 200px;
	height: auto;
	max-height: 700px;
	
	padding: 15px;
	padding-top: 200px;
	
	color: white;
	background: #333;
	border: 2px solid white;
	background-image: url('logotipo.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	
	overflow: hidden;
}

h1, h3, h4, h5, h6 
{
	font-family: 'New York', Georgia, sans-serif;
	font-weight: normal;
	padding: 0;
	margin: 0;
	text-rendering: optimizeLegibility;
}

h1 
{
	display: none;
}

h5 
{
	font-size: 8pt;
	text-align: center;
}

ul, li 
{
	margin: 0 0 2px 0;
	padding: 0;
	list-style: none;
	font-family: 'Univers', Geneva, Tahoma, sans-serif;
	text-align: left;
	font-size: 0.7em;
	color: #888;
}

ul 
{
	margin-top: 10px;
	width: 200px;
	text-align: center;
}

li 
{
	display: inline;
}

a, a:link, a:active 
{
	font-size: small;
	color: #888;
	text-decoration: none;
}

a:hover 
{
	color: white;
	text-shadow: 0 0 10px #FFF;
	text-decoration: none;
}

.esquerda 
{
	float: left;
}

.direita 
{
	float: left;
	clear: left;
	color: #DDD;
	font-family: 'Univers', Geneva, Tahoma, sans-serif;
	font-size: 12px;
	text-align: justify;
	width: 200px;
	height: auto;
	display: block;
	margin: 10px 0 0 0;
}

p 
{
	padding: 5px;
	margin: 0;
}

span.available, span.unavailable 
{
	margin-top: 5px;
	display: block;
	font-family: 'Univers', Geneva, Tahoma, sans-serif;
	font-size: 12px;
	text-align: center;
}

.available:after 
{
	content: 'Available for work';
	color: #D5B958;
}

.unavailable:after 
{
	content: 'Unavailable for work';
	color: #FFD0D0;
}

.instrucoes 
{
	border-top: 1px solid #555;
	margin-top: 15px;
	font-size: 10px;
	padding-top: 8px;
	color: #999;
	text-align: center;
	line-height: 12px;
}

.pdf, .instrucoes a:link, .instrucoes a, .instrucoes a:visited 
{
	font-size: 9px;
	padding: 2px;
	color: #CCC;
	font-family: Verdana, Tahoma, sans-serif;
}

.pdf
{
	background-color: #222;
}