/*
Theme Name: lurkerz
Theme URI: 
Description: 
Version: 1.0
Author: Anonymous
Author URI: 
*/

.hentry .title { /* post title */
    border: solid 2px ;
border-style:solid;
border-color:#d10c0c;
 
}

.hentry .entry { /* content */
 font-size:1.7em;
    color:#f2f2f2/* it's very light gray color 

*/
}

.commentlist {
    font-size:1.2em;
    font-family: Geneva, Arial, Helvetica, 

sans-serif;
}

/*all links*/
.entry a {
    color:#d10c0c; !important
}
/*more link*/
.more-link {
    color:#d10c0c; !important
}

.hentry .footer .links a{
    color:#d10c0c; !important
    font-size:1.2em;
}