@charset "utf-8";
/* CSS Document */
/* Import "Lora" font from Google fonts */
@import url(http://fonts.googleapis.com/css?family=Lora:400,700);
@import url(http://fonts.googleapis.com/css?family=Alegreya:700|Roboto|Roboto+Condensed:700);

/* ------------------------------
global styles
------------------------------ */

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	color:#222;
	font-family:"Roboto",sans-serif;
}

a:link {
	color: #CCC;
	color: #4C9ED9;
}
a:visited { color: #b93411; }
a:focus { color: #000; }
a:hover { color: #7d8206; }
a:active { color: red; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .5em; }

h1, h2 {
	/*font-family:"PT Sans Narrow","Arial Narrow",Arial,Helvetica,sans-serif; */
	font-family:"Alegreya",serif;
	font-weight:700;
	color:#1675A1;
}

h2
{
	color: #2A1F55;
	/*color: #2A1F55;*/
	/*font-size: 180%;*/
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #2586B3;
}

h2 a { text-decoration: none; }

h3
{
	/*color: #7d8206;*/
	font-size: 130%;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
}

/* ------------------------------
container styles
------------------------------ */

#container
{
	width: 950px;
	text-align: left;
	border: 1px solid #676767;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	/*background-color: #FFF;*/
	background-color: #EEEEEE;
	box-shadow: 10px 10px 5px #888888;
}

/* ------------------------------
header styles
------------------------------ */

#header
{
	height: 140px;
	width: 100%;
	position: relative;
	
	//border-bottom: 1px solid #fff;
	
	/*
	background-color: #008000;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	*/
	
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0, rgba(255,255,255,1) 26%, rgba(2,85,211,0.04) 100%);
background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0, rgba(255,255,255,1) 26%, rgba(2,85,211,0.04) 100%);
background: linear-gradient(90deg, rgba(255,255,255,1) 0, rgba(255,255,255,1) 26%, rgba(2,85,211,0.04) 100%);
background-position: 75% 50%;
-webkit-background-origin: padding-box;
background-origin: padding-box;
-webkit-background-clip: border-box;
background-clip: border-box;
-webkit-background-size: cover;
background-size: cover;
/*background-image:url(header.jpg); */
background-image:url(header2.jpg);
}

#header h1
{
	position: absolute;
	left: -500em;
	left: 3.5em;
	top: 10px;
	font-size: 2.5em;
	line-height: 140%;
}

#skipmenu
{
	position: absolute;
	top: 5px;
	width: 300px;
	text-align: right;
	right: 10px;
	text-decoration: none;
}

#skipmenu a
{
	text-decoration: none;
	color: #CFF;
}

#transpGrad {
	/*background-color: #D2D2D2; */
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
		
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0, rgba(255,255,255,1) 26%, rgba(2,85,211,0.04) 100%);
background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0, rgba(255,255,255,1) 26%, rgba(2,85,211,0.04) 100%);
background: linear-gradient(90deg, rgba(255,255,255,1) 0, rgba(255,255,255,1) 26%, rgba(2,85,211,0.04) 100%);
background-position: 75% 50%;
-webkit-background-origin: padding-box;
background-origin: padding-box;
-webkit-background-clip: border-box;
background-clip: border-box;
-webkit-background-size: cover;
background-size: cover;
}

/* ------------------------------
mainnav styles
------------------------------ */

#mainnav
{
	/* margin-bottom: 12px; */
	margin-bottom: 2px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-color: #008000;
	background-color: #3193c0;
}

#mainnav ul
{
	padding: 0;
	list-style-type: none;
	margin-top: 0;
	/*margin-right: 20px;*/
	margin-bottom: 0;
	/*margin-left: 20px;*/
}
/*
#mainnav li
{
	display: inline;
	padding: 0 10px;
}

#mainnav li a
{
	text-decoration: none;
	//color: #272900;
}

#mainnav li a:hover
{
	text-decoration: none;
	color: #fff;
	background-color: #272900;
}
*/

