/*
Theme Name: Cert-ID
Description: Tema do site Cert-ID
Version: 1.0
Author: Joel Correa
Tags: cert-id, custom, theme
*/

/*
Estilos de posts
*/

/*--------POSITION AND DIMENSION--------*/
/*IDs*/
#conteudo{
position:relative;
width:685px;
top:75px;
margin-bottom:100px;
margin-left:35px;
}
#next_post{
position:relative;
top:20px;
margin-left:10px;
width:400px;
}
#previous_post{
position:relative;
top:0px;
margin-left:10px;
width:400px;
}
#title{
position:relative;
top:55px;
width:685px;
margin-left:35px;
}
/*--------HOVER AND STYLE--------*/
/*IDs*/
#conteudo{
padding-bottom:20px;
font-size:13px;
}
#conteudo a:link{
color:#2f8d95;
text-decoration:underline;
}
#conteudo a:hover{
color:#d10040;
text-decoration:underline;
}
#conteudo a:visited{
color:#63c8d1;
text-decoration:underline;
}
#conteudo a:visited:hover{
color:#d63b6a;
text-decoration:underline;
}
#next_post{
background-image:url(../../../images/control_fastforward.png);
background-position:left;
background-repeat:no-repeat;
}
#previous_post{
background-image:url(../../../images/control_rewind.png);
background-position:left;
background-repeat:no-repeat;
}
#title{
font-size:16px;
color:#37666c;
font-weight:bold;
padding-left:20px;
background-image:url(../../../images/control_play.png);
background-position:left;
background-repeat:no-repeat;
}
/*CLASSES*/
.nao_ha{
color:#ff7d94;
}
.navigation{
font-size:12px;
font-weight:bold;
padding-left:20px;
color:#ff7d94;
}
.navigation a:link{
color:#2f8d95;
text-decoration:none;
}
.navigation a:hover{
color:#d10040;
text-decoration:none;
}
.navigation a:visited{
color:#61b7bf;
text-decoration:none;
}
.navigation a:hover{
color:#d63b6a;
text-decoration:none;
}
.post_info{
color:#999999;
font-size:12px;
}
