body, div, ul{
  margin: 0px;
  padding: 0px;
}

/* Prevent Firefox Scrollbar Jump */
html { overflow-y:scroll; }

hr.clear {
  clear: both;
  border: 1px solid #fff;
  height: 1px;
  width: 99%;
}

.nospc {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

body {
  font: normal 70% verdana, arial, helvetica, sans-serif;
  background-color:#fff;
}

h1 a {
  color: #000;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}

div#header{
  width: 100%;
  height: 90px;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

#header #logo {
  float: left;
  width:332px;
  height:120px;
  padding: 0;
  margin:0 0 0 -4px;
  text-indent:-9999em;
  background:url(images/aggreddit.gif) no-repeat 0 0;
}

#header form {
  float: left;
  margin: 20px 0 0 40px;
}

#header form input {
  font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size:12px;
  color: #444;
  line-height:130%;
  padding:6px 10px 6px 7px;
  border:1px solid #dedede;
  background-color:#fff;
}

#header form label {
  padding: 0; margin: 0 0 0 2px;
  color: #999;
  float:left;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: bold;
}

#header form input, button{
  margin: 0px 10px 0px 0px;
  float: left;
}

button{
    display:block;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
button img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}

/* POSITIVE */

button.positive{
    color:#529214;
}
button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}


div#footer {
  width: 100%;
  padding: 10px 0;
  background-color: #eee;
  border-top: 1px solid #ccc;
  margin-top: 20px;
  text-align: center;
  color: #888;
}

div#footer a {
  color: #222;
  text-decoration: none;
}

div#footer a:hover {
  color: #f30;
}

div#indent {
  padding-left: 40px;
}

a.linkset {
  font-size: 1.2em;
  padding: 4px 20px 4px 35px;
  text-decoration: none;
  background-color: #eee;
  background-image: url('images/tag_orange.png');
  background-repeat: no-repeat;
  background-position: 14px 5px;
  color: #333;
  border: 1px solid #ddd;
}

span.warn {
  font-weight: bold;
  color: #f30;
  margin-left: 6px;
  margin-top: -3px;
  font-size: 0.9em;
}

a.linkset:hover {
  color: #f30;
  background-color: #fff;
}

a.delete {
  float: right;
  margin-top: 25px;
  display: block;
  width: 18px;
  text-decoration: none;
}

a.delete img {
  border: 0;
}

div#ccol {
  width: 985px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

div.rblk {
  width: 300px;
  margin: 0 10px;
  display: block;
  float: left;
}

ul {
  list-style: none;
}

ul.rollover {
  display: none;
}

a.ralnk {
  display: block;
  width: 300px;
  height: 16px;
  vertical-align:top;
  line-height: 16px;
  text-align: right;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

a.ralnk:hover {
   color: #f30;
}
 
a.ralnk span {
  padding-right: 15px;
  padding-top: 1px;
  background-position: right 0px;
  background-repeat: no-repeat;
}

a.ralnk span.mlnk {
  background-image: url('images/bullet_arrow_down.png');
}

a.ralnk span.llnk {
  background-image: url('images/bullet_arrow_up.png');
}

li {
  border-top: 1px solid #ccc;
  padding: 3px 0;
}

li a.story {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 0px;
  margin: 0px;
  width: 275px;
}

li a.story:hover {
  color: #f30;
}

li a.comment {
  float: right;
  display: block;
  padding: 0px;
  margin: 0px;
  width: 18px;
}

li a.comment img {
  text-decoration: none;
  border: 0;
}


