/*  
Template name: Freshmade Software
Template URI: http://templates.arcsin.se/freshmade-software-website-template/
Release date: 2009-06-21
Description: A software company styled template in light colors of white, orange and brown.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/


/* 
   Reset
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	font-family: Verdana, Tahoma, sans-serif;
	vertical-align: baseline;
}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #CCC;
	color: #FFFFFF;
	line-height: 1.5;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


/* 
   Typography 
------------------------------------------------------------------- */

/* Headings */

h1,h2,h3,h4,h5,h6 {
	color: #444;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}
h4,h5,h6 {font-weight: bold;}

h1 {
	font-size: 2.6em;
	color: #F00;
}
h2 {
	font-size: 2em;
	color: #999999;
}
h3 {
	font-size: 1.5em;
	color: #FFF;
}
h4 {
	font-size: 1.3em;
	color: #FFFFFF;
	font-weight: bold;
}
h5 {
	font-size: 1.1em;
	font-weight: normal;
	color: #CCCCCC;
}
h6 {font-size: 1em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}


/* Text elements */

p {
	margin-bottom: 1em;
	color: #CCC;
	font-family: Verdana, Tahoma, sans-serif;
}

a:focus,a:hover {
	color: #F00;
	text-decoration: underline;
}
a {
	color: #FFF;
	text-decoration: underline;
}

abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.2em; line-height: 1.4em;}
blockquote span {font-size: 1.4em; color: #FFFFFF;}
del {color:#FFFFFF;}
em, dfn, blockquote, address {
	font-style: italic;
}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}
cite {color: #FFFFFF;}

pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em monospace;
	line-height: 1.5;
}


/* Lists */

li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 1.5em 1.5em 1.5em;}

ul {list-style-type: disc;}
ol {list-style-type: decimal;}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}


/* Tables */

table {margin-bottom: 1.4em; width: 100%;}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}

