/************************************
	http://symphony-cms.com
	download.css, v1.0
	17 November 2009
	Symphony Team, team@symphony-cms.com
*************************************
	CONTENTS
		1. LAYOUT
*************************************
		1. LAYOUT
*************************************/

#install .subsection h3 {
	padding-top: 7.5em;
}
	
#install .subsection h3 a {
	color: #333;
}

#dl-reqs h3 {
	background: transparent url(images/download-checklist.png) no-repeat 50% 0;
}

#dl-zip h3 {
	background: transparent url(images/download-zip.png) no-repeat 50% 0;
}
		
#dl-git h3 {
	background: transparent url(images/download-git.png) no-repeat 50% 0;
}
		
#dl-learn h3 {
	background: transparent url(images/download-learn.png) no-repeat 50% 0;
}

.release-list li {
	float: left;
	padding: 1em 0;
}

.release-list dt {
	font-weight: bold;
	font-size: 1.15em;
	padding-top: 0;
}
	
.release-list dt a { display: block; font-weight: bold; }

.release-list .point dt {
	font-size: 2.4em;
	line-height: 1em;
}

.release-list dd, .release-list p.meta {
	color: #888;
}
			
.release-list .compound p {
	margin-bottom: .5em;
}
		
.release-list .action {
	margin-top: 0;
}