@import url('photo_holder.css');
.right .entry {
	margin: 1em 1em 2em 1em; 
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 1em;
}



.right .entry  .title{ margin-bottom: 0.4em; float:left; width:100%;} 
.right .entry  .title .title_text{ float:left; cursor:pointer} 

.right .entry .text {  float:right; width:46em;display:inline; }
.right .entry .name{  padding: 0.2em 0em 0.4em 0em; color: gray; font-style: italic; float: left; clear: none;}
.right .entry .distance { padding: 0.2em 0em 0.4em 0.4em; float: right; margin: 0; font-style: italic; color: gray; }
.right .entry .distance_map { padding: 0.2em 0em 0.4em 0.4em; float: right; margin: 0; font-style: italic; color: gray; }
.right .entry .description { height:3.6em; line-height: 1.8em; clear: both;} 
.right .entry .details{  line-height: 1.8em; color: gray; font-style: italic; clear: both;}


.right .entry .entry_top {
	clear: both;
	height: 9.46em;
}

.right .entry .entry_bottom {
	clear: both;
	height: 1.4em;

}

.right .entry .screen_name { float: left; margin-left: 0.2em;}

.right .entry .screen_name a { padding: 0px 0 0px 0.4em;}

.right .entry  .action{ float:right;  text-align: right; list-style: none; position: relative;}

.right .entry  .action li{ float: left; clear: none;}

.right .entry  .action li a { background-repeat: no-repeat; background-position: 1.2em center; padding: 4px 0 4px 3em;}




.right .entry .action li .share {
    		display: none;
    		position: absolute;
    		padding: 0;
    		left: 0em;
    		top: 1.6em;
    		background-color: white;
    		border: 1px solid #cccccc;
    		float: left;
    		z-index: 100;    		    		
}

.right .entry .action .share li{
    		list-style: none;
    		margin: 0;
    		text-align: left;
    		float: left;
    		clear: both;
}	


.right .entry .action .share li a{
    		background-repeat: no-repeat; background-position: 8px center; padding: 6px 8px 6px 32px;
    		float: left; width:5em;
}		