/*
CSS comum a todas as sessoes
*/

/* Predefinidos por padrão */

html, body, #bg {
	/*height: 100%;*/
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#bg { 
	width:100%;
}

div.page:after{width:980px;content:".";display:block; clear:both; visibility:hidden; height:0; overflow:hidden;}

#desenvolvidopor {
    bottom: 200px;
    position: fixed;
    right: 0;
    z-index: 9999;
}

#main, .sidebar, #col-mid, .box, #menu, #menu li a, #informativo, #curta, #curta img, #menu-inferior li  {
	float: left;
}

h1, h2 {
	line-height: 30px;
}

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

.center, .box, #destaque {
	position: relative;
}

#menu, .listagem-posts, #twitter ul {
	margin: 0;
}
	
#menu li, .listagem-posts li, #menu-inferior li, #twitter li {
	list-style: none;
}
	
/*  FIM - Predefinidos por padrão */
/* ******************************* */

@font-face {
    font-family: 'museo700';
    src: url('../fonts/museo700-regular-webfont.eot');
    src: url('../fonts/museo700-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo700-regular-webfont.woff') format('woff'),
         url('../fonts/museo700-regular-webfont.ttf') format('truetype'),
         url('../fonts/museo700-regular-webfont.svg#museo700') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museo500';
    src: url('../fonts/museo500-regular-webfont.eot');
    src: url('../fonts/museo500-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo500-regular-webfont.woff') format('woff'),
         url('../fonts/museo500-regular-webfont.ttf') format('truetype'),
         url('../fonts/museo500-regular-webfont.svg#museo500') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	color: #959a9c;
	font-size: 13px;
}

a, a:hover, a:active, a:visited, .mais {
	color: #f08d21;
	text-decoration: none;
}

h2 {
	font-size: 26px;
}

h2, #footer a {
	color: #046fa1;
	margin-bottom: 20px;
}

h3 {
	line-height: 25px;
}

h3, .mais {
	font-size: 18px;
}

#bg { 
	background-position: center top;
	background-repeat: no-repeat;
}

#logo {
	width: 960px;
	position: absolute;
}

#header {
	margin-bottom: 22px;
}

#col-mid {
	margin-bottom: 10px;
}

#col-left, #col-mid, #inferior {
	margin-right: 20px;
}

#destaque-img {
	padding-bottom: 3px;
	border-bottom: 2px solid #004b6b;
}

.sidebar {
	width: 225px;
}

.sidebar .small {
	width: 185px;
	margin-bottom: 25px;
}

#destaque {
	width: 470px;
}

.big {
	width: 428px;
}

#menu {
	margin-bottom: 46px;
}

#menu, h2, .mais, #curta {
    font-family: 'museo700';
	font-weight: normal;
}

h3, .submenu, #footer {
    font-family: 'museo500';
}

#menu li a {
	width: 100%;
	border-left: 3px solid #d3d4d5;
	font-size: 24px;
	padding: 13px 0 13px 14px;
	margin-bottom: 7px;
}

.submenu {
	margin-top: 7px;
	margin-left: 12px;
}

.submenu li {
	border-left: none !important;
}

.submenu a, a:hover {
	color: #b7afa6;
}

.submenu a {
	border-left: none !important;
	margin-bottom: 4px !important;
}

.box {
	padding-top: 20px;
	padding-bottom: 20px;
}

	#artigos h3 {
		height: 79px;
		overflow: hidden;
	}

.box, .mais {
	border: 1px solid #eeeded;
	padding-left: 20px;
	padding-right: 20px;
}

.small img, #galeria img {
	margin-bottom: 11px;
	border-bottom: 3px solid #bfbcbc;
}

.box, #destaque {
	border-bottom: 1px solid #e2e2e1 !important;
}

#col-mid .box, #destaque {
	margin-bottom: 30px;
}

.mais {
	padding-top: 6px;
	padding-bottom: 6px;
	position: absolute;
	right: -1px;
	bottom: -17px;
	background: #fff;
}

#busca form, #busca form input {
	margin: 0;
}

.data {
	background: #f08d21;
	color: #fff;
	font-size: 10px;
	padding: 5px;
}

.listagem-posts li {
	margin-bottom: 30px;
}

#artigos.listagem-posts li.last {
	margin-bottom: 0px !important;
}

.small h3 {
	margin-top: 5px;
}

#informativo {
	width: 100%;
	height: 94px;
	padding: 10px;
	color: #fff;
	font-weight: normal;
	background: url(../../imgs/bgs/informativo.jpg) no-repeat;
}

	#informativo h2 {
		margin-bottom: 5px;
	}

#curta {
	background: #076d9f;
	padding: 25px;
	color: #fff;
	font-size: 20px;
	width: 177px;
	line-height: 35px;
	margin-bottom: 22px;
}

	#curta img {
		margin-right: 8px;
		border: none;
		-webkit-transition: all 3 ease-in-out;
		-moz-transition: all 3 ease-in-out;
		-ms-transition: all 3 ease-in-out;
		-o-transition: all 3 ease-in-out;
		transition: all 3 ease-in-out;
	}
	
	#curta img:hover {
		-moz-transform: scale(1) rotate(5deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		-webkit-transform: scale(1) rotate(5deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		-o-transform: scale(1) rotate(5deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		-ms-transform: scale(1) rotate(5deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		transform: scale(1) rotate(5deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
		
		-webkit-transition: all 3 ease-in-out;
		-moz-transition: all 3 ease-in-out;
		-ms-transition: all 3 ease-in-out;
		-o-transition: all 3 ease-in-out;
		transition: all 3 ease-in-out;
	}

#videos {
	height: 482px;
}

	#videos h3 {
		position: absolute;
		bottom: 60px;
	}
	
	#video {
		position: absolute;
		left: 0;
		text-align: center;
	}

#footer .center {
	border-top: 8px solid #016fa1;
	margin-top: 40px;
	padding: 45px 0;
	text-align: center;
}

	#menu-inferior {
		margin: 0 auto;
		width: 390px;
		height: 100px;
		font-size: 20px;
	}
	
	#menu-inferior li {
		padding: 0 20px;
		background: url(../../imgs/icones/separador.jpg) no-repeat right center;
	}

	#menu-inferior li.last {
		background: none !important;
	}

#contato div, #form-informativo div {
	width: 285px;
	margin: 40px auto;
}

#contato input#nome, #contato input#email,
#form-informativo input#nome-news, #form-informativo input#email-news {
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: 260px center;
}

#nome, #nome-news {
	background: #fff url(../../imgs/icones/form-nome.png);
}

#email, #email-news {
	background: #fff url(../../imgs/icones/form-email.png);
}
#paginacao a {
	margin: 0 3px;
}
