/*  
Theme Name: Podere Santa Croce
Description: Podere Santa Croce
Version: 0.99
Author: Web Maremma
Author URI: http://www.webmaremma.com/
*/

/* Resetter */

* {
    margin: 0;
    padding: 0;
}
ul, ol, li {
    list-style: none;
    position : relative;
}

/* Inizio Tipografia e colori */

body, a, input {
    font-family: Georgia, Arial,"Trebuchet MS", Tahoma, lucida-sans;
    font-size: 62.5%;
    /* Resets 1em to 10px */
    font-size: 13px;
    color : rgb(97,89,68);
    line-height: 130%;
}
img, fieldset {
    border : 0px;
}
body{
    background : url(images/body-bg.jpg) repeat left top;
}
a {
    text-decoration : underline;
}
a *{
    cursor : pointer;
}
h1,h2,h3,h4,h5{
    display : block;
    font-weight : normal;
    margin-bottom : 10px;
}
.title{
    font-size : 24px;
    font-weight : normal;
    color : #B54439;
    text-decoration : none;
}

/* Lista Generica */

.post ul{
    margin : 10px 0px;
}
.post ul li a, .post .entry a{
    color : #546244;
}
.post ul li a:hover, .post .entry a:hover{
    color : #B54439;
}

/* Fine Tipografia e colori. Inizio struttura */

#main-container{
    background : rgb(254,242,215);
    width : 960px;
    margin : 0 auto;
    position : relative;
    margin-bottom : 50px;
    padding-bottom : 70px;
    height : 1%;
}

#top{
    height : 105px;
    background: url(images/top-bg.jpg) repeat-x left top;
    width : 960px;
}
.primary-content{
    float : left;
    width : 710px;
}
.secondary-content{
    float : right;
    width : 240px;
}
/* LINGUA */

.language{
    height : 21px;
    width : 108px;
    float : right;
    margin-bottom : 30px;
    margin-right : 35px;
}
.language a{
    height : 21px;
    float : left;
    margin-right : 6px;
    width : 21px;
}
.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;
}

/* Navigations */

#navigations{
    float:left;
    width : 570px;
    margin-top : 40px;
    margin-left : 20px;
}
ul#navigations li{
    float : left;
    width : 170px;
    margin-bottom : 10px;
}
ul#navigations li.first{
    width : 100px;
}
ul#navigations li.second{
    width : 120px;
}
ul#navigations li a{
    text-decoration : none;
    font-size : 16px;
    color : rgb(125,108,89);
}
ul#navigations li a:hover, ul#navigations li a.active{
    color : rgb(84,118,65);
}

/* Links TOP */

#top .links{
    float : right;
    height : 63px;
    width : 137px;
    margin-top : 35px;
    margin-right : 15px;
}
#top .links a{
    float : left;
    height : 63px;
    width : 53px;
    margin-right : 15px;
}
#top .links a.icea{
    background: url(images/icea.jpg) no-repeat left top;
}
#top .links a.aiab{
    background: url(images/aiab.jpg) no-repeat left top;
    width : 64px;
    margin-right : 0px;
}

/* Logo */

.logo{
    height : 77px;
    width : 159px;
    float : left;
    margin-top : 30px;
    margin-left : 40px;
}
.logo a{
    height : 77px;
    width : 159px;
    float : left;
    background: url(images/logo.jpg) no-repeat left top;
}

/* Header */

#header{
    width : 710px;
    position : relative;
    height : 284px;
    float : left;
}
.slider{
    height : 284px;
    width : 715px;
    position : relative;
}
.flag{
    background: url(images/flag.png) no-repeat left top;
    height : 284px;
    position : absolute;
    width : 715px;
    left : 0px;
    top : 0px;
}
a.back{
    width : 44px;
    height : 44px;
    background: url(images/back.png) no-repeat left top;
    float : left;
    position  :absolute;
    left : 20px;
    top : 120px;
    cursor : pointer;
}
a.back:hover{
    background: url(images/back.png) no-repeat left -44px;
}
a.foward{
    width : 44px;
    height : 44px;
    background: url(images/foward.png) no-repeat left top;
    float : left;
    position  :absolute;
    right : 15px;
    top : 120px;
    cursor : pointer;
}
a.foward:hover{
    background: url(images/foward.png) no-repeat left -44px;
}

