/*  
Theme Name: Le Pisanelle
Description: Le Pisanelle
Version: 0.99
Author: ResetStudio
Author URI: http://resetstudio.it/
*/

/* Resetter */

* {
	margin: 0;
	padding: 0;
}
ul, ol, li {
	list-style: none;
	position : relative;
}

/* Gestione PNG in ie6 */

a, div, img, input, h2 , li { behavior: url(iepngfix.htc) }

/* 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: 13px;
	color : rgb(62,34,30);
	line-height: 130%;
}
img, fieldset {
	border : 0px;
}
body{
	background : rgb(239,206,149) url(images/body-bg.jpg) repeat-x left top;
}
a {
	color : rgb(62,34,30);
	text-decoration : underline;
}
a:hover{
	color : rgb(187,17,26);
}
a *{
    cursor : pointer;
}
h1,h2,h3,h4,h5{
    display : block;
	font-weight : normal;	
}
h1{
	color : rgb(187,17,26);
	font-size : 22px;
	font-weight : normal;
	height : 30px;
}
h2 a{
	color : rgb(187,17,26);
	font-size : 16px;
	font-weight : normal;
	height : 30px;
	text-decoration : none;	
}
h2 a:hover{
	text-decoration : none;
	color : rgb(62,34,30);
}
h2 {
	height : 28px;
	padding-left : 0px;	
	padding-top : 12px;
	font-size : 22px;
	color : rgb(187,17,26);
}
h3{
	color : rgb(62,34,30);
	font-size : 14px;
	font-weight : bold;
	height : 30px;
}
h4{
	color : rgb(223,158,35);
	font-size : 12px;
	font-weight : bold;
	height : 30px;
	text-decoration : none;	
}

/* Lista Generica */

ul{
	margin-bottom : 15px;
}

/* Fine Tipografia e colori. Inizio struttura */

#main-container{
	background : url(images/container-bg.jpg) no-repeat center top;
}
#container{
	margin : 0 auto;
	width : 960px;
}
#top{
	height : 170px;
	position : relative;
}

/* Elementi interni al div #top*/

.language{
	float : left;
	height : 25px;
	width : 350px;
	margin-top : 100px;	
	margin-left : 5px;
}
.language a{
	float : left;
	color : rgb(223,158,35);
	text-decoration : none;
	float : left;
	padding : 0px 5px;
}
.language a:hover, .language a.active{
	text-decoration : none;
	color : rgb(187,17,26);
}
.language span{
	color : rgb(223,158,35);	
	float  :left;
}
#navigation{
	float : right;
	height : 25px;
	width : 375px;
	margin-top : 100px;
}
#navigation ul li{
	float : left;
}
#navigation ul li a{
	color : rgb(223,158,35);
	text-decoration : none;
	float : left;
	padding : 0px 5px;
}
#navigation ul li span{
	color : rgb(223,158,35);	
}
#navigation ul li a:hover{
	text-decoration : none;
	color : rgb(187,17,26);
}
.logo{
	position : absolute;
	height : 160px;
	width : 128px;
	top : -225px;
	left : 425px;
	z-index : 100;
}
.logo a{
	height : 160px !important;
	width : 128px !important;
	float : left;
	background : url(images/logo.png) no-repeat left top;
	_background : url(images/logo.gif) no-repeat left top;
}

/* Header ed elementi interni */

#header{
	height :285px;
	width : 960px;
	z-index : 50;
	margin-top : -30px;
	position : relative;
}
#header a{
	margin-top : -100px;
	display : block;
	height : 45px;
	width : 29px;
	position : absolute;
	top : 217px;	
}
#header a.foward{
	right : 10px;
	background : url(images/foward.png) no-repeat left top;
	_background : url(images/foward.gif) no-repeat left top;	
}
#header a.back{
	left : 10px;
	background : url(images/back.png) no-repeat left top;
	_background : url(images/back.gif) no-repeat left top;	
}
.head-title{
	height : 30px;
}
.head-title h1{
	text-align : center;
	font-size : 22px;
	margin-top : 13px;
}

/* Content ed elementi interni */

#central-container{
	padding-top : 15px;
	.padding-top : 25px;
	_padding-top  :15px;
}
#content{
	float : left;
	width : 690px;
        padding-bottom : 30px;
}
.text-content div{
	margin-bottom : 5px;
}
.text-content p{
       padding-bottom : 10px;
}
.text-content a:hover, #footer a:hover {
	color : rgb(187,17,26);
}
.text-content img{
	border : 10px solid rgb(243,219,178);
	margin-left : 0;
	margin-top : 5px;
}

/* Lista Link e Sottolista */

.link{
	position : relative;
	padding-top : 10px;
}
.link h2{
	height : 25px;
}
.link ul{
	width : 220px;	
	margin : 0px;
	margin-bottom : 15px;
	padding-left : 0px;	

}
.link ul.livsec{
	width : auto;
	margin : 0px;
	padding-left : 0px;	
}
.link ul li{
	height : 20px;
	list-style : none;
}
.link ul li.open{
	height : auto !important;
}
ul.livsec li{
	padding-left : 15px;
	border : 0px;
}
.link ul li a{
	display : block;
	height : 17px;
	text-decoration : none;
	padding-left : 15px;
	padding-top : 3px;
	color : rgb(62,34,30) !important;
}
.link ul li a:hover, .link ul li a.active{
	color : rgb(187,17,26) !important;
	text-decoration : none;
}
ul.livsec li a:hover{
	text-decoration : underline;
	color : rgb(62,34,30) !important;
	background : none;	
}

/* Elementi Widgets */

.widget{
	margin-bottom : 20px;
}

/* Sidebar */

#sidebar h2.title{
	height : 28px;
	background : rgb(243,219,178);
	padding-left : 15px;	
	padding-top : 12px;
	font-size : 22px;
}
#sidebar{
	width : 240px;
	float : right;
}

/* Gallery */

.gallery ul{
	margin-top : 20px;
	float : left;
}
.gallery ul li{
	height : 95px;
	width : 70px;
	float : left;
	position : relative;
	margin-right : 12px;
	_margin-right : 0px;
}
.gallery ul li.last{
	margin : 0px;
}
.gallery ul li a{
	float : left;
	height : 70px;
	width : 70px;
	padding : 5px;	
}
.gallery ul li a:hover{
	height : 70px;
	width : 70px;
	padding : 0px;
	border : 5px solid rgb(243,219,178);
}

/* Footer */

#footer{
	background : url(images/footer.jpg) repeat-x left top;
	padding-top : 20px;
	color : rgb(223,158,35);
	height : 59px;
}
#footer a{
	color : rgb(223,158,35);
}
#footer a:hover{
	color : #BB111A;
}
#footer-container{
	margin : 0 auto;
	width : 960px;
}
#footer div.credits{
	float : left;
	width : 690px;
	height : 40px;
	overflow : hidden;
}
#footer div.right{
	width : 240px;
	float : right;
	height : 40px;
}

/* Regole Uso Generale */

.clearer {
  clear : both;
  height : 0px;
  float : none !important;
}