/* fonts */

@font-face {
	font-family: Typo;
	src: url('fonts/Typo.ttf') format('truetype');
}

body{
	font-family: Typo, Georgia, serif;
	background:url('img/sfondo.jpg') left top no-repeat;
	color: #623606;
}

#wrapper{
	position:relative;
	width:930px;
	margin:0 auto;
	
	background-image: url('img/pinup3.png');
	background-position: right 100px;
	background-repeat:no-repeat;
	
}

h1{
	position:absolute; top:0; left:0;
	width:220px;
	height:210px;
	float:left;
	background:url('img/loghino2.png') center no-repeat;
	/* background: qui ci va il logo */
}

h1 a{display:block; text-indent:-999em; height:100%;}

h2{
	font-size:1.4em;
	padding: 0.2em 0 0.3em 0;
	text-align:center
}

ul#menu-top{
	height:180px;
	margin-left: 230px;
}

ul#menu-left{
	width:180px;
	height:400px;
	float:left;
	margin-top:40px;
}

ul#menu-top li{
	margin-top:30px;
}

ul#menu-left li{
	margin-left:40px;
}

ul.menu li{
	height:135px;
	width:135px;
	float:left;
}

ul.menu li a{
	display:block;
	text-indent:-999em;
	height:100%;
}

#content{
	margin-left:180px;
	width:550px;
	font-size: 1.05em; 
	line-height: 1.3em;
	letter-spacing: 0.1em;
}

#cornice-top{height:123px; background: url('img/cornice-top.png') center bottom no-repeat;}
#cornice-bottom{height:128px; background: url('img/cornice-bottom.png') center bottom no-repeat;}
#content-body{background: url('img/cornice-body.png') center bottom repeat-y; }

#content-body div{
	margin: -50px 70px; 
	min-height: 380px;
}

#content-body div div{
	margin: 0; 
	max-height: 200px;
	height: 200px;
}



#content p{
	padding-bottom:0.3em;
}

.gallery ul{display:block; float:left}
.gallery li{float:left}
.gallery li img{border:1px solid #923606; padding: 2px; margin:6px;}
.gallery{display:block;height:auto !important; min-height:0 !important; margin-bottom:1em}

#footer{
	clear:both;
	text-align:center;
	font-size:0.9em;
	font-weight:bold;
}

#footer a:link, #footer a:visited{
	color: #623606;
}

#content-body a:link, #content-body a:visited{
	color: #623606;
}

/* immagini menu */

.menu li a{
	background-position: center center;
	background-repeat: no-repeat;
}
.menu #abbr	{background-image:url('img/abbronzatura.png') }
.menu #sw	{background-image:url('img/software.png') }
.menu #form	{background-image:url('img/formazione.png') }

.menu #evt	{background-image:url('img/eventi.png') }
.menu #club	{background-image:url('img/club.png') }
.menu #cont	{background-image:url('img/contatti.png') }


/* eventi e corsi */
ul.calendar{
	font-size:0.8em;
}

ul.calendar li{
	margin-bottom: 0.3em;
}

ul.calendar span.date{
	font-weight:bold;
	font-size:0.9em;
	border-bottom: 1px dashed #623606;
	padding-bottom:2px;
	margin-bottom:-2px;
}

.sw ul{
	list-style-type:circle;
	margin-left:1em;
	margin-bottom:1em;
}

.sw{font-size:0.9em;}

/* contatti */
label{
	display:block;
	text-align:right;
	padding-right:0.5em;
	font-weight:bold;
}

input, textarea{
	width:88%; margin-left:10%;
	border:1px solid #623606;
	padding:0.2em;
}

input[type=submit]{
	width:10em;
	font-weight:bold;
	font-size: 1.2em;
	color: #623606;
	margin-top:0.3em;
}

strong {font-weight:bold}