/*
Theme Name: Notmart
Description: twentytwelve customization for notmart.org
Author: Marco Martin
Template: twentytwelve
*/

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

/* write custom css below */

html {
    background: #fff;
    background-image:url("/graphics/sea.png");
}

body {
    background-color: transparent !important;
    background-image:url("/graphics/grass.png");
    background-repeat: repeat-x;
    background-position: top;
}

.site-header {
    margin: 0 auto;
    width: 85% !important;
    max-width: 960px;
    max-width: 68.571428571rem;
    overflow: hidden;
}

.site {
    margin: 0 auto;
    width: 85% !important;
    max-width: 960px;
    max-width: 68.571428571rem;
    overflow: hidden;
    margin-top: 0 !important;
    padding: 0 !important;
    background-image:url("/graphics/faccina.png");
    background-repeat: no-repeat;
    background-position: top right;
}

#masthead .site-title a {
    width: 233px;
    height: 80px;
    font-size: 40pt;
    font-family: Arial, Helvetica, Sans-serif;
    float:left;
    text-indent: -200em;
    color: #000;
    margin: 0;
    background-image:url("/graphics/mart-3d.png");
    background-repeat: no-repeat;
}

#masthead .site-header-decorations {
    display: block;
    float: left;
    clear: none;
    margin: 0;
    height: 88px;
    width: 150px;
}

#masthead .site-description {
    display: block;
    float: left;
    clear: none;
    margin: 0;
    text-indent:-100em;
    height: 87px;
    width: 309px;
    background-image:url("/graphics/taleOfALittlePixel.png");
    background-repeat: no-repeat;
}

#littlegirl {
    display: block;
    margin-left: 40px;
    margin-bottom: -38px;
}

.category-icon {
    display: block;
    float: right;
    margin-top: -16px;
}

.main-navigation {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.main-navigation a {
        color: #619b21;
}
.main-navigation a:hover {
        color: #000;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
    border: none !important;
    display: inline-block !important;
    margin: 0;
    padding-left: 40px !important;
}

#navigationContainer {
    margin: 0 auto;
    border-left: 1px solid #0f0;
    border-top: 1px solid #0f0;
    border-bottom: 1px solid #247d23;
    border-right: 1px solid #247d23;
    background:#31ac30;
    background-image:url("/graphics/gradient-up.png");
    background-repeat: repeat-x;
    width: 85% !important;
    max-width: 960px;
    max-width: 68.571428571rem;
    /*margin-top: -14px !important;*/
    padding: 0;
}

#main {
    margin: 40px;
}

.main-navigation li a,
.main-navigation li {
    border: none !important;
    display: inline-block;
    text-decoration: none;
}
.main-navigation li a {
    border: none !important;
    color: #000;
    line-height: 1.3;
    text-transform: uppercase;
    white-space: nowrap;
}

li.bypostauthor cite span {
    background-color: #619b21;
    border: 1px solid #1f6f93;
}

a {
    color: #619b21;
}

.site-header h2 a:hover {
    color: #619b21;
}

.main-navigation a:hover {
    color: #619b21;
}

.widget-area .widget a:hover {
    color: #619b21;
}

footer[role="contentinfo"] a:hover {
    color: #619b21;
}

.comments-link a:hover,
.entry-meta a:hover {
    color: #619b21;
}

.format-status .entry-header header a:hover {
    color: #619b21;
}

.comments-area article header a:hover {
    color: #619b21;
}

a.comment-reply-link:hover,
a.comment-edit-link:hover {
    color: #619b21;
}

.template-front-page .widget-area .widget li a:hover {
    color: #619b21;
}

.entry-header {
    border-top: 1px solid #ddd;
}

.site-content article {
    border-bottom: none;
}