/* CSS RESET */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset, img {
    border:0;
}
address, caption, cite, code, dfn, em, th, var {
    font-style:normal;
    font-weight:normal;
}
ol, ul {
    list-style:circle;
}
caption, th {
    text-align:left;
}
q:before, q:after {
    content:'';
}
abbr, acronym {
    border:0;
}
/* GERAL */

.margin {
    clear:both;
    width:960px;
    margin:0 auto;
}

li{
    margin-left:20px;
}
.clear{
    clear:both;
}

@font-face { font-family: Anivers; src: url('/media/Anivers.otf') format("opentype") }

.blue{
    color:#1690CE;
}
body {
    font-family: "Lucida Grande","Lucida Sans Unicode",Calibri,Arial,sans-serif;
    font-size: 13px;
    line-height:22px;
    color: #CCC;
    background:#000;
    margin:0px;
    text-shadow:0px 1px 0px #0F384F;
    margin-bottom:100px;
}

h1, h2, h3, h1 a, h2 a, h3 a{
    font-family: Anivers, "Lucida Grande","Lucida Sans Unicode",Calibri,Arial,sans-serif;
    text-shadow: 2px 0px 2px #000;
    color:#FFF;
    margin-bottom:14px;
    text-decoration:none;
}

#top {
    background:#0390E0 url(/media/imgs/bgmain.jpg);
    background-repeat:no-repeat;
    background-position:top center;
    min-height:684px;
    height:auto !important;
    height:684px;
    padding-bottom:20px;
}

#topnav{
    height:115px;
    padding-top:45px;
}
#footer{
    border-top:#005788 4px solid;
    background:#000000;
    height:200px;
    padding-top:20px;
}

#content{
    width:760px;
    float:left;
}
#sidebar{
    width:200px;
    float:left;
}

#icons{
    margin-top:100px;
    margin-bottom:20px;
}
.block{
    width:198px;
    padding:10px;
    margin-right:20px;
    float:left;
    background:url('/media/imgs/bgblack20-trans.png');
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border:1px solid #0D4D73;
    height:230px;
}

ul.can li, ul.cannot li{
    background:url('/media/imgs/bgblack20-trans.png');
    width:auto;
    display:block;
    -border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding:1px;
    margin-bottom:2px;
    padding-left:10px;
}
.block:hover{
    width:198px;
    margin-right:20px;
    float:left;
    cursor:pointer;
    background:url('/media/imgs/bgwhite14-trans.png');
    padding:10px;
    -border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border:1px solid #0D4D73;
}

h1{
    font-size:22px;
}
h2{
    font-size:20px;
}
h3{
    font-size:16px;
}
h4{
    font-size:14px;
}


a:link,a:visited,a:hover {
    color: #FFF;
    text-decoration: none;

}
a:active {
    color: #FFF;
    text-decoration: none;
}


#nav {
    font-family: Anivers, "Lucida Grande","Lucida Sans Unicode",Calibri,Arial,sans-serif;
    width:960px;
    margin-bottom:30px;
    float:left;
}
ul{
    margin:0px;
    padding:0px;
}
ul.menu {
    margin: 0;
    padding: 0;
    bottom: 0;
    width:100%;
}
ul.menu li {
    display: inline;
    margin: 0;
}
ul.menu{
    text-align:right;
}
ul.menu li a {
    text-shadow: 4px 0px 2px #000;
    font-size:20px;
    padding: 10px 10px 10px;
    border:0px;
    outline:none;
    font-weight:bold;
}
ul.menu li a, ul.menu li a:visited {
    color: #FFF;
    margin: 0;
    text-decoration: none;
    border:0px;
}
ul.menu li a:hover {
    background:url('/media/imgs/bgwhite14-trans.png');
    color: #eee !important;
    text-decoration: none;
    border:1px solid #00293F;
    padding: 9px 9px 9px;
    -border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

}
ul.menu li.actual a, ul.menu li.actual a:hover {
    background:url('/media/imgs/bgwhite14-trans.png');
    color: #eee !important;
    text-decoration: none;
    border:0px;
    -border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

}

