html { background: #00262f; font-size: 70%; }
body { margin: 0; }
ol ol, ol ul, ul ul, ul ol { margin-bottom: 0; }
a img { border: 0; }

h1 small,
h2 small,
h3 small,
h4 small { font-weight: normal; font-size: 0.7em; }
h5 small,
h6 small { font-weight: normal; font-size: 0.8em; }

dl dd { margin-left: 0; }

.caps { text-transform: uppercase; font-size: 0.8em; font-weight: normal; }
.status { text-transform: lowercase; font-variant: small-caps; font-weight: bold; color: #911; }
.container .colborder { border-color: #d3d8bc; }

#header,
#content,
#footer { float: left; clear: both; width: 100%; }

#header { padding: 58px 0 2em; background: #77c244 url(../img/header.png) center top repeat-x; }
	#logo { display: block; float: left; }
	#menu { float: right; margin-top: 12px; background: #113c32; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
	#menu ul { float: left; margin: 0; padding: 0 0.5em 0 0; }
		#menu li { display: block; float: left; margin: 0; padding: 0; }
		#menu li.first { padding-left: 0.5em; }
			#menu li a { display: block; height: 32px; line-height: 32px; padding: 0 0.8em; border-right: solid 1px #0f362d; border-left: solid 1px #144539; letter-spacing: 0.05em; text-decoration: none; text-transform: uppercase; color: #efefef; font-size: 90%; }
			#menu li.first a { border-left: 0; }
			#menu li.last a { border-right: 0; }
			#menu li a:hover { background: #164e41; border-left-color: #195a4b; color: #fff; text-shadow: #fff 0 0 1px; }

#content { background: #f1f8db url(../img/content.png) center top repeat-x; }
	#content .wrapper { min-height: 390px; padding: 1em 0; background: transparent url(../img/wrapper.png) center top no-repeat; }
	#content dl.inactive-team { font-size: 0.9em; }
	#content p.intro { padding: 1em 20px; padding-left: 20px; margin: 0 -20px; font-size: 1.2em; }
	#content a { color: #004352; }
	#content a:hover { color: #00758f; }
	#content a:active { text-decoration: none; }

#home {  }
	#home ul { margin-left: 0; padding-left: 1em; }
	#home .download .link a { display: block; line-height: 60px; padding-left: 64px; font-size: 1.2em; background: transparent url(../img/download.png) 8px center no-repeat; }
	#home .download .link a:hover { background-color: #fff; }

#donate {  }
	#donate label { font-weight: normal; }
	#donate .warn,
	#donate .okay,
	#donate .good { font-size: 1.1em; padding-left: 20px; background: transparent none left center no-repeat; }
	#donate .warn { background-image: url(../icon/exclamation.png); }
	#donate .okay { background-image: url(../icon/error.png); }
	#donate .good { background-image: url(../icon/accept.png); }
	#donate table { border: none; margin: 0; width: 90%; }
		#donate table td { border: none; padding: 0.2em; vertical-align: middle; }

#download { }
	#download .package { margin-bottom: 1em; }
		#download .package .details { padding: 1em; background: #ccc; border-radius: 0.4em; }
			#download .package ul { display: block; list-style: none; margin: 1em 0; padding: 0; }
				#download .package li { display: inline-block !important; display: inline; margin: 0 1em 0 0; padding: 0;  }
					#download .package .links a { padding: 0.4em; padding-left: 20px; background: transparent none 0 center no-repeat; }
					#download .package .links a.download { background-image: url(../icon/package_go.png); }
					#download .package .links a.changelog { background-image: url(../icon/report.png); }
					#download .package .links a.documentation { background-image: url(../icon/book_link.png); }
					#download .package .links a.issues { background-image: url(../icon/bug.png); }
					#download .package .links a.repository { background-image: url(../icon/wrench.png); }

#community dl { margin-top: 20px; }
	#community dl h3 { margin: 10px 0 10px; font-size: 16px; }
		#community dl h3 a { color: #000; text-decoration: none; }
	#community dt,
	#community dd { display: block; float: left; }
	#community dt { width: 75px; height: 90px; margin: 0 5px 0 0; }
		#community dt.last { margin-left: 290px; }
	#community dd { width: 180px; height: 130px; margin-right: 30px; line-height: 1.3em; }

#footer { padding: 1em 0; background: #00262f; color: #eee; text-shadow: #00262f 0.1em 0.1em 1px; font-size: 0.9em; }
	#footer a { color: #809397; }
	#footer .copyright { color: #405c63; }
		#footer .copyright a { color: #405c63; text-decoration: underline; }
		#footer .copyright a.logo { display: block; width: 100px; height: 24px; background: transparent url(../img/kohana_dark.png) 0 0 no-repeat; text-indent: -3000em; }
	#footer .feed h6 a { margin-left: -14px; padding-left: 14px; letter-spacing: 0.11em; background: transparent url(../img/feed.png) left center no-repeat; text-decoration: none; color: #fff; }
		#footer .feed ol { margin: 0; padding: 0; list-style: none; }
			#footer .feed li { margin: 0; padding: 0; }

