@CHARSET "ISO-8859-1";

BODY {
	background-color: #262626;
	padding: 0;
	margin: 10px 0 0 0;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 10px 0 10px;
}

#content {
	margin-top: 20px;
	overflow: hidden;
}

#header {
	height: 180px;
	overflow: hidden;
}

#mission {
	margin-left: 20px;
	margin-top: 10px;
}

#slogan {
	margin-bottom: 20px;
}

#sx-column {
	width: 190px;
	overflow: hidden;
}

#dx-column {
	width: 190px;
	overflow: hidden;
}

#main {
	width: 480px;
	padding: 0 20px;
	overflow: hidden;
}

#signup {}

#powered-by {
	float: right;
	margin-top: -3px;
}
.field {
	padding-top: 3px;
}

.field LABEL {
	display: block;
}

.field INPUT {
	font-family: vardana, arial, tahoma;
	font-size: 12px;
}

#signup-form {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#sub-slogan {
	margin-top: 20px;
}

#sign-up-message {
	display: none;
	width: 170px;
	margin: 0 auto;
	border: 1px solid #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	/* CSS3 styling for latest browsers */
	box-shadow: 5px 10px 10px #000;
	-moz-box-shadow: 5px 10px 10px 0 #000;
	-webkit-box-shadow: 5px 10px 10px 0 #000;
}

#sign-up-message-container {
	height: 35px;
}

#form-container {
	height: 260px;
	overflow: hidden;
}

#thanks-signup {
	display: none;
	margin-top: 45px;
}

#news-container a.news_link {
	margin-bottom: 5px;
	font-size: 15px;
}

#news-container .views-field-title {
	display: block;
	font-size: 15px;
	margin-bottom: 3px;
	margin-top: 10px;
}

#footer {
	background-color: #262626;
	background-image: url(../images/layout/footer_back.png);
	background-position: left top;
	background-repeat: repeat-x;
	margin-left: -10px;
	padding: 50px 10px 20px;
	width: 900px;
	overflow: hidden
}

.cleaner {
	clear: both;
}

.hidden {
	display: none;
}

.float-left {
	float: left;
}

#view-piazze {
	display: none;
	cursor: pointer;
	margin-top: 20px;
}

#piazze {
	padding: 15px;
}

/*		Banner		*/
#site-banner {
	margin: 15px 0 5px 0;
}

#banner-scrollable-container {
	
}

#flowpanes {
	clear:both;
	height:380px;
	overflow:hidden;
	padding-top:10px;
	position:relative;
	width:480px;
}
#flowpanes div.panel {
	float: left;
	display: block;
	width: 480px;
	/*
	cursor: pointer;
	*/
	padding-top: 10px; 
}

#flowpanes .items {
	width: 20000em;
	position: absolute;
	clear: both;
	margin: 0;
	padding: 0;
}
#flowpanes .less,#flowpanes .less a {
	color: #999 !important;
	font-size: 11px;
}
#flowtabs {
	padding: 15px 0 0 0;
	margin:0;
}
#flowtabs LI{
	float:left;
	font-weight:bold;
	list-style-type:none;
	text-align:center;
	width:155px;
}
#flowtabs LI A{
	text-decoration: none;
}
.code{
	margin-top: 15px;
}
.text-code{
	width: 460px;
	height: 160px;

	font-family: vardana, arial, tahoma;
	font-size: 11px;
	color: #000000;
	margin-left: 10px;
}
#square-banner{
	width: 170px;
	height: 70px;
}
#small-banner{
	width: 170px;
	height: 36px;
}
#long-banner{
	width: 468px;
	height: 60px;
}

#square-banner,
#small-banner,
#long-banner{
	padding: 5px;
	margin: 10px auto;
}
#square-banner IMG,
#small-banner IMG,
#long-banner IMG{
	border: 1px solid #ffffff;
}

.download-banner{
	padding-top: 10px;
}
.download-banner A{
	font-weight: bold;
}
/*		END Banner	*/


/* the overlayed element */
.small_overlay {
	display: none;
	z-index: 10000;
	width: 300px;
	min-height: 200px;
	border: 2px solid #FCB814;
	/* CSS3 */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

.simple_overlay {
	display: none;
	z-index: 10000;
	/*
		background-color:#003e62; 
		*/
	width: 600px;
	min-height: 400px;
	border: 2px solid #FCB814;
	/* CSS3 */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

.small_overlay .close,.simple_overlay .close {
	background-image: url(../images/layout/close.png);
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

UL#associati {
	padding: 5px 0 0 15px;
}

UL#associati LI {
	line-height: 18px;
	padding: 0;
	margin: 0;
	/*
	list-style-type: none;
	text-align: center;
	*/
}

UL#associati LI A {
	display: block;
}

#view-users {
	display: block;
}

#user-container {
	display: none;
}

#news {
	display: none;
	padding-top: 20px;
}

#privacystatement {
	display: none;
	padding: 10px;
}

.user-data {
	border: 1px solid #FCB814;
	float: left;
	height: 30px;
	margin: 4px;
	overflow: hidden;
	padding: 5px;
	width: 220px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.user-name,.user-city {
	text-transform: capitalize;
}

#request-list LI {
	margin-bottom: 5px;
}

.lowercase {
	text-transform: lowercase;
}

#aderenti-iniziativa {
	margin-top: -7px;
}

DIV,P,TD,TH,LI {
	font-family: vardana, arial, tahoma;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
}

H1,H2,H3,H4,H5,H6,P,LI {
	padding: 0;
	margin: 0;
	font-family: Verdana;
}

UL {
	padding-left: 20px;
	padding-top: 0;
	padding-bottom: 10px;
	margin: 0;
}

P {
	padding: 5px 0;
}

h2 {
	font-size: 18px;
	line-height: 22px;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	padding: 10px 0;
}

.azure {
	color: #007dc6;
}

.orange {
	color: #FCB814;
}

.back-azure {
	background-color: #007dc6;
}

.back-orange {
	background-color: #FCB814;
}

.title {
	text-transform: uppercase;
	font-weight: normal;
}

.small-text {
	font-size: 11px;
}

.very-small-text {
	font-size: 10px;
}

#associa{
	color: #FCB814;
	text-decoration:none;
	
}

/* Link */
a:LINK,a:VISITED {
	color: #FCB814;
}


a:HOVER {
	color: #e27e1c;
}

a img {
	border-width: 0;
}

.text-center{
	text-align: center;
}

.spacer-mid {
	overflow: hidden;
	height: 15px;
}