table.data-table {
	border: 1px solid #EEE;
	margin-bottom: 2em;
	width: 100%;
}
table.data-table th {
	background: #EEE;
	border: 1px solid #DDD;
	color: #FFFFFF;
	text-align: left;
}
table.data-table tr {border-bottom: 1px solid #EEE;}
table.data-table td, table th {padding: 8px 10px;}
table.data-table td {
	background: #F6F6F6;
	border: 1px solid #E6E6E6;
}
table.data-table tr.even td {background: #FCFCFC;}


/* Misc classes */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.1em;}
.larger {font-size: 1.2em;}
.largest {font-size: 1.3em;}

.hidden {display: none;}

.quiet {color: #FFFFFF;}
.loud {color: #CCCCCC;}
.highlight {background: #FF0;}

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

.error, .notice, .success {
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.error {
	background: #ccc;
	color: #C00;
	border-color: #FFF;
}
.error a {color: #8A1F11;}

.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.success {
	color: #000;
	background-color: #CCC;
}
.success a {color: #264409;}

div.more {padding-top: 6px;}
.more a, a.more {color: #CCCCCC;}
.more a:hover, a.more:hover {color: #666666;}


/* 
   Forms 
------------------------------------------------------------------- */

label {font-weight: bold; cursor: pointer;}
fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #DDD;
}
legend {font-weight: bold; font-size: 1.2em;}
textarea {overflow: auto;}
input.text, textarea, select {
	border: 1px solid #ccc;
	margin: 0.5em 0;
	padding: 4px 5px;
	background-color: #000;
	color: #CCC;
}
input.text:focus, textarea:focus, select:focus {
	background-color: #666;
	color: #FFF;
}

input.button {
	border: 2px outset #FFF;
	padding: 4px;
	background-color: #666;
	color: #FFF;
}
input.buttonRoll {
	border: 1px outset #AAA;
	padding: 4px 5px;
	background-color: #DDDDDD;
}

input.button:active {
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	padding: 4px;
}

.form-error {border-color: #F00;}


/* 
   Alignment 
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}


/* Floats */   

.left,.alignleft {
	float: left;
	color: #F00;
}


.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* Columns */

.col2 {width: 47%;}

.col3 {
	width: 60%;
	margin-left: 40px;
	margin-top: 30px;
}
.colSXCalendar {width: 30%;}
.colDXCalendar {width: 65%;}

/* 
   Separators 
------------------------------------------------------------------- */

.content-separator, .archive-separator {
	background: #333;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}
.archive-separator {margin: 0 0 14px;}

.separator-vertical {background: url(../img/separator-vertical.gif) repeat-y center top;}


/* 
   Posts 
------------------------------------------------------------------- */

.post {margin-bottom: 24px;}

.post a {text-decoration: none;}
.post a:hover, .post-body a {text-decoration: underline;}

.post-title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.post-date {
	color: #CCCCCC;
	font-size: 0.9em;
	padding: 8px 0 0;
}
.post-date a {color: #666666;}

.post-body {
	padding-top: 12px;
	font-style: italic;
}

.post-meta {
	border: 1px solid #ECECEC;
	color: #FFFFFF;
	font-size: 0.9em;
	padding: 6px 10px;
	background-color: #333;
}
.post-meta a {
	color: #999;
	text-decoration:underline;
}
.post-meta a:hover {color: #FFFFFF;}

.post-left {
	float:left;
	width: 70%;
}

ul.nice-list {
	margin-left: 0;
	margin-right: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
ul.nice-list li {
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
ul.nice-list li a {text-decoration: none;}
ul.nice-list li a:hover {text-decoration: underline;}
ul.nice-list span {color: #FFFFFF;}

#sidebar ul.nice-list li,#sidebar ul.nice-list {border-color: #666666;}

ul.nice-list2 {
	margin-left: 0;
	margin-right: 0;
}
ul.nice-list2 li {
	list-style: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
ul.nice-list2 li a {
	text-decoration: none;
	color: #CCCCCC;
}
ul.nice-list2 li a:hover {text-decoration: underline;}
ul.nice-list2 span {color: #FFFFFF;}

#sidebar ul.nice-list2 li,#sidebar ul.nice-list2 {border-color: #666666;}



/* Archives */
.archive-pagination {margin-bottom: 1.6em;}
.archive-pagination a {text-decoration: none;}
.archive-pagination a:hover {text-decoration: underline;}
.archive-post {margin-bottom: 14px;}
.archive-post-date {
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #CFCFCF;
	float: left;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 46px;
	background-color: #333;
}
.archive-post .post-date {
	border: none;
	padding: 0;
}
.archive-post-day {font: normal 1.6em Georgia,serif;}
.archive-post .post-date,.archive-post-title {padding-top: 3px;} 


/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 0 1em -8px;}
.thumbnails a.thumb {	
	background: #DAD6D0;
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 1px;
}
.thumbnails a.thumb:hover {background: #AAA;}
.thumbnails .thumb img {display: block;}


/* 
   Box
------------------------------------------------------------------- */

.box {
	padding: 16px 20px 0;
}
.box a {color: #FFFFFF;}
.box a:hover {
	color: #666;
}
.box-title {
	color: #F00;
	font: normal 1.6em sans-serif;
}
.box-title2 {
	color: #F00;
	font: normal 1.6em sans-serif;
}

.box-title2 a {
	color: #FFF;
	font-family: sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 2em;
}

.box-content {padding: 8px 0;}



/* 
   Comments 
------------------------------------------------------------------- */

div.comment-list {
	border-top: 1px solid #EEE; 
	margin: 1em 0 2em;
}

.comment {
	border-bottom: 1px solid #EEE;
	padding: 10px 8px 0;
}
.comment-date {font-size: 0.9em;}
.comment-date a {
	color: #999999;
	text-decoration: none;
}
.comment-date a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.comment-body {padding-top: 4px;}

.comment-gravatar {width: 48px;}
.comment-gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}


/* 
   Layout 
------------------------------------------------------------------- */

/* Common */
.center-wrapper {
	width: 955px;
	background-color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.center-wrapper-footer {
	width: 935px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/bg-footer.jpg);
	background-repeat: repeat-x;
	height: 50px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

/* Header */

#header-wrapper {
	background-color: #2F2F2F;
}
#header-wrapper-2 {
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: center top;
}
#header {
	background-color: #333;
	background-image: url(../img/header-x-factor.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 115px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 46px;
}

#header2 {
	background-color: #333;
	background-image: url(../img/header-x-factor-3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 115px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 46px;
}


#help-wrapper {
	height: 39px;
	width: 290px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: auto;
}
#help {
	color: #2287AD;
	font-size: 1.2em;
	padding: 10px 25px 0 40px;
	font-family: Verdana, Tahoma, sans-serif;
}
#help a {
	color: #999;
	text-decoration: none;
}
#help a:hover {
	color: #FFF;
}

#help span.text-separator {
	color: #444;
	padding: 0 5px;
}

#logo {color: #FFF;}
#site-title a {text-decoration: none;}
#site-title, #site-title a {color: #FFF;}
#site-title span, #site-title a span {color: #DDD;}
#site-slogan {
	color: #B58361;
	font-size: 1.3em;
}


/* Navigation */

ul.tabbed {
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
ul.tabbed li {
	float: left;
	list-style: none;
}
ul.tabbed a {
	list-style-type: none;
	text-decoration: none;
}

#navigation-wrapper {
	background-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#navigation-wrapper-2 {background: url(../img/navigation-wrapper-2.gif) no-repeat center top;}

#navigation {
	min-height: 46px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 935px;
	background-image: url(../img/bg-navigation.jpg);
	background-repeat: repeat-x;
	height: 46px;
}

 #navigation a:visited {
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	height: 46px;
	line-height:46px;
	padding-right: 1px;
	padding-left: 1px;
}
 #navigation a:link {
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 0px;
	height: 46px;
	line-height:46px;
}
#navigation a:hover {
	color: #000F;
	text-decoration: underline;
}
#navigation li.current_page_item a, #navigation li.current_page_parent a {
	color: #FFE;
	height: 46px;
}
#navigation li.current_page_item a {
	height: 23px;
	background-image: url(../img/navigation-arrow-2.gif);
	background-repeat: no-repeat;
	background-position: center 30px;
}
#navigation li.current_page_parent a {
	background: url(../img/navigation-arrow.gif) no-repeat center bottom;
} 


#navigation2 {
	color: #fff;
	font-size: 12px;
	font-family: Verdana, Tahoma, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 46px;
	}

#navigation2 a {
	color: #fff;
	text-decoration: none;
	line-height: 46px;
	height: 46px;
	font-size: 12px;
}
#navigation2 a:hover {color: #FF9900;}

#navigation2 span.text-separator {
	font-size: 10px;
	color: #CCCCCC;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
	line-height: 46px;
}

#navigation2 a.current {
	background-image: url(../img/navigation-arrow-2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #FF9900;
	line-height: 46px;
	height: 46px;
}



/* Subnav */

#subnav-wrapper {background: #E9E9E9 url(../img/subnav-wrapper.gif) repeat-x left bottom;}
#subnav-wrapper-2 {background: url(../img/subnav-wrapper-2.gif) no-repeat center bottom;}
#subnav {padding: 0 8px;}

#subnav a {
	color: #666;
	display: block;
	font: bold 1.1em sans-serif;
	padding: 12px 12px;
}
#subnav a:hover {color: #111;}
#subnav li.current_page_item a {color: #333;}


