@charset "utf-8";
/* CSS Document */
/* ---  Stylings for Display of Latest Twitter Posting --------------*/

#twitter_t {
   width: 449px;
   height: 20px;
   background-image:url("../images/twitter_t.png");
}

#twitter_m {
   width: 449px;
   padding: 0 15px;
   background:url("../images/twitter_m.png")  0 0 repeat-y;
}

   #twitter_container {
       min-height:45px;
       height:auto !important;
       height:40px;
       padding-bottom:10px;
   }

       #twitter_update_list {
           width: 415px;
           padding: 0;
           overflow: hidden;
           font-family: Georgia;
           font-size: 14px;
           font-style: italic;
           color: #31353d;
           line-height: 16px;
           font-weight:bold;
       }

       #twitter_update_list li {
           width: 415px;
           list-style: none;
       }

       #twitter_update_list li a {
           color: #5f6d76;
           border-bottom: dotted 1px;
           text-decoration: none;
       }

       #twitter_update_list li a:hover {
           color: #31353d;
           background: #d3f1f9;
       }

#twitter_b {
   width: 449px;
   height: 85px;
   background-image:url("../images/twitter_b.png");
}






