/*Style del template BUBBLE DANCE*/
body, td, th {
	margin: 0px;
	background:#dcdcdc;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666; 
}
.wrapper {
	width: 840px;
	margin: 0 auto;
	padding:0px;
	padding-top:0;
	background-color:#FFF;
}
.wrapper img{
    margin:5px;
    float:left;
}

a {
	text-decoration: none;
	/*border-bottom: 1px dashed #999999;*/
	color: #ed0500;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #ed0500;
	color: #ed0500;
}

h1, h2, h3 {
	margin:0;
	font-family: 'Trebucet SM', Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #ed0500;
}

h1 {
	font-size: 2em;
	margin-bottom:1.2em;
    text-align:center;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

.banner{
	background:#ed0500 url(banner_bubblered.png) repeat left top;
	width:100%;
	height:130px;
	
}
.bannerontop{
	float:left;
	text-align:left;
	height:90px;
	text-transform: capitalize;
	letter-spacing: 3px;
        padding-left:20px;
        width:820px;
	}
.bannerontop a{
	text-align:left;
	color:#ffffff;
	text-decoration:none;
        border:0px;
	}
.bannerontop a:hover{
	text-align:left;
	color:#ed0500;
	text-decoration:none;
}
#header_image{
    border:0px;
}
#site_title{
     clear:both;
    overflow:hidden;
    margin:0;
    font-family: 'Trebuchet SM', Verdana, Arial, sans-serif;
    font-weight: normal;
    color: #ffffff;
    font-size: 38px;
    margin-top:40px;
    display:block;
}
.content{
	width:100%;
	padding:0;
}
#menu{
    float:left;
    background: #ccc;
    width:840px;
}
#sottomenu{
    float:left;
    background: #ccc;
    width:840px;
}
#menu_title,#sottomenu_title{
	display:none;
}

#menu_list li, #sottomenu_list li{
	display:inline;
}

#menu a, #sottomenu a{
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}
#menu b a, #sottomenu b a{
	color:#ed0500;
	text-decoration:underline;
        background: #ccc;
}
#menu a:hover, #sottomenu a:hover{
	color:#ffffff;
	text-decoration:none;
	background: #ed0500;
}
.leftcolumn{
	float:left;
	text-align:left;
	background:#FFF;
	width:230px;
	padding:20px;
	padding-right:0px;
}

ul.navvylist{
	margin:0;
	padding:0px;
	list-style: none;
	padding-left:10px;
}

ul.navvylist li{
	margin:0;
}

ul.navvylist li a{
	color: #333;
	text-decoration:none;
	border:none;
	padding:5px;
	padding-left:10px;
	float:left;
}

ul.navvylist li a:hover{
	text-decoration: none;
	margin:0;
	border:none;
	background-color:#ed0500;
	color:#ffffff;
}
.rightcolumn{
	float:left;
	text-align:left;
	background:#fefefe;
	padding-left:20px;
        width:800px;
}
#briciole p{
	font-size:1em;
	margin-bottom:10px;
	margin-top:10px;
}

.div_ttil{
   margin-bottom:20px;
   overflow:hidden;
}

.div_ttil p img {
	margin:5px;
	float:left;
}
.navvy img {
	margin:5px;
	float:left;
}
.div_ttil p a img{
	margin:5px;
	float:left;
	border:3px solid #ccc;
}

.div_ttil p a:hover img {
	margin:5px;
	border:3px solid #ed0500;
	float:left;
}

.h2_ttil span{
	color:#333;
	font-size:1.1em;
	border:0;
	
}
	
a .h2_ttil span{
	color:#333;
	font-size:1.1em;
	border:0;
	text-decoration:none;
}

a:hover .h2_ttil span{
	color:#ed0500;
	font-size:1.1em;
	text-decoration:none;
	border-bottom:1px dashed #ed0500;
}

.abstract{
	padding: 10px 0 20px 0;
	text-align: justify;
}
.abstract a:link img, .abstract a:visited img{border: 2px solid #ccc;
}
.abstract a:hover img{border: 2px solid #ed0500;
}

.clear{
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	clear: both;
}

.footer {
	width:800px;
	height: 60px;
	margin: 0 auto;
	padding-top:0;
	position: relative;
	text-transform: uppercase;
	text-align:center;
	clear:both;
	background:#ffffff url(bubblered_footer.png) no-repeat left bottom;
	color:#666666;
	
}
.footer p {
	margin: 0;
	line-height: normal;
	font: bold 12px 'Trebuchet MS', Arial, Helvetica, sans-serif;
}


.footer a{
	color:#666666;
	text-decoration:none;
}
.footer a:hover{
	color:#ffffff;
	background-color:#ed0500;
	text-decoration:none;
}
