/*  
Theme Name: Sovana.eu
Description: Sovana.eu
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, "Trebuchet MS", Tahoma, lucida-sans, Arial;
	font-size: 62.5%;
	/* Resets 1em to 10px */
	font-size: 12px;
	color : rgb(80,77,70);
	line-height: 140%;
}
img, fieldset {
	border : 0px;
}
body{
	background : rgb(248,244,233) url(http://www.sovana.eu/wp-content/themes/sovanaeu/images/body-bg.jpg) repeat-x left top;
}
a *{
    cursor : pointer !important;
}
h1,h2,h3,h4,h5{
    display : block;
	font-weight : normal;	
}
h1{
    color : rgb(97,89,68);
    font-style : italic;
    font-weight: normal;
    font-size: 16px;
}
h2 {
	font-size : 18px;
	color : rgb(184,155,0);
	font-style : normal;
    padding-bottom : 10px;
}
h2 a{
	font-size : 18px;
	color : rgb(184,155,0);
	text-decoration : none;
}
h2 a:hover{
	color: rgb(210,192,100);
}
h3{
	font-size : 14px;
	color : rgb(184,155,0);
	font-style : normal;
    padding-bottom : 2px;
    color : rgb(184,155,0);
}
h3 a{
	font-size : 14px;
	font-style : normal;
    color : rgb(184,155,0);
    text-decoration : none;
}
h3 a:hover{
    color: rgb(210,192,100);
    text-decoration: none;
}
h4{
	font-size : 14px;
	color : rgb(80,77,70);
	font-style : normal;
    padding-bottom : 2px;
}

/* LINGUA */

.language{
    position : absolute;
    right : -5px;
    top : 7px;
    height : 21px;
    width : 108px;
}
.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;
}


/* Lista Generica */

ul{
	margin-bottom : 15px;
}

/* Fine Tipografia e colori. Inizio struttura */

#top {
    height: 124px;
    width: 960px;
    background: url(http://www.sovana.eu/wp-content/themes/sovanaeu/images/top-bg.jpg) no-repeat left top;
}
#main-container{
    margin: 0 auto;
    width: 960px;
}
#central-container{
    width : 960px;
    background: url(http://www.sovana.eu/wp-content/themes/sovanaeu/images/content-bg.jpg) repeat-y left top;
}
#content{
    width : 670px;
    float : left;
}

/* Elementi interni al div #top*/

.logo{
	float : left;
	height : 40px;
	width : 170px;
	margin-top : 30px;
}
.logo a{
	float : left;
	height : 40px;
	width : 170px;
}
.search{
    height : 25px;
    padding-top : 38px;
    width : 280px;
    float : right;
}
.search form input{
    height : 23px;
    padding-top : 2px;
    font-size : 14px;
    width : 190px;
    padding-left : 10px;
    padding-right : 10px;
    border : 0px;
    float : left;
    background: none;
}
.search form input.submit{
    width : 60px;
    padding : 0px;
    margin-right : 3px;
    padding-bottom : 5px;
    background: none;
    float : right;
    cursor: pointer;
    text-align : center;
}

/* Header */

#header{
	width : 670px;
	height : 200px;
	position : relative;
}
#header div{
    background: url(http://www.sovana.eu/wp-content/themes/sovanaeu/images/under-bg.jpg) no-repeat left top;
    height : 42px;
    width : 646px;
    padding : 8px 12px 0px 12px;
    color : rgb(97,89,68);
    font-style : italic;
}

/* Navigation */

#navigation{
    height : 29px;
    width : 960px;
    float : left;
    margin-top : 10px;
}
#navigation ul{
    width : 900px;
    float : left;
    height : 29px;
}
#navigation ul li{
    float : left;
    height : 29px;
    margin-right : 20px;
}
#navigation ul li a{
    text-decoration: none;
    color : rgb(184,155,0);
    float : left;
    padding-top : 6px;
    height: 23px;
    width : auto;
}
#navigation ul li a:hover, #navigation ul li a.active{
    color : rgb(210,192,100);
}

/* Lista Link e Sottolista */

.link{
	float : left;
	width : 175px;
	padding-left : 10px;
	position : relative;
    padding-top : 15px;
}
.link ul{
	width : 175px;
	margin : 0px;
	margin-bottom : 15px;
	padding-left : 0px;
    float : left;
    height : 1%;
}
.link ul.livsec{
	width : auto;
	margin : 0px;
	padding-left : 0px;	
}
.link ul li{
    border-bottom : 1px solid rgb(237,229,202);
	list-style : none;
	position : relative;
	clear : both;
}
.link ul li.open{
	height : auto !important;
}
ul.livsec{
	float : left;
}
ul.livsec li{
	padding-left : 15px;
}
.link ul li a{
	display : block;
	height : 24px;
	text-decoration : none;
	padding-left : 15px;
	padding-top : 3px;
	font-size : 13px;
	color : rgb(184,155,0);
    width : 160px;
}
ul.livsec li a{
    width : 145px;
}
.link ul li a:hover, .link ul li a.active{
    color: rgb(210,192,100);
	text-decoration : none;	
}
ul.livsec li a:hover{
    color: rgb(210,192,100);
	text-decoration : none;	
}

