/* sidebar1 *

  /* These styles conflict */
  #sidebar1 .bulleted {
    list-style: none;
  }

  #tweets {
    list-style: none;
  }

  #sidebar1 {
    float: right;
    margin-right: 30px;
    color: white;
  }

    #sidebar1 a {
      /* display: block; */
    }

    #sidebar1 a, #sidebar1 a:link, #sidebar1 a:visited {
      color: #dc5;
    }

    #sidebar1 a:visited {
      color: #fcd;
    }
  
    #sidebar1 a:hover {
      background: transparent;
      color: yellow;
    }

      #sidebar1 p {
        margin: 5px 10px;
      }

      #sidebar1_content {
        width: 220px;
        padding: 0 15px 10px;
        margin: 0;
        background: url('images/sidebar.jpg') top center repeat-y;
      }

      #sidebar1 h2 {
        margin: 0px 15px 10px;
        padding: 20px 10px 10px 0;
        text-align: center;
        border-bottom: thin solid gray;
        color: yellow;
        font-size: 1.25em;
      }

      #sidebar1 ul {
        margin: 0;
        padding: 0;
      }

        #sidebar1 li {
          list-style-type: none;
        }

        #sidebar1 ul ul {
          padding: 0 5px;
        }

          #sidebar1 ul ul li {
            padding: 5px 20px;
            background: transparent url('images/bullet.png') left no-repeat;
          }
      /* end #sidebar1 ul */

    /* end #sidebar1_content */

    #sidebar1_top {
      width: 250px;
      height: 70px;
      background: transparent url('images/sidebar_top.jpg') bottom center no-repeat;
    }

    #sidebar1_bottom {
      width: 250px;
      height: 32px;
      background: transparent url('images/sidebar_bottom.jpg') top center no-repeat;
  }
/* end sidebar1 */

.tweets li {
}
