/*JUITTER PLUGIN CSS*/

#juitterContainer{
    border:thin #454542 solid;
    height:321px;
    width:95%; 
    display:block;
    float:left; 
    margin:35px 0 0 40px;
    padding:0 0 0 0px;
} /*Juitter container*/

#juitterContainer .twittList{margin:0;padding:0;} /* UL that will contain the list of tweets */

/* Below the list of tweets "<li>" */

#juitterContainer .twittLI {
    list-style:none;
    text-align:left;
    background:#efefef;
    margin:2px 0 0 0;
    padding:5px 0 -5px 0;
    border-bottom:dashed 1px #89c5c5;
    padding:3px;
    clear:both;
    height:55px;
} 
#juitterContainer .twittList SPAN.time {
    color:#777;
    font-size:0.9em
}
#juitterContainer .twittList A {
    color:#89c5c5;
} /*Links inside the tweets list */

/* Bellow the CSS for the avatar image  */

#juitterContainer .juitterAvatar {
    float:left;
    border:solid 1px #D3EECA;
    background:#FFF;
    margin:0 5px 0 10px;
    padding:2px;
    width:48px;
    height:48px;
}

#juitterContainer .jRM {
    float:right;
    clear:both
} /*read it on twitter link*/

#juitterContainer .extLink{} /*CSS for the external links*/

#juitterContainer .hashLink{} /*CSS for the hash links*/

/*end of Juitter CSS*/

