/* 
    Document   : posts
    Created on : Dec 29, 2009, 9:27:59 AM
    Author     : Elie Andraos <elie.andraos@letscod.com>
    Description: posts default style
        
*/

h1.post-title
{
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #3C657F;
  padding-bottom: 1px;
}

div.post-details
{
   margin-top: 4px;
   margin-bottom: 10px;
   color: #666666;
}

div.post-details span
{
  font-weight: bold;
  text-transform: capitalize;
  color: #000;
}

div.post-info
{

}

div.post-actions
{
  text-align: right;
}

div.post-actions a,
div.post-actions a:link,
div.post-actions a:active
{
  text-decoration: none;
  color: #666;
}

div.post-actions a:hover
{
  text-decoration: underline;
}

div.post-new
{
  margin-top: 20px;
  margin-bottom: 10px;
}

div.post-new a,
div.post-new a:link,
div.post-new a:active
{
   color: #3C657F;
}


div.pagination
{
  margin-top: 10px;
  text-align: center;
}

div.pagination a
{
  color: #3C657F;
}

div.pagination span.current-page
{
  font-size: 14px;
  color: #000;
}

td.create-blog-post
{
  border: none;
}

div.flash_notice
{
  background-color: #FFFFCC;
  padding: 3px;
  font-weight: bold;
  color: #000;
  border: 1px solid #DFDFDF;
}

div.blog-cloud ul.tag-cloud,
div.blog-cloud ul.tag-cloud li
{
  list-style: none;
}

div.blog-cloud ul.tag-cloud li a,
div.blog-cloud ul.tag-cloud li a:visited,
div.blog-cloud ul.tag-cloud li a:link
{
  color: #3C657F;
  font-weight:normal;
}



/* posts widget */
h2.blog-post-widget-header
{
  margin-bottom: 3px;
}

div.widget-post-date
{
  margin-top: 5px;
}

div.widget-post-title
{
  font-weight: bold;
}

div.widget-post-user span
{
  font-weight: bold;
}

div.widget-post-description
{
  margin-top: 10px;
}

div.only-links
{
  margin: 5px;
}




/** rss **/
div.rss-blog
{
  text-align:right;
  margin-bottom: 5px;
}


/* membre thematic widget */

span.thematic-big
{
  font-size: 18px;
  color: #3C657F;
}

span.thematic-small
{
  font-size: 14px;
  color: #3C657F;
  font-weight:normal;
}