/* ------------------------------
menu styles
------------------------------ */

#menu
{
	float: right;
	width: 250px;
	border-left: 1px solid #C5C877;
	padding-left: 15px;
	/*
	background-color: #CCC;
	*/
	background-color: #DDEAF6;
}

#menu h3
{
	/*
	background-color: #9C6;
	color: #333;
	*/
	/*
	background-color: #F84B13;
	*/
	background-color: #428BCA;
	
	background:#3193c0; /* Old browsers */
	background-image:url(css-gradients-fallback/main-menu-bg.png);
	background-image:-moz-linear-gradient(top,#4cb1e0 0%,#1675a1 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4cb1e0),color-stop(100%,#1675a1));
	background-image:-webkit-linear-gradient(top,#4cb1e0 0%,#1675a1 100%);
	background-image:-o-linear-gradient(top,#4cb1e0 0%,#1675a1 100%);
	background-image:-ms-linear-gradient(top,#4cb1e0 0%,#1675a1 100%);
	background-image:linear-gradient(top,#4cb1e0 0%,#1675a1 100%);

	
	color: #FEFEFE;
	border: 0px solid #333;
	margin-top: 0.5em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding: 0.2em;
	text-indent: 6px;
	border-top-left-radius: 4px;
}

#menu ul
{
	margin: 1em 0;
	padding: 0;
}

#menu ul li
{
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
}

#menu li a
{
	text-decoration: none;
	color: #272900;
}

#menu li a:hover
{
	text-decoration: underline;
	color: #fff;
}

/* ------------------------------
contents styles
------------------------------ */

#contents
{
	float: left;
	width: 650px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 10px;
	padding-left: 10px;
	color: #333;
	font-family: 'Roboto';
	font-size: 14px;
}

#contents p {
	line-height: 150%;
	font-family: 'Roboto';
	font-size: 14px;
}


#contents ul
{
	list-style-type: square;
	line-height: 125%;
}

#contents ul li ul
{
	list-style-type: disc;
	line-height: 150%;
}


.blogentry {
	border-bottom: 1px solid #C5C877;
	margin-top: 5px;
}

.blogentry ul
{
	text-align: right;
	margin: 1em 0;
	padding: 0;
	font-size: 95%;
}

.blogentry li
{
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0 0 0 7px;
}

.imagefloat
{
	float: right;
	padding: 2px;
	border: 1px solid #9FA41D;
	margin: 0 0 10px 10px;
}

.molduraImagem {
	border: 1px solid #999999;
	text-align: center;
	box-shadow: 10px 10px 5px #888888;
}

/* ------------------------------
footer styles
------------------------------ */

#footer
{
	clear: both;
	color: #272900;
	text-align: right;
	font-size: 80%;
	padding: 5px;
	/*
	background-color: #2A5FAA;
	height: 80px;
	*/
	background-color: #2A5FAA;
	height: 160px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #036;
	border-right-color: #036;
	border-bottom-color: #036;
	border-left-color: #036;
	vertical-align: bottom;
}
#logo {
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 500;
}

.jumbotron {
  /*
  padding: 30px;
  margin-bottom: 30px;
  */
  padding: 0px;
  margin-bottom: 10px;
  color: inherit;
  background-color: #eee;
  
  padding-top: 10px;
  padding-bottom: 10px;
}

.jumbotron .texto {
	background-color: #CCCCCC;
	background-image: url(imagens/pp2015.jpg);
	height: 420px;
	padding: 20px;
	color: # 333333;
	border: 1px solid #666666;
	border-radius: 8px;
}

.jumbotron p {
	font-size: 24px !important;
	padding-left: 80px;
	text-align: right;
}
#footer table tr td p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
	line-height: 18px;
}
.dataNoticia {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	text-indent: 6px;
	padding: 4px;
}
