body {
	margin: 0;
	padding: 0;
	background: url('images/bk.jpg') repeat-x #fff;
	font: 12px/1.8 'Lucida Grande', 'Trebuchet Ms', Arial, sans-serif;
	color: #3e4147;
}

input, textarea {
	font: 12px/1.8 'Lucida Grande', 'Trebuchet Ms', Arial, sans-serif;
	border: 1px solid #ccc;
	margin: 1px 0 2px 0;
}

input:focus {
	border: 1px solid #999;
}

a {
	text-decoration: none;
	cursor: pointer;
}

img {
	border: 0;
	margin: 0;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

a:link, a:visited {
	color: #8C0000;
}

a:hover, a:active {
	color: #0072BC;
	text-decoration: underline;
}

div.clr {
	clear: both;
}

p {
	margin: 0;
	padding: 5px 0;
}

/* Tooltip */
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 10px;
	margin: 0;
	color: #900;
	padding: 4px 8px 1px 8px;
	background: url("images/bubble.png") top left;
}
 
.tool-text {
	font-size: 10px;
	padding: 1px 8px 4px 8px;
	background: url("images/bubble.png") bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

/* Page */
#page {
	margin: 0 auto;
	width: 900px;
}

/* Head */
#header_top {
	height: 40px;
	width: 100%;
	display: block;
	padding: 0;
}

#header_top #pins_top {
	background: url("images/pins_top.jpg") 31px 0 no-repeat transparent;
	height: 40px;
	width: 210px;
	float: left;
	margin: 0 0 0 0;
}

#header_top #organization {
	background: url("images/logo_atellana_1.jpg") 457px 0 no-repeat transparent;
	float: right;
	text-align: right;
	width: 600px;
	height: 40px;
/* 	padding: 0 10px 0 0; */
}

#header_top img {
	vertical-align: middle;
	padding: 0 3px 0 3px;
}

#header_top span img {
	vertical-align: middle;
	padding: 0 10px 0 3px;
}

#header_middle {
	height: 166px;
	width: 100%;
	display: block;
	background: url("images/logo_atellana_2.jpg") 611px 0 no-repeat transparent;
}

#header_middle #partner {
	width: 580px;
	height: 70px;
	position: absolute;
	top: 133px;
	padding: 0 0 0 5px;
}

#header_middle #pins_bottom {
	width: 199px;
	height: 90px;
	background: url("images/pins_bottom.jpg") 0 0 no-repeat transparent;
	position: relative;
	left: 1px;
	top: -60px;
}

#header_middle #festival_name {
	width: 434px;
	height: 60px;
	background: url("images/festival_name.gif") 0 0 no-repeat transparent;
	position: relative;
	top: 22px;
	left: 255px;
}

#header_bottom {
	height: 60px;
	width: 100%;
	display: block;
	background: url("images/logo_atellana_3.jpg") 614px 0 no-repeat transparent;
}

#header_bottom ul {
	list-style: none;
	float: left;
	width: 100%;
	padding: 0; 
	margin: 0;
}

#header_bottom ul li {
	float: left;
	text-align: center;
}

#header_bottom ul a.n, #header_bottom ul a.c {
	color: #fff;
	font-weight: normal;
	height: 33px;
	width: 84px;
	display: block;
	padding: 12px 0 0 0;
	text-decoration: none;
}

#header_bottom ul a.n:hover {
	background: url('images/menu_bk_hover.jpg') no-repeat transparent;
}

#header_bottom ul a.c:hover {
	text-decoration: none;
}

#header_bottom ul a.c {
	background: url('images/menu_bk.jpg') no-repeat transparent;
	color: #353A3C
}

/* Content */
#content {
	width: 600px;
	float: left;
}

#content h1 a {
	text-decoration: none;
}

#content h1 {
	font: 22px/1.2 'Lucida Grande', 'Trebuchet Ms', Arial, sans-serif;
	width: 580px;
	display: block;
	margin: 0 10px 0 10px;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}

#content .date {
	color: #666666;
	padding: 0;
	margin: 0 10px 0 0;
	float: right;
	font-size: 9px;
}

#content .text {
	margin: 20px 10px 20px 10px;
}

#content .continue {
	margin: 0 10px 30px 0;
	text-align: right;
}

#content .notcontinue {
	margin: 0 10px 30px 0;
	display: block;
}

#content #pagination {
	text-align: center;
	margin: 0 0 20px 0;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 280px;
}

#sidebar .items {
	margin: 0 0 20px 0;
	padding: 0;
}

#sidebar .items h1 {
	color: #353A3C;
	font: 21px/1.3 'Lucida Grande', 'Trebuchet Ms', Arial, sans-serif;
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
	border-bottom: 1px solid #ddd;
}

