/*
 * Copyright (c) 2008 Guilherme Mesquita Gondim
 * 
 * This file is part of Semente Project.
 *
 * Semente Project is free software under terms of the GNU General
 * Public License version 3 (GPLv3) as published by the Free Software
 * Foundation. See the file README for copying conditions.
 */

@import url(base.css);
@import url(comments.css);

div.entry { margin-bottom: 30px; }
div.last.entry { margin-bottom: 0; }
div.draft.entry { background-image: url("../img/draft.png"); }
div.entry h1.title { 
    border-bottom: 1px solid #efefef; 
    font-size: 2.2em;
    margin-bottom: 4px;
}
div.entry h2.title { font-size: 2.1em; margin-bottom: 0; }
div.entry h1.title, div.entry h2.title { 
    font-family: Georgia, "Times New Roman", serif;
    padding-bottom: 3px;
}
div.entry h1.title a, div.entry h2.title a
  { color: black; text-decoration: none; }

div.entry div.meta { margin-bottom: 0.7em; }
div.entry div.meta, div.entry div.extra 
  { color: #777; font-variant: small-caps; }
div.entry div.meta a:link, div.entry div.extra a:link 
  { color: #ca3961; }
div.entry div.meta a:link:hover, div.entry div.extra a:link:hover 
  { color: #342969; }
