
* { padding: 0; margin: 0; }

body {
font-family: Verdana, Helvetica, sans-serif;
font-size: 13px;
background-color:white;
}
img { border:0 }

a{ color:#e05206}

a:hover { text-decoration:none }

.nascosta {visibility:hidden}

.evidenza {color:#e05206;font-weight:bold }


#wrapper { 
width: 960px;
position:absolute;
top: 50%;
left: 50%;
width:960px;
height:450px;
margin-top: -215px; /*set to a negative number 1/2 of your height*/
margin-left: -480px; /*set to a negative number 1/2 of your width*/
background:url(../img/wrapper2.png) top right no-repeat;
border-bottom:4px solid #e05206
}

#blog a{
	background:none;
	font-family:georgia;
	font-size:20px;
	font-style:italic;
	color:#e05206;
}
/* animazione */

#links {
    float: left;
	font-size:1.7em;
	line-height:2.1em;
	letter-spacing:1px;
	font-family:Georgia;
	font-style:italic;
	height:330px;
	width:500px;
	padding:85px 0 0 33px;
}


#links a:focus {
    outline: 0;
}
#links a:hover {
    color:black;
}
#content-container {
	margin-top:40px;
    height: 240px;
    overflow: hidden;
    width: 400px;
}
#content{
	font-size:1.0em;
    height: 265px;
	line-height:1.4em;
    padding:0 0 0 80px;
}
#content h2 {
	font-size:1.2em;
	font-family:Georgia;
	line-height:1.2em;
	padding: 5px 0 15px 12px;
	color:#e05206;
	font-style:italic;
	letter-spacing:1px;
	font-weight:bold;
}
#content h2 a{
	font-size:0.8em;
	font-family:Georgia;
	line-height:1.2em;
	padding:0 0 0 5px;
	color:#b0cfdf;
	font-style:italic;
	font-weight:bold;
}
/*twitter*/
#twitter {
	margin:0
}
#twitter_update_list {
	background:#f3f3f4;
	margin:0;
	padding:0;
}
#twitter_update_list li{list-style-type:none;background:white; padding:5px;margin:0 10px;color:black}
.title{text-align:center;}
.data{background-color:#e05206; color:#FFF;padding:2px 3px}

.help {
	font-size:12px;
	display:inline;
	color:#f9f9f9;
	padding: 0 5px 0 100px 
}


/* slide */

/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/ 

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

.tab a { text-decoration:none }

/* Panel Tab/button */
.tab {
  	border-top:3px solid #e05206;
	position: relative;
    top: 0;
    z-index: 999;
	list-style:none
}

.tab a.open, .tab a.close {
	height: 90px;
	line-height: 90px !important;
	cursor: pointer;
	display: block;
	width: 200px;
	position: relative;
	margin-right:50px;
	top:0px;
	float:right
}

.tab a.open {background: url(../img/accesa.png) no-repeat right 0}
.tab a.close {background: url(../img/spenta.png) no-repeat right 0}
.tab a:hover.open {background: url(../img/spenta.png) no-repeat right 0}
.tab a:hover.close {background: url(../img/spenta.png) no-repeat right 0}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 290px;
	color: #1b2109;
	background: #f3f3f3;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px 0;
	margin: 0;
	color:#e05206;
}

#panel h2{
	font-size: 1.2em;
	padding: 5px 0 5px 0;
	margin: 0;
	color:#e05206;
}

#panel h3 {
	font-size: 1.6em;
	padding: 33px 0 18px 0;
	margin: 0;
	color:#e05206;
}

#panel h4{
	font-size: 1.2em;
	padding: 16px 0 5px 0;
	margin: 0;
	color:#e05206;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}


#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 290px;
	float: left;
	padding: 0 10px;
	border-left: 1px solid #e05206;
	height: 260px;
}

#panel .content .right {
	border-right: 1px solid #e05206;
	height: 260px;
}

.logo {
	margin-left:-25px
}
