/*
    Descrição: APSA - Associação Portuguesa de Síndrome de Asperger 2007
    Autor: Innovagency - http://www.innovagency.com/
*/
/*  estilos gerais para o site */
* { margin: 0; padding: 0;}
ul, ol { list-style: none; }
body {
    margin-top: 5px;
    color: #000;
    font : normal 85%/1.6 Verdana, Arial, sans-serif;
}
h1, h2, h3, h4 {
    font-family: Garamond, "Franklin Gothic Medium", serif;
}
h2 {
    font-size: 175%;
}
h3 {
    font-size: 150%;
}
h4 {
    font-size: 125%;
}
a, a:active, a:focus {
    color: #f60;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
p {
    color: #666;
    font-size: 95%;
}
.intro p {
    color: #000;
}
#header h1, #header h2 {
    text-indent: -9999px;
}
#main-content p {
    margin-bottom: 20px;
}

#Global-footer { clear: both; background-color: #e3e3e3; }

#footer {
    clear: both;
    height: 50px;
    padding: 10px 0 20px;
    background-color: #e3e3e3;
    overflow: hidden;
    text-transform: uppercase; 
    font-size: 75%; 
    font-weight: bold;
}
#footer ul { 
    float: left;
    margin-left: 15px; 
}
#footer ul li {
    display: inline;
}
#footer li a {
    margin-right: 30px;
    color: #000;
}
#footer li a:hover {
    color: #f60;
    text-decoration: none;
}
#footer p {
    float: right;
    margin-right: 55px;
}
#footer p span {
    float: left;
    padding-top: 5px;
}
#footer p a {
    display: block;
    float: left;
    width: 119px;
    height: 62px;
    text-indent: -9999px;
    background: transparent url(../images/apoio-fpt.jpg) no-repeat;
}
#footer a.designby {
    color: #f60;
}
/*
    Descrição: APSA - Associação Portuguesa de Síndrome de Asperger 2007
    Autor: Innovagency - http://www.innovagency.com/
*/
/* *Homepage */

/* layout homepage */
body {
    background: #fff url(../images/bodybg.jpg) repeat-x 0 205px;
}
#header, #main-nav, #content, #footer {
    width: 1000px;
    margin: 0 auto;
}
#main-nav {
    width: 985px;
}
#home #header {
    height: 245px;
}
#home #header h1 a {
    float: left;
    display: block;
    margin-right: 70px;
    width: 210px;
    height: 245px;
    background: url(../images/logotipo.jpg) no-repeat 0 55px;
}
#main-nav {
    height: 69px;
    clear: both;
    padding-top: 18px;
    padding-left: 15px;
    font-size: 85%;
    font-family: Arial, sans-serif;
    font-weight: bold;
}
#main-nav li, #main-nav li form  {
    display: inline;
    margin-right: 50px;
}
#main-nav a, #main-nav a {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#main-nav a:hover, #main-nav a.selected {
    color: #99CD00;
}
#content {
    margin: 0 auto 50px auto;
    overflow: hidden;
}
#home #main-content {
    float: left;
    width: 530px;
    padding-left: 15px;
    text-align: justify;
}
#home #sub-content, #home #extra-content {
    float: left;
    width: 155px;
    padding-left: 30px;
}
#home #main-content.intro p {
    font-size: 125%;
    line-height: 1.6;
    margin-bottom: 30px;
}
#home #main-content h3 {
    font-size: 175%;
}
#home dl {
    font-size: 95%;
    text-align: left;
}
#home dl dt {
    font-weight: bold;
    margin-top: 10px;
    color: #666;
}
#home dl dd {
    color: #666;
}
#home #sub-content h3 {
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 1em;
    letter-spacing: .15em;
}
#home #sub-content h3 span {
    font-size: 200%;
    background: url(../images/home-a-banner.jpg) no-repeat 0 50%;
    padding-left: 20px;
}
#home #sub-content ul {
    list-style-type:none;
}
#home #sub-content ul li {
    list-style-image: url(../images/bullett.gif);
    list-style-type: none;
    list-style-position: inside;
    font-size: 95%;
}
#home #sub-content ul li.other {
    font-size: 105%;
}
#extra-content h3 {
    font-size: 185%;
    line-height: 1em;
}
#extra-content p {
    font-size: 85%;
    color: #666;
}
#extra-content p.next-date {
    color: #f60;
    font-size: 125%;
    margin-bottom: 30px;
}
#extra-content h3 {
    font-weight: normal;
    letter-spacing: -.009em;
}
#extra-content h3 span {
    display: block;
}
h3 span.top {
    letter-spacing: .16em;
}
h3 span.a-z {
    display: block;
    float: left;
    text-indent: -9999px;
    width: 125px;
    height: 33px;
    background: url(../images/a-a-z.gif) no-repeat;    
}