/*
Theme Name: B&B Camilla
Description: B&B Camilla
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;
    font-size: 12px;
    color : rgb(63,51,33);
}
img, fieldset, input, textarea {
    border : 0px;
}
a *{
    cursor : pointer !important;
}
h1,h2,h3,h4,h5{
    display : block;
    font-weight : normal;
}

/* Inizio struttura */

body{
    background : #F3F0C3 url(images/body-bg.jpg) repeat-x left top;
}
#main-container{
    background : url(images/main-bg.jpg) no-repeat center top;
}
#top-container{
    margin : 0 auto;
    width : 975px;
}
#top-container, #content{
    margin : 0 auto;
    width : 960px;
    padding-right : 15px;
}
#top{
    height : 100px;
    width : 975px;
    position : relative;
}
#header{
    margin-top : 30px;
    width : 920px;
    padding : 20px;
    height : 260px;
    margin-bottom  :70px;
}
#header .slider{
    width : 920px;
    height : 300px;
    overflow : hidden;
}

/* Logo */

.logo{
    float : left;
    height : 65px;
    width : 227px;
    margin-top : 30px;
}
.logo a{
    float : left;
    height : 65px;
    width : 227px;
    background: url(images/logo.jpg) no-repeat left top;
}

/* Navigation */

#navigations {
    float : left;
    font-family : Georgia;
    height : 1%;
    width : 515px;
    margin-left : 45px;
    margin-top : 50px;
}
#navigations ul li{
    float : left;
    margin-right : 25px;
}
#navigations ul li a{
    font-family : Georgia;
    color : rgb(63,51,33);
    text-decoration : none;
    font-size : 14px;
}
#navigations ul li a.active, #navigations ul li a:hover{
    color : rgb(187,109,32);
}

/* Lingua */

.language{
    height : 21px;
    width : 108px;
    float : right;
    margin-bottom : 30px;
    margin-right : 35px;
    position : absolute;
    right : 0px;
    top : 45px;
}
.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;
}

/* Content */

#content{
    margin : 0 auto;
    width : 960px;
    padding : 0px 0px 5px 0px;
    background: url(images/content-bg.jpg) repeat-y 200px top;
}
.primary-content{
    float : right;
    width : 740px;
}
.posts{
    float : left;
    width : 480px;
    padding-top : 5px;
}
.widgets{
    float : right;
    width : 240px;
}

/* 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 : 3px;
    display : block;
}
.posts a.title{
    color : rgb(207,99,26);
    font-size : 18px;
    text-decoration : none;
    margin-bottom : 3px;
}
.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;
    margin : 10px 0px;
}
.posts .post{
    margin-bottom : 20px;
}

/* WIDGET */

.widget{
    margin-bottom : 10px;
}
.widget .title{
    text-align: center;
    background: url(images/widget.png) no-repeat left top;
    color : rgb(187,109,32);
    font-size : 18px;
    width : 240px;
    padding : 37px 0px 38px 0px;
}
.widget .middle{
    background: #F9F7DF;
    padding-bottom : 20px;
}
.widget .middle img{
    margin-bottom : 5px;
}
.image{
    margin-left : 20px;
    padding-top : 15px;
}
.widget p{
    font-size : 14px;
    line-height : 120%;
    text-align: center;
    padding: 10px 20px 0px 20px;
}
.widget a:hover img{
    opacity : 0.9;
}
.widget p a{
    display : block;
    margin-top : 10px;
    color : rgb(187,109,32);
    width : 200px;
    text-align : center;
}
.widget p a:hover{
    color : #DD8B10;
}

/* 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(226,220,132);
}
.link ul ul{
    border : 0px !important;
    margin-top : -1px;
}
.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 solid rgb(226,220,132);
}
.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%;
    padding : 5px 5px 5px 15px;
}
.link ul li li a{
    font-size : 12px;
    padding-left : 30px;
}
.link ul li a:hover, .link ul li a.active{
    color : #DD8B10;
    text-decoration : none;
    background: rgb(249,247,223);
}
ul.livsec li a:hover{
    text-decoration : none;
    color : #DD8B10 !important;
    background: url(images/li-bg.gif) no-repeat 15px 8px;
}

/* Sidebar */

.sidebar{
    float : left;
    width : 195px;
    padding : 25px 0px 0px 0px;
}

/* Footer */

#footer-container{
    height : 59px;
    margin-top  :25px;
    background: url(images/footer-bg.jpg) repeat-x left top;
}
#footer{
    margin : 0 auto;
    width : 960px;
    padding-top : 34px;
    text-align : center;
}
#footer a{
    text-decoration : underline;
}
.clearer {
    clear : both;
    height : 0px;
    float : none !important;
}
.entry table{
    margin-top : 15px;
}
.entry table td{
    float : left;
    padding-right : 10px;
}
.entry table td img{
    margin : 0px 0px 25px 0px !important;
}
.entry table td a:hover img{
    opacity : 0.9;
}
.entry table td strong{
    display : block;
    margin: 7px 0px 0px 0px;
}
.entry table td a{
    text-decoration: none !important;
}

/* Pagina Secondaria */

.page .posts{
    width : 715px;
    padding-right : 15px;
}
.page .posts .entry img{
    margin-right : 10px;
}
.sidebar .the-box{
    float : left;
    width : 160px;
    margin-bottom : 20px;
    padding : 15px;
    background: #F9F7DF;
    border-bottom : 5px solid #E2DC84;
}
.the-box .title{
    color:#BFBA6B;
    font-size:18px;
    margin-bottom:5px;
    text-decoration:none;
}
.the-box a.more{
    display : block;
    margin : 3px 0px 0px 0px;
    text-decoration: none;
    color : #CF631A;
}
.the-box a.more:hover{
    color : #EF7A2C;
}
.the-box p{
    line-height: 140%;
}