/*  
Theme Name: Podernuovo
Description: Podernuovo
Version: 0.99
Author: ResetStudio
Author URI: http://resetstudio.it/
*/

/* Resetter */

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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */

:focus {
    outline: 0;
}
a:active {
    outline: none;
}
a:focus {
    -moz-outline-style: none;
}

/* remember to highlight inserts somehow! */

ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Inizio Tipografia e colori */

body, a, input, textarea, label {
    font-family: Georgia, Times, Arial, Helvetica, lucida-sans, Tahoma;
    font-size: 14px;
    color : rgb(63,51,33);
}
img, fieldset, input, textarea {
    border : 0px;
}
a *, a{
    cursor : pointer !important;
}
h1,h2,h3,h4,h5{
    display : block;
    font-weight : normal;
}

/* Inizio struttura */

body{
    background: rgb(244,242,232) url(images/main-bg.jpg) no-repeat center top;
}
#main-container{
    background: url(images/main-bg.jpg) no-repeat cenetr top;
}
.container{
    margin : 0 auto;
    width : 960px;
}
#top{
    height : 189px;
    width : 960px;
    position : relative;
}

/* Elementi interni #top */

.logo, .logo a{
    float : left;
    margin-top : 15px;
    height : 161px;
    width : 260px;
}
.logo a{
    background: url(images/logo.png) no-repeat left top;
    margin : 0px;
}

/* Navigation */

#navigations{
    float : right;
    width : 555px;
    height : 30px;
    margin-top : 18px;
}
#navigations ul li{
    float : left;
    margin-right : 25px;
}
#navigations ul li a{
    font-family : Georgia;
    text-decoration : none;
    font-style: italic;
    font-size : 16px;
}
#navigations ul li a.active, #navigations ul li a:hover{
    color : rgb(187,109,32);
}

/* Lingua */

.language{
    height : 21px;
    margin-top : 30px;
    width : 108px;
    float : right;
    position : absolute;
    right : 0px;
    top : 40px;
}
.language a{
    height : 21px;
    float : left;
    margin-right : 6px;
    width : 21px;
    cursor : pointer !important;
}
.language a.ita{
    background: url(images/ita.png) no-repeat left top;
}
.language a.eng{
    background: url(images/eng.png) no-repeat left top;
}
.language a.fra{
    background: url(images/fra.png) no-repeat left top;
}
.language a.de{
    background: url(images/de.png) no-repeat left top;
}

/* Header */

#header {
    height : 285px;
    width : 960px;
    margin-bottom : 30px;
}
#header .text{
    float : left;
    height : 175px;
    font-size : 24px;
    font-style: italic;
    line-height: 140%;
    width : 305px;
    padding : 60px 50px;
}
#header .slider{
    float : right;
    width : 385px;
    height : 285px;
    margin-right : 122px;
}

/* Contenuto centrale */

#content{
    width : 960px;
}

/* Content */

#content{
    margin : 0 auto;
    width : 960px;
    padding : 10px 0px 0px 0px;
}
.primary-content{
    float : right;
    width : 740px;
}
.posts{
    float : left;
    width : 480px;
    padding : 20px 0px 0px 0px;
}
.widgets{
    float : right;
    width : 240px;
    padding : 50px 0px 0px 0px;
}

/* Gestione dei post */

.post ul{
    margin : 10px 0px;
}
.posts a.title{
    color : rgb(50,60,115);
    font-size : 18px;
    text-decoration : none;
    margin-bottom : 10px;
    font-style: italic;
    display : block;
}
.posts a.title:hover{
    color : rgb(73,83,143);
}
.post .entry a{
    text-decoration : underline;
}
.post .entry a:hover{
    color : rgb(73,83,143);
}
.post img{
    float : left;
    border : 10px solid rgb(236,230,207);
    margin : 15px 0px 10px 0px;
}


.post p{
    margin-bottom : 5px;
}


.posts .post{
    margin-bottom : 20px;
    line-height: 140%;
}

/* Sidebar */

.sidebar{
    float : left;
    width : 195px;
    padding : 52px 0px 0px 0px;
}

/* Lista Link e Sottolista */

.link{
    position : relative;
    float : left;
    width : 200px;
    margin-bottom : 20px;
}
.link ul{
    width : 200px;
    margin : 0px;
    margin-bottom : 15px;
    border-top : 1px solid rgb(214,208,184);
}
.link ul.livsec{
    width : auto;
    margin : 0px;
    margin-top : 3px;
    border : 0px;
}
.link ul li{
    list-style : none;
    position : relative;
    clear : both;
    width : 200px;
    border-bottom : 1px solid rgb(214,208,184);
}
.link ul li.open{
    height : auto !important;
}
.link ul.livsec{
    float : left;
    height : 1%;
}
.link ul li a{
    display : block;
    text-decoration : none;
    font-size : 13px;
    color : #323C73;
    line-height : 130%;
    padding : 5px 5px 5px 15px;
}
.link ul li li a{
    font-size : 12px;
    padding-left : 30px;
    color : #323C73;
}
.link ul li a:hover, .link ul li a.active{
    color : rgb(187,109,32);
    text-decoration : none;
    background: url(images/a-hov.jpg) repeat-y left top;
}
ul.livsec li a:hover{
    text-decoration : none;
}

/* WIDGET */

.widget{
    margin-bottom : 10px;
    position : relative;
    background: url(images/widget.png) repeat-y left top;
    padding-bottom : 25px;
    height : 1%;
}
.widget.flag-top{
    padding-top : 40px;
}
.flag{
    height : 109px;
    width : 270px;
    background: url(images/flag.png) no-repeat left top;
    left : -15px;
    top : -10px;
    position : absolute;
}
.widget h2, .widget h3{
    margin : 0px;
    padding-top : 20px;
    margin-bottom : 15px;
}
.widget .title{
    font-size : 18px;
    font-weight : bold;
    text-align : center;
    text-transform : uppercase;
    color : #323C73;
}
.widget img{
    margin-bottom : 10px;
    margin-top : 5px;
    border : 10px solid rgb(214,208,184);
    margin-left : 10px;
}
.widget p{
    font-size : 14px;
    padding : 0px 25px 0px 25px;
    line-height : 120%;
    width : 190px;
    text-align : center;
    color : rgb(74,64,52);
}
.widget a:hover img{
    opacity : 0.9;
}
.widget p a{
    display : block;
    margin-top : 10px;
    color : #323C73;
}
.widget p a:hover{
    color : #bb2d20;
}
a.podernuovo{
    font-weight: bold;
    text-decoration : none;
    background: url(images/podernuovo.png) no-repeat left top;
    float : left;
    height : 90px !important;
    width : 160px;
    margin-top : 15px;
    font-size : 13px;
    padding : 100px 45px 0px 40px;
    line-height: 140%;
}
a.podernuovo:hover{
    color : rgb(101,83,59);
}

/* Footer */

#footer-container{
    height : 148px;
    background: url(images/footer.jpg) no-repeat center top;
}
#footer{
    margin : 0 auto;
    width : 960px;
    text-align : center;
    padding-top : 115px;
}
#footer a:hover{
    color : #A0845B;
}
.clearer {
    clear : both;
    height : 0px;
    float : none !important;
}