/* Content */

.content {font-size: 1.1em;}
#content-wrapper {
	background-color: #000000;
	background-repeat: repeat-y;
	background-position: center top;
}
.content#content-two-columns {
	background-image: url(../img/content-two-columns.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/* Main */

#main-wrapper {
	float: right;
	width: 690px;
}
#main {padding: 24px;}

#main .text-separator, #featured .text-separator {
	color: #AAA;
	padding: 0 5px;
}


/* Sidebar */

#sidebar-wrapper {
	float: left;
	width: 255px;
}


/* Footer */

#footer-wrapper {
	margin: 0px;
	padding: 0px;
	height: 46px;
}
#footer {
	font-size: 1.1em;
	padding: 0px;
	height: 46px;
}
#footer a {
	color: #DDD;
	text-decoration: none;
}
#footer a:hover {color: #FFF;}
#footer span.text-separator {
	color: #999;
	padding: 0 3px;
}

/* Bottom */

#bottom {
	color: #CCCCCC;
	padding: 0 6px 12px;
	margin-top: 0px;
	background-color: #000000;
	background-image: url(../img/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#bottom a {
	color: #CCCCCC;
	text-decoration: none;
}
#bottom a:hover, #bottom .right a:hover {color: #002;}
#bottom span.text-separator {
	color: #CCCCCC;
	padding: 0 3px;
}
#bottom .right, #bottom .right a {
	color: #999999;
	font-size: 10px;
}


