/* Adjust the minimum height to fit the page with the most content */

#content {
	min-height: 1400px;
}

/* Unordered list elements for the eligibility page (they match the Tech Specs pages) */

#content #eligibility ul {
	line-height: 0em;
	margin-top: 6px;
	margin-bottom: 8px;
	font-weight: bold;
	list-style-type: square;
	font-size: 12px;
	list-style-position: inside;
}

#content #eligibility ul li {
	line-height: 14px;
}

#content #eligibility ul ul {
	font-style: normal;
	font-weight: normal;
	margin-left: 2.2em;
	list-style-type: circle;
	text-transform: none;
	font-size: 11px;
	list-style-position: outside;
}

/* Ordered list elements for the contact and priv/support page */

ol {
	padding-left: 64px;
	list-style-type: decimal;
}

ol.legal {
	font-size: 11px;
}

/* Various overrides and elements for the about pages */

p.legal {
	line-height: 16px;
	font-size: 11px;
}

.caps {
	text-transform: uppercase;
}

/* stupid authorize and geotrust badges */

.authgeo {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	margin-top: 15px;
	width: 450px;
}

.authgeo td {
	width: 225px;
}


/* special divs for the contact page */

.contact {
	margin-bottom: 32px;
	padding-left: 48px;
	background-repeat: no-repeat;
	background-position: left top;
}

#mail {
	background-image: url(../images/mail_32.png);
}

#newsletter {
	background-image: url(../images/NewsletterIcon-sm2.png);
}

#email {
	background-image: url(../images/email_32.png);
}

#vcard {
	background-image: url(../images/vcard_32.png);
}

#phone {
	background-image: url(../images/phone_32.png);
}

/* special divs for the credits page */

.credits {
	min-height: 64px;
	margin-bottom: 40px;
	padding-left: 90px;
	background-repeat: no-repeat;
	background-position: left center;
}

.credits b {
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

#lame {
	background-image: url(../images/lame_64.png);
}

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

#liba52 {
	background-image: url(../images/dolby_64.png);
}

#opengl {
	background-image: url(../images/opengl_64.png);
}

#rex {
	background-image: url(../images/rex_64.png);
}

#smug {
	background-image: url(../images/spectre_fuzzmeasure_64.png);
}

#coda {
	background-image: url(../images/coda_64.png);
}

#cocoamysql {
	background-image: url(../images/cocoamysql_64.png);
}

#cssedit {
	background-image: url(../images/cssedit_64.png);
}

#xserve {
	background-image: url(../images/apple/poweredbyxserve.png);
}

/* special divs for the contact page */

.people {
	min-height: 48px;
	margin-bottom: 24px;
	padding-left: 64px;
	background-repeat: no-repeat;
	background-position: left top;
}

.people b {
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

.people i {
	font-style: italic;
	font-size: 11px;
	color: #333;
}

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

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

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

/* special divs for the custom dev page */

.custom {
	min-height: 64px;
	margin-bottom: 32px;
	padding-left: 80px;
	background-repeat: no-repeat;
	background-position: left top;
}

.custom b {
	font-size: 13px;
	font-weight: bold;
	color: #333;
}


#xcode {
	background-image: url(../images/xcode_64.png);
}

