/*------ INFO ------*/
/* 
FILENAME: css.css 
DATE CREATED: 13 march 2009 
PROJECT: Sapo Campus - Universidade de Aveiro 
USED BY: Homepage Fotos e outros
AUTHOR: Tim KG - tim@ua.pt, Pedro Correia - pedroncorreia@ua.pt
RESET: file reset.css, eric meyer's css reset
*/
/*------ END INFO ------*/

/*------ COLOURS ------*/
/*
 (1 - lightest/mais claro)

grey 1 - rgb(235, 235, 235)
grey 2 - rgb(190, 190, 190)
grey 3 - rgb(155, 155, 155)
grey 4 - rgb(95, 95, 95)
grey 5 - rgb(55, 55, 55)

green 1 - rgb(220, 235, 170)
green 2 - rgb(195, 225, 110)
green 3 - rgb(170, 210, 45)
green 4 - rgb(120, 140, 40)
green 5 - rgb(55, 65, 30)

black - Black

white - White

blue - rgb(0, 150, 210)

red - rgb(235, 53, 19)
*/
/*------ END COLOURS ------*/


html {
    font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
}

body{
    font-size: 62.5%; /* 1em = 10px */
	padding: 0 2em;
}

/*esconder barras no inicio para evitar flash of unstyled content*/
#campusBarTop {
        display: block;
        visibility: hidden;
        height: 52px;
        overflow: hidden;
 }

 #campusBarFooter {
        display: none;
 }


div#wrappergeral {
    width: 955px;
	margin: 0 auto;
}

div#wrapperMenuTopo 
{
	width: 100%;
	float: left;
}

div#wrapperMenuTopo a, div#wrapperMenuTopo a:hover {
	text-decoration: none;
}

div#wrapperMenuTopo p, div#wrapperMenuTopo span, div#wrapperMenuTopo a, div#wrapperMenuTopo li 
{
    color: rgb(155, 155, 155);
}

div#wrappergeral a, div#wrappergeral a:link { text-decoration: none; }
div#wrappergeral a:hover, li.photos a:hover, li.groups a:hover, li.explore a:hover {
	text-decoration: none; cursor: pointer;
}
div#wrappergeral div.dropdown a:hover { text-decoration: underline; }