/* 

		HTML5 Boilerplate.
		Créditos para Nicolas Gallagher, Jonathan Neal
		Alterações: Phellipe Wanderley
		Base styles: Opinionated Default

*/

html, button, input, select, textarea { color: #222; }

body {
	font-size: 1em;
	line-height: 1.4;
}

/* Remove text-shadow in selection highlight. These selection declarations have to be separate. Customize the background color to match your design */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/* A better looking default horizontal rule */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/* Remove the gap between images and the bottom of their containers  */

img { vertical-align: middle; }

/* Remove default fieldset styles */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* Allow only vertical resizing of textareas. */

textarea { resize: vertical; }

/* Aviso para baixar o Chrome no IE7 */
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* Em caso de Float use clear para depois dos elementos */
.clear { clear:both; }

/* Corrige o padding para não expandir as caixas */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* 

		CSS
		Escrito de acordo com a ordem de uso no HTML, dividido entre seções pré-estabelecidas abaixo.


		0. Body e definição de elementos que se aplicam em toda página
		1. Header & Menu de navegação
		2. Content
		3. Sidebar
		4. Footer (Rodapé)

*/


/* 
/////////////////////////

0. BODY & DEFINIÇÕES

/////////////////////////
*/

body {
	background: #e3ddcf url('../images/bg-ornamentos.png') no-repeat top right;
	font:300 14px "Roboto Condensed", Helvetica, Arial, sans-serif;
}

body.broadcastbody {
	background-color: #a8dde7;
}


body.produtorabody {
	background-color: #c4e5fc;
}

body.projetosbody {
	background-color: #dee0ca;
}

body.nadabody {
	background: #011e30 url('../images/bg-ornamentos-branco.png') no-repeat top right;
}



/* 
/////////////////////////

1. HEADER

/////////////////////////
*/

header {
	height: 253px;
	background: #011725 url('../images/bg-ornamentos-branco.png') no-repeat top right;
	position: relative;
	z-index: 1;
	
}

header h1 {
	width: 180px;
	height: 87px;
	text-indent: -180px;  /* Oculta o texto com ajuda do overflow */
	overflow: hidden;
	background: url('../images/logo.png') no-repeat;
	float:left;
	margin: 65px 0 0 0; /* Metade do tamanho */
	
}



.nadabody header {
	width: 627px;
	height: 180px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin:-215px 0 0 -313px;
	poosition: absolute;
	background-image: url();
	background-color:transparent;
}

.nadabody header h1 {
	float: none;
	display: block;
	margin: 0 auto 0 auto;
}


header .divisoes {
	margin: 0 0 0 0;
}

.nadabody .divisoes {
	float: none;
	width: 627px;
	padding:0 0 0 0;
	display: block;
	text-align:center;
	color:#c7dce5;
	clear:both;
	margin: 20px auto;
}

.nadabody .divisoes .linha{ border-top:2px solid #0e2b3c; width:260px; margin:10px auto 20px; }


header .divisoes div.divisao {
	float:right;
	width: 190px;
	height: 190px;
	margin: 50px 15px 0 0;
	border-radius:3px;
	text-align:center;
	text-transform:uppercase;
	padding:135px 0 0 0;
	font-weight:300;
	line-height:18px;
	font-size:13px;
}


header .divisoes a div.divisao { color:#011725;}

header .divisoes div.divisao span { font-size:16px; font-weight:400;}

header .divisoes div.clear{height:0; width:0;}

header .divisoes div:hover { opacity:0.5 }

header .divisoes .projetos { background : #ccc8b0 url('../images/nada-projetos.png') no-repeat center 30px; }

header .divisoes .broadcast { background :#a8dde7 url('../images/nada-broadcast.png') no-repeat center 45px; }

header .divisoes .produtora { background :#b6d4e8 url('../images/nada-video.png') no-repeat center 40px; }

header .divisoes div.marcado {
	border-top: 6px solid #a98a53;
	background-color: #142936;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

header .divisoes div.marcado:hover { opacity:1.0 }




header .hold .divisoes {
	float:right;
	margin: 80px 0 0 0;
}



header .hold .divisoes div {
	float: right;
	width: 69px;
	height: 69px;
	border-top: 6px solid transparent;
	margin: 0 10px 0 0;
}


header .hold .divisoes div:hover { opacity:0.5 }

header .hold .divisoes .projetos { background :url('../images/icone-projetos.png') no-repeat center; }

header .hold .divisoes .broadcast { background :url('../images/icone-broadcast.png') no-repeat center; }

header .hold .divisoes .produtora { background :url('../images/icone-produtora.png') no-repeat center; }

header .hold .divisoes div.marcado {
	border-top: 6px solid #a98a53;
	background-color: #142936;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

header .hold .divisoes div.marcado:hover { opacity:1.0 }





.topo .ornamento {
	width: 100%;
	height: 6px;
	z-index:99;
	position:absolute;
	background:#ab8b4d;
	top: 0;
	position:fixed;
}

header .hold {
	width: 980px;
	height: 210px;
	position: relative;
	margin: 0 auto;
}


.nadabody header .hold{
	width:240px;
	height:300px;
	position:absolute;
	
}

.nadabody .texto {
	font-size: 60px;
	line-height: 64px;
	color: #fff;
	font-weight: 300;
	position: absolute;
	text-transform: uppercase;
	margin: 50px;
	bottom: 0;
}


nav{
	width: 980px;
	margin: -35px auto 0 auto;
	position: relative;
	z-index: 2;
	overflow: hidden;
	background: url('../images/menu.png');
}

nav ul {
	padding: 0;
	margin: 0;
}

nav ul .menu-item {
	list-style: none;
	float: left;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	padding: 8px 31px;
	border-right: 1px solid #254b63;
	margin: 0 !important;
}

nav ul .menu-item.marcado {
	background: #a98b54;
	color: #fff;
}
	
nav ul .menu-item:hover {
	background: url('../images/menu.png');
}


nav ul .menu-item.marcado:hover {
	background: #c3a061;
}


nav ul .menu-item.noborder { border-right:0px solid transparent; }


/* 
/////////////////////////

2. CONTENT

/////////////////////////
*/

.content {
	width: 980px;
	background: #fff;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	-moz-box-shadow: 3px 3px 5px 6px #000;
	-webkit-box-shadow: 3px 3px 5px 6px #000;
	box-shadow: 0 1px 3px 0 #706d67;
	line-height: 24px;
}

.content.broadcastcontent {
	background-color: #c1e7ee;
}


.content.produtoracontent {
	background-color: #e6f3fc;
}

.content.projetoscontent {
	background-color: #e9eadc;
}


.content .imagem-topo {
	background: #ccc;
	height: 390px;
	position: relative;
}
	

.content .imagem-topo .texto {
	font-size: 60px;
	line-height: 54px;
	color: #fff;
	font-weight: 300;
	position: absolute;
	text-transform: uppercase;
	margin: 50px;
	bottom: 0;
}

.content .imagem-topo .vazado {
	width: 360px;
	height: 359px;
	position: absolute;
	right: 0;
	bottom: 0;
	margin:0 40px -30px 0;
}


.content .imagem-topo .textura {
	width: 100%;
	height: 100%;
	background: url('../images/banner-textura.png');
}

.content .coluna-esquerda {
	width: 430px;
	float: left;
	margin: 30px 0 0 40px;
}

.content .coluna-eEndHome {
	width: 430px;
	float: left;
	margin: 40px 0 0 40px;
	color:#999;
}

.content .coluna-direita {
	width: 430px;
	float: right;
	margin: 30px 40px 0 0;
}

.content .coluna-dEndHome {
	float: right;
	margin: 27px 40px 0 0;
	text-align:right;
	line-height:18px;
	color:#999;
}


.content .contatotxt {
	padding: 100px 0 0 30px;
}

.content .galeria {
	width: 539px;
	min-height: 470px;
	float: right;
	margin:0 0 -25px 0;
	padding:40px;

}

.content .galeriatxt {
	float: right;
	padding:0 15px 0 15px;

}

.content .galeria .thumbs {
	margin:5px 0 0 0;
	
}

.content .galeria .thumbs img {
	width: 90px;
	float: left;
	margin: 0 5px 5px 0;
	opacity: 0.7;
}

.content .galeria .thumbs img:hover {
	opacity: 1.0;
	cursor: pointer;
}

.content .galeria-lista {
	width: 419px;
	float: left;
	margin: 40px 0 0 0;
}


.content .galeria-lista ul{ padding: 0; margin: 0; }

.content .galeria-lista li {
	list-style: none;
	padding: 3px 10px;
	margin: 0 0 4px 0;
	font-size: 13px;
	text-align: right;

}

.content .galeria-lista li:hover {
	cursor: pointer;
}


.content.broadcastcontent .galeria {
	background-color: #c1e7ee;
}

.content .galeria .galeria-slide img {
	width:457px;
	height: 320px;
}



.content.produtoracontent .galeria {
	background-color: #b8c5d5;
}

.content.projetoscontent .galeria {
	background-color: #c4c09a;
}

.content.broadcastcontent .galeria {
	background-color: #7793a9;
}

.content.projetoscontent .galeria-lista li {
	background-color: #757a38;
	border-right: 10px solid #a4ac4c;
	color: #e7e2b5;
}


.content.projetoscontent .galeria-lista li:hover {
	background-color: #9d7c37;
}

.content.projetoscontent .galeria-lista li.marcado {
	background-color: #a4ac4c;
}


.content.produtoracontent .galeria-lista li {
	background-color: #6689a9;
	border-right: 10px solid #7ea9d0;
	color: #e6f3fc;
}

.content.produtoracontent .galeria-lista li:hover {
	background-color: #9d7c37;
}

.content.produtoracontent .galeria-lista li.marcado {
	background-color: #7ea9d0;
}


.content.broadcastcontent .galeria-lista li {
	background-color: #255579;
	border-right: 10px solid #26a6cb;
	color: #fff;
}

.content.broadcastcontent .galeria-lista li:hover {
	background-color: #27a7cc;
}

.content.broadcastcontent .galeria-lista li.marcado {
	background-color: #27a7cc;
	border-right: 10px solid #27a7cc;
	
}


.content .campo {
	width: 206px;
	float: left;
	outline: none;
	margin: 0 5px 10px 0;
	background-color: #fff;
	padding: 9px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #353535;
}

.content .campo:focus{
	-moz-box-shadow:    inset 0 0 6px #ccc;
	-webkit-box-shadow: inset 0 0 6px #ccc;
	box-shadow:         inset 0 0 6px #ccc;

}


.content .textarea {
	width: 417px;
	height: 150px;
	color: #353535;
	float: left;
	outline: none;
	margin: 0 5px 10px 0;
	background-color: #fff;
	padding: 9px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}


.content .textarea:focus {
	-moz-box-shadow:    inset 0 0 6px #ccc;
	-webkit-box-shadow: inset 0 0 6px #ccc;
	box-shadow:   
}


.content .submit {
	float: right;
	outline: none;
	margin: 0 13px 10px 0;
	background-color: #c3a061;
	padding: 10px 30px;
	font-size: 12px;
	text-transform: uppercase;
	border: 0px solid transparent;
	border-radius: 4px;
	color: #fff;
	-moz-box-shadow:    inset 0 0 6px #8a7145;
	-webkit-box-shadow: inset 0 0 6px #8a7145;
	box-shadow:         inset 0 0 6px #8a7145;
}


.content .submit:hover {
	-moz-box-shadow:    inset 0 0 6px #473a23;
	-webkit-box-shadow: inset 0 0 6px #473a23;
	box-shadow:         inset 0 0 6px #473a23;
	
}

.receber {
	float:left;
	margin:6px 0 0 0;
}

	




/* 
/////////////////////////

3. SIDEBAR

/////////////////////////
*/




/* 
/////////////////////////

4. RODAPÉ

/////////////////////////
*/

footer {
	background: #011725;
	height: 100px;
	margin: 25px 0 0 0;}
	

footer.semmargin {
	margin:0;
}

/* 

Responsive design 
Ordem: do maior para a menor resolução.

*/
	
@media only screen
and (max-width : 1000px) {
}


@media only screen
and (max-width : 999px) {
}


@media only screen
and (max-width : 730px) {

}



@media print {
* {
	background: transparent !important;
	color: #000 !important; /* Black prints faster: h5bp.com/s */
	box-shadow: none !important;
	text-shadow: none !important;
}

a, a:visited {
	text-decoration:none;
}

a[href]:after {
	content: " (" attr(href) ")";
}

abbr[title]:after {
	content: " (" attr(title) ")";
}


/* Don't show links for images, or javascript/internal links */

.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}

pre, blockquote {
	 border: 1px solid #999;
	 page-break-inside: avoid;
}

thead {
	display: table-header-group; /* h5bp.com/t */
}

tr, img {
	page-break-inside: avoid;
 }

img {
	 max-width: 100% !important;
}

@page {
	margin: 0.5cm;
}

p, h2, h3 {
	orphans: 3;
	widows: 3;
}

h2, h3 {
        page-break-after: avoid;
}
}




