/* Start of CMSMS style sheet 'Principal' */
* {
margin:0;
padding:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
        line-height: 1.5em;
	text-align:left;
}
img {
   border: 0;
}

/*****************
basic layout 
*****************/
body{
	background-color:#064674;
	color:#FFF;
	}
div#pagewrapper{
	margin: 0 auto;
	width: 95%;
	}
	
/*header*/
div#header {
	height: 139px;
	background: #064674 url(images/cms/logo.jpg) no-repeat;
	}
div#header h1 {
	text-indent: -999em;
	}
div#headeright {
	float:right;
	padding:2px;
	margin:2px;
	text-align:right;
	}
div#headeright ul{
        margin:15px 0;
	}
div#headeright ul li{
	display: inline;
	list-style-type: none;
	padding: 5px;
	}
div#headeright a{
       color: #ad922b;
       padding: 2px;
}
div#headeright a:hover {
       color: #fff;
       background:#ad922b;
       text-decoration:none;
}

div#sectionimage{
	height: 229px;
        /*width: 73%;*/
	margin: 0 auto;
	}

#certificado{
	float:right;
        width:330px;
	}
#certificado a{
       color:#fff;
       text-decoration:none;
}
#certificado a:hover{
       color:#ad922b;
}

/*main*/
div#principal{
        width:73%;
	float:left;
}
div#main {
	background-color:#f9ecdb;
	color:#000;
	padding: 1em 3em 3em 3em;
	}
div#main p{
	line-height: 1.7em;
	margin: 1em 2em;
	}
div#main h3 h4{
	font-size:1.2em;
	line-height: 1.7em;
	}

div#main a {padding:2px;text-decoration:none;}
div#main a:link {color:#C64708;font-weight:normal;}
div#main a:visited {color:#C64708;font-weight:normal;} 
div#main a:active {color:#C64708;font-weight:normal;}
div#main a:hover {background:#C6B478;color:#fff;}

/*div#main li{
	list-style-type: none;	
	margin-left:1em;
	line-height: 1.7em;
	}*/

div#main li{
        margin: 0.5em 2em 1em 5em;
	line-height: 1.7em;
	list-style-type: none;	
}
div.breadcrumbs {
       padding: 1em 0 1.2em 0; 
       font-size: 90%;        
       margin: 1em 0;        
       border-bottom: 1px solid #000;
       }
div.breadcrumbs span.lastitem { 
       font-weight:bold; 
       }
div#footer {
	clear:both;
	background-color:#ad922b;
	color:#FFF;
	font-size:0.8em;
	line-height: 1.5em;
        padding: 2em 2em 0 2em;
	}

div#creditos{
       clear:both;
       color: #ad922b;
	font-size:0.8em;
        padding: 2em;
}
div#creditos a {
       color: #ad922b;
       padding: 2px;
}
div#creditos a:hover {
       color: #fff;
       background:#ad922b;
       text-decoration:none;
}
	
/*sidebar*/
div#sidebar {
	float:right;
	width:24%;
	}
div#menu {
	padding-bottom:2%;
	}
div#news {
	background-color:#FFC;
	color:#000;
	}


/*****************
formatações das tags próxima e anterior
*****************/
.esq{
        float:left;
}
.dir{
        float:right;
}


/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   clear: both;
   height: 1px;
   padding: 1em 0;
   border-bottom: 1px solid black;

}

/*-----------------------------------------------------------------------------------------
formatações gerais, aplicaveis a qq parte da página 
-------------------------------------------------------------------------------------- */

.clear {
	clear: both;
}


/*-----------------------------------------------------------------------------------------
formatações para o plugin image captions
-------------------------------------------------------------------------------------- */

.leftcaption, .rightcaption, .caption{ /*para que as classes apareçam no tinyMCE*/
	font-weight: bold;
}


div.captionborder, div.captionborderleft,div.captionborderright {
border: 1px solid #A8A439;
padding: 5px;
}

div.captionborderright {
float: right;
margin-left: 1em;
}

div.captionborderleft {
float: left;
margin-right: 1em;
}

div#main p.captiontext {
margin: 0;
font-size: 85%;
color: 000;
font-style: italic;
text-align: left;
}

/*-----------------------------------------------------------------------------------------
formatações para text area do form builder 
-------------------------------------------------------------------------------------- */
textarea {
    width: 550px; /* <-- change this to whatever works for you */
    height: 150px; /* <-- change this to whatever works for you */
}
.contactform div {padding: 0.50em 0 0.50em 3em;}
.contactform div label {display: block;  }
.contactform div.required {color: #f00;}
.geral{width:55em;}
fieldset {
padding:0.50em;
margin:0.50em;
width: 25em;
float:left;
}
.grande{
padding:0.50em;
margin:0.50em;
width: 52em;
}
.submit{
clear:both;
}
/* End of 'Principal' */

/* Start of CMSMS style sheet 'Menu direito' */
/* CSS Document */

/********************
MENU
*********************/
#menu {
   padding-left: 0;
   margin-left: 1em;
}
#menu h3{
   color: #ad922b;
   font-size: 110%;
   padding-bottom:0.5em;
}

/* menu li block */
#menu li {
   list-style: none;
   margin: 0;
   border-bottom: 2px solid #ad922b;
   display: block;
}

#menu ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu li a { height: 1%; } 
* html #menu li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu a {
   text-decoration:none; 
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.5em 0.8em 1.5em; 
   color: #ffffff; /* this will be link color for all levels */
   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.5em center;
}

/* hover state for all links */
div#menu a:hover {
   color: #ad922b;
   text-decoration:underline;
}



/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu ul h3 {
   background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;
   background-color: #ad922b;
   display: block; 
   padding: 0.3em 0.3em 0.3em 1.5em;  /* some air for it */
   color: #064674;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and background color no bottom border 
*/
div#menu ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: #ad922b;
   border-bottom: none;
   color: #064674;     
}


/* Uso incerto. Acessibilidade? */
/* section header */
div#menu li.sectionheader {
   border-right: none;
   font-size: 100%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #ad922b;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'Menu direito' */

/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 5em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #f9ecdb; 
}

div#news h2 {
   font-size:130%;
   line-height: 2em;
   background: #ad922b;
   padding: 0 0.8em;
   color:#064674;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

