/*@import url(/common--theme/base/css/text_highlighter.css);
@import url(/common--theme/base/css/autocomplete.css);
@import url(/common--theme/base/css/forum.css);
@import url(/common--theme/base/css/editor.css);
@import url(/common--theme/base/css/odialog.css);*/


/* CORPO DO SITE */
body{
	margin: 0px;
/* Fontes - características gerais */
	font-size: 95%;
	font-family: calibri;
}


#main-content{
	margin: 0px 10px 10px 240px;
	padding: 10px 10px;
	color: black;
	margin-top: 0px;
}


/* Links no corpo da página */
/* Cor do link */

a:link {color: #A020F0}
a:visited {color: #A020F0}
a:hover {color: #FFA500; background-color: #ffffff}
a:active {color: #A020F0}

a.newpage {color: red}
a.newpage:hover {color: #D4A017}


/* Espaçamento das linhas */
p {line-height: 130%} 

/* Texto dos parágrafos no Corpo da Página */
#main-content p {
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}

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

#page-content .error-block {display:none;}


/* ESPAÇO EM TORNO DE IMAGENS */
.image-container{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 40px;
	padding-left: 40px;
}



/* CORES DE BACKGROUND ABAIXO DO CABEÇALHO */
#content-wrap {
	background-color: white;
	background-repeat: repeat-x;
	background-position: top center;
	background-color: ;
	border: 0px solid black;
}

#content-wrap {
	_height: 1%;
	min-height: 1px;
	padding: 10px 0px 1px 0px;
}


/* BACKGROUND IMAGE */
body {
	background-image: url(http://nuvemlavanda.wdfiles.com/local--files/ilustrar:imagens/Topo.png);
	background-position: top center;
	background-repeat: no-repeat;
}



/* CABEÇALHO DO SITE */

/* Campo do cabeçalho */
#header {
	position: relative;
	z-index: 30;
	height: 210px;
}

/* Título do site */
#header h1 a span {visibility: hidden;}

#header h1 {
        position: absolute;
	left: 20px;
	top: 20px;
	font-family: calibri;
	font-weight: bold;
	font-size: 100px;
}

#header h1 a{
	background-color: transparent;
	color: green;
	display: block;
	filter: alpha(opacity=0);
	text-decoration: none;
}

#header h1 a:hover{
	font-weight:bold;
	color: red;
	background-color: transparent;
	text-decoration: none;
}


#header h2 {
	color: #FF8A8C;
}

/* ELEMENTOS NA BARRA DE TÍTULO */

#account-options li{
	display: block;
	margin: 0; padding: 0;
	width: 100%;
}

#account-options li a {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 2px 5px;
	z-index: 40;
	width: 100%;
}

#account-options li a:hover {
	color: black;
}

#account-topbutton {
	font-size: 80%;
	font-weight: bold;
	padding: 0 5px;
}




/* TABS - Superior */

/* Posição */
#top-bar{
	position: absolute;
	left: 250px;
	bottom: 0px;
	z-index:0;
	width: 700px;
}

/* Background color */
#top-bar li {
	background-color: #A020F0;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

/* Font color and decoration */
#top-bar li a {
	color: #ffffff;
	text-decoration: none;
}

/* Background color on hover */
#top-bar a:hover{
	background-color: white; 
}

/* Font color on hover*/
#top-bar li a:hover {
	color: #FFA500;
	text-decoration: none;
}

#top-bar li {
	list-style: none;
	float:left;
	margin: 3px;
	padding:0;	
	height: 30px;
}

/* Menus pendentes */
#top-bar li ul{
	width: auto;
	text-align: center;
	display: block;
	padding: 10px 10px 5px 10px;
	text-decoration: none;
}

#top-bar ul li ul {
	background-color: #A020F0;
	border-top: 5px solid white;
	margin: 5px 0px 0px 0px;
	opacity: 0.95;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

#top-bar ul li ul a {
	width: auto;
	background-color: #A020F0;
}

#top-bar ul li ul a:hover {
background-color: white; 
	-moz-border-radius: 5px;
}

#top-bar a:hover {
	border-bottom-color:#243356;
}


/* PARENT LINK Caminho das páginas (parent breadcrumbs) */
#breadcrumbs{
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 85%;
	font-weight: normal;
	color: #000000;
}

#breadcrumbs a:link {color: #D4A017}
#breadcrumbs a:visited {color: #D4A017}
#breadcrumbs a:hover {color: #0D442F}
#breadcrumbs a:active {color: #0D442F}




/* MENU LATERAL */
#side-bar{
	float: left;
	width: 200px;
	padding: 10px;
	margin: 0px 10px;
	clear: left;
}

/* Cores do menu lateral */
#side-bar {
	border-right: 1px solid #A020F0;
	background-color: white;
	margin-top: 20px;
}


/*  TÍTULOS NAS PÁGINAS */

/* Título de cada página */
#page-title {
	font-family: calibri;
	border-bottom: 1px solid #A020F0;
	font-size: 180%;
	margin: 0pt 0pt 0.5em;
	padding-top: 0em;
}


/* Subtítulos nas páginas */
h1,h2,h3,h4,h5,h6{font-family: calibri;}


/* Sizes, weight and text-decorations of headers */
h1{
	font-size: 140%;
	font-weight: normal;
	text-decoration: none;
}
h2{
	font-weight: normal;
	font-size: 120%;
        font-style: italic;
	text-decoration: none;
}


a {
	color: #0D442F;
	text-decoration: none;
}



/* ZONA INFERIOR DA PÁGINA */

.page-tags{
	clear: both;
	text-align: right;
	margin: 30px 0 0 0; padding: 0 2px;
}


#footer {
	color: white;
	background-color: white;
	opacity: 0.8;
	border-bottom:1px solid #888;
	border-top:0px solid #888;
}

#footer a {
	color: white;
	text-decoration: none;
}


#license-area {
	padding: 10px 0;
	color: #444;
	font-size: 80%;
}

#license-area a {
	color: #444;
	text-decoration: underline;
}

#license-area a:hover {
	color: #C42835;
	text-decoration: underline;
	background-color: transparent;
}