/* Gestione Sottoliste Jquery */

a#park{
	cursor : pointer;
}

/* Post */

.posts{
	width : 460px;
	float : right;
	height : 1%;
    padding-top : 15px;
}
.post{
	margin-bottom : 20px;
	width : 450px;
	float : left;
	height : 1%;
}
.post img{
	float : left;
	margin-bottom : 10px;
}

.entry p{
        padding-bottom  :5px;
}

/* Lista post generica */

.post ul{
	margin-top : 15px;
    padding-left : 15px;
}
.post ul li{
    list-style:disc;
    color : rgb(184,155,0);
}
.post ul li a, .post .entry a{
	color : rgb(184,155,0);
	text-decoration : underline;
}
.post ul li a:hover, .post .entry a:hover {
    color: rgb(210,192,100);
 }

/* Sidebar */

#sidebar{
    float : right;
    width : 280px;
}
ul.structure{
    float : left;
    position : relative;
}
ul.structure li{
    background: #ffffff url(http://www.sovana.eu/wp-content/themes/sovanaeu/images/side-top.jpg) no-repeat left top;
    width : 280px;
    margin-bottom : 20px;
}
ul.structure li.last{
    margin-bottom : 0px;
}
ul.structure li img{
    margin-bottom : 2px;
}
ul.structure li div{
    padding : 4px;
    padding-bottom : 1px;
}
ul.structure li div.details{
    padding : 0px 5px;
}
ul.structure li div p{
    padding : 0px 5px;
    padding-bottom : 0px;
}
ul.structure li h3{
    padding-left : 5px;
    padding-right : 5px;
}
ul.structure li div.end-structure{
    background: url(http://www.sovana.eu/wp-content/themes/sovanaeu/images/side-bottom.jpg) no-repeat left bottom;
    padding : 0px;
    height : 7px;
}

/* Lista servizi sidebar */

ul.services{
    float : left;
    position : relative;
    margin-top  :10px;
}
ul.services li{
    background: url(http://www.sovana.eu/wp-content/themes/sovanaeu/images/wid-top.jpg) no-repeat left top;
    width : 280px;
    padding-top : 5px;
    margin-bottom : 20px;
}
ul.services li div{
    padding : 0px 10px 0px 10px;
    height : 85px;
    background: url(http://www.sovana.eu/wp-content/themes/sovanaeu/images/wid-center.jpg) repeat-y left top;
}
ul.services li img{
    float : left;
    padding : 4px;
    background: #fff;
}
ul.services li div.details{
    padding : 0px;
    background: none;
}
ul.services li div p{
    float : right;
    margin-top : -3px;
    width: 180px;
    height : 50px;
    overflow: hidden;
    margin-right : 10px;
}
ul.services li div p a{
    text-decoration : none;
}
ul.services li div p a:hover{
    text-decoration: underline;
}
ul.services li div.end-service{
    background: url(http://www.sovana.eu/wp-content/themes/sovanaeu/images/wid-bottom.jpg) no-repeat left bottom;
    height : 5px;
    padding : 0px;
}
ul.services h4{
    margin-bottom : 3px;
}

/* Footer */

#footer-container{
	background : rgb(240,236,211) url(http://www.sovana.eu/wp-content/themes/sovanaeu/images/footer-bg.jpg) repeat-x left top;
    clear : both;
}
#footer{
	margin : 0 auto;
	width : 960px;
    padding-bottom : 15px;
}
.pictures{
	width : 480px;
	float : left;
	height : 108px;
    margin-left : 190px;
	background : url(http://www.sovana.eu/wp-content/themes/sovanaeu/images/loghi-footer.jpg) no-repeat left top;
}
a.prygos{
	float : left;
	height : 69px;
	width : 72px;
	margin-top : 30px;
}
.pictures a{
    margin-top : 30px;
    height : 50px;
    float : left;
}
.pictures a.sovana{
	width : 75px;
}
.pictures a.hotel-scilla{
	width : 105px;
}
.pictures a.taverna-etrusca{
	width : 110px;
}
.pictures a.merli{
	width : 100px;
    margin-left : 10px;
}
#footer .text{
    margin : 0px;
    padding : 0px;
	width : 240px;
	float : left !important;
	margin-top : 20px;
    padding-left : 20px;
}
#footer .text a{
    color : #B89B00;
    text-decoration: none;
}
#footer .text a:hover{
    text-decoration : underline;
}

/* Regole Uso Generale */

.clearer {
  clear : both;
  height : 0px;
  float : none !important;
}