/*
Theme Name: Cert-ID
Description: Tema do site Cert-ID
Version: 1.0
Author: Joel Correa
Tags: cert-id, custom, theme
*/

/*
Estilos de pages
*/

/*--------POSITION AND DIMENSION--------*/
/*IDs*/
#conteudo{
position:relative;
width:715px;
top:45px;
margin-bottom:80px;
margin-left:15px;
}
#title{
position:relative;
top:20px;
width:400px;
margin-left:15px;
}
/*--------HOVER AND STYLE--------*/
/*IDs*/
#conteudo{
padding-bottom:20px;
font-size:13px;
text-align:justify;
}
#conteudo a:link{
color:#2f8d95;
text-decoration:underline;
}
#conteudo a:hover{
color:#d10040;
text-decoration:underline;
}
#conteudo a:visited{
color:#63c8d1;
text-decoration:underline;
}
#title{
font-size:24px;
color:#37666c;
font-weight:bold;
text-align:center;
}
/*CLASSES*/
.navigation{
font-size:12px;
font-weight:bold;
padding-left:20px;
color:#cf7d96;
}
.navigation a:link{
color:#2f8d95;
text-decoration:none;
}
.navigation a:hover{
color:#d10040;
text-decoration:none;
}
.navigation a:visited{
color:#63c8d1;
text-decoration:none;
}
