* { margin:0; padding:0 }

a { outline:none }
p { margin-bottom:15px }

body {
	background:url(img/bgbody.jpg) repeat-x top;
	color:#000;
	font:13px Arial }

#allf {
	background:url(img/bgbodyf.jpg) repeat-x bottom;
	float:left;
	width:100% }

#all {
	width:1000px;
	margin:0 auto }

#header { 
	background:url(img/bgheader.jpg) no-repeat;
	position:relative;
	height:280px }
	
#header h1 { 
	position:absolute;
	top:31px; left:25px }
	
#header h1, 
#header h1 a { 
	text-indent:-1000000px;
	display:block;
	width:200px;
	height:200px }
	
#header h1 a { background:url(img/logotipos-cei.gif) }

/* BANNER TOPO -----------------------------------*/
#destaque {
	position:absolute;
	top:60px; left:275px }

#destaque img { z-index:9 }

#destaque #nav { 
	z-index:10;
	position:absolute;
	bottom:10px; right:10px }

#nav li { 
	margin-left:2px;
	float:left; 
	list-style:none }

#nav a { 
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border:1px inset #CCC;
	width:10px; height:10px;
	float:left;
	background:#EEE }
	
#nav a.activeSlide {  background:#FF9900 }

#nav a:focus { outline:none }	

/* MENU TOPO -----------------------------------------------------*/
#header #menu ul {
	padding:16px 0 16px 5px;
	position:absolute;
	bottom:0; left:0;
	list-style:none }
	
#header #menu ul li {
	position:relative;
	border-right:1px solid #6F9D6C;
	padding:0 12px;
	float:left }
	
#header #menu ul li.last { border:0 }
	
#header #menu ul li a {
	text-decoration:none;
	color:#FFF;
	text-shadow:0 0 1px #346030;
	letter-spacing:-1px;
	font:bold 15px Arial, sans-serif }

#header #menu ul li ul {
	width:180px;
	position:absolute;
	z-index:10;
	left:-5px; top:10px;
	display:none }
	
#header #menu ul li ul li {
	border-bottom:1px solid #6F9D6C;
	background:#345F31;
	border-right:0;
	float:left }

#header #menu ul li ul li a {
	padding:5px 0;
	font-size:13px;
	width:180px;
	display:block }

#header #menu ul li a:hover { color:#FF9900 }
	
#header #menu ul li:hover ul { display:block; }	

/* CONTEÚDO ---------------------------------------------------*/
#container { 
	float:left;
	width:960px;
	padding:20px }

img {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px }	

h2 {
	z-index:50;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	margin-bottom:5px;
	text-decoration:none }
	
.home h2 { 
	padding:5px 10px;
	text-shadow:0px 0px 1px #333;
	color:#FFF;
	background-image:url(img/bgh2.png); 
	background-repeat:no-repeat; 
	background-position:center right; 
	font:bold 17px Arial, sans-serif;
	letter-spacing:-1px }
	
.detail h2 { 
	padding:5px 0;
	text-shadow:0px 0px 1px #FFF;
	color:#335D2F;
	font:bold 25px Arial, sans-serif;
	letter-spacing:-2px }
	
h3 { 
	padding:5px 0;
	text-shadow:0px 0px 1px #FFF;
	color:#335D2F;
	font:bold 18px Arial, sans-serif;
	letter-spacing:-1px }
		
.detail {
	line-height:20px;
	font-size:14px }
	
.detail p {
	margin-bottom:20px }
	
a.mais { 
	margin:0 0 10px 10px;
	float:right;
	overflow:hidden;
	text-indent:-1000px;
	width:25px;
	height:25px }

a.roxo { background:url(img/btn-mais-roxo.gif) }

.home #depoimentos { 
	position:relative;
	z-index:-1 }

.home #depoimentos,
.home #aniversarios,
.home #noticias,
.home #galerias,
.home #sobre {
	margin-bottom:25px;
	float:left }

.home #depoimentos,
.home #aniversarios,
.home #galerias { margin-right:25px }

.home #depoimentos { width:300px }
.home #aniversarios { width:230px }
.home #noticias { width:380px }
.home #galerias { width:555px }

.home #depoimentos h2 { background-color:#FF9900 }
.home #aniversarios h2 { background-color:#D72817 }
.home #noticias h2 { background-color:#76C4F2 }
.home #galerias h2 { 
	text-shadow:0 0 1px #FFF;
	color:#006633; 
	border:1px solid #006633 }
.home #sobre h2 { background-color:#921D78 }

#depoimentos ul,
#aniversarios ul,
#noticias ul,
#galerias ul { clear:both; list-style:none }

