/*---------------------------------------------------------------------------
 SECTION CSS for "HOME"
 version:    0.1
 date:       21/07/09
 author:     Florian Plank
 website:    http://www.fusion.fi
 --------------------------------------------------------------------------*/
/* layout general */
.half {
    padding-bottom: 2em !important;
}

.half a.right:hover {
    border-bottom: 1px solid transparent;
}

ul.profiles-all li:hover {
	color: #a00;	
}

ul.featured-blog-posts {
    list-style: none;
    border-top: 1px solid #ccc;
    padding-top: 1em;
}

ul.featured-blog-posts li {
    padding: 0;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #eee;
}

ul.featured-blog-posts li a {
    border: none;
}

ul.featured-blog-posts li p.quiet a {
    border-bottom: 1px solid #a00;
	white-space: nowrap;
}

ul.featured-blog-posts li h4 {
    margin-bottom: 0;
}

ul.featured-blog-posts li h4 a {
    border: none;
    color: #222;
}

ul.featured-blog-posts li h4 a:hover {
    border: none;
    color: #a00;
}

/* at the forum */
ul.recent-listings {
    list-style: none;
}

ul.recent-listings li {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 1em;
    clear: left;
    width: 100%;
    padding: 0;
}

ul.recent-listings li div {
    margin-bottom: .5em;
}

ul.recent-listings li a {
    font-weight: bold;
    border: none;
    color: #333;
}

ul.recent-listings li a:hover {
    color: #a00;
}

ul.recent-listings li span a {
    font-weight: normal;
    color: #a00;
    border-bottom: 1px solid #a00;
}

ul.recent-listings li img {
    margin-right: 10px;
    margin-bottom: .5em;
}

.tabbed {
	padding-top: 2em !important;
	border-top: 1px solid #ccc;
}

.tabbed h3 {
    margin-bottom: 0.5em;
    padding-top: 0.5em;
}
