/*
Theme Name: PiticiGratis
Author: Dan
Description: Tema pentru piticigratis.com, dupa 1 an de promisiuni
Version: 0.1
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none;}
blockquote, q { quotes: none; }
table { border-collapse: collapse; border-spacing: 0; }

@font-face {
    font-family: 'noto_sansregular';
    src: url( 'fonts/NotoSans-Regular-webfont.eot' );
    src: url( 'fonts/NotoSans-Regular-webfont.eot?#iefix' ) format( 'embedded-opentype' ),
         url( 'fonts/NotoSans-Regular-webfont.woff' ) format( 'woff' ),
         url( 'fonts/NotoSans-Regular-webfont.ttf' ) format( 'truetype' ),
         url( 'fonts/NotoSans-Regular-webfont.svg#noto_sansregular' ) format( 'svg' );
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Arial, sans-serif;
}

.clearfix {
    clear: both; height: 0;
}

a {
    color: #0066CC;
}

    a:hover {
        color: #FF4B33;
    }

form input[type="text"],
form input[type="password"],
form textarea,
select {
    border: 1px solid #d1d2d3;
    border-radius: 3px;
    padding: 10px;
    font-size: 14px;
    color: #3f3f3f;
    font-family: Arial, Helvetica, sans-serif;
}

    form input[type="text"]:hover,
    form textarea:hover,
    select:hover {
        border-color: #bebebe;
    }

    form input[type="text"]:focus,
    form textarea:focus,
    select:focus {
        box-shadow: inset 0 0 3px #d4d4d4;
    }


.messages {}

    .messages .message {
        font-size: 14px;
        padding: 10px; margin-bottom: 15px;
        color: #fff;
        border-radius: 3px;
    }

        .messages .message.error {
            background-color: #f61a2a;
        }

        .messages .message.success {
            background-color: #88bd3b;
        }

#header {
    background: #fff;
}

    #branding {
        width: 980px; height: 100%;
        margin: 0 auto;
        padding-top: 20px; padding-bottom: 20px;
    }

        #site-title {
            position: relative; height: 100%;
        }

            #site-title .title {
                width: 600px; height: 180px;
                float: left;
                position: relative;
            }

                #site-title .title a {
                    display: block;
                    width: 100%; height: 100%;
                    background: transparent url( 'images/logo.png' ) no-repeat 0 -180px;
                }

            #site-title .right-side {
                float: right; margin-top: 60px;
            }

                #site-title .right-side a.conectare {
                    float: right;
                    text-decoration: none;
                    color: #0066CC;
                    margin: 37px 20px 0 0;
                }

                    #site-title .right-side a.conectare:hover {
                        color: #FF4B33;
                    }

#container {
    width: 980px;
    margin: 75px auto 0 auto;
}

    #content {
        width: 700px;
        float: left;
    }

        .entry-title,
        .entry-title a {
            font-size: 38px;
            color: #1f2122;
            text-decoration: none;
            line-height: 48px;
            padding-bottom: 6px;
        }

            .entry-title a:hover {
                color: #FF4B33;
            }

        .entry-meta {
            width: 60%;
            font-size: 14px;
            color: #999b9e;
            border-bottom: 1px solid #edf0f2;
            padding-bottom: 20px; margin-bottom: 18px;
            text-transform: uppercase;
        }

        .entry-content p,
        .entry-summary p {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            color: #000000;
            line-height: 25px;
            padding-bottom: 24px;
        }

            p strong {
                font-weight: bold;
            }

        .entry-content a {
            color: #0066CC;
        }

            .entry-content a:hover {
                color: #FF4B33;
            }

        .meta-bottom {
            padding-top: 20px;
        }

            .meta-bottom .right-side {
                float: left;
                padding-top: 7px;
            }

                .meta-bottom .twitter-share-button {
                    margin-left: 20px;
                }

        #content .separator {
            height: 8px;
            border-bottom: 1px solid #e1e1e1;
            margin: 70px 0 110px 0;
        }

            #content .separator span {
                font-size: 22px;
                background: #fff;
                display: block;
                color: #a3a3a3;
                text-align: center;
                width: 50%; margin: 0 auto;
                position: relative; top: -3px;
                padding-top: 5px;
                letter-spacing: 4px;
            }

/** Sidebar **/
#sidebar {
    width: 230px;
    float: right;
}

    #sidebar .widget-container {
        margin-bottom: 35px;
    }

        #sidebar h3.widget-title {
            font-size: 24px;
            color: #393a3c;
            padding-bottom: 15px;
            font-weight: bold;
        }

        #sidebar .widget-container ul {
            list-style: none;
            color: #818386;
            padding-left: 0;
        }

            #sidebar .widget-container ul li {
                line-height: 30px;
            }

				#sidebar li .textwidget {
					text-align: center;
				}

                #sidebar .widget-container a {
                    text-decoration: none;
                    color: #0066CC;
                    font-size: 15px;
                }

                    #sidebar .widget-container a:hover {
                        color: #FF4B33;
                    }

    /** Widgets **/
    .widget_archive select {
        width: 229px;
    }

