@charset "UTF-8";

/*----------------------------------------------------------------------
Tipographie stylesheet for Diasbola website

Version: 1.0
Designer: Paula Neves
Developer: Paula Neves
Copyright (c) 2009, Paula Neves. All rights reserved.
-----------------------------------------------------------------------*/


/*------------------------------------
MENU: Menu Principal
------------------------------------*/

#main-menu ul{
	list-style-type:none;
	float:left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 22px;
}

#main-menu ul li{
	margin: 0px;
	padding: 0px;
}

#main-menu ul li a{
	display: block;
	float: left;
	height:20px;
	padding:0px;
	background:#fff;	
}

#main-menu a:hover, #main-nav a:visited{
	background:#FFF;
}
#main-menu a:hover
{
	background: #777;
}
.menu-index
{
	padding:5px;
}

/*------------------------------------
MENU: Menu top
------------------------------------*/
#top-nav {
	float:right;
	width: 52%;
	vertical-align: top;
	margin-top: 8px;	
}
#top-nav ul{
	list-style-type:none;
	float:right;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#top-nav ul li{
	margin: 0px;
	padding: 0px;
}

#top-nav ul li a{
    display: block;
	float: left;
	padding:5px;
	font: normal 0.75em Geneva, Verdana, sans-serif;
	color: #fff
}

#top-nav a:hover, #main-nav a:visited{
	color:#FFF;
}

#top-nav a:hover
{
	color: #ccc;
	text-decoration: underline;
}

#pdf
{
	float: right;
	margin: 10px;
	padding: 5px;
}

.left
{
	float: left;
}



/*------------------------------------
CONTENT
------------------------------------*/

	
h2 {
	font: bold normal 1em Geneva, Verdana, sans-serif;
	color: #555;
}

.artigo {
	font: bold 1.7em/1.3em Geneva, Verdana, sans-serif;
	color: #ff6633;
}

#tit-apoiantes {
	font: bold 1.5em Geneva, Verdana, sans-serif;
	color: #EEE;
	background: #f60;
	padding: 0px 0px 0px 5px;
}



h3 {
	color: #F63;
	text-transform: none;
	font-family: Geneva, Verdana, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	line-height: 1.0em;
	font-weight: normal;
	font-variant: normal;
}



#date {
	color: #777;
	text-transform: none;
	font: normal 0.9em Geneva, Verdana, sans-serif;
	}
	
	#nome-active {
	font: normal;
	color: #eee;
	background-color:#777;
	padding: 0px 0px 0px 5px;
	margin: 0px;
}

.footer-text
 {
	font: normal 0.7em Geneva, Verdana, sans-serif;
	color: #777;
	}


#footer a{
	font: normal 0.7em Geneva, Verdana, sans-serif;
	color: #777
	}
	
#footer a:link{
	text-decoration: none;
	color: #777;
}

#footer a:visited, #footer a:active{
	color: #AAA;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}

.bgnome {
	color="#660099";
	background: #F30;
}



/*------------------------------------
LINK text
------------------------------------*/
	.text
 {
	color: #777;
	font-family: Geneva, Verdana, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	}
	
.text a{
    color: #777;
	text-decoration:none

}

.text a:link, .text a:visited, .text a:active{
	color: #777;
	text-decoration:none;
}

.text a:hover
{
	text-decoration: underline;

}

/*------------------------------------
LINK text-orange
------------------------------------*/
.text-orange
 {
	color: #ff6633;
	}
	
.text-orange a{
    color: #ff6633;
	text-decoration:none
}

.text-orange a:link, .text-orange a:visited, .text-orange a:active{
	color: #ff6633;
	text-decoration:none;
}

.text-orange a:hover
{
	text-decoration: underline;
	color: #ff6633;	
}

/*------------------------------------
NOME DOS INVESTIGADORES
------------------------------------*/
#nome {
	color: #EEE;
	font-size: 0.95em;
	padding: 4px;
	width: 112px;
	text-align: center;
}
#nome a{
    color: #eee;
	text-decoration:none
}

#nome a:link, #nome a:visited,#nome a:active{
	color: #eee;
	text-decoration:none;
}

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

/*------------------------------------
NOME dos Autores do Quote
------------------------------------*/
#autor {
	color: #F60;
	font-size: 0.85em;
	font-style: italic;
}
#autor a{
	color: #F60;
	text-decoration:none
}

#autor a:link{
	color: #F60;
	text-decoration:none;
	font-style: italic;
}

#autor a:visited,.autor a:active{
	color: #F60;
	text-decoration:none;
}

#autor a:hover
{
	text-decoration: underline;
	color: #F60;
}
.underline {
	border-bottom: thin dashed #BBB;
}
.text-anos {
	color: #336699;
	font-family: Geneva, Verdana, sans-serif;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
}
