body,html{
    background:#f9f9f9;
    height:100%;
    width:100%;    
}
.top_menu{position: fixed;z-index:2;width:100%;text-align:center;background-color:#f3f3f3;border-bottom:1px solid #eee;margin:0;padding:0;}
.main_logo#upper_logo{line-height:50%;padding-left:10px;padding-right:30px;padding-top:5px;font-family: 'Droid Serif', serif;letter-spacing:-1px;color:#e15611;font-size:30px;}
#bottom_logo{font-size:14px;color:#333;letter-spacing:0;font-family: 'Arial Narrow', sans-serif;}

#digest_header{
font-family: 'Amethysta', serif;
height:25px;
line-height:25px;
background:#5f85ac;
color:#fff;
font-size:1em;
position:relative;
width:250px;
text-align:center;
}
.digests_block{
display: inline-block;
}
.main_cell{
border-top:1px solid #333;
width:250px;
height:100px;
display: inline-block;
margin-right:10px;
}
.digest_row{
display: inline-block;
list-style-type: none;
text-align:left;
background:#f9f9f9;    
position:relative;
text-decoration: none;
//webkit-box-shadow: 1px 1px 10px #dcdcdc;
//-moz-box-shadow: 1px 1px 10px #dcdcdc;
//box-shadow: 1px 1px 10px #dcdcdc;
margin:0;
padding:0;
width:250px;
//height:75px;
float:left;
}
.digest_row:hover{
   background:#EBEBEB;
}
.digest_img{
    display:block;
    overflow:hidden;
    float:left;
    position:relative;
    border:0;
    margin-right:5px;
}
a.digest_title{
   font-family: 'Amethysta', serif;
   text-decoration:none; 
   font-size:12pt;
   color:#333;
   font-weight:normal;
}
a#icons_top {
    color: #7A7A7A;
    text-decoration: none;
    font-size: 22px;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
   	height:32px;
	width:32px;
    padding-top:2px;
//    vertical-align:top;
//    display:inline-block;
}
a#icons_top:hover {
    background: #ededed;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    border: solid 1px #7A7A7A;
}