/*
Theme Name:     Pods
Theme URI:      http://pods.lv
Description:    Twenty Twelve child theme for Pods.lv
Author:         coolynx
Template:       twentytwelve                             
Version:        0.3
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Tags: pods, minimalistic, readable
*/

@import url("../twentytwelve/style.css");

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
    font-size: 85.5%;
}
body {
    font-size: 14px;
    font-size: 1rem;
    color: #000;
    font-family: Verdana, 'Geneva CE', lucida, sans-serif;
}
body.custom-font-enabled {
    font-family: Verdana, 'Geneva CE', lucida, sans-serif;
}
body .site {margin-top: 0;}
a {
    outline: none;
    color: #0068CC;
    text-decoration: underline;
}
a, a:link, a:visited, .comments-link a,
.entry-content a {
    color: #0068CC;

}
a:hover, a:active, .comments-link a:hover,
.entry-content a:hover, .entry-meta a:hover, .format-status .entry-header header a:hover, .comments-area article header a:hover, a.comment-reply-link:hover, a.comment-edit-link:hover, .template-front-page .widget-area .widget li a:hover, .site-header h1 a:hover,
.site-header h2 a:hover, .main-navigation a:hover, .main-navigation a:focus, .widget-area .widget a:hover, footer[role="contentinfo"] a:hover {
    color: #ff0000;
    text-decoration: underline;
    border: none;
}

.site-header { padding: 0;}
.site-content {margin-top: 10px;}
.site-content article {
    margin-bottom: 5px;
    padding-bottom: 0.5rem;
    border-bottom: 2px dashed #ECE9D8;
    position: relative;
}
.comments-area article .reply {
    position: absolute;
    top: 0;
    right: 0;
}
.main-navigation {margin-top: 0;}

.entry-header .entry-title {
    font-size: 28px;
    font-size: 2rem;
    margin-bottom: 0;
}

