table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #d0d0d0;
    text-align: left;
    padding: 2px;
  }
  table thead {
    background: #fffde3;
    border-bottom: 1px solid #e5e1a9;
  }
  thead th {
    font-family: "Lucida Sans", sans-serif;
    font-size: 1em;
    padding: 8px;
    text-align: left;
    font-weight: bold;
  }

  tr td { padding: 6px 8px 6px 8px; }

  .odd { background: none; }
  .even {
    background: #f5f5f5;
    border-bottom: 1px solid #e6e6e6;
  }



  a{color:#0069d6;text-decoration:none;line-height:inherit;font-weight:inherit;}a:hover{color:#00438a;text-decoration:underline;}
  .nav {
  margin-bottom: 18px;
  margin-left: 0;
  list-style: none;
  }

  .nav > li > a {
  display: block;
  }

  .nav > li > a:hover {
  text-decoration: none;
  background-color: #dddddd;
  }

  .nav > .pull-right {
  float: right;
  }

  .nav .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  }

  .nav li + .nav-header {
  margin-top: 9px;
  }

  .nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
  }

  .nav-list > li > a,
  .nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  }

  .nav-list > li > a {
  padding: 3px 15px;
  }

  .nav-list > .active > a,
  .nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
  }

  .nav-list [class^="icon-"] {
  margin-right: 2px;
  }

  .nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  }

  .nav-tabs,
  .nav-pills {
  *zoom: 1;
  }

  .nav-tabs:before,
  .nav-pills:before,
  .nav-tabs:after,
  .nav-pills:after {
  display: table;
  content: "";
  }

  .nav-tabs:after,
  .nav-pills:after {
  clear: both;
  }

  .nav-tabs > li,
  .nav-pills > li {
  float: left;
  }

  .nav-tabs > li > a,
  .nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
  }

  .nav-tabs {
  border-bottom: 1px solid #ddd;
  }

  .nav-tabs > li {
  margin-bottom: -1px;
  }

  .nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
  }

  .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
  }

  .nav-tabs > .active > a,
  .nav-tabs > .active > a:hover {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  }

  .nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  }

  .nav-pills > .active > a,
  .nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
  }

  .nav-stacked > li {
  float: none;
  }

  .nav-stacked > li > a {
  margin-right: 0;
  }

  .nav-tabs.nav-stacked {
  border-bottom: 0;
  }

  .nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  }

  .nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
  }

  .nav-tabs.nav-stacked > li > a:hover {
  z-index: 2;
  border-color: #ddd;
  }

  .nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
  }

  .nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
  }

  .nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 5px 5px;
     -moz-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
  }

  .nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  }

  .nav-tabs .dropdown-toggle .caret,
  .nav-pills .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  }

  .nav-tabs .dropdown-toggle:hover .caret,
  .nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
  }

  .nav-tabs .active .dropdown-toggle .caret,
  .nav-pills .active .dropdown-toggle .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
  }

  .nav > .dropdown.active > a:hover {
  color: #000000;
  cursor: pointer;
  }

  .nav-tabs .open .dropdown-toggle,
  .nav-pills .open .dropdown-toggle,
  .nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
  }

  .nav li.dropdown.open .caret,
  .nav li.dropdown.open.active .caret,
  .nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
  }

  .tabs-stacked .open > a:hover {
  border-color: #999999;
  }

  .tabbable {
  *zoom: 1;
  }

  .tabbable:before,
  .tabbable:after {
  display: table;
  content: "";
  }

  .tabbable:after {
  clear: both;
  }

  .tab-content {
  overflow: auto;
  }

  .tabs-below > .nav-tabs,
  .tabs-right > .nav-tabs,
  .tabs-left > .nav-tabs {
  border-bottom: 0;
  }

  .tab-content > .tab-pane,
  .pill-content > .pill-pane {
  display: none;
  }

  .tab-content > .active,
  .pill-content > .active {
  display: block;
  }

  .tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
  }

  .tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
  }

  .tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
  }

  .tabs-below > .nav-tabs > li > a:hover {
  border-top-color: #ddd;
  border-bottom-color: transparent;
  }

  .tabs-below > .nav-tabs > .active > a,
  .tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
  }

  .tabs-left > .nav-tabs > li,
  .tabs-right > .nav-tabs > li {
  float: none;
  }

  .tabs-left > .nav-tabs > li > a,
  .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
  }

  .tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
  }

  .tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
  }

  .tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
  }

  .tabs-left > .nav-tabs .active > a,
  .tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
  }

  .tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
  }

  .tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
  }

  .tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
  }

  .tabs-right > .nav-tabs .active > a,
  .tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
  }