/* Featured Box */
#featured-wrapper {
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../img/header-x-factor-2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#featured {padding: 42px 124px 12px 48px;}

#featured h2 {
	font: normal 3em sans-serif;
	margin: 0;
}
#featured h2 span {color: #43B16C;}


/* 
   Misc overriding classes
------------------------------------------------------------------- */

/* Border */

.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}

/* Margin */

.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}

/* Padding */

.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}


/* 
  vecchi stili vari
------------------------------------------------------------------- */
/* foto */
.disco-img {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 30px;
	border: 2px solid #000000;
}
.dida {
    width: 172px;
    float: left;
    text-align: center;
    margin: 10px 8px 10px 0px;
}
.dida img {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 3px solid #666666;
}
.dida2 {
    width: 100px;
    float: left;
    text-align: center;
    margin: 10px;
}
.Fotoimg {
	border: 2px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
.Fotoimg2 {
	border: 2px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 3px;
	}
.FotoimgIsola {
	border: 2px solid #001D3B;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
#VideoContent {
	width: 100%;
	border: 1px solid #B3C9D9;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin: 5px;
}

/* VARI VECCHIO SITO */
.bottonForm {
	text-align:center;
	color: #FF0000;
	border: 2px solid #ccc;
	background-color: #001D3B;
	margin: 5px;
	padding: 2px;
}
.bottonFormROLL {
	text-align:center;
	color: #FFFFFF;
	border: 2px solid #fff;
	background-color: #FF0000;
	margin: 5px;
	padding: 2px;
}

/* discografia */

.discografia {
	width: 100%;
	margin-top: 10px;
	background-color: #333333;
}

.discografiaSX {
	float:left;
	width: 48%;
	margin-top: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #666;
	background-color: #1f1f1f;
}
.discografiaSX h2 a {
	color:#FFF;
	font-size: 14px;
}
.discografiaSX h2 a:hover {
 color:#FFF;
}

.discografiaDX {
	float:right;
	width: 46%;
	margin-top: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #666;
	background-color: #1F1F1F;
}
.discografiaDX h2 a {
	color:#FFF;
	font-size: 14px;
}
.discografiaDX h2 a:hover {
	color:#999;
}


.discografiaDX2 {
	float:right;
	width: 50%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #666666;
}
.discografiaDX2 li{
	margin-left: 40px;
	color: #FFFFFF;
	padding-bottom: 5px;
	list-style-image: url(../img/li.gif);
	}


/* banda teschi */
.bandateschi {
	margin-top: 10px;
	color: #333333;
	font-size: 1.2em;
	margin-bottom: 0px;
	height: auto;
	font-style: italic;
	font-weight: bold;
	background-image: url(../img/bg-banda-teschi.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 0px;
	margin-left: 0px;
}
.bandateschiSX {
	float:left;
	width: 48%;
	margin-top: 10px;
	color: #FFFFFF;
	font-size: 1.2em;
	margin-bottom: 0px;
	height: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	font-style: italic;
	font-weight: bold;
	background-image: url(../img/bg-banda-teschi.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.bandateschiDX {
	float:right;
	width: 46%;
	margin-top: 10px;
	color: #FFFFFF;
	font-size: 1.2em;
	margin-bottom: 0px;
	height: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	font-style: italic;
	font-weight: bold;
	background-image: url(../img/bg-banda-teschi.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.bandateschi img {
	border: 4px solid #ccc;
	margin: 20px;
}
.bandateschiSX img {
	border: 4px solid #CCCCCC;
	margin: 20px;
}
.bandateschiDX img {
	border: 4px solid #ccc;
	margin: 20px;
}
.div24x24 {
    float: left;
}
.div24x24 .dida {
    margin: 0px;
}
ul.nice-list span.arancio {
	color: #999;
}
#feeds img {float: left; margin: 5px 5px 0px 0px;}
