/**
 * version: 1.0
 * author: negatyve.com
 * author uri: http://www.negatyve.com/
 * © 2009 negatyve.com | all rights reserved
**/


/***********************/
/* MAIN CONTENT STYLES */
/***********************/


.side-banner
{
width: 300px;
height: 250px;
overflow: hidden;
}


/************************/
/* ARTICLES LIST STYLES */
/************************/


.articles-list p.footer-link
{
padding: 0;
position: relative;
float: left;
height: 23px;

text-align: right;
text-transform: uppercase;
line-height: 23px;
font-size: 10px;
}
.articles-list p.footer-link a
{
display: inline;
position: relative;
float: right;
padding: 0 27px 0 10px;
background: transparent url( '/layout/manageronline/articles-list-footer-link-button-up.gif' ) no-repeat top right;

height: 23px;
}
.articles-list p.footer-link a:hover
{
background-image: url( '/layout/manageronline/articles-list-footer-link-button-hover.gif' );
text-decoration: none;
}
.articles-list li
{
position: relative;
float: left;
border: 0;
margin: 0;
padding: 0;
list-style: none;

background: url( '/layout/manageronline/home-articles-list-item-background.png' ) repeat-x top left;
}
.articles-list li.hovered
{
background-image: url( '/layout/manageronline/home-articles-list-item-background-hover.png' );
}
.articles-list h3
{
position: relative;
float: right;
right: 10px;
padding-bottom: 8px;

line-height: 1.2em;
}
.articles-list h3 a
{
font-family: 'Arial Narrow', Arial;
font-weight: normal;
font-size: 22px;
color: #231f20;
}
.articles-list h3 a:hover
{
text-decoration: none;
}
.articles-list .category, .articles-list .home-sponsored-article
{
position: absolute;
z-index: 1;

font-family: 'Arial Black', Arial;
font-size: 11px;
text-transform: uppercase;
}
.articles-list .home-sponsored-article
{
font-size: 10px;
padding-left: 6px;
background: url( '/layout/manageronline/home-sponsored-article-background.gif' ) no-repeat center left;
}
.articles-list .category:hover
{
text-decoration: none;
}
.articles-list .date
{
position: absolute;
top: 15px;

color: #6d6e70;
font-style: italic;
font-size: 11px;
}
.articles-list li p
{
position: relative;
float: right;
padding: 0;
right: 10px;

color: #404040;
font-size: 13px;
}
.articles-list .img-container
{
position: absolute;
top: 40px;
left: 10px;
}
.articles-list .comments
{
position: absolute;
right: 10px;
padding-right: 17px;
z-index: 2;

background: url( '/layout/manageronline/articles-list-comments-button-up.gif' ) no-repeat center right;

font-size: 11px;
}
.articles-list .comments:hover
{
background-image: url( '/layout/manageronline/articles-list-comments-button-hover.gif' );
text-decoration: none;
}
.articles-list .pictures
{
position: absolute;
right: 10px;
padding-right: 17px;
z-index: 2;

background: url( '/layout/manageronline/articles-list-pictures-button-up.gif' ) no-repeat center right;

font-size: 11px;
}
.articles-list .pictures:hover
{
background-image: url( '/layout/manageronline/articles-list-pictures-button-hover.gif' );
text-decoration: none;
}
.articles-list .right-shifted
{
right: 50px;
}
