
body {
 /*  background:#fff url('http://images.wealthdaily.com/stripe_bg.png'); */
 /* background-repeat: repeat-x; */
  background:#fff;
  background-image: url('http://images.angelpub.com/2010/29/5339/wd_bg1.png');
  text-align:center;
  font-family:sans-serif;
  font-size:14px;
  padding:0;
  margin:0;
}

body a {
  text-decoration:none; 
  color:maroon;
 }

body a:hover {
  text-decoration:underline; 
  color:red;
}

#container {
  width:975px;
  background:#ffffff;
  text-align:left;
  margin:auto;
  border-right:1px solid gray;
  border-left:1px solid gray;
  border-bottom:2px solid gray;
}

#header {
  margin-bottom:10px;
}

#footer {
  clear:both;
  margin:10px;
  padding:10px;
  text-align:center;
  font-size:11px;
  border-top:dashed 1px gray;
}

 #top_menu {
   text-align:left;
   padding:4px;
   margin-top:10px;
   min-width:850px;
   background:#edebd5;
   border-top:dashed 1px gray;
   border-bottom:dashed 1px gray;
 }

 #top_menu ul {
   display: inline;
 }

 #top_menu ul li.last {
   background: none;
 }

 #top_menu ul li {
   margin-left: 0;
   background: url(http://images.wealthdaily.com/diamond-black.gif) 100% 50% no-repeat;
   list-style: none;
   display: inline;
 }

 #top_menu a {
   text-transform: uppercase;
   font-family:Georgia, Times, serif;
   padding: 3px 15px;
   color: #333333;
   font-size:17px;
   text-decoration:none;
 }

 #top_menu a:hover {
   text-decoration:underline;
   color:#660000;
 }

 #bottom_menu * {
  margin:0;
  padding:0;
 }

 #bottom_menu {
   clear:both;
   text-align:center;
   padding:2px;
   margin-top:10px;
  /* min-width:900px; */
 }

 #bottom_menu ul {
   display: inline;
 }

 #bottom_menu ul li {
   margin-left: 0;
   list-style: none;
   display: inline;
 }

 #bottom_menu ul li.first {
   margin-left: 0;
   border-left: none;
   list-style: none;
   display: inline;
 }

 #bottom_menu a {
   font-weight:bold;
   padding: 2px 6px;
   color: #333333;
   font-size:12px;
   text-decoration:none;
 }

 #bottom_menu a:hover {
   text-decoration:underline;
   color:#660000;
 }

 #left {
   float:left;
   padding-right:10px;
   margin:10px;
   width:650px;
   min-height:1300px;
   border-right:1px solid gray;
 }

 #right {
   float:left;
   width:270px;
   margin:5px;
 }

.article_topbox {
  width:115px;
  float:right;
  margin:10px; 
  font-size:14px; 
  border: 1px solid gray; 
  padding: 5px;
}

.rate_box {
  margin-top:2px;
}

.retweet_box {
  margin-top:8px;
  margin-left:30px; 
  text-align:center;
}

.view_box {
  margin:5px; 
  font-family:verdana; 
  font-size:11px;
}

.textsize_box {
  margin:5px; 
  display:inline;
  font-family:verdana; 
  font-size:11px;
}

.makecomment_box {
  margin-top:10px; 
  font-family:verdana; 
  font-size:11px; 
}

.facebook_box {
 margin-top:5px;
}

.reddit_box {
 margin-top:8px;
}

.stumble_box {
 margin-top:5px;
}


.dotted {
   margin: 5px 0 5px 0;
   height:2px; 
   border-bottom:1px dotted gray; 
   text-align: center;
 }

.dashed {
   margin: 5px 0 5px 0;
   height:2px; 
   border-bottom:1px dashed gray; 
   text-align: center;
 }

.header1 {
  font-size:18px;
  font-weight:bold;
  margin-bottom:10px;
}

.main_title {
   font-family:Calibri,Trebuchet MS,Tahoma,sans-serif;
   font-size:22px;
   margin-top:5px;
   margin-bottom:2px;
 }

.cat_title {
   font-family:Calibri,Trebuchet MS,Tahoma,sans-serif;
   font-size:20px;
   margin-top:5px;
   margin-bottom:2px;
 }

.main_subtitle {
  margin:1px;
  font-size:17px;
 }

.main_title a {
   text-decoration:underline;
 }

#entire_article a {
  text-decoration:underline;
  color:maroon;
 }

#entire_article a:hover {
  text-decoration:underline;
  color:red;
}

/* tablesorter */
table.tablesorter {
        font-family:arial;
        background-color: #CDCDCD;
        margin:10px 0pt 15px;
        font-size: 8pt;
        width: 100%;
        text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
        background-color: #eee;
        border: 1px solid #FFF;
        font-size: 8pt;
        padding: 4px;
}
table.tablesorter thead tr .header {
        background-image: url(/images/bg.gif);
        background-repeat: no-repeat;
        background-position: center right;
        cursor: pointer;
}
table.tablesorter tbody td {
        padding: 4px;
        background-color: #FFF;
        vertical-align: top;
}
table.tablesorter tbody .expired {
  color: #777272;
}
table.tablesorter tbody tr .odd td {
  background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
  background-image: url(/images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
  background-image: url(/images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
  background-color: #ccc;
}
/* end */



