/* ----------------------------------------------------------------
	[ Download ]
*/

#download-menu {
	float: left;
	list-style-type: none;
	margin: 0;
	margin-right: 12px;
	padding: 0;
	width: 250px;
}

	#download-menu li {
		display: inline;
		margin: 0;
		padding: 0;
	}

		#download-menu a {
			background-repeat: no-repeat;
			background-position: 5px 5px;
			display: block;
			height: 100px;
			padding: 5px;
			width: 250px;
		}

			#download-menu a span {
				display: none;
			}

		#download-menu a.selected {
			border: 3px solid #DEEA7A;
			border-right-color: #fff;
			position: relative;
			width: 249px;
			z-index: 2;
		}

/* ---------------------------------------------------------------
*/
		
#latest-release {
	background-image: url(../images/download/latest-release.png);
}

#distribution {
	background-image: url(../images/download/distribution.png);
}

#documentation {
	background-image: url(../images/download/documentation.png);
}

#older-releases {
	background-image: url(../images/download/older-releases.png);
}

#svn {
	background-image: url(../images/download/svn.png);
}

/* ---------------------------------------------------------------
*/

#left-panel {
	border-left: 3px solid #DEEA7A;
	float: left;
	min-height: 528px;
	padding: 10px;
	padding-left: 20px;
	width: 662px;
}

	#left-panel h2 {
		margin-top: 5px;
	}

/* ---------------------------------------------------------------
*/

#archives {
	width: 100%;
}

	#archives th.head {
		margin-bottom: 5px;
	}

		#archives th {
			background: #f4fbd6;
			color: #72881c;
			padding: 3px;
		}

/* ---------------------------------------------------------------
*/
		
#customize {
	color: #464646;
	padding-bottom: 10px;
}

	#customize p {
		font-size: 0.9em;
	}

	#customize dt {
		width: 200px;
	}

	#customize dt.separator {
		width: auto;
	}
	
	#customize dd.align {
		margin-left: 205px;
	}

/* ---------------------------------------------------------------
*/
	
#plugins-list {
	list-style-image: url(../images/icons/package-small.png);
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
	
	#plugins-list span.remove {
		font-size: 0.7em;
	}
	
		#plugins-list span.remove a {
			color: #d91313;
		}