body {
	background-color: #247C33;
	font-family: "Gill Sans", "Lucida Bright", Lucida, Verdana, sans-serif;
	font-size: 1em;
	color: white;
	padding: 0; margin: 0;
	text-align: center;

	background-image: url(images/bottom.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

#top {
	top: 0px;
	background-image: url(images/fades.png);
	width: 100%;
	padding: 0; margin: 0;
	background-position: top;
	background-repeat: repeat-x;
}

#old_banner {
	height: 340px;
	width: 300px;
	background-image: url(images/banner3.png);
	background-repeat: none;
	margin: 0 auto;
}

#banner { display: none; }

#bottom {
	background-image: url(images/banner3-blurred.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 38px;
	margin: 0 auto;
}
#content {
	text-align: justify;
	width: 480px;
	padding-top: 250px;
	margin: 0 auto;
}

.topright {
	position: absolute; top: 10px; right: 10px;
    text-align: right;
}
.topleft {
	position: absolute; top: 10px; left: 10px;
    text-align: left;
}

a {
	color: #fe5;
}
.mailto:after { content: "@toastycode.com"; }

sup {
	font-size: 50%;
	line-height: 120%;
	vertical-align: text-top;
}
sup a {
	text-decoration: none;
}

#footnotes {
	margin-top: 40px;
	border-top: 1px solid white;
	padding-top: 20px;
	padding-bottom: 30px;
}

.expandable {
	cursor: help;
	color: #3DD456;
	/*border-bottom: 1px dotted #fe5;*/
}

.expanded {
	color: inherit;
	cursor: help;
}

/*ul.ellipsis li:before { content: "\0020"; }*/

li {
	margin-top: 1em;
	list-style-type: square;
	text-align: left;
}

#purchase1 {
	padding: 4px;
	background-color: #3DD456;
	color: #060;
	text-align: center;
}

#purchase1 a {
	color: black;
	font-weight: bold;
}

#purchase, #download {
	cursor: pointer;
	font-size: 125%;
	padding: 8px;
	/*background-color: black;*/
	background-color: #0F3616;
	border: 3px solid #0F3616;
	text-align: center;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	border-radius: 8px;
  	-webkit-transition-duration: 0.75s;
}

#purchase a, #download a {
	font-weight: bold;
}

#purchase:hover, #download:hover {
	border-color: #fe5;
}

h2 { 
	font-size: 225%;
	font-family: GillSans-Light, "Gill Sans", "Lucida Bright", Lucida, Verdana, sans-serif;
	font-weight: lighter;
	margin-bottom: 0.25em;
}
xh2 { 
	font-family: "Gill Sans", "Lucida Bright", Lucida, Verdana, sans-serif;
	margin-bottom: 0.25em;
	font-size: 175%;
	font-weight: bold;
}

h3 { 
	font-family: GillSans-Light, "Gill Sans", "Lucida Bright", Lucida, Verdana, sans-serif;
	margin-top: 1.5em;
	margin-bottom: 0.25em;
	font-size: 175%;
	font-weight: lighter;
}

h4 { font-size: 90%; }

hr {
	margin: 2em 0;
	border: none;
	height: 1px;
	border-top: 1px solid #3dd456;
	border-bottom: 1px solid #2c973e;
	background-color: #33b048;
}

span[locale]:before {
	width: 16px;
	height: 11px;
	padding-right: 3px;
}
span[locale=us]:before {
	content: url(images/flags/us.png);
}
span[locale=fr]:before {
	content: url(images/flags/fr.png);
}

li[locale] {
	margin: 0.5em 0;
	font-size: 90%;
}
li[locale="fr"] {
	list-style-image: url(images/flags/fr.png);
}
li[locale="us"] {
	list-style-image: url(images/flags/us.png);
}
li[locale="uk"] {
	list-style-image: url(images/flags/gb.png);
}