blockquote, q {
    margin: 5px;
    min-height: 60px;
    border-width: 0px 0px 0px 10px;
    border-color: #ECE9D8;
    border-style: solid;
    background-color: #F7F5EE;
    color: #666;
    position: relative;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1rem;
    quotes: '\201C' '\201D';
    padding: 0;
}
.entry-content blockquote, .comment-content blockquote {
    padding: 0.5rem 1rem 0.5rem 4rem;
    margin-bottom: 10px;
    font-style: normal;
}
.entry-content blockquote:before, .comment-content blockquote:before {
    content: open-quote;
    height: 0px;
    margin: 30px 0 0 -3.5rem;
    padding-bottom: 0;
}
.entry-content blockquote:before, .entry-content blockquote:after, .comment-content blockquote:before, .comment-content blockquote:after {
    color: #ECE9D8;
    display: block;
    float: left;
    font-size: 100px;
    font-family: Georgia,serif;
}
.entry-content blockquote:after, .comment-content blockquote:after {

}
.entry-content blockquote[cite]:after, .comment-content blockquote[cite]:after {
    content: "Avots: " attr(cite);
    font-family: "Courier New", Courier, monospace;
    font-size: 0.75rem;
    color: #000000;
    line-height: 2rem;
    display: block;
    float: none;
    clear: both;
}
footer.entry-meta {
    margin-top: 1rem;
}
.entry-header {
    display:table;
    border-collapse:collapse;
    width:100%;
    margin-bottom: 0.5rem;
}
.entry-header .comments-link {
    margin:0;
    width: 80px;

    color: #666;
    display:table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.entry-header .comments-link a {
    font-size: 12px;
    color: #ECE9D8;
    color: #666;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-shadow: 1px 1px #fff;
    text-decoration: none;
    line-height: 1.4rem;
    margin:0 5px 5px 0;
    padding: 5px;
    text-align: center;
    border: 5px solid #F7F5EE;
    background: #F7F5EE;
    box-shadow: 4px 4px 0 0 #ECE9D8;
    border-radius: 12px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    display: inline-block;
}
.entry-header .comments-link a:hover {
    color: #ff0000;
}
.entry-header .comments-link a span {
    display: block;
    font-size: 1.85rem;
    font-weight: bold;
    font-family: Georgia, "Bitstream Charter", serif;
}
.entry-header .comments-link .leave-reply, .entry-header .comments-link .leave-reply span {
    font-size: 12px;
}
.entry-header h1 {
    display:table-cell;
    margin-right: 60px;
}
.entry-content {
    clear: both;
}
h1, h2, h3, h4 {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.widget-area .widget {
    margin-bottom: 5px;
}
.widget-area .widget h3 {
    font-size: 1.2rem;
    margin-bottom: 5px;
}
.nav-single + .comments-area,
#comment-nav-above { margin: 10px 0;}
.comments-title {margin-bottom: 10px;}
.comments-area article {
    margin: 5px 0;
    padding-bottom: 0;
}
.comments-area article header {
    margin-bottom: 1rem;
}
.comments-area article header img {
    display: inline-block;
    vertical-align: top;
    border-radius: 100%;
    overflow: hidden;
}
.comments-area article header cite, .comments-area article header time {margin-left: 4rem;}
.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
    margin-bottom: 5px;
    text-align: justify;
}
.entry-content, .entry-summary, .mu_register, .entry-content p, .entry-summary p, .comment-content p, .mu_register p {
    line-height: 1.5rem;
}
.entry-content img {
    margin: 5px auto;
    display: block;
}
.entry-content img[align="left"] {
    margin: 5px 10px 5px 0;
}
.entry-content img[align="right"] {
    margin: 5px 0 5px 10px;
}
#respond {
    margin-top: 10px;
}
#respond h3#reply-title #cancel-comment-reply-link {
    background: red;
    color: #FFFFFF;
    padding: 2px 4px;
    text-decoration: none;
    font-family: Verdana, 'Geneva CE', lucida, sans-serif;
}
#respond h3#reply-title #cancel-comment-reply-link:hover {
    color: #FFFFFF;
}

/** Komentāru numerācijas stilotājs
-------------------------------------*/
#comments ol {
    counter-reset:li;
    margin-left:0;
    padding-left:0;
}
#comments ol > li {
    position:relative;
    margin:0 0 2px 0;
    padding:2px;
    list-style:none;
}
#comments ol > li:before {
    content:counter(li);
    counter-increment:li;
    position:absolute;
    top:0;
    right:5rem;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:3rem;

    margin-right:8px;
    padding:0 4px;

    color:#F7F5EE;

    font-size: 5.5rem;
    font-weight: bold;
    font-family: Georgia, "Bitstream Charter", serif;
    text-align:center;
}
#comments ol.children {
    margin-left: 20px;
}
#comments ol ol li:last-child {margin-bottom:0;}

#comments li.pingback:before {
    display: none;
}
/* Lapotājs
-------------------------------------*/
.pagination {
    padding: 3px;
    margin: 1em 3px;
    text-align:center;
    display: table;
}

.pagination a {
    padding: 3px 6px 3px 6px;
    border: 1px solid #EEE;
    text-decoration: none;
    color: #0068CC;
    display: table-cell;
    vertical-align: middle;
}

.pagination a:hover,
.pagination a:active {
    border: 1px solid #999;
    color: #ff0000;
}
.pagination .current {
    padding: 3px 6px 3px 6px;
    margin: 2px;
    border: 1px solid #0068CC;
    font-weight: bold;
    background-color: #0068CC;
    color: #FFF;
    display: table-cell;
    vertical-align: middle;
}
.pagination .disabled {
    padding: 3px 6px 3px 6px;
    margin: 2px;
    border: 1px solid #EEE;
    color: #DDD;
    display: table-cell;
    vertical-align: middle;
}
.pagination span {
    display: table-cell;
    vertical-align: middle;
}