#depoimentos .scrollable { height:255px }

#depoimentos ul li {
	text-indent:30px;
	background:url(img/bgcite.jpg) no-repeat 5px left;
	padding:10px;
	border-bottom:1px dotted #CCC;
	text-align:right }
	
#aniversarios .scrollable {
	height:255px;
	width:230px }

#aniversarios ul { margin-bottom:30px }
	
#aniversarios ul li {
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	background:#EEE;
	font-size:11px;
	clear:both;
	width:230px }
	
#aniversarios ul li .nome { 
	float:left;
	margin-bottom:5px;
	padding-top:2px }
	
#aniversarios ul li .data { 
	margin-right:5px;
	float:left;
	padding:3px 5px;
	font-weight:bold;
	color:#FFF;
	-webkit-border-radius:50px;
	-moz-border-radius:50px; 
	border-radius:50px;
	background:#D72817 }
	
#aniversarios ul li .tipo {
	float:right;
	background:#FFF;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	border:1px solid #CCC;
	font-size:9px;
	padding:1px 3px;
	color:#999 }
	
#noticias .scrollable {
	height:255px;
	width:380px }
	
#noticias ul li {
	padding:6px 10px;
	border-bottom:1px dotted #CCC }
	
#noticias ul li .data {	
	font-size:11px;
	color:#666 }

#noticias ul li .titulo a {	
	font-weight:bold;
	color:#000 }
	
#galerias ul li { 
	margin-right:22px;
	padding-top:5px;
	float:left;
	width:170px }	
	
#galerias ul li.last { margin:0 }	

#galerias ul li a img { margin-bottom:5px }	

#galerias ul li .titulo {
	font-size:11px;	
	font-weight:bold }	
	
#sobre.box {
	width:378px;
	border-right:1px solid #BBB;
	border-left:1px solid #BBB;
	border-bottom:1px solid #BBB;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px }	

#sobre.box p { 
	font-style:italic;
	padding:5px 10px }	

#sobre.box img { 	
	float:left;
	margin-right:10px }	

.detail #sobre img { 
	float:right;
	margin:0 0 20px 20px }
	
/* PROFISSIONAIS ----------------------------------*/	
#profissionais ul li {
	width:100%;
	float:left;
	list-style:none;
	padding:15px 0 5px;
	border-bottom:1px dotted #CCC }
	
#profissionais ul li .nome {
	display:block;
	margin-bottom:5px;
	text-shadow:0 0 1px #FFF;
	letter-spacing:-1px;
	font-size:20px }
	
#profissionais ul li .arquivo {	
	float:left;
	margin-right:15px }
	
/* DEPOIMENTOS  ----------------------------------*/	
#depoimentos table tr td {
	font-size:13px;
	line-height:18px;
	text-indent:30px;
	background:url(img/bgcite.jpg) no-repeat 10px 10px;
	padding:20px;
	border-bottom:1px dotted #BBB;
	text-align:right}
	
#depoimentos table tr.last td { border:0 }

/* NOTÍCIAS E GALERIAS ----------------------------------*/	
#post {
	float:left;
	width:640px }
	
#post .data {
	color:#666;
	font:11px Arial, sans-serif  }
	
#post .titulo {
	margin-bottom:15px;
	line-height:38px !important;
	letter-spacing:-3px;
	text-shadow:0px 0px 1px #FFF;
	color:#666;
	font:38px Arial, sans-serif  }
	
#post .arquivo {	
	float:right;
	width:270px;
	margin:0 0 10px 10px }
	
#post .legenda {	
	display:block;
	text-align:center;
	padding:5px 10px;
	font-size:11px;
	color:#666;
	border-bottom:1px solid #CCC }
	
#post .corpo {
	font-size:14px;
	line-height:20px }
	
#post .corpo p { margin-bottom:20px }

#mais { 
	float:right;
	width:290px }
	
#mais #actions { 
	right:0;
	top:0;
	width:100%;
	position:relative }
	
#mais #actions a { 
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color:#EEE;
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-1000px;
	border:1px solid #CCC;
	width:100%;
	height:30px }
	
#mais #actions a.prev { margin-bottom:10px; float:none; background-image:url(img/nav-seta-up.gif) }
#mais #actions a.next { margin-top:10px; float:none; background-image:url(img/nav-seta-down.gif) }
	
#mais #actions a:hover { background-color:#FFF }
#mais #actions a:active { background-color:#DDD }

#mais #actions .disabled { 
	border:1px solid #DDD;
	cursor:default;
	visibility:visible;
	background-color:#FFF }
	
