/*  
Theme Name: Villa Giulia
Description: Villa Giulia
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 {
    text-decoration : none;
}
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(125,115,110);
    line-height : 130%;
}
img, fieldset, input, textarea {
    border : 0px;
}
a *{
    cursor : pointer !important;
}
a{
    color : rgb(135,125,120);
    text-decoration : none;
}
h1,h2,h3,h4,h5{
    display : block;
    font-weight : normal;
}
.title{
    font-size : 30px;
    color : rgb(80,110,80);
    margin-bottom : 15px;
}
.post-title{
    color : rgb(80,110,80);
    font-size : 16px;
    float : left;
    margin : 5px 0px 15px 0px;
}

/* Inizio struttura */

#top-container {
    height : 430px;
    background: url(images/top-bg.jpg) repeat left top;
    padding-top : 40px;
}
#central-container{
    background: url(images/content-bg.jpg) no-repeat center top;
}
.content{
    margin : 0 auto;
    width : 960px;
}
#header{
    margin : 0 auto;
    background : #fff;
    height : 340px;
    position : relative;
    padding : 10px;
    width : 940px;
}

/* Languages */

.language{
    position : absolute;
    width : 65px;
    height : 42px;
    right : 10px;
    top : -5px;
}
.language a{
    float : left;
    height : 42px;
    width : 30px;
    background : url(images/flag.png) no-repeat left top;
}
.language a.en{
    float : right;
    background : url(images/flag.png) no-repeat right top;
}

/* Navigation */

#navigation {
    height : 380px;
    width : 210px;
    position : absolute;
    left : 0px;
    top : -10px;
    background: url(images/navigation.png) no-repeat left top;
}
.logo{
    width : 140px;
    height : 100px;
    background: url(images/logo.png) no-repeat left top;
    margin : 40px 10px 10px 24px;
}
.logo a{
    width : 140px;
    height : 100px;
    float : left;
}
#navigation ul{
    width : 145px;
    padding : 0px 35px 0px 20px;
}
#navigation ul li{
    text-align : right;
    width : 145px;
    padding : 3px 0px;
}
#navigation ul li a{
    color : #fff;
    font-size : 16px;
}
#navigation ul li a:hover{
    color : #E1EFE0;
}

/* Div Slider */

.slider{
    float : right;
    width : 750px;
    height : 340px;
    position : relative;
}
.slider .opacity{
    height : 50px;
    width : 750px;
    background:#fff;
    position : absolute;
    opacity : 0.7;
    bottom : 0px;
}
.slider .text{
    height : 37px;
    width : 710px;
    position : absolute;
    padding : 8px 20px 5px 20px;
    text-align : right;
    bottom : 0px;
}
.slider .text .title{
    color : rgb(55,75,55);
}

/* Gestione dei post */

.posts{
    float : left;
    width : 600px;
    padding : 20px 30px;
    margin-top : -30px;
    background: #fff;
}
.post{
    margin-bottom : 20px;
}
.post .entry a{
    color : rgb(80,110,80);
    text-decoration : underline;
}
.post ul{
    margin : 10px 0px 10px 15px;
}
.post ul li{
    list-style: circle;
    color : rgb(80,110,80);
}
.post ul li a{
    text-decoration : underline;
}
.post img{
    float : left;
    margin : 5px 15px 5px 0px;
}
.post .image{
    margin : 20px 0px;
}
.entry{
    clear : both;
    width : 600px;
}
.post-title:hover, .entry a:hover{
    color : #6B8F6B;
}
.more{
    font-style : italic;
    font-size : 16px;
    float : left;
    margin : 10px 0px;
}
.more:hover{
    text-decoration : underline;
}

/* Elementi Sidebar */

.sidebar {
    float : right;
    width : 300px;
}
.sidebar .widget{
    padding : 20px;
    width : 260px;
    margin-bottom : 10px;
}
.sidebar .widget.gallery{
    padding : 44px 0px 0px 0px;
    width : 300px;
    margin-bottom : 20px;
    background: url(images/widget.png) no-repeat left top;
}
.sidebar .widget.gallery div.body{
    padding : 20px 20px 0px 20px;
    background: rgb(240,235,233);
    width : 260px;
}
.sidebar .widget.gallery .title{
    color : rgb(156,136,132);
    width : 260px;
    text-align : center;
    margin-bottom : 25px;
}
.sidebar .widget.gallery ul li{
    float : left;
    margin-bottom : 20px;
}
.sidebar .widget.gallery ul{
    float : left;
}
.sidebar .widget.gallery ul li.even{
    float : right;
}
.sidebar .widget.gallery ul li img{
    border : 10px solid rgb(225,214,212);
}
.sidebar .widget.gallery ul li a:hover img{
    border : 10px solid rgb(234,224,223);
}
.sidebar .widget.green .title{
    color : #fff;
    width : 260px;
    text-align : center;
    margin-bottom : 25px;
}
.widget.green{
    background: url(images/widget-green.jpg) repeat-y left top;
    padding : 20px;
    width : 260px;
}
.widget.green img{
    border : 10px solid rgb(80,110,80);
    margin-bottom : 20px;
}
.sidebar .widget.green, .sidebar .widget.green a{
    color : #fff;
}
.widget.green a:hover img{
    opacity : 0.9;
}
.widget.links{
    padding : 0px !important;
    width : 300px;
    background: url(images/widget-ul.jpg) no-repeat left top;
    padding-top : 67px !important;
}
.widget.links li{
    width : 260px;
    padding : 7px 20px 10px 20px;
    text-align : center;
    background: url(images/widget-li.jpg) no-repeat left bottom;
}
.widget.links li a{
    text-decoration : none;
    font-size : 16px;
}
.widget.links li a:hover{
    color : #AFA6A4;
}

/* Gestione del footer */

#footer-container{
    background: url(images/top-bg.jpg) repeat left top;
}
#footer{
    margin : 0 auto;
    width : 960px;
    padding : 25px 0px 20px 0px;
}
#footer .copyright{
    float : left;
    padding : 10px 0px;
    width : 600px;
}
.social{
    width : 100px;
    float : right;
    height : 45px;
}
.social a{
    float : left;
    height : 45px;
    width : 45px;
    background: url(images/facebook.png) no-repeat left top;
    cursor : pointer;
}
.social a.twitter{
    float : right;
    background: url(images/twitter.png) no-repeat left top;
}
.trip-adv{
    float : right;
    width : 142px;
    height : 23px;
    background: url(images/trip-adv.png) no-repeat left top;
    margin-top : 10px;
    margin-right : 25px;
    cursor : pointer;
}

/* Regole Generali */

.clearer {
    clear : both;
    height : 0px;
    float : none !important;
}
