@charset "utf-8";
/* CSS Document */

*{padding: 0; margin: 0;}

body  {
	font: 60% Verdana, Arial, Helvetica, sans-serif;
	line-height: 190%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	background: #FFFFFF;
}
.twoColFixLtHdr #container { 
	width: 945px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/* border: 1px black solid; */
} 
.twoColFixLtHdr #header { 
	padding: 25px 10px 20px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.twoColFixLtHdr #header {
	background-image: url(../../images/linha-solida.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	background-attachment: fixed;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 30px 0 0 298px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixLtHdr #footer div {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:right;
}
.twoColFixLtHdr #footer div img{
	float:right;
	margin-left:12px;
}
.twoColFixLtHdr #footer div div.sec_nav {
	padding-top: 8px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*
	imgs
*/

a img {
	border:none;
}

/*
	menu
*/
#sidebar1 ul {
	list-style-image: none;
	list-style-type: none;
	line-height: 100%;
}

#sidebar1 ul li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDD5C8;
}

#sidebar1 ul li a {
	display:block;
	margin-top:5px;
	margin-bottom:3px;
	margin-top:5px;
	padding-top:5px;
	padding-bottom:5px;
}

#sidebar1 ul li a.selected, #sidebar1 a.highlight:hover, #sidebar1 a.highlight:active {
	background-color:#DDD5C8; 
}

#sidebar1 a:link, #sidebar1 a:visited, #sidebar1 a:hover, #sidebar1 a:active {
	color: #000000;
	text-decoration: none;
}

#sidebar1 ul li#dist {
	margin-top:150px;
}

#sidebar1 ul li div#dist_pt {
	margin-bottom:10px;
}
#sidebar1 ul li a#dist_pt {
	margin-top:-4px;
}

#sidebar1 ul li.linha {
	border-bottom-style: solid;
}

#sidebar1 ul li#ingles {
	border-bottom-style: none;
}

#sidebar1 ul li#condicoes {
	padding-top:30px;
}

/*
	logo
*/
#logo {
	margin-left:192px;
}

/* links e texto vermelho */
.sec_nav, #sidebar1 a.sec_nav:link, #sidebar1 a.sec_nav:visited, #sidebar1 a.sec_nav:hover, #sidebar1 a.sec_nav:active, div.email, a.anexo:link , a.anexo:visited,  a.anexo:hover, a.anexo:active{
	color:#A56B56;
	text-decoration: none;
}


/*

	listas
*/
img.mais {
	padding-right:3px;
	margin-bottom: -3px;
}

div#equipa div.nome {
	margin-top:3px;
}

div#equipa div.nome, div#equipa div.cedula, div#equipa div.email {
	display:inline;
}

div#equipa ul {
	list-style-image: none;
	list-style-type: none;
	padding-left:0;
}

div#equipa .membro {
	padding-bottom:8px;
}

div#equipa h4 {
	margin-top: 10px;
	margin-bottom:4px;
	padding-bottom:0;
	font-size:90%;
}

div#equipa h4, div#equipa p, div#equipa ul, div#areas_actividade p {
	margin-left: 20px;
}

div#equipa div.cedula {
	color:#999999;
	text-transform: uppercase;
}


div#equipa div.cv_img {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #DDD5C8;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDD5C8;
}

div#equipa div.cv_img img {
	margin-left:20px;
	margin-top: 10px;
}


div#equipa h3,  div#areas_actividade h3{
	margin-top:22px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size:110%;
}

div#areas_actividade p, div#equipa div, div#equipa p{
	margin-top: 5px;
}


/*
	contactos
*/
#email_link, #mapa_link {
	margin-top:30px;
	display: block;
}

/*

	formulário
*/

/* error */
div.message_error, div.message_success {
	text-align:center;
	margin: 10px 40px 10px 40px ;
	padding: 0;
	font-size: 102%;
	border-width: 1px;
	border-style: solid;
}
div.message_error {
	border-color: #BA122B;
}
div.message_success {
	border-color: #333;
}
.error {
	color: #BA122B;
	text-decoration: underline;
	text-transform: lowercase;	
}

p.error, p.message {
	display:inline;
	font-style: italic;
}
/*  */
label {
	display:block;
	font-weight: bold;
	text-transform: lowercase;
	margin-bottom: 6px;
	margin-top: 10px;
	width: auto;
}

input, textarea {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: none;
	background-color:#DDD5C8;
	
	display: block;
	width: 320px;
	margin-bottom: 10px;
}

textarea {
	width: 590px;
	height:150px;
	
}

input.hidden {
	display:none;
}

input.submit
{
	width: auto;
	background-image:none;
	padding-left:0;
	margin-top:10px;
	clear:both;
}
form br {
	display:none;
}