#wrapper {
        width: 90%;
        max-width: 1100px;
        min-width: 800px;
        margin: 50px auto;
  }

  #columns {
        -webkit-column-count: 3;
        -webkit-column-gap: 10px;
        -webkit-column-fill: auto;
        -moz-column-count: 3;
        -moz-column-gap: 10px;
        -moz-column-fill: auto;
        column-count: 3;
        column-gap: 15px;
        column-fill: auto;
  }

  .pin {
        display: inline-block;
        background: #FEFEFE;
        border: 2px solid #FAFAFA;
        box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
        margin: 0 2px 15px;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        column-break-inside: avoid;
        padding: 15px;
        padding-bottom: 5px;
        opacity: 1;
  }

  .pin img {
        width: 150px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
        margin-bottom: 5px;
  }

  .pin p {
        font: 12px/18px Arial, sans-serif;
        color: #333;
        margin: 0;
  }


  .alignleft {
    float: left;
    text-align:left;
    width:50%;
  }
  .aligncenter {
    float: left;
    text-align:center;
    width:100%;
  }
  .alignright {
    float: left;
    text-align:right;
    width:50%;
  } 
  .holiccontainer {
    background-color: #F6F6F6;
    padding: 2px;
    height: 30px;
    z-index:1;
    display:block;
    width:596px;
    border-bottom: 1px solid #E8E8E8;
    
  }

  .share_button {
    float:left;
    margin-right: -20px;
   margin-top:  4px;
   margin-left: -10px;
  }

  .like_button {
    float:left;
    margin-right: -10px;
    margin-top:  5px;
    
  }

  .tw_button {
    float:left;
    margin-left: 20px;
    margin-top:  5px;
    margin-right: -15px;
  }

  .su_button {
    float:left;
    margin-top:  6px;
    margin-right: 30px;
  }

  .reddit {
    float:left;
    margin-top:  5px;
    margin-right: -10px;
  }

  .gplus {
    float:left;
    margin-top:  5px;
    margin-left: 30px;
  }


  .newold {
    float:left;
    margin-top:  5px;
    margin-right: -10px;
  }

  .views {
    float:left;
    margin-top:  5px;
    margin-left: 20px;
  }


  .push_bt {
    float:left;
    margin-top:  5px;
    margin-left: 110px;
  }

  .submitted_by {
    float:left;
    margin-top:  5px;
    margin-left: 20px;
  }




  .fbaction {
  background-image: url("/fbaction.png");
  padding-top:5px;
  padding-left: 27px;
  width: 142px;
  height: 23px;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  color: white;
  background-repeat: no-repeat;
  display: inline-block;
  text-align: left;
  }





  .border {
        border:1px solid #999999;
        padding:1px;
        background-color:#ffffff;
        margin:0px;
  }

  .border_black {
        border:1px solid #999999;
        padding:1px;
        background-color:#000000;
        margin:0px;
  }
 
  .button {
    padding: 5px 10px;
    display: inline;
    background: #777 url(/images/button.png) repeat-x bottom;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 1px 1px #666;

  display:-moz-inline-stack; display:inline-block; zoom:1; display:inline;
    }
  .button:hover {
    background-position: 0 -48px;
    }
  .button:active {
    background-position: 0 top;
    position: relative;
    top: 1px;
    padding: 6px 10px 4px;
    }
  .button.red { background-color: #e50000; }
  .button.purple { background-color: #9400bf; }
  .button.green { background-color: #58aa00; }
  .button.orange { background-color: #ff9c00; }
  .button.blue { background-color: #2c6da0; }
  .button.black { background-color: #333; }
  .button.white { background-color: #fff; color: #000; text-shadow: 1px 1px #fff; }
  .button.small { font-size: 85%; padding: 3px 7px; }
  .button.small:hover { background-position: 0 -50px; }
  .button.small:active { padding: 4px 7px 2px; background-position: 0 top; }
  .button.large { font-size: 125%; padding: 7px 12px; }
  .button.large:hover { background-position: 0 -35px; }
  .button.large:active { padding: 8px 12px 6px; background-position: 0 top; }

  .info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
  }
  .info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/images/info.png');
  }
  .success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/images/success.png');
  }
  .warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/images/warning.png');
  }
  .error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/images/error.png');
  }

  .border_light {
        border: 1px solid #ddd;
  }
  .corner_all {
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;

  }
  .pad_all_more {
  padding-left: 10px;
  padding-right: 10px;

  } 

  .stuffcoins {

        #background-repeat:no-repeat;
        #       background-color:#26A5D2;
  #background-position:left center;

        background-color: #008fbb;
        background-image: -moz-linear-gradient(top, #4DBCE9, #008fbb); /* FF3.6 */
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #4DBCE9),color-stop(1, #008fbb)); /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(#4DBCE9, #008fbb); /* Chrome 10+, Saf6 */
        background-image: linear-gradient(top, #4DBCE9, #008fbb);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4DBCE9', EndColorStr='#008fbb'); /* IE6�IE9 */

        }
  .bitcoin {
        background-image:url('/images/css/32.png');
        background-repeat:no-repeat;
                background-color:#F7931A;
        background-position:left center;
        }

  .cats {

        background-repeat:no-repeat;

        background-color: #111;
        background-image: -moz-linear-gradient(top, #333333, #111111); /* FF3.6 */
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #333333),color-stop(1, #111111)); /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(#333333, #111111); /* Chrome 10+, Saf6 */
        background-image: linear-gradient(top, #333333, #111111);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#333333', EndColorStr='#111111'); /* IE6�IE9 */
        }






  body {
        #font-family: "Droid Sans", Arial, serif;
        font-size: 13px;
        color: #000;


  }

  .join-link {
  a:link {background-color:#B2FF99;}
  a:visited {background-color:#FFFF85;}
  a:hover {background-color:#FF704D;}

  }

 
    .news-feed
    {
    width: 770px; height: 42px;
    background: url(/images/happening-now.png);
    overflow: hidden;
    position: relative;
    }
    
    .points
    {
    width: 170px; height: 42px;
    font: 12px Tahoma;
    font-weight: normal;
    color: white;
    position: absolute;
    left: 90px;
    padding-top: 12px;
    }
    
    .description
    {
    width: 572px; height: 42px;
    font: 12px Tahoma;
    font-weight: normal;
    color: black;
    position: absolute;
    left: 100px;
    padding-top: 5px;
    }
    
    .description a { color:#5CB193; font-size:13px; text-decoration:none; }
    .description a:hover { text-decoration:underline; }
    
    .all_winners
    {
    width:105px; height: 42px;
    position: absolute;
    left: 830px;
    padding-top: 5px;
    }
    
    .all_winners a 
    { 
    font: 13px Arial;
    color: #5CB193;
    font-weight: bold; 
    text-decoration:none;
    }