/*

*/

*{
margin:0;
padding:0;
}

body{
font-family:verdana,helvetica,arial,sans-serif;
font-size:11px;
background:#333;
color:#eee;
}

a{
text-decoration:none;
}

#header{
padding:6px;
background:#111;
padding-bottom:12px;
border-bottom:1px solid #444;
}

#header h1{
font-family:"trebuchet ms";
font-size:28px;
letter-spacing:-1px;
font-weight:normal;
text-transform:uppercase;
color:#fff;
}

#header h1 span{
color:#f9e;
}

#header .tag_line{
letter-spacing:.5px;
color:#ddd;
font-size:14px;
}

.feed{
width:48.5%;
min-width:480px;
float:left;
padding:6px;
} 

.feed h2{
font-weight:normal;
text-transform:uppercase;
font-size:12px;
border-bottom:1px solid #555;
padding:2px;
}

.feed li{
list-style-type:none;
display:block;
height:18px;
line-height:9px;
margin-bottom:2px;
background:#353535;
}

.feed .source{
visibility:hidden;
}

.feed .date{
color:#bee;
}

.feed li:hover{
background:#222;
}

.feed li:hover .source{
visibility:visible;
}

.feed li a{
color:#eea;
}

.feed li a:hover{
color:#9ea;
}

.feed li .source{
color:#ccc;
}


.feed li .source a{
color:#ccc;
padding:2px;
border:0;
}

.feed li .source a:hover{
color:#eee;
}


#footer{
clear:both;
padding:12px;
background:#eee;
color:#666;
}

#footer a{
color:#900;
}

a img{
border:0;
}

