
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.mir { letter-spacing : -1000em; }
/*\*/html>body .mir { letter-spacing : normal; text-indent : -999em; overflow : hidden;}



/* defaults */

html {
	height: 100%;
}
body {
	height: 100%;
}
ul, ol {
	list-style-position: outside;
	margin-left: 20px;
	padding: 5px;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
li {
	padding: 2px 1px;
	margin: 1px 0;
}
dt {
	font-weight: bold;
	padding: 2px;
}
dd {
	margin-left: 20px;
	padding: 2px;
}
ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.menu li {
	margin: 0;
	padding: 0;
}

.centered-list {
    overflow: hidden;
    width: 100%;
}
.centered-list > * {
    float: left;
    left: 50%;
    position: relative;
}
.centered-list > * > * {
    float: left;
    position: relative;
    right: 50%;
}
.centered-list ul {
    margin: 0;
}
/***************** end reset ***************/

body {
	background-color: #FCFCE4;
	color: #635C1F;
	font-family: Aller, Calibri, "Trebuchet MS", Arial;
	font-size: 12pt;
}
h1 {
	font-size: 4em;
}
h2 {
	font-size: 2em;
}
p {
	padding: 3px;
	margin: 2px 0;
	line-height: 1.3em;
}
a {
	color: #CF9F40;
	text-decoration: none;
	border-bottom: 2px solid #000000;
	font-weight: bold;
}
a:hover {
	color: #FC767A;
}
code, tt, pre, kbd {
	font-family: Consolas, Inconsolata, Monaco, "Courier New";
}
kbd {
	border: 1px outset #999999;
	padding: 0 3px;
	background-color: #EEEEEE;
	color: #000000;
	display: inline-block;
}
ol ol {
	list-style-type: lower-alpha;
}
ol ol ol {
	list-style-type: lower-greek;
}
ol ol ol ol {
	list-style-type: lower-roman;
}

.content-container {
	width: 800px;
	margin: auto;
}
.version-info {
	font-style: italic;
	font-size: 75%;
}
.language-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}
.language-list li {
	display: inline;
	line-height: 1.3em;
}
.language-list li:after {
	content: ",";
}
.language-list li:last-child:after {
	content: "";
}
.new {
	display: inline-block;
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAEMSURBVDjL3ZLBSgJRFIYvtO0BfIPeI3qBNj2Cy1rWzlWbkcBNYhC0TletJKOFq1lIILhQJCywaDZOkINiGl/n3DNj6LaF4MDHGebc/5tz544D3H9w2yAI3LkQp7UgREJRSIS+0BJqwr6QTzkWulqdD09juD3Ah5PI7r8TiPvw0YJeDUq7cJ83NDzqwmUOFUyYT/ASfasGm6d4kQo1OB3JszN4fTDujuBrqP2hW4baVxbMBIuZTfAeQucGxm/w+WzB6AleGipo/Am06hTrEwQupLhjwkFdtlOFnzlc72n/cFWgQb3WJ8i22a7A44mtCfQQ7BSyL6617BtWZ+kphMKFlwSusrJmW/7ETQt+AQhq/TxibW0lAAAAAElFTkSuQmCC);
}

#logo, .box-icon {
	background: transparent url(/media/sprite.png) no-repeat;
}
#header, #footer {
	background: #FFC456 url(/media/headfoot_sprite.png) repeat-x;
}

#logo {
	background-position: 0 0;
	height: 200px;
	width: 800px;
}
#logo a {
	width: 800px;
	height: 200px;
	display: block;
}

#wrapper {
	min-height: 100%;
	position: relative;
}

#main {
	padding-bottom: 210px;
}

#header {
	background-position: 0 0;
}
#header, #footer {
	text-align: center;
	height: 200px;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-position: 0 -200px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	border: none;
}
#footer p:first-child {
	margin-top: 100px;
}
#footer p {
	line-height: .6em;
}
#footer .copyright {
	cursor: help;
}

#skip-to-content {
	display: none;
}
#download-languages-toggle + ul {
	display: none;
}

#nav li {
	float: left;
	margin: 0 3px;
}
#nav li a {
	display: block;
	padding: 3px 10px 2px 10px;
	font-size: 120%;
	color: #000000;
	border-bottom: 2px solid #CF9F40;
}
#nav li a:hover {
	border-color: #000000;
}

.featured-link {
	font-size: 150%;
	font-variant: small-caps;
}


.doc-section {
	margin: 0 0 10px 10px;
}
.doc-container h3 {
	font-size: 1.2em;
}
.doc-container h2, .doc-container h3, .doc-container h4, .doc-container h5 {
	margin-top: 10px;
	margin-bottom: 5px;
}

.box {
	margin-top: 25px;
	padding: 5px;
	clear: left;
	background-color: #FAFFCF;
	border-left: 2px solid #675834;
	border-bottom: 2px solid #675834;
	opacity: 0.75;
	overflow: hidden;
}
.box h2, #nav h2 {
	display: none;
}
.box:hover {
	opacity: 1;
}
.box-content {
	float: left;
	width: 638px;
}
.box-left {
	float: left;
	width: 150px;
	padding-bottom: 600px;
	margin-bottom: -600px;
}
.box-icon {
	width: 150px;
	height: 150px;
}
.download-icon {
	background-position: -150px -200px;
}
.demo-icon {
	background-position: -300px -200px;
}
.about-icon {
	background-position: 0 -200px;
}