/** Comments **/
#comments {}

    #comments .comments-title {
        font-size: 24px;
        color: #8a8a8a;
        text-transform: uppercase;
        margin-bottom: 54px;
    }

        #comments .comments-title span {
            color: #d1d1d1;
        }

    #comments-list {
        padding-bottom: 41px;
    }

    #comments-list article.comment {
        border-bottom: 1px solid #e9e9e9;
        padding-bottom: 25px;
        margin-bottom: 30px;
    }

        #comments-list li li article.comment {
            padding-left: 40px;
        }

            #comments-list li li li article.comment {
                padding-left: 80px;
            }

                #comments-list li li li li article.comment {
                    padding-left: 120px;
                }

        #comments-list .comment .left-side {
            width: 59px; float: left;
        }

            #comments-list .comment .left-side div.avatar {
                width: 57px; height: 57px;
                margin: 0 auto;
                background: #f2f2f2;
                border-radius: 57px;
                border: 1px solid #e6e6e6;
                overflow: hidden;
                text-align: center;
            }

                #comments-list .comment .left-side div.avatar img {
                    position: relative; top: 4px;
                    border-radius: 44px;
                }

        #comments-list .comment .right-side {
            margin-left: 85px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
        }

            #comments-list .comment .right-side header {
                font-size: 15px;
                color: #7B7B7B;
                padding-bottom: 11px;
            }

            #comments-list .comment .right-side cite,
            #comments-list .comment .right-side cite a {
                font-weight: bold;
                color: #525252;
                text-decoration: none;
            }

                #comments-list .comment .right-side cite a:hover {
                    text-decoration: underline;
                    color: #FF4B33;
                }

                #comments-list .comment .right-side cite span {
                    display: none;
                }

            #comments-list .comment .comment-content p {
                color: #000;
                line-height: 20px;
                padding-bottom: 15px;
            }

                #comments-list .comment .comment-content p a {
                    color: #0066CC;
                }

                    #comments-list .comment .comment-content p a:hover {
                        color: #FF4B33;
                    }

            #comments-list .comment .comment-meta-bottom {
                float: left;
                color: #7B7B7B;
            }

            #comments-list .comment .reply {
                float: right;
            }

                #comments-list .comment .reply a {
                    text-decoration: none;
                    color: #7B7B7B;
                }

                    #comments-list .comment .reply a:hover {
                        color: #000000;
                    }

            #comments-list .comment .comment-reply-link {
                display: block;
                float: right;
                background: transparent url( 'images/reply.png' ) no-repeat 0 0;
                padding: 1px 0 1px 15px;
            }

                #comments-list .comment .comment-reply-link:hover {
                    background-position: 0 -15px;
                }