/* Lista Link e Sottolista */

.link{
    position : relative;
    padding-top : 20px;
    float : left;
    width : 200px;
    margin-bottom : 20px;
}
.link ul{
    width : 200px;
    margin : 0px;
    margin-bottom : 15px;
    padding-left : 0px;
}
.link ul.livsec{
    width : auto;
    margin : 0px;
    padding-left : 0px;
    margin-top : 3px;
}
.link ul li{
    list-style : none;
    position : relative;
    clear : both;
    width : 200px;
    border-bottom : 1px solid rgb(247,220,168);
}
.link ul li.open{
    height : auto !important;
}
.link ul.livsec{
    float : left;
}
.link ul li a{
    display : block;
    text-decoration : none;
    font-size : 13px;
    color : rgb(84,98,68);
    line-height : 130%;
    background: url(images/li-bg.gif) no-repeat left 8px;
    padding : 5px 5px 5px 15px;
}
.link ul li li a{
    font-size : 12px;
    padding-left : 30px;
    background: url(images/li-bg.gif) no-repeat 15px 8px;
}
.link ul li a:hover, .link ul li a.active{
    color : #B54439;
    text-decoration : none;
    background: rgb(255,249,236) url(images/li-bg.gif) no-repeat left 8px;
}
ul.livsec li a:hover{
    text-decoration : none;
    color : #B54439 !important;
    background: rgb(255,249,236) url(images/li-bg.gif) no-repeat 15px 8px;
}

/* Post */

.posts{
    float : right;
    width : 480px;
    padding-top : 20px;
}
.posts .title{
    margin-bottom : 5px;
    display : block;
    font-style : italic;
}
.posts a.title{
    color : rgb(84,118,65);
    font-size : 18px;
}
.posts a.title:hover{
    color : #B54439;
}
.post img{
    background: #FFF9EB;
    padding : 7px;
    border : 1px solid #F7DCA8;
    float : left;
    margin : 0px 0px;
}
.posts .post{
    margin-bottom : 20px;
}
.posts .post p{
    padding-top : 10px;
}

/* Sidebar */

.sidebar{
    float : right;
    width : 240px;
    padding-top : 5px;
}
.widget{
    position : relative;
}
.widget div.text{
    width : 200px;
    padding : 40px 20px 20px 19px;
    text-align : center !important;
}
.widget .top{
    background: url(images/widget-t.jpg) repeat left top;
    height : 15px;
    width : 239px;
}
.widget .middle{
    background: url(images/widget-c.jpg) repeat-y left top;
    height : auto;
    width : 239px;
}
.tipica .top-bg{
    height : 74px;
    width : 74px;
    position: absolute;
    left : 85px;
    top : -10px;
    background: url(images/tipica.png);
}
.offerte .top-bg{
    height : 50px;
    width : 143px;
    position: absolute;
    left : 50px;
    top : -13px;
    background: url(images/offerte.png);
}
.territorio .top-bg{
    height : 69px;
    width : 66px;
    position: absolute;
    left : 90px;
    top : -13px;
    background: url(images/territorio.png);
}
.bottom{
    background: url(images/widget-b.jpg) repeat left top;
    height : 15px;
    padding : 0px;
    margin-bottom : 20px;
}
.widget .title{
    font-size : 16px;
    font-weight : bold;
    text-transform : uppercase;
    text-align : center;
    padding : 15px 10px;
    color : #547641;
}
.widget img{
    margin-bottom : 5px;
}
.widget p{
    font-style: italic;
    font-size : 12px;
    padding : 10px 10px 0px 10px;
}
.widget p a{
    color : #547641;
    display : block;
    margin-top : 10px;
}

/* Footer */

#footer{
    width : 880px;
    position : absolute;
    left : 20px;
    bottom : -15px;
    height : 35px;
    background: rgb(247,220,168);
    font-size : 12px;
    font-style : italic;
    padding : 20px 20px;
    text-align : center;
}
#footer a{

}
#footer a:hover{

}

/* Regole Uso Generale */

.clearer {
    clear : both;
    height : 0px;
    float : none !important;
}