/*
------------------------------------------------------------------
||Folha de estilo do site oficial do JACC - Jazz ao Centro Clube||
||Copyright JACC - Jazz  ao Centro Clube, 2005                  ||
||http://www.jacc.pt                                            ||
------------------------------------------------------------------

--------------------
||TODAS AS PÁGINAS||
--------------------
*/

/*
--------------
||Hiperlinks||
--------------
*/
a.amarelo:link,a.amarelo:visited,a.amarelo:active{
	font-family: Trebuchet MS,Verdana,Helvetica,Arial;
	font-size: 14px;
	color:#FFB400;
	text-align: left;
	font-weight:500;
	letter-spacing: 1px;
	text-decoration:none;
}
a.amarelo:hover{
	font-family: Trebuchet MS,Verdana,Helvetica,Arial;
	font-size: 14px;
	color: #FFB400;
	text-align: left;
	font-weight:500;
	letter-spacing: 1px;
	text-decoration:underline;
}
/*
------------------
||Elementos Form||
------------------
*/

input.text{
	border: 1px solid #004464;
	background-color:#ffffff;
	color:#000000;
}

/*
--------------
||Tipografia||
--------------
*/

h1 {
	font-family: Trebuchet MS,Verdana,Helvetica,Arial;
	font-size: 18px;
	color: #FFB400;
	text-align: left;
	letter-spacing: 1px;
}
h2 {
	font-family: Trebuchet MS,Verdana,Helvetica,Arial;
	font-size: 14px;
	color:#ffffff;
	text-align: left;
	font-weight:500;
	letter-spacing: 1px;
	line-height: 1.4em;
}
h3 {
	font-family: Trebuchet MS,Verdana,Helvetica,Arial;
	font-size: 14px;
	color:#ffffff;
	text-align: left;
	font-weight:500;
	letter-spacing: 1px;
	line-height: 0.6em;
}
h4 {
	font-family: Trebuchet MS,Verdana,Helvetica,Arial;
	font-size: 12px;
	color:#ffffff;
	text-align: left;
	font-weight:500;
	letter-spacing: 1px;
	line-height: 0.6em;
}
.data{
	font-family: Trebuchet MS,Verdana,Helvetica,Arial;
	font-size: 10px;
	color: #ffffff;
	text-align: left;
	font-weight:500;
	letter-spacing: 1px;
	line-height: 0.6em;
}
.texto{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#000000;
}


/*
------------------------------
||Estrutura (layout) do Site||
------------------------------
*/

body{
	margin: 0;
	background-color: #005279;
}
#topo{
	position:relative;
	height: 140px;
	background-color: #004465;
	border-bottom: 1px solid #ffffff;
}
#news{
	position:absolute;
	top: 88px;
	left:730px;
}
#button_bar{
	position: absolute;
	top: 95px;
	left: 300px;
}
#banner{	
	background-image:url(../imagens/banner.jpg);
	width: 300px;
	height: 70px;
	background-color:#FFFFFF;
	position: absolute;
	top: 10px;
	left: 370px;
}
#banner2{	
	background-image:url(../imagens/banner2.jpg);
	width: 300px;
	height: 70px;
	background-color:#FFFFFF;
	/*border: 1px solid #000000;*/
	position: absolute;
	top: 10px;
	left: 685px;
}
#sombra_horizontal{
	position:relative;
	margin-left: 0;
	margin-right: 0;
	background-image: url(../imagens/sombra_horiz.gif);
	background-repeat: repeat-x;
	height: 8px;
}
#logo{
	width: 274px;
	height: 130px;
	position:absolute;
	bottom: 0;
	left: 10px;
}
#container{
	position: relative;	
	width: 970px;
	min-height: 420px;
/*	background-color: #CC0000;*/
}
#navbar{
	position:absolute;
	left:10px;
	top: 6px;
	width: 140px;
	height: 200px;
}
#conteudo{
	margin-left: 170px;
	width: 820px;
}
#bottom{
	height: 50px;
	border-top: 1px dashed #ffffff;
}

/*
-------------------
||Barra de Icones||
-------------------
*/

#nav{
	position:absolute;
	left: 300px;
	top: 90px;
	width:auto;
}


#nav ul {
list-style-type:none;
float:left;
width:404;
margin:0;
padding:0;
background-color:#004465;
}
#nav li {
display:inline;
padding:0;
margin:0;
}
#nav a {
display:block;
float:left;
width:auto;
margin:0;
padding: 2px;
}

/*
----------------------
||Barra de navegação||
----------------------
*/
#navbar ul li {
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
#navbar ul {
	margin: 0;
	padding: 0;
}

#navbar ul li a:link, #navbar ul li a:visited {
	display: block;
	width: 141px;
	height: 27px;
	font-family: Trebuchet MS,Verdana,Helvetica,Arial;
	font-size: 14px;
	color: #ffffff;
	background-image: url(../imagens/rollover.gif);
	text-decoration: none;
	text-align: right;
	margin: 0;
	padding-top: 3px;
}
#navbar ul li a:hover, #navbar ul li a:active {
	display: block;
	width: 141px;
	height: 27px;
	font-family: Trebuchet MS,Verdana,Helvetica,Arial;
	font-size: 14px;
	color: #337493;
	text-decoration: none;
	background-position: -141px 0;
	text-align:right;
	margin: 0;
	padding-top: 3px;
}

#footer{
	/*position:absolute;
	bottom: 5px;
	right: 5px;*/
	
	position: relative;
	font-family: Trebuchet MS,Verdana,Helvetica,Arial;
	font-size: 12px;
	color: #ffffff;
	vertical-align:bottom;
	text-align:right;
}