/*
Theme Name: Cert-ID
Description: Tema do site Cert-ID
Version: 1.0
Author: Joel Correa
Tags: cert-id, custom, theme
*/

/*
Estilos de listas
*/

/*--------POSITION AND DIMENSION--------*/
/*IDs*/
#conteudo{
position:relative;
width:685px;
top:60px;
margin-bottom:100px;
margin-left:35px;
}
#titulo_generico{
position:relative;
top:20px;
width:400px;
margin-left:15px;
}
/*--------HOVER AND STYLE--------*/
/*IDs*/
#titulo_generico{
font-size:24px;
color:#37666c;
font-weight:bold;
text-align:center;
}
#conteudo{
font-size:13px;
}
#document-conteudo{
padding-bottom:20px;
}
#conteudo a:link{
color:#2f8d95;
text-decoration:none;
}
#conteudo a:hover{
color:#d10040;
text-decoration:none;
}
#conteudo a:visited{
color:#63c8d1;
text-decoration:none;
}
#conteudo a:visited:hover{
color:#d63b6a;
text-decoration:none;
}
/*CLASSES*/
.data_artigo{
color:gray;
}
.titulo-post{
color:#003399;
font-size:14px;
font-weight:bold;
}
