.hidden .subtext{
	display: none;
}

.newsline .hidden .subtext{
	width:550px; 
}

.subtext {
	display: none;
	padding-bottom: 5px;
	padding-left: 10px;	
}

.atomitem {
	/*min-height: 50px;*/
	float: left;
	font-weight: bold; 
}

.noticeofnew {
	font-style: normal;
	color: green;	
}

.timestamp {
	margin-left: 5px;
	font-style: italic;
	color: gray;
	font-size: small;
	float: right;	
}

hr.blogger {
	clear:both;
	display:block;
	visibility:hidden;
}

a.info{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    font-weight: normal;
    position:absolute;
    top:2em; left:2em; width:35em;
    border:1px solid #A6AF7A;
    background-color:#CCCEA9; 
    color:#000;
    /*text-align: center;*/
    padding: 10px;
}

