/* Copyright (c) 2006-2009, Apple Inc. All rights reserved. */

.content_entries_list
{
    font-size: 11px;
    padding: 0;
}
.content_entries_list .entry
{
    position: relative;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #ededed;
}
.content_entries_list .entry:after
{
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}
* html .content_entries_list .entry 
{
    height: 1%; 
}
.content_entries_list .entry a
{ 
    text-decoration: none;
}
.content_entries_list .entry a:hover
{ 
    text-decoration: underline;
}

.content_entries_list .entry h2.entry_title
{
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    margin: 7px 0 4px;
    padding: 0;
}
.content_entries_list .entry h2.entry_title a
{
    font-weight: bold;
    color: #666666;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 95%;
}


.content_entries_list .entry .entrymetadata
{
    float: none !important;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 4px 0 15px;
    color: #cacaca;
    font-size: inherit !important;
}
.content_entries_list .entry .entrymetadata a
{
    font-weight: bold;
    color: #bfbfbf;
}


p.entry_listing_comments
{
    margin: 5px 0 !important;
}
p.entry_listing_comments a
{
    font-weight: bold;
    color: #bfbfbf;
}




.entry_date
{
}
div.summary p{
	margin-left:0 !important;
}
.entry_date a:link,
.entry_date a:visited
{
	color:inherit;
	text-decoration:none;
}
.entry_lastmod_author a:link,
.entry_lastmod_author a:visited
{
	color:inherit;
}



#history_link
{
    background-image:url(./img/controls.png) !important; /* override */
}

#history_view .historycontainer
{
    margin-right: -39px;
}
#history_view .splitter
{
    margin-left: -41px;
    margin-right: -40px;
    border: none !important;
}