/** Add comment **/
#respond {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
}

    #respond #reply-title {
        font-weight: bold;
        font-size: 17px;
        color: #000;
        text-transform: uppercase;
        padding-bottom: 30px;
    }

    #respond .comment-form-author {
        width: 49%; float: left;
    }

    #respond .comment-form-email {
        width: 49%; float: right;
    }

        #respond .comment-form-author input[type="text"],
        #respond .comment-form-email input[type="text"] {
            width: 230px;
        }

        #respond .comment-form-email label {
            padding-left: 15px;
        }

        #respond .comment-form-email input[type="text"] {
            float: right;
        }

        #respond .comment-form-url input[type="text"],
        #respond textarea {
            width: 608px;
        }

        #respond textarea {
            width: 608px;
            resize: vertical;
        }

    #respond label {
        font-size: 14px;
        color: #525252;
        font-weight: bold;
        text-transform: uppercase;
        padding-top: 11px;
    }

        #respond .comment-form-author label,
        #respond .comment-form-email label,
        #respond .comment-form-url label,
        #respond .comment-form-comment label {
            width: 70px; float: left; display: block;
        }

    #commentform p {
        margin-bottom: 20px;
    }

    #respond #submit,
    #donate-send,
    .send-button {
        float: right;
        background: #333333;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        border: 0;
        text-transform: uppercase;
        padding: 9px 25px 8px 25px;
        border-radius: 3px;
        cursor: pointer;
        margin-bottom: 34px;
    }

        #respond #submit:hover,
        #donate-send:hover,
        .send-button:hover {
            background: #252525;
        }

        #respond #submit:focus,
        #donate-send:focus,
        .send-button:focus {
            background: #000;
        }

        .send-button.loader {
            background: #333 url( 'images/button-loader.png' ) repeat-x 0 0 !important;
            color: #888 !important;
            cursor: default !important;
        }

    #cancel-comment-reply-link {
        font-size: 14px;
        color: #0066CC;
        text-transform: none;
        font-weight: normal;
        text-decoration: none;
    }

        #cancel-comment-reply-link:hover {
            color: #FF4B33;
            text-decoration: underline;
        }

        #reply-title small {
            float: right;
        }

    .comment-awaiting-moderation {
        color: #ff3217;
        padding-bottom: 10px;
    }

/** Pagination **/
#pagination {
    font-size: 16px;
    color: #727272;
}

    #pagination span.page-numbers.current {
        color: #000;
    }

    #pagination a {
        color: #0066CC;
        text-decoration: none;
    }

        #pagination a:hover {
            color: #FF4B33;
            text-decoration: underline;
        }

    #pagination a,
    #pagination span {
        margin: 0 5px;
    }

/** Footer **/
footer {
    background: #000;
    font-size: 15px;
    color: #999b9e;
    padding: 20px 0;
    margin-top: 40px;
    text-align: center;
}

/** Other Pages **/
body.search-results #content h1.entry-title,
body.archive #content h1.entry-title,
body.category #content h1.entry-title {
    font-size: 38px;
    border-bottom: 1px solid #EDF0F2;
    margin-bottom: 50px;
}

    body.search-results .meta-bottom .right-side,
    body.search-results .meta-bottom a.read-more {
        float: none;
    }

    body.search-results .meta-bottom a.read-more {
        margin-bottom: 25px;
    }

em {
    font-style: italic;
}

.entry-links {
    display: none;
}

a.read-more {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 10px 18px;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 3px;
    float: left;
}

#content article.post.summary .separator {
    margin: 70px 0;
}

#content .social-bar {
    float: right;
}

/** Search Form **/
#searchform {
    position: relative;
}

    #searchform .hidden {
        display: none;
    }

    #searchform input[type="text"] {
        width: 182px;
        padding-right: 35px;
    }

    #searchform #searchsubmit {
        width: 20px; height: 19px;
        position: absolute; top: 10px; right: 10px;
        border: 0; margin: 0; padding: 0;
        background: transparent url( 'images/search.png' ) no-repeat 0 0;
        cursor: pointer;
    }

        #searchform #searchsubmit:hover {
            background-position: 0 -19px;
        }

        #searchform #searchsubmit:focus {
            background-position: 0 -38px;
        }