#sidebar .items a {
	color: #666676;
	font-size: 12px;
	text-decoration: none;
}

#sidebar .items a:hover {
	color: #8C0000;
}

#sidebar .items .i_left {
	float: left;
	width: 35%;
	margin: 0 0 0 25px;
}

#sidebar .items .i_right {
	float: right;
	width: 45%;
}

#sidebar .items .clr {
	clear: both;
	display: block;
	border-bottom: 1px solid #ddd;
	margin: 0 10px 0 20px;
	padding: 0;
}

#sidebar #twitter_div ul  {
	list-style: none;
	width: 100%;
	padding: 0; 
	margin: 0;
}

#sidebar #twitter_div ul li {
	border-bottom: 1px solid #ddd;
	margin: 0 10px 0 20px;
}

#sidebar #twitter_div a {
	color: #666676;
	text-decoration: none;
}

#sidebar #twitter_div a:hover {
	color: #8C0000;
}


#sidebar #myspace {
	padding: 10px 2px 2px 2px;
	text-align: center;
}

#sidebar #buyAF {
	padding: 10px 2px 2px 2px;
	text-align: center;
}

#sidebar #contest_banner {
	padding: 10px 2px 2px 2px;
	text-align: center;
}


/* Footer */
#footer {
	background: url("images/footer_bk.jpg") repeat-x #4E4E4E;
	padding: 10px 0 20px 0;
	color: #999;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #8C0000;
	text-decoration: none;
}

#footer #menu {
	padding: 20px 0 15px 0;
	text-align: center;
}

#footer #credits {
	text-align: center;
	padding: 0 0 20px 0;
}

/* Forms */

form span {
	color: #f00;
}

form label {
	padding: 0 0 0 5px;
}

form h2 {
	color: #353A3C;
	font: 16px/1.3 'Lucida Grande', 'Trebuchet Ms', Arial, sans-serif;
	padding: 15px 0 0 5px;
	margin: 0 0 15px 5px;
	border-bottom: 1px solid #ddd;
}

form #Invia {
	color: #8C0000;
	width: 100px;
	margin: 0 0 30px 0;
}

#error {
	background: url('images/errorbk.png') no-repeat transparent;
	color: white;
	padding: 3px;
/* 	display: none; */
	margin: 5px 0 5px 0;
	padding: 3px 10px 5px 50px;
	height: 48px;
}

/* Contacts form */

#contatti {
	border: 0;
	margin: 30px 0 0 0;
}



/* Register form */

div.iscr_cmp {
	float:left;
	width: 30%;
}

span.iscr_del_cmp {
	font-weight: bold;
	color: #AD051F;
	cursor: pointer;
}

#componentToCopy {
	display: none;
}


/* Scheda gruppi */
#group {
	margin: 20px 10px 20px 10px;
}

#group .foto {
	width: 240px;
	float: left;
}

#group .foto img {
	border: 1px solid #ccc;
	padding: 4px;
}

#group .dati {
	width: 330px;
	float: right;
	padding: 0 0 30px 0;
}

#gourp #player {
	text-align: center;
	float: right;
}

#group .componenti {
	float: left;
	width: 230px;
}

#group h2 {
	font-size: 14px;
	border-bottom: 1px solid #ccc;
}

#group textarea {
	width: 80%;
	height: 100px;
	font: 12px Courier, Verdana, Arial, sans-serif;
}

#group span.code {
	font-family: Courier, Verdana, Arial, sans-serif;
}

#share .icon { background-color: white; background-position: 0 50%; background-repeat: no-repeat; padding: 3px 10px 3px 20px; float: left; }

/* Lista dei gruppi */
.groups_left {
	width: 180px;
	float: left;
	margin-right: 10px;
}

.groups_left p {
	font: 10px/1.3 'Lucida Grande', 'Trebuchet Ms', Arial, sans-serif;
	margin: 0;
	color: white;
	padding: 5px;
	height: 70px;
	width: 175px;
	background: transparent url('images/group_bubble.png') no-repeat;
}

.groups_left p.nocontest {
	font: 10px/1.3 'Lucida Grande', 'Trebuchet Ms', Arial, sans-serif;
	margin: 0;
	color: white;
	padding: 5px;
	height: 70px;
	width: 175px;
	background: transparent url('images/group_bubble_2.png') no-repeat;
}

.groups_left p a {
	color: #ccc;
	height: 18px;
	font-weight: bold;
	display: block;
}

.groups_left .groups_img {
	float: left;
	width: 35%;
}

.groups_left p img {
	vertical-align: top;
}

.groups_left .groups_cont {
	float: right;
	width: 60%;
}

.alphabet { text-align: center; margin: 10px 0; }
.alphabet a { color: #8C0000; }
.alphabet a { color: #0072BC; }

