/* @override http://symphony-cms.local/workspace/assets/styles/home.css */

/************************************
	http://symphony-cms.com
	home.css, v1.0
	17 August 2009
	Symphony Team, team@symphony-cms.com
*************************************
	CONTENTS
		1. FEATURE AREA
		2. SECTION ONE
*************************************
		1. FEATURE AREA
**************************************/

#pagehead ul li.logos { border: none; }
#pagehead ul li.logos img {
	display: block;
	margin: 2em auto 0;
}

/*************************************
		2. SECTION ONE
*************************************/

#admin-tools {
	display: none;
}

.learn-more img {
	display: none;
}

.more-link {
	display: none;
}

#bottom {
	background: transparent url(images/pagehead-mirror.png) no-repeat top center;
	border-top: 1px solid #e3e3e3;
}

#clients {
	background: url(images/logos-background.png) no-repeat top center;
}

#clients .subsection.simple {
	width: 220px;
	padding-left: 30px;
}

#clients h3, #clients .h3 { color:#b40b51; }

#clients .subsection.complex {
	width: 600px;
	padding-left: 40px;
}

#nav .home a {
	padding: .6em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	}
	
#pagehead {
	clear: both;
	float: left;
	margin: 1.5em 10px 0 10px;
	padding: 1em 480px 6.5em 0;
	background: transparent url(images/home-showcase.png) no-repeat bottom center;
	border-bottom: none;
	}

#features { 
	margin-bottom: 0; 
	border-bottom: 1px solid #e3e3e3;
	background: transparent url(images/pagehead.png) no-repeat bottom center;
	}

#features h3 { color:#b40b51; }
		
#features p {
	margin-bottom: .75em;
}
		
#features img {
	padding: 5px;
	background-color: #ddd;
}
	
#features .learn-more {
	position: relative;
}

#features .learn-more a span { display: none; }

#features .learn-more a:hover span {
	background-color: rgba(0, 0, 0, 0.8);
	display: block;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	width: 180px;
	height: 90px;
	font-size: 1.15em;
	font-weight: bold;
}

#clients .complex { padding-top: 1.5em; }

.section-banner {
	float: left;
	width: 100%;
    margin: 0;
    padding: 1em 0;
    text-indent: .75em;
    background: #222 url(images/home-sectionhead.png) no-repeat top center;
    color: #fff;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 1px 1px 1px #17020c;
}

#download .link-list li {
	font-size: 1.15em;
	padding: 0.75em 0;
}

#support p {
	margin-top: .75em;
	padding-left: 100px;
	font-size: 1.45em;
	line-height: 1.5em;
	background: url(images/support-promo.png) no-repeat left center;
}
	
#support a {
	font-weight: bold;
	color: #b40b51;
	display: block;
}

#community {
	margin-top: -1em;
	padding-top: 0;
}

dt span.date {
	float: right;
	margin-left: 0.5em;
	color: #aaa;
}

#discussions li {
    float: left;
    clear: both;
    width: 100%;
    padding: .75em 0;
    margin: 0;
}

#discussions li a {
    float: left;
    width: 350px;
}

#discussions span.comments {
    float: right;
    width: 100px;
    text-align: right;
    margin-left: 0.5em;
    color: #aaa;
}
	
#blog-posts dt {
	font-size: 1.15em;
	margin: 1em 0 .5em;
}
	
#blog-posts dd {
	margin-bottom: 2em;
}