/** Social Buttons **/
.sidebar-social-button {
    width: 50px; height: 50px; display: inline-block;
    background: transparent url( 'images/social.png' ) no-repeat 0 0;
    margin: 0 10px;
}

#social-facebook {
    background-position: 0 0;
}

    body.dark #social-facebook {
        background-position: 0 -150px;
    }

    #social-facebook:hover,
    body.dark #social-facebook:hover {
        background-position: 0 -50px;
    }

    #social-facebook:focus,
    body.dark #social-facebook:focus {
        background-position: 0 -100px;
    }

#social-twitter {
    background-position: -50px 0;
}

    body.dark #social-twitter {
        background-position: -50px -150px;
    }

    #social-twitter:hover,
    body.dark #social-twitter:hover {
        background-position: -50px -50px;
    }

    #social-twitter:focus,
    body.dark #social-twitter:focus {
        background-position: -50px -100px;
    }

#social-rss {
    background-position: -100px 0;
}

    body.dark #social-rss {
        background-position: -100px -150px;
    }

    #social-rss:hover,
    body.dark #social-rss:hover {
        background-position: -100px -50px;
    }

    #social-rss:focus,
    body.dark #social-rss:focus {
        background-position: -100px -100px;
    }

#primary .xoxo .widget_text:first-child {
    text-align: center;
}

/** Color Scheme switcher **/
#switcher {
    display: block;
    width: 75px; height: 88px;
    float: right; margin: 0;
}

    #switcher span {
        width: 100%; height: 100%; display: block;
    }

        #switcher.dark span,
        #switcher.light span {
            background: transparent url( 'images/intrerupator.png' ) no-repeat;
        }

        #switcher.dark span {
            background-position: 0 0;
        }

        #switcher.light span {
            background-position: 0 -88px;
        }

/** Page Design **/
body.page article.page header.header {
    border-bottom: 1px solid #EDF0F2;
    padding-bottom: 20px; margin-bottom: 20px;
}

/** Subscribe to comments **/
#subscribe-reloaded {
    width: auto;
    float: left;
    margin-left: 0;
    margin-top: 9px;
}

#subscribe-reloaded-label {
    float: left; display: block;
    padding-top: 9px;
}

/** 404 **/
body.error404 #container {
    margin-top: 0;
}

    body.error404 #container #content {
        width: 100%;
    }

#block-404 {
    width: 550px; height: 782px;
    background: transparent url( 'images/404-w.gif' ) no-repeat 0 0;
    margin: 0 auto;
}

/** Donation **/
#donate-sidebar {
    width: 200px; height: 220px; display: block;
    background: transparent url( 'images/saricubanu_mic_alb.gif' ) no-repeat 0 0;
    margin: 0 auto 40px auto;
}

#donate-article {
    width: 700px; height: 100px; display: block;
    background: transparent url( 'images/donatii_lung_alb.gif' ) no-repeat 0 0;
    margin: 50px auto 0 auto;
}

body.page-template-template-donate-php #content {
    float: none; width: auto;
}

#donate-page h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

#donate-page #amount {
    width: 200px;
    float: left;
    margin-right: 10px;
}

#donate-page #donate-send {
    float: left;
}

/** Register **/
#registration-form {}

    #registration-form .field {
        margin-bottom: 15px;
    }

        #registration-form label {
            width: 100%;
            display: block;
            margin-bottom: 5px;
            color: #000;
        }

        #registration-form input[type="text"],
        #registration-form input[type="password"] {
            width: 400px;
        }

        #registration-form .send-button {
            float: none;
        }

/** Quick Fix **/
article.summary div.right-side {
    margin-left: 15px;
}

/** Rating system **/
.hide-comment {
	float: right;
	font-size: 12px;
}