﻿/*
Criado por David Cabrera / odavidcabrera@gmail.com
*/

/*____________________________________________MASTER PAGE_____________________________________________*/

/* ELEMENTOS PRIMÁRIOS */
body
{
    background:#889aea url('imagens/BandeiraSaoJose.jpg');
    background-attachment:fixed;
}

.Shadow
{
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}

#Corpo
{
    width:1200px; background-color:#EEEEEE; margin:auto;
    border-radius:30px 30px 30px 30px;
}

/* CABEÇALHO */            
#Header
{
    background:#ffffff;
    background-image:url('imagens/bgHeader3.png'); background-repeat:repeat-x;
    background-position:bottom;
    height:300px;
    border-radius:30px 30px 0px 0px;
}

#busto
{
    padding-top:20px;
}

#logo
{
    padding-top:60px;
}

#lema
{
    font-style:italic; margin-top:170px; margin-left:-270px;
    text-transform:uppercase; 
}
           
#RedesSociais
{
    padding:20px;
}

h2#Vote
{
   margin:0;
   position:static;
   top:10px;
   margin-right:380px;
 }
 
 .ContagemRegressiva
 {
     color:#FF0000;
     font:arial;
     font-size:22pt;
     font-weight:normal;
 }
 #Contagem
 {
     color:#FF0000;
     font:arial;
     font-size:22pt;
 }

/* RODAPÉ */   
#Footer
{
    background-image:url('imagens/bgFooter.jpg'); background-repeat:repeat-x;
    height:225px;
    border-radius:0px 0px 30px 30px;
    margin-top:30px;
}

#Footer ul
{
    list-style-type:none;
    padding-right:35px;
    height:130px;
    margin-left:10px;
}

#Footer .Meio
{
    border-left:1px dotted #222;
    border-right:1px dotted #222;
}
            
            
#Footer ul li a
{
    font-size:15px;
    color:#000;
    width:50px;
    text-decoration:none;
}
            
#Footer ul li a:hover
{
    text-decoration:underline;
}

#Footer h3
{
    line-height:0px;
}

#Footer h6
{
    margin:auto;
    text-align:center;
}

#Footer img, #Footer iframe
{
    padding-top:20px;
}

#Tempo
{
    margin-right:10px;
}

/*FOOTER Indicacao*/
#DivIndicacao
{
    width:380px;
    margin-right:15px;
}
            
#DivIndicacao h3
{
    margin-top:35px;
    margin-left:40px;

}
            
#DivIndicacao p, #lblNomeAmigo, #lblEmailAmigo, #lblSeuNome
{
    margin-left:40px;
}
            
#Links
{
    width:620px;
}
            
#Links,#DivIndicacao
{
    height:160px;
    margin-left:10px;
    margin-top:10px;
    background: rgba(255, 255, 255 ,.4);
}
#txtEmail, #txtNome
{
    width:200px;
}

#txtEmail
{ margin-left:4px;}

input,textarea
{
    border:2px solid #777;
    border-radius:5px 5px 5px 5px;
}

/* FONTES */

label,p,h1,h2,h3,h4,h5,h6,span,li,legend,blockquote
{
    font-family:calibri;
}

/* ALINHAMENTO DE ELEMENTOS */
p
{
    text-align:justify;
}

/* IMAGENS */
a img
{
    border:0;
}


/* MENU INICIAL */
#Menu
{
    height:200px;
    margin:auto;
    width:1160px;
}

#GaleriaFotos, #GaleriaVideos, #OMarçal,#Projetos
{
    margin: 20px;
    width:250px;
    text-align:center;
    float:left;
}

.imgLink:hover
{
    opacity:0.5;
}

/* FORMULÁRIOS */
.Contato
{
    margin:0 40px 0 40px;
}
input.Contato,textarea.Contato,input#txtNome.Contato
{
    width:300px;
}

#Mensagem
{
    height:200px;
}

#frmContato
{
    width:400px;
}

/* DIVERSOS */

.FloatRight
{
    float:right;
}
.FloatLeft
{
    float:left;
}

.clearboth
{
    clear:both;
}

/*  VALIDAÇÃO  */
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/*___________________________________________PÁGINA INICIAL________________________________________________*/

#Content
{
    min-height:260px;
    border:1px dashed #777;
    margin:10px;
    padding:10px;
    background-color:#fff;       
}

#Content h3, #Content h2
{
    color:DarkBlue;
    margin:20px;
}

#Content p
{
    text-align:justify;
    margin:20px;
}

#pop
{
    z-index:10;
    background-color:#fff;
    display:run-in;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-600px;
    margin-top:-150px;
    width:1200px;
    height:300px;
    border:1px solid #d0d0d0;
}

#popBG
{
    z-index:9;
    background-color:#000;
    display:run-in;
    position:absolute;
    opacity: 0.7;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#videoApresentação
{
    margin:10px;
}

#fbBox
{
    background-color:#fff;
}

/* AGENDA */

#AgendaHome
{
    width:600px;
    height:180px;
    background:#efba02;
    border:3px solid #fff;
    margin:10px;
}

h1#dia, #Avança h1, #Volta h1
{
    font-size:70px;
    Margin-top:0px;
}

h6#mes
{
    margin-top:-70px;
    font-size: 30px;
}
            
#AgendaHome #Data
{
    width:90px;
    height:150px;
    text-align:center;
    margin-left:10px;
    padding-top:30px;
    border-right:1px solid #777;
}

/*-----------Agenda Detelhes -------------*/
#AgendaDetalhes
{
    width:600px;
    height:234px;
    background:#efba02;
    border:1px solid #bbd1ec;
    margin:10px;
    color:#000;
}

#AgendaDetalhes #Data
{
    width:90px;
    height:200px;
    text-align:center;
    margin-left:10px;
    padding-top:30px;
    border-right:1px solid #777;
}


#Compromissos p
{
    width:400px;
}

#Compromissos #Detalhes
{
    margin:0 0 20px 20px;
}

#Compromissos h2
{
    color:#000;
}

#Volta,#Avança
{
    margin-top:45px
}
            
#Volta a, #Avança a
{
    text-decoration:none;
    color:#000;
}
            
#Volta a:hover, #Avança a:hover
{
    text-decoration:none;
    color:#777;
}

#Compromissos p, #Noticias p
{
    border-bottom: 1px solid #777;
    margin-left: 20px;
}

#Compromissos h2,#Noticias h2
{
    margin-left: 20px;
}

.MapaPessoal
{
    float:right;
    margin-right:10px;
    margin-top:10px;
}

#theMap {
    position: relative; 
    width: 510px; 
    height: 200px;
    border: solid 1px #bbd1ec;
}
/* NOTÍCIAS */

#Noticias
{
    width:530px;
    height:180px;
    background:#efba02;
    border:3px solid #fff;
    margin:10px;
    overflow-y:scroll;
}

#Noticias p
{
    width:450px;
}

#Noticias a
{
    text-decoration:none;
    color: #000;
}

/*FIM*/         
