/*  
Theme Name: 
Description: 
Version: 0.99
Author: Web Maremma
Author URI: http://www.webmaremma.com/
*/

/* 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, Arial, Helvetica, lucida-sans, Tahoma;
    font-size: 12px;
    color : rgb(74,64,52);
}
img, fieldset, input, textarea {
    border : 0px;
}
a *{
    cursor : pointer !important;
}
h1,h2,h3,h4,h5{
    display : block;
    font-weight : normal;
}
h1{
    color : #CF631A;
    font-size : 22px;
    margin : 10px 0px;
}
h2{
    color : #4E682B;
    font-size : 18px;
    margin : 10px 0px;
}
h3{
    font-size : 14px;
    font-weight : bold;
    margin : 5px 0px;
}

/* Inizio struttura */

body{
    background : rgb(251,247,230);
}
#top-container {
    background: url(images/to-bg.jpg) repeat-x left top;
}
#top{
    margin : 0 auto;
    width : 960px;
    height : 99px;
    position : relative;
}
.logo, .logo a{
    float : left;
    width : 212px;
    margin-top : 22px;
    height : 55px;
    cursor : pointer !important;
}
.logo a{
    background: url(images/logo.png) no-repeat left top;
    margin : 0px;
}
.offer{
    position : absolute;
    right : 20px;
    top : 20px;
    height : 94px;
    cursor : pointer !important;
    width : 95px;
    background: url(images/offerte.png) no-repeat left top;    
}

/* Navigation */

#navigations {
    float : left;
    font-family : Georgia;
    height : 1%;
    margin : 58px 0px 0px 145px;
    width : 460px;
}
#navigations ul li{
    float : left;
    margin-right : 25px;
}
#navigations ul li a{
    font-family : Georgia;
    color : rgb(255,252,200);
    text-decoration : none;
    font-size : 16px;
}
#navigations ul li a.active, #navigations ul li a:hover{
    color : #FCDC43;
}

/* Lingua */

.language{
    height : 21px;
    width : 108px;
    float : right;
    margin-bottom : 30px;
    margin-right : 35px;
    position : absolute;
    left : 0px;
    top : -3px;
}
.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{
    margin : 0 auto;
    width : 960px;
    position : relative;
    height : 387px;
    margin-top : 15px;
}
.slider{
    height : 387px;
    width : 960px;
    position : relative;
}
.flag{
    background: url(images/header.png) no-repeat left top;
    height : 387px;
    position : absolute;
    width : 960px;
    left : 0px;
    top : 0px;
}
a.back{
    width : 49px;
    height : 48px;
    background : url(images/back-foward.jpg) no-repeat left top;
    float : left;
    position : absolute;
    left : 410px;
    top : 330px;
    cursor : pointer;
}
a.back:hover{
    background : url(images/back-foward.jpg) no-repeat left -48px;
}
a.foward{
    width : 49px;
    height : 48px;
    background : url(images/back-foward.jpg) no-repeat -50px top;
    float : left;
    position : absolute;
    right : 433px;
    top : 330px;
    cursor : pointer;
}
a.foward:hover{
    background: url(images/back-foward.jpg) no-repeat -50px -48px;
}

/* Content */

#content{
    margin : 0 auto;
    width : 960px;
    padding : 0px 0px 20px 0px;
}
.primary-content{
    float : right;
    width : 740px;
}
.posts{
    float : left;
    width : 480px;
    padding : 20px 0px 0px 0px;
}
.widgets{
    float : right;
    width : 240px;
    padding : 0px 0px 0px 0px;
}

/* Gestione dei post */

.post .entry{
    line-height : 140% !important;
}
.post ul{
    margin : 10px 0px;
    padding-left : 14px;
}
.post ul li{
    list-style: disc;
}
.post .entry p {
    padding : 5px 0px;
}
.posts .title{
    margin-bottom : 5px;
    display : block;
}
.posts a.title{
    color : rgb(207,99,26);
    font-size : 18px;
    text-decoration : none;
    margin-bottom : 10px;
}
.posts a.title:hover{
    color : rgb(185,90,41);
}
.post .entry a{
    text-decoration : underline;
}
.post .entry a:hover{
    color : rgb(131,122,111);
}
.post img{
    float : left;
    border : 10px solid rgb(244,236,202);
    margin : 10px 0px 15px 0px;
}
.posts .post{
    margin-bottom : 20px;
}

/* Sidebar */

.sidebar{
    float : left;
    width : 195px;
    padding : 25px 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;
}
.link ul.livsec{
    width : auto;
    margin : 0px;
    margin-top : 3px;
}
.link ul li{
    list-style : none;
    position : relative;
    clear : both;
    width : 200px;
    border-bottom : 1px dotted rgb(223,206,143);
}
.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 : rgb(78,104,43);
    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 : #DD8B10;
    text-decoration : none;
    background: url(images/li-bg.gif) no-repeat left 8px;
}
ul.livsec li a:hover{
    text-decoration : none;
    color : #DD8B10 !important;
    background: url(images/li-bg.gif) no-repeat 15px 8px;
}

/* WIDGET */

.widget{
    margin-bottom : 10px;
}
.widget .top{
    background: url(images/top-li.jpg) repeat-x left top;
    height : 10px;
    width : 240px;
}
.widget .middle{
    background: url(images/widget-bg.jpg) repeat left top;
    height : auto;
    width : 240px;
    padding-bottom : 25px;
}
.widget .middle img{
    margin-bottom : 5px;
}
.widget h2, .widget h3{
    margin : 0px;
    padding-top  :15px;
    margin-bottom : 5px;
}
.widget .title{
    font-size : 16px;
    font-weight : bold;
    text-align : center;
    text-transform : uppercase;
    color : rgb(209,99,26);
}
.widget img{
    margin-bottom : 5px;
}
.widget p{
    font-size : 14px;
    padding : 5px 15px 0px 15px;
    line-height : 120%;
    width : 210px;
    text-align : center;
    color : rgb(74,64,52);
}
.widget a:hover img{
    opacity : 0.9;
}
.widget p a{
    display : block;
    margin-top : 10px;
    color : rgb(78,104,43);
}
.widget p a:hover{
    color : #DD8B10;
}

/* Footer */

#footer-container{
    height : 52px;
    background: url(images/footer.jpg) repeat-x left top;
}
#footer{
    margin : 0 auto;
    width : 960px;
    color : #fff;
    padding-top : 22px;
    font-style : italic;
    text-align : center;
}
#footer a{
    color : #fff;
    font-style : italic;
    text-decoration : underline;
}

.clearer {
    clear : both;
    height : 0px;
    float : none !important;
}
