/*
Theme Name: WP Mauro
Description: Tema basato su Wp Max di Ahmad Foud
Version: 1.0
Author: Mauro
*/

/* Imports */
@import url("css/tutto.css");

/* Reset */
* {
        font-family: Arial, "Trebuchet MS", Verdana, Tahoma;
        font-size: 1em;
        outline: 0;
        padding: 0;
        margin: 0;
        border: 0;
        text-decoration: none;
        vertical-align: baseline;
        white-space: normal;
}

html, body {line-height: 1}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
.clear {clear:both}
a {color: #366799}
a:hover {color: #333}
.komment
a {color: #FCE10E}
.komment
a:hover {color: #FF9900}
.tabs
a {color: #FFF}
.tabs
a:hover {color: #FF9900}



/* Page Layout */
body {
        width: 100%;
        background:  url(http://natalizie.net/wp-content/themes/wp-max/images/back.gif) top repeat-x #388ABA;
        text-align: center;
        cursor: default;
}

#pagei {
        width: 1000px;
        height: auto;
        padding: 0px 0 0px 0;
        margin: 0 auto 0 auto;
        text-align: left;
        font-size: 0.75em;
        color: #555;
}

#page {
        height: auto;
        background-image: url(http://natalizie.net/wp-content/themes/wp-max/images/bg.png);
        padding: 0px 14px 0 14px;
}

#main {
        width: 980px;
}

#main-left {
        float: left;
        width: 320px;
        padding: 0 10px 0 0;
}

#main-center {
        float: left;
        width: 318px;
        padding: 0 10px 0 10px;
}


#contents {
        width: 980px;
        padding: 10px 0 10px 0;
        list-style-type: none;
}
#contents-b {
        width: 980px;
        padding: 0 0 0 0;
}
#content-left {
        float: left;
        width: 150px;
        display: inline;
        margin-left: 3px;
        margin-right: 13px;
}
#content-right {
        float: left;
        width: 240px;
        display: inline;
        margin-right: 3px;
        margin-left: 13px;
}

#content, #content-b {
        float: left;
        width: 529px;
        margin-right: 5px;
        margin-left: 5px;
        padding-right: 10px;
        list-style-type: none;
}

#sidebar {
        float: left;
        width: 300px;
        display: inline;
}

#footeri {
        background: #FFFFFF url(http://natalizie.net/wp-content/themes/wp-max/images/footer.png);
        width: 1000px;
        height: 115px;
        color: #FFFFFF;
        font-size: 11px;
        margin: 0px auto 0px;
        padding: 0px;
        overflow: hidden;
        }

#footer {
        padding: 10px;
}

#bottom {
        width: 1000px;
        height: auto;
        margin: 10px auto 30px auto;
        text-align: left;
        font-size: 0.7em;
        color: #888;
        line-height: 1.5em;
}

#bottom-left {
        float: left;
}

#bottom-right {
        float: right;
}

/* Global site Headers */
h2.front {
        display: block;
        line-height: 1.4em;
        font-weight: bold;
        color: #fff;
        padding: 4px 5px 3px 5px;
        margin: 0 0 5px 0;
        background-image: url(http://natalizie.net/wp-content/themes/wp-max/images/tit.png);
        border-bottom: 2px solid #FCE10E;
}
h2.komment {
        display: block;
        line-height: 1.4em;
        font-weight: bold;
        color: #366799;
        margin-top: 0px;
        margin-bottom: 5px;
        margin-right: 10px;
        background: #F7F7F7;
        list-style-type: none;
}
ul.komment {
        display: block;
        line-height: 1.4em;
        font-weight: bold;
        color: #FFF;
        margin-top: 5px;
        margin-right: 10px;
        list-style-type: none;

}
h2.komment2 {
        display: block;
        line-height: 1.4em;
        font-weight: bold;
        color: #444;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-right: 0px;
        background: #FCE10E;
        list-style-type: none;
}
h2.amici {
        display: block;
        line-height: 1.4em;
        font-weight: bold;
        color: #366799;
        margin-top: 0px;
        margin-bottom: 5px;
        margin-right: 0px;
        background: #F7F7F7;
        list-style-type: none;
}
ul.amici {
        display: block;
        line-height: 1.4em;
        font-weight: bold;
        color: #FFF;
        margin-top: 5px;
        margin-right: 10px;
        list-style-type: none;

}
h2.front-gal {
        display: block;
        line-height: 1.4em;
        font-weight: bold;
        color: #444;
        padding: 4px 5px 3px 30px;
        margin: 0 0 5px 0;
        background: #f1f6e2 url(images/photo.png) no-repeat;
        background-position: 7px center;
        border-bottom: 1px solid #e3e8d4;
        position: relative;
}

h3.front {
        margin: 10px 0 5px 0;
        border-bottom: 1px dotted #ccc;
        padding: 0 0 7px 0;
        color: #666;
        position: relative;
}

/* Various Links CSS */
a.icomment {
        display: inline;
        font-size: 0.9em;
        color: #999;
        margin: 0 0 0 7px;
}

a.icomment:hover {color:#333}