/*-----attach body.custom to any style you add here-----*/
UL.popularprojects { list-style:none; display:block; margin:0; padding: 0; clear: both;}
.popularprojects LI {list-style:none; display: block; float: left; margin:0; padding:0;}
.popularprojects A { display:block; width: 174px; padding: 5px; text-decoration: none;}
.popularprojects A EM { font-style: normal; font-weight: bold; display: block;}
.popularprojects A IMG { padding:0; margin: 0; border: 0;}
.popularprojects A:hover { background-color: #c3e43d;}

/* GOOGLE READER WIDGET STYLE */

#rec-reading .h2 {margin-left:-10px;}
#rec-reading div {border: solid 1px;}
.gReader-list {font-family: Monospace; font-size:1.5em; margin-right:5px; padding:3px;margin-top:-8px;margin-left:-5px;}

#sidebar-menu ul {margin:0 0 0 3px;padding:0;}
#sidebar-menu li {margin:0;padding:0px 0px 10px 0px; text-decoration:none;}

/* Pure CSS Image-based Rollover Buttons ...b/c we are too cool for javascript */ 

#sidebar_RSS { 
    display: block;
    width: 100px;  height: 20px;
    background: url("images/sidebar_RSS_withpic.png") no-repeat;
  }

#sidebar_RSS:hover { background: url("images/sidebar_RSS_withpic2.png") no-repeat; text-decoration:none;}

#sidebar_Twitter { 
    display: block;
    width: 100px;  height: 20px;
    background: url("images/sidebar_Twitter.png") no-repeat;
  }

#sidebar_Twitter:hover { background: url("images/sidebar_Twitter2.png") no-repeat; text-decoration:none;}

#sidebar_Flickr { 
    display: block;
    width: 100px;  height: 20px;
    background: url("images/sidebar_Flickr.png") no-repeat;
  }

#sidebar_Flickr:hover { background: url("images/sidebar_Flickr2.png") no-repeat; text-decoration:none;}

#sidebar_DrownRadio { 
    display: block;
    width: 100px;  height: 20px;
    background: url("images/sidebar_Drown_Radio.png") no-repeat;
  }

#sidebar_DrownRadio:hover { background: url("images/sidebar_Drown_Radio2.png") no-repeat; text-decoration:none;}

#sidebar_Music { 
    display: block;
    width: 100px;  height: 20px;
    background: url("images/sidebar_Music.png") no-repeat;
  }

#sidebar_Music:hover { background: url("images/sidebar_Music2.png") no-repeat; text-decoration:none;}

#sidebar_YouTube { 
    display: block;
    width: 100px;  height: 20px;
    background: url("images/sidebar_YouTube.png") no-repeat;
  }

#sidebar_YouTube:hover { background: url("images/sidebar_YouTube2.png") no-repeat; text-decoration:none;}

#sidebar_RecentlyShared { 
    display: block;
    width: 150px;  height: 45px;
    background: url("images/sidebar_RecentlyShared.png") no-repeat;
  }

#sidebar_RecentlyShared:hover { background: url("images/sidebar_RecentlyShared2.png") no-repeat; text-decoration:none;}


