/* contenitore informazioni live di twitter */
#twitter{
position:absolute;
width:50%;
left:150px;
bottom:3px;
z-index:10;
background-color:#cccccc;
overflow:hidden;
}
/* END */

/* footer */
#twitter2{
position:absolute;
width:100%;
height:25px;
bottom:0px;
left:0px;
z-index:9;
background-color:#cccccc;
border:1px;
border-color:#666666;
border-style:dashed;
overflow:hidden;
}
/* END */

/* contenitore immagine follow me */
#twitter3{
position:absolute;
width:150px;
bottom:2px;
z-index:10;
overflow:hidden;
background-image:url(../images/twitter/followme.png);
background-repeat:no-repeat;
overflow:hidden;
}
/* END */

/* contenitore link ai socialnetwork */
#twitter4{
position:absolute;
width:420px;
bottom:5px;
right:0px;
z-index:10;
overflow:hidden;
}
#twitter4 a{
display: inline;
text-decoration:none;
overflow:hidden;
color:#000000;
}
#twitter4 a:hover{
display: inline;
text-decoration:underline;
overflow:hidden;
color:#000000;
}
/* END */

/* CONTENUTI TWITTER */
#twitter_update_list {
padding:3px;
overflow:hidden;
}
#twitter_update_list span a {
display: inline;
text-decoration:none;
overflow:hidden;
}
#twitter_update_list a {
display: inline;
text-decoration:none;
overflow:hidden;
}
#twitter_update_list a:hover {
text-decoration:underline;
overflow:hidden;
}
#twitter_update_list span a:hover {
text-decoration:none;
overflow:hidden;
}
#twitter_update_list li {
list-style-type: none;
font-family:"Courier New", Courier, monospace;
font-size:12px;
font-weight:bold;
font-style:italic;
overflow:hidden;
}
/* END */
