

#new-posts {display:none;}
#load-more {display:block;
float:left;
width:690px;
margin-left:63px;
background-color: #555;
cursor: pointer; 
margin-bottom:100px;
font-family: Helvetica, Arial, san-serif;
padding:15px;
font-size:14px;
font-weight: bold;
color:white;
text-align:center;
text-transform:uppercase;
}

#load-more:hover {
background-color: #1D7FC6;
}
.moderation-controls {display:none;}

.timestamp {display:none;}

.item {
background: url("/img/nav/grey-back.png") repeat-y scroll right center white;
font-family: Helvetica, Arial, san-serif;
    -moz-box-shadow:0 0 7px 5px #666; 
    -webkit-box-shadow: 0 0 7px #666;
    width:720px;
    margin-bottom:25px;
    border-bottom:1px solid #ccc;
    float:left;
    position: relative;
    margin-left:63px;

}

.item a{
color: #1D7FC6;
text-decoration:none;
}

.item a:hover{

text-decoration:underline;
}

.item ul {
list-style: none outside none;

}

.content img {
float:left;
margin: 10px 15px 10px 0;
}

.content{
width:450px;
float:left;
padding:5 15px;

}

.big {
font-size: 21px;
}

.item .avatar {
width:65px;
height:50px;
float:left;

background: url("/img/nav/notch.png") no-repeat scroll 0 35px transparent;

}

.item .avatar img {
padding: 40px 0px 0 15px;
width:50px;
height:50px;
}

.item .info {
width:150px;
float:left;
padding:0px 0 25px 15px;
}

.item .info img {
float: left;
margin: -5px 10px 0 0px;
border: 2px solid white;
}

.item .info .credits {
font-size: 11px;
margin: 0px 0 1px 0px;
padding:0;
color: #777;
}

.item .info .credits a {
color: #777;
}

.item .info .credits a:hover {
color: #1D7FC6;

}

.info .date { color: #f5f5f5; }


