/*
Theme Name: Mandolina
Theme URI: http://granimpetu.com/mandolina
Author: Horacio Bella
Author URI: http://granimpetu.com
Version: 1.0
License: Creative Commons Attribution-Noncommercial-Share Alike 2.5
License URL: http://creativecommons.org/licenses/by-nc-sa/2.5/
*/

* {
margin: 0;
padding: 0;
}

a {
text-decoration: none;
color: #C02506; /* The color of all the links */
}

a:visited {
color: #999;
}

a img { border: 0; }

body {
background: #fff;
color: #222;
font-family: 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif; /* Blog's general font */
font-size: 9pt; }

#container {
width: 780px; /* Layout's width */
margin: 0 auto; }

#header { padding: 15px 0; }

#wrapper {
overflow: hidden;
height: 1%; }

#content {
width: 65%;
float: left;
padding: 15px 18px 15px 0;
border-right: 1px solid #000;
margin-bottom: 20px; }

#sidebar {
width: 30%;
float: left;
padding: 15px 0;
border-left: 1px solid #000;
padding-left: 18px;
margin-bottom: 20px;
position: relative;
right: 1px }

#footer {
clear: both;
overflow: hidden;
height: 1%;
padding: 15px 0;
border-top: 1px solid #000;
font-size: 8pt; }

/* Header */

#header h1, #header h2 {
font-family: Georgia;
font-weight: normal;
font-size: 40pt; } /* Blog title size */

#header a {
color: #111;
display: inline;
padding-bottom: 5px; }

/* Content */

.post {
margin-bottom: 25px;
padding-bottom: 25px;
border-bottom: 1px solid #000; }

.post .date {
font-family: 'Lucida Grande', Verdana;
display: inline;
clear: both;
padding: 0px;
font-size: 7pt; }

.post .date p { margin-bottom: 5px; }

.post h1, .post h2 { margin: 10px 0; }

.post h1 a, .post h2 a {
font-family: 'Lucida Grande', Verdana;
font-size: 9pt;
font-weight: normal;
color: #fff;
background: #C02506;
display: inline;
padding: 3px 6px;
line-height: 24px; }

.post h1 a:visited, .post h2 a:visited { color: #fff; }

.single-post h1 a, .single-post h2 a { color: #C02506; }
.single-post h1 a:visited, .single-post h2 a:visited { color: #C02506; }

h1.single-title { margin: 20px 0; }

h1.single-title a {
font-family: Georgia;
background: none;
color: #C02506;
padding: 0;
font-size: 18pt; }

h1.single-title a:hover { border: 0; }

.post .postcontent { line-height: 20px;}

.post .postcontent p { margin-bottom: 10px; }

.post .postcontent a { text-decoration: underline }

.post li { margin: 5px 0 5px 25px; }

.post ul, .post ol { margin-bottom: 10px; }

.post ul li { list-style-type: square; }

.post .commentslink {
margin-top: 10px;
font-size: 7pt; }

.post .postcontent blockquote {
background: #fafafa;
padding: 20px;
border-left: 1px solid #000;
margin-bottom: 10px; }

.post .postcontent .postcontent code { background: #f0f0f0; }

.post .postcontent pre {
background: #fafafa;
overflow: scroll;
padding: 5px; }

#pagination { margin: 20px 0; }

/* Sidebar */

#sidebar .widget {
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 1px solid #111;
overflow: hidden;
height: 1%; }

#sidebar .widget h4 {
padding-bottom: 5px;
font-weight: bold;
text-decoration: none; }

#sidebar ul li {
padding: 3px 0;
margin: 3px 0; }

#sidebar ol li {
margin: 3px 0 3px 20px;
padding: 3px 0; }

#sidebar p, .textwidget {
line-height: 20px;
margin-bottom: 10px; }

#sidebar input#s {
border: 1px solid #000;
padding: 5px;
font-family: 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif;
font-size: 9pt;
width: 50%;
margin-right: 5px;
margin-top: 5px; }

#sidebar input#searchsubmit {
border: 1px solid #000;
border-top: 1px solid #fafafa;
border-left: 1px solid #fafafa;
background: #eee;
padding: 4px 5px;
font-family: 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif;
font-size: 9pt;
margin-top: 5px; }

/* Footer */

#footer .left {
width: 50%;
float: left; }

#footer .right {
width: 50%;
float: left;
text-align: right; }

/* Comments */

#comments .thecomment {
margin-bottom: 25px;
padding-bottom: 25px;
border-bottom: 1px solid #000;
overflow: hidden;
height: 1%; }

#comments h6 {
font-size: 9pt;
text-decoration: none; }

#comments h6 span.comment-number { font-weight: normal; }

#comments .infocomment {
font-size: 8pt;
line-height: 20px; }

#comments .commentcontent { margin-top: 10px; }

#comments .commentcontent p {
line-height: 18px;
margin-bottom: 10px; }

#comments p {
line-height: 18px;
margin-bottom: 10px; }

#comments textarea {
width: 80%;
border: 1px solid #000;
padding: 5px;
line-height: 18px;
font-family: 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif;
font-size: 9pt; }

#comments #submit {
border: 1px solid #000;
border-top: 1px solid #fafafa;
border-left: 1px solid #fafafa;
background: #eee;
padding: 5px;
font-family: 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif;
font-size: 9pt;
margin-top: 5px; }

#comments #author, #comments #email, #comments #url {
width: 50%;
border: 1px solid #000;
padding: 5px;
line-height: 18px;
font-family: 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif;
font-size: 9pt; }


/* Calendar */

#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a { display: block;	}

#wp-calendar caption {
text-align: center;
width: 100%;
margin-top: -30px;
}

#wp-calendar td {
padding: 7px 8px;
text-align: center;
}

/* Others */

h3, h4, h5, h6 { text-decoration: underline;}
h4 {margin-bottom: 10px; font-size: 9pt; font-weight: normal; }

.alignleft {float: left; margin-right: 10px;}
.alignright {float: right; margin-right: 10px;}
.aligncenter {clear: both; display: block; text-align: center; margin: 0 auto;}

.display-info {margin-bottom: 20px; font-size: 8pt;}

.rssicon { position: absolute; top: 5px; right: 5px; padding: 5px}