/*  
Theme Name: Poggio Foco
Description: Poggio Foco
Version: 0.99
Author: ResetStudio
Author URI: http://resetstudio.it/
*/

/* Resetter */

* {
	margin: 0;
	padding: 0;
}
ul, ol, li {
	list-style: none;
	position : relative;
}

/* Inizio Tipografia e colori */

body, a, input {
	font-family: Verdana, Arial, sans-serif;
	font-size: 62.5%;
	/* Resets 1em to 10px */
	font-size: 12px;
	color : rgb(31,26,23);
	line-height: 140%;
}
img, fieldset {
	border : 0px;
}
body{
    background : rgb(61,113,72);
}
a *{
    cursor : pointer !important;
}
h1,h2,h3,h4,h5{
    display : block;
	font-weight : normal;
    font-family: Georgia, Arial, lucida-sans !important;
}
h1{
    font-size : 18px;
    font-weight : bold;
    color : rgb(163,28,1);
}
h2{
    font-weight : normal;
	color : rgb(31,26,23);
    font-size : 16px;
}
.slider h2{
    font-size : 18px;
    font-weight : bold;
    color : rgb(163,28,1);
}
h3{
    font-size : 17px;
    font-style : italic;
    height : 27px;
    padding-top : 4px;
    text-align : left;
    color : #fff !important;
    padding-left : 15px;
}
h4{
    font-weight : bold;
	color : rgb(31,26,23);
    font-size : 12px;
}

/* Lista Generica */

ul{
	margin-bottom : 0px;
}

/* Fine Tipografia e colori. Inizio struttura */

#container{
    margin : 0 auto;
    width : 960px;
    background: rgb(122,164,129);
}
#top{
    height : 85px;
    width : 960px;
}

/* Elementi interni al div #top*/

.logo, .logo a{
    float : left;
    height : 85px;
    width : 150px;
}
.logo a{
    background: url(images/logo.jpg) no-repeat left top;
}
.text{
    height : 76px;
    padding-top : 10px;
    width : 660px;
    float : left;
    background: url(images/text-bg.jpg) no-repeat left top;
}
.title{
    width : 660px;
    font-weight : normal;
    font-style : italic;
    font-size : 32px;
    text-align : center;
    margin-bottom : 12px;
    color : #fff !important;
}
.subtitle{
    width : 660px;
    text-align : center;
    font-style : italic;
    font-size : 18px;
    color : #fff;
}
.right-image{
    width : 150px;
    float : left;
    height : 85px;
    background: rgb(101,143,108);
    text-align : center;
    padding-top : 0px;
}

/* Contenitori Centrali */

.content{
    float : left;
    width : 810px;
}
.sidebar{
    width : 150px;
    float : left;
    background: rgb(122,164,129) url(images/menu-left-bg.jpg) no-repeat left top;
}
.sidebar.right{
    float : right !important;
    background: rgb(122,164,129) !important;
}
.side-title{
    height : 70px;
    width : 150px;
display : block;
}
.side-title.vigneti{
    background: url(images/vigneti.jpg) no-repeat left top;
}
.side-title.last-minute{
    background: url(images/last-minute.jpg) no-repeat left top;
}
.menu{
    width : 150px;
}
.menu ul li{
    border-bottom : 1px solid rgb(63,114,71);
    border-top : 1px solid rgb(187,217,191);
    height : 33px;
    padding : 0px 0px;
}
.menu ul li.first{
    border-top : 0px;
}
.menu ul li a{
    font-family: Georgia, Arial, lucida-sans !important;
    font-size : 17px;
    font-style : italic;
    text-decoration : none;
    display : block;
    height : 29px;
    padding-top : 4px;
    text-align : right;
    padding-right : 15px;
}
.right .menu ul li a{
    font-family: Georgia, Arial, lucida-sans !important;
    font-size : 17px;
    font-style : italic;
    text-decoration : none;
    display : block;
    height : 29px;
    padding-top : 4px;
    text-align : left;
    padding-left : 15px;
    color : #1F1A17;
}
.menu ul li a:hover, .menu ul li a.active{
    background: rgb(187,217,191);
    color : rgb(163,28,1);
}
.right .menu ul li a:hover{
    background: #95B69B;
    color : #1F1A17;
}

/* Links */

.links ul li{
    padding : 15px 5px 0px 15px;
    background : none;
    margin : 0px;
    height : auto;
}
.links ul li a{
    text-decoration : none;
    color : #A31C01;
    line-height : 115%;
}
.links ul li a:hover{
    color : #B32306 !important;
}

/* Post */

.posts{
    background: rgb(198,232,205);
    padding : 20px 30px;
    width : 600px;
}
.post{
    width : 600px;
    margin-bottom : 20px;
}
.post .subtitle{
    color : #A31C01;
    text-align : left;
    margin-bottom : 10px;
}

/* Per eliminare lo sfondo verdino nelle pagine secondarie abilitare le seguenti regole.
   Occorre anche aggiungere la classe pages al div post
   Es: secondaria.php */

/* .posts.pages{
    background : none !important;
}*/

/* Content */

.primary-content{
    float : right;
    width : 660px;
}
.slider{
    width : 660px;
    height : 384px;
    position : relative;
}
.opacity{
    position : absolute;
    color : rgb(163,28,1);
    opacity : 0.7;
    text-align : center !important;
    height : 30px;
    padding-top : 4px;
    filter:alpha(opacity=70);
    top : 0px;
    width : 660px;
    background: rgb(122,164,129);
    .position : relative;
    .top : -388px;
}
.slider h2{
    position : absolute;
    top : 0px;
    text-align : center;
    width : 660px;
    padding-top : 7px;
    font-style: italic;
    font-weight : normal;
}
.map-link{
    height : 70px;
    width : 660px;
    background : rgb(61,113,72);
    _margin-top : -37px;
}
.map-link a{
    padding-top : 8px;
    color : rgb(163,28,1);
    font-style : italic;
    font-size : 16px;
    font-weight : bold;
    text-decoration : none;
    height : 30px;
    width : 242px;
    background: url(images/a-bg.jpg) no-repeat left top;
    margin-left : 200px;
    margin-top : 17px;
    float: left;
    text-align : center;
}
.map-link a:hover{
    color : rgb(179,35,6);
}

/* Footer */

#footer{
    text-align : center;
    padding-top : 10px;
    height : 25px;
    background: rgb(148,183,153);
    font-size : 11px;
    width : 690px;
    margin : 0 auto;
    padding-left : 270px;
}
#footer ul li{
    float : left;
}
#footer ul li a{
    text-decoration : none;
    color : #A31C01;
    font-size : 11px;
    padding-top : 2px;
    float : left;
}
#footer ul li span{
    float : left;
    text-align : center;
    width : 7px;
}
#footer a:hover{
    text-decoration : underline;
}

/* Regole Uso Generale */

.clearer {
  clear : both;
  height : 0px;
  float : none !important;
}