label{
    font-weight:bold;
}
.error{
    display:block;
    color:black;
}
input,textarea{
    font-family: "Lucida Grande","Lucida Sans Unicode",Calibri,Arial,sans-serif;
    font-size: 13px;
    padding:6px;
    display:block;
    border:2px solid #0D4D73;
    min-width:300px;
    background:#FFF;
    -border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
textarea{
    width:400px;
}

input:focus, textarea:focus{
    border:2px solid #45A8DF;
}


#wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
li{

}
.faq-pergunta {
    width: 740px;
    float: left;
    background:url('/media/imgs/bgblack34-trans.png');
    margin-bottom:10px;
    cursor: pointer;
    -border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.faq-resposta {
    width: 720px;
    float: left;
    padding:10px;
    background:url('/media/imgs/bgwhite14-trans.png');
    -border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: none;
    margin-bottom:10px;
}

span.more{
    font-weight:bold;
    margin-right:10px;
    margin-left:10px;
}

#mypic{
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    -border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border:2px solid #2C6C8F;
    width:170px;
    height:170px;
    background:url(/media/imgs/sergioavatar.jpg);

}
#mymap img{
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    -border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border:2px solid #2C6C8F;
    width:170px;
    margin-top:20px;


}


.projecto{
    margin-top:30px;
    clear:both;
    width:960px;
    height:160px;
}


.projecto-img{
    padding:10px;
    width:480px;
    height:140px;
    background:#0B5077;
    text-align:center;
    -border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float:left;
}

.projecto-img img{
    filter:alpha(opacity=40);
    -moz-opacity:0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    cursor:pointer;
}
.projecto-img img:hover{
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}
.projecto-img img{


}

.projecto-desc{
    float:left;
    width:380px;
    height:180px;
    padding:10px;
    margin-left:40px;
    padding-left:20px;
    margin-bottom:1px;
    background:url('/media/imgs/bgwhite14-trans.png');
    -border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


.projecto-desc h3{
    font-size:18px;
    margin-bottom:3px;
}

.projecto-desc ul{
    list-style:none;
    padding:0px;
}
.projecto-desc li{
    text-shadow:0px 0px 1px #000;
    color:#fff;
    -border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin:0px;
    padding:0px;
}

li.visit{
    margin-top:8px;
}

/* PAGINACAO */

.paginacao {
    margin-top:20px;
    margin-bottom:10px;
    font-weight: normal;
    text-align: left;
}
.paginacao li {
    display: inline;
    padding: 3px 7px;
    margin-left: 3px;
    text-decoration: none;
    background:url('/media/imgs/bgwhite14-trans.png');
    -border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.paginacao li:hover {
    background:#CCC;
}
.paginacao li.current {
    color: #CCC;
    background:#fff;
}
.paginacao li.disabled {
    color:#CCC;
}

.copynotice{
    margin-top:6px;
    font-size:11px;
}
.iesucks{
    color:#0390E0;
}
ul.social{
    list-style:none;
    margin-top:20px;
}
ul.social li{
    padding:0px;
    margin:0px;
    display:inline;
}

ul.social li img{
    filter:alpha(opacity=40);
    -moz-opacity:0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;

}

ul.social li img:hover{
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;

}

#sidebar h3{
    margin-top:20px;
}

ul.resume{
    list-style:none;
}

ul.resume li{
    display:block;
    padding:0px;
    margin:0px;
    margin-bottom:10px;
}

.stuffbox{
    width:960px;

    margin-bottom:20px;

}
.stuffbox img{
    padding-right:10px;
    float:left;
    filter:alpha(opacity=40);
    -moz-opacity:0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.stuffbox img:hover{
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;

}
.stuffbox p{
    font-size:12px;
    color:#666;
    display:block;
    width:420px;
}
.stuffbox ul{
    list-style:none;
}
.stuffbox ul li{

    color:#666;
    font-size:12px;
    padding:0px;
    margin:0px;
}
.footer-separator{
    height:1px;
    background-color:#0F0F0F;
    width:100%;
    clear:both;
    margin-bottom:20px;
}
#credits{
    color:#7F7F7F;

}