/* -----------------------------------------------------------------------
   Inspirado por:
   BlueTrip CSS Framework
   Thematic framework for wordpress

----------------------------------------------------------------------- */

/* Ecolha o melhor layout e cole o código aqui antes do upload para o live site */
/*
LAYOUT: One-Column (Left) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar left of content
*/

body {
    min-width:940px;
}

#header {
    position:relative;
}
#branding {
    width:940px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    width:940px;
    margin:0 auto;
}
#main {
    width:940px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:940px;
    float:right;
    margin: 0 0 0 -250px;
    min-height:400px;
}
#content {
    width:640px;
    overflow:hidden;
    margin: 0 0 0 250px;
}
.hentry {
    width:630px;
}
.main-aside {
    width:300px;
    float:left;
    position:relative;
}
#primary {
    float:left;
    margin-left:0;
}
#secondary {
    clear:left;
}
#footer {
    clear:both;
}
#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:940px;
    margin:0 auto;
}


/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
h1,h2 {
	color:#ffffff;
	background-color:#cbcbb4;
	width:100%;
	padding: 8px 3px;
    font-weight: normal;
    margin-top:0;
}


#quem_somos h1,#quem_somos h2, #quem_somos h4 {
  color:#ed942c;
}

body{
	color:#98986a;
}
.float-right{
	float:right;
	margin-left: 10px;
}

.float-left{
	float:left;
	margin-left: 10px;
}


/**************************************/
/*              HEADER                */
/**************************************/
#header {
    z-index:2;
}
#branding {
    padding:18px 0 0 0;
}
#blog-title {
    font-family:Arial,sans-serif;
    font-weight:bold;
    line-height:60px;
}
#blog-title a {
/*  substitui link por imagem clicavel*/
    background: url(../images/logo.gif) no-repeat top left;
    background-position: 0px 0;
    display: block;
    text-indent: -9000px;
    color:#000;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #FF4B33;
}
#blog-description {
    color:#666;
    font-size:13px;
    font-style:italic;
}



/**************************************/
/*             NAVIGATION             */
/**************************************/
.skip-link {
  display: none;
}

#access {
  width: 940px;
  /*
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -465px;
  */
  margin:0 auto;
  font-size: 13px;
  overflow: visible;
  z-index: 100;

}

.menu{
  border-top:1px #ebebec solid;
  padding:5px 0;
  margin-bottom:18px;
  width: 940px;
  text-align: left;
}

.menu ul{
  list-style: none;
  margin: 0;
  padding:0;
}

.menu li{
 display: inline;
  /* float:left; */
  padding: 0 15px;
  margin:0;
  border-left: 1px solid #98986a;
}
.menu li:first-child{
  display: inline;
  padding: 0 15px 0 0;
  border-left: 0;
}

#header a{
  color: #98986a;
  text-decoration: none;
}

#header a:hover{
  text-decoration: underline;
}


/**************************************/
/*            MAIN CONTENT            */
/**************************************/

#home #content, #uma_coluna #content, #quem_somos #content{
    width:940px;
    overflow:visible;
    margin-left:0;
}

#content li{
	list-style-type: none;
	margin-right: 20px;
}
ul{
  	list-style-type: none;
	list-style-image: url(../images/bullet.gif);
}


ul ul{
  list-style:none;
  list-style-image: none;
  margin-left:0;
}

ul ul li{
  margin-left:0;
}

#portifolio a,#imprensa a{
  text-decoration:none;
  color:#98986a;
}


#portifolio li a:hover,#imprensa li a:hover{
  text-decoration:underline;
}

#portifolio .menu{
  border-top:0;
}


#form{
  width:300px;
  float:left;
  margin-right:30px;
}

#map{
  width:500px;
  float:left;
}
#imprensa #content{
  width:728px;
  padding:0;
  overflow: visible;
}




#imprensa #content ul{
  list-style: none;
  margin:0;
  padding:0;
  overflow: visible;
}
#imprensa #content li{
  float:left;
  width:225px;
  text-align:center;
  margin-left:-5px;
}

.texto_imprensa{
  width:475px;
  padding-right:10px;
  float:left;
  text-align: justify;
}

.imagens_imprensa{
  width:240px;
  float:left;
}






/**************************************/
/*               FOOTER               */
/**************************************/
#footer {
    width:940px;
    margin:0 auto;
    /*border-top:1px solid #ccc;*/
    margin-top:22px;
}
#siteinfo, .small {
    font-size:10px;
    line-height:14px;
    padding:0 0 44px 0;
}

#flashContent{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
}

.selected{
	font-weight: bold;
	color:#66663a;

}