#mais #actions .disabled:active { background-color:#FFF }
	
#mais .scrollable {
	height:300px;
	width:290px }

#mais ul li { 
	list-style:none;
	width:100%;
	border-bottom:1px dotted #999;
	padding:0;
	margin:0;
	padding-bottom:7px;
	margin-bottom:7px !important }

#mais ul li img {
	float:left;
	margin-right:10px }	

#mais ul li .data { 
	color:#666;
	font-size:10px }

#mais ul li .titulo a { color:#000; text-decoration:none }
#mais ul li .titulo a:hover { color:#666 }
#mais ul li .titulo { font:bold 12px Arial, serif; }

#share{
	float:left;
	width:608px;
	background:#EEE;
	margin-bottom:50px;
	border:1px solid #DDD;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:10px 15px }
	
#share h3 {
	float:left;
	margin-right:10px;
	padding:0;
	font:16px Arial, serif;
	letter-spacing:-1px;
	color:#999;
	text-transform:uppercase }
	
#share a { 
	margin-right:5px;
	float:left  }
	
#share a.print { float:right }

#festa #mais {
	line-height:22px !important;
	font:italic 20px Arial;
	letter-spacing:-1px;
	color:#666;
	text-shadow:0 0 1px #FFF;
	}
	
#festa #mais ul li {
	border:0;
	margin:0 0 0 30px;
	list-style:square;
	}
	
#festa .form {
	padding:20px;
	border:1px solid #CCC;
	clear:both }
	
/* CONTATO  ----------------------------------*/	
#contato  table tr td { padding:5px 0 }

#contato  table tr td.label { 	
	padding-right:10px;
	text-align:right }

#contato input.text,
#contato select,
#contato textarea {
	background:#EEE;
	padding:5px 10px;
	font:16px Arial, sans-serif;
	outline:none;
	border:1px inset #CCC }

#contato input.text,
#contato select,
#contato input.button {
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px; }

#contato textarea {
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px; }

#contato input.button {
	cursor:pointer;
	font:bold 16px Arial, sans-serif;
	color:#FFF;
	border:2px outset #FF9900;
	background:#FF9900;
	padding:5px 15px }
	
#contato input.button:hover { color:#000 }
#contato input.button:active { 
	color:#CCC;
	border:2px outset #666;
	background:#666 }

/* JOGOS e VÍDEOS ----------------------------------*/	
#jogos ul li,
#videos ul li {
	list-style:none;
	float:left;
	width:220px;
	margin-right:20px;
	margin-bottom:30px }

#jogos ul li img,
#videos ul li img {
	float:left;
	margin-right:10px }

#jogos ul li .titulo a,	
#videos ul li .titulo a {	
	color:#000;
	font-size:16px;
	font-weight:bold;
	text-decoration:none }

#jogos ul li .descricao {
	line-height:14px;
	font-size:11px }

#jogo .descricao { margin-bottom:20px }

#jogo .titulo,
#video .titulo {
	margin-bottom:15px;
	line-height:38px !important;
	letter-spacing:-3px;
	text-shadow:0px 0px 1px #FFF;
	color:#666;
	font:38px Arial, sans-serif  }


/* SCROLLABLE ----------------------------------*/	
#actions { 
	position:absolute;
	right:5px; top:4px;
	width:48px }
	
#actions a { 
	display:block;
	overflow:hidden;
	text-indent:-1000px;
	width:24px;
	height:22px }
	
#actions a.prev { float:left; background:url(img/ico-setaleft.png) }
#actions a.next { float:right; background:url(img/ico-setaright.png) }
	
#actions a:hover{ background-position:0 -22px }

.disabled { visibility:hidden }
	
.scrollable {
	position:relative;
	overflow:hidden }

.scrollable .items { position:absolute }
.scrollable .item { clear:both }

ul#paginacao{ clear:both }

ul#paginacao li {
	margin-right:5px;
	width:auto;
	border:0;
	float:left }

ul#paginacao li span {
	background:#335D2F;
	color:#FFF;
	padding:2px 5px }

ul#paginacao li a {
	text-decoration:none;
	color:#999;
	background:#DDD;
	padding:2px 5px }

/* FOOTER ----------------------------------*/	
#footer {
	color:#444;
	font-size:11px;
	background:url(img/logotipo-footer.jpg) no-repeat 20px 20px;
	padding:45px 20px 45px 120px;
	height:10px;
	clear:both }
	
#footer .copy {  float:left }
	
#footer a.dev {
	text-indent:-1000000px;
	float:right;
	width:62px;
	height:9px;
	background:url(img/logo-flexpoint.gif) left bottom }
