/* 
Theme Name: DeltaBlog v2
Theme URI: http://www.deltablog.com
Description: Plantillas para impresión de DeltaBlog.com.
Version: 2.0
Author: Luis Sancho
Author URI: http://www.luissancho.com
*/

*
{
	margin: 0;
	padding: 0;
	border-width: 0;
}
body
{
	background: #FFF;
	font-family: Verdana, sans-serif;
    font-size: 11px;
    color: #333;
    margin: 10px;
}
p
{
	margin-bottom: 10px;
}
a
{
    color: #3B5998;
    text-decoration: none;
}
a:hover
{
	color: #3B5998;
    text-decoration: underline;
}


/* General */
.center
{
    text-align: center;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.bordered
{
    border: 1px solid #CCC;
}
.imgleft
{
    float: left;
    margin-right: 10px;
}
.imgright
{
    float: right;
    margin-left: 10px;
}
.imgdesc
{
    text-align: center;
    font-style: italic;
    margin-bottom: 10px;
}
.clear
{
  clear: both;
}
h2
{
    color: #333;
    font-weight: normal;
}
#header
{
    height: 100px;
}
#logo
{
    float: left;
}
#print
{
    display: block;
    height: 16px;
    line-height: 16px;
    background: url(img/print.png) left center no-repeat;
    padding-left: 22px;
    margin-top: 10px;
}
#licencia
{
    display: none;
}

/* Post */
.post
{
    margin: 20px 0 10px 0;
}
.post .content
{
    line-height: 16px;
    margin-bottom: 15px;
}
.post h3
{
    font-family: "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
    font-size: 18px;
    color: #3B5998;
    line-height: 22px;
    padding-bottom: 5px;
    border-bottom: 1px solid #EEE;
    margin: 0 70px 10px 0;
    font-weight: bold;
}
.post h4
{
    font-family: "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
    font-size: 14px;
    color: #3B5998;
    margin-bottom: 10px;
    font-weight: bold;
}
.post ul
{
    margin: 0 0 10px 10px;
}
.post ul li
{
    margin-left: 14px;
    padding-bottom: 5px;
}
.post .meta
{
    background-color: #F7F7F7;
    border-top: 1px solid #E0E0F9;
    border-bottom: 1px solid #E0E0F9;
    font-size: 10px;
    color: #677284;
    padding: 2px 5px;
}
.post blockquote
{
    background-color: #EEE;
    color: #4D5663;
    margin: 20px;
    padding: 10px 10px 1px 10px;
}
.post .date
{
    float: right;
    width: 50px;
    height: 54px;
    background: transparent url(img/calendar.jpg) left top no-repeat;
    font-family: "Lucida Sans", "Trebuchet MS", Verdana, Arial, Serif;
    font-weight: bold;
    text-align: center;
    margin-left: 5px;
}
.post .date span
{
    display: block;
}
.post .date .month
{
    padding-top: 2px;
    font-size: 11px;
    color: #FFF;
}
.post .date .day
{
    padding-top: 3px;
    font-size: 16px;
    color: #333;
}
.post .date .year
{
    padding-top: 1px;
    font-size: 10px;
    color: #999;
}
.post table.grid
{
    background-color: #EEE;
    margin: 0 auto;
    margin-bottom: 10px;
}
.post table.grid td
{
    padding: 4px;
    background-color: #FFF;
}
.post table.grid caption
{
    margin: 0 auto;
    font-weight: bold;
    margin-bottom: 5px;
}

/* Comments */
.comments
{
    margin-top: 20px;
}
.comments h3
{
    font-family: "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
    font-size: 18px;
    border-bottom: 1px solid #EEE;
    margin: 0 70px 10px 0;
    font-weight: bold;
}
.comments h3 span
{
    color: #7A818A;
}
.comment
{
    margin-bottom: 20px;
}
.comment .head
{
    border-top: 1px solid #3B5998;
    background-color: #F7F7F7;
    border-bottom: 1px solid #D8DFEA;
    padding: 3px 5px;
}
.comment .author
{
    font-weight: bold;
}
.comment .meta
{
    font-size: 10px;
    color: #666;
    padding-top: 3px;
}
.comment .content
{
    margin: 5px;
}
.postcomment
{
    display: none;
}
