@charset "utf-8";
body {
	font-family: Helvetica, sans-serif;
	color: #222;
	background-color: #ddd;
	margin: 0px;
	padding: 0px;
}
#header h1 {
	margin: 0px;
	padding: 0px;
}
#header h1 a {
	font-weight: bold;
	text-decoration: none;
	background-color: #ccc;
	text-align: center;
	display: block;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}	
#header ul {
	margin: 10px;
	padding: 0px;
	list-style-type: none;
}
#header ul li a {
	font-weight: bold;
	color: #222222;
	text-decoration: none;
	background-color: #ffffff;
	display: block;
	padding: 12px;
	margin-bottom: -1px;
	border: 1px solid #999999;
}	
#content, #sidebar {
	padding: 10px;
}
#sidebar {
	visibility: hidden;
}

/* aggiungo regole per poi fare il giochino di nascondere i bottoni */
#header ul.hide {
	display:none;
}

#header div.leftButton {
	position:absolute;
	top: 6px;
	left: 6px;
	font-weight:bold;
	text-align:center;
	color:white;
	color: #222222;
	text-decoration: none;
	background-color: #ccc;
	display: block;
	padding: 3px;
	border: 1px solid #999999;
}

#header div.pressed {
	color: #000000;
	background-color: #fff;
}
/* fine regole per poi fare il giochino di nascondere i bottoni */

@media only screen and (min-width: 481px){
body {
	font-size: 20px;
}

#header h1 a {
	font-size: 25px;
	color: #222;
}

#header ul li a {
	font-size: 20px;
}
#header div.leftButton {
	height: 30px;
	line-height:28px;
}
}

@media only screen and (max-width: 481px){
body {
	font-size: 14px;
}
#header h1 a {
	font-size: 15px;
	color: #fff;
}	
#header ul li a {
	font-size: 17px;
}	
#header div.leftButton {
	height: 18px;
	line-height:16px;
}
}


#logoaci {
	width: 300px;
	position: relative;
	left: 0px;
	padding: 0;
	top: 5px;
	margin: 0;
}
#logoace {
	float: none;
	width: 250px;
	position: relative;
	left: 0px;
	padding: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
