@import url(base.css);

@import url(utils.css);

@import url(layout.css);

/*------------------------------------------------------------------------------
	Navigation
------------------------------------------------------------------------------*/

#navigation {
	bottom: 0.8em;
	position: absolute;
	right: 0;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li,
#navigation .label {
	float: left;
}

#navigation .label {
	display: block;
	padding: 0 10px;
	text-decoration: none;
}

#navigation .first .label {
	padding-left: 0;
}

#navigation .last .label {
	padding-right: 0;
}

#navigation .selected .label {
	cursor: default;
}

#navigation .label {
	color: #19709C;
}

#navigation .label:hover {
	color: #F00;
}

#navigation .selected .label {
	color: #000;
}

/*------------------------------------------------------------------------------
	Code Block
------------------------------------------------------------------------------*/

.codeblock {
	display: inline-block;
	max-width: 100%;
	position: relative;
}

.codeblock menu {
	font-size: 80%;
	list-style: none;
	margin: 0.5em;
	position: absolute;
	top: 0;
	right: 0;
}

.codeblock .label {
	color: #AAC;
	text-shadow: -1px 1px 5px #000;
}

.codeblock .label:hover {
	color: #BBD;
}

.codeblock pre {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0 0 2px #DDD;
	-webkit-box-shadow: 0 0 2px #DDD;
	background: #0C1021;
	border: 1px dashed #CCC;
	color: #F8F8F8;
	display: block;
	max-width: 100%;
	overflow: auto;
	margin: 0;
	padding: 10px;
}

.codeblock i {
	color: #6F6;
	font-style: normal;
}

.codeblock b {
	color: #80AAFF;
	font-weight: normal;
}

/*------------------------------------------------------------------------------
	Download Block
------------------------------------------------------------------------------*/

.downloadblock {
	display: inline-block;
	vertical-align: top;
}

.downloadblock a {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #b2ed77;
	background-image: -moz-linear-gradient(top, #bdfc7e, #b2ed77);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #bdfc7e),color-stop(1, #b2ed77));
	border: 2px solid #9fd46a;
	border-radius: 6px;
	color: #555;
	display: block;
	padding: 10px 20px 10px 10px;
	text-decoration: none;
}

.downloadblocklarge a {
	padding: 20px 40px 20px 20px;
}

.downloadblock a:hover {
	background: #9fd46a;
	border-color: #8cba5d;
	background-image: -moz-linear-gradient(top, #aae371, #9fd46a);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #bdfc7e),color-stop(1, #b2ed77));
	color: #333;
}

.downloadblock h2,
.downloadblock p {
	margin: 0;
}

.downloadblock h2 {
	font-size: 110%;
	background: url(../images/download_bg.png) no-repeat 0 0;
	padding-left: 36px;
	min-height: 32px;
}

.downloadblock a:hover h2 {
	background-position: 0 1px;
}

.downloadblock p {
	font-size: 80%;
	margin: -1.5em 0 0 36px;
}

/*------------------------------------------------------------------------------
	Changelog
------------------------------------------------------------------------------*/

.changelog dt {
	margin: 0 0 -1.5em;
}

.changelog dd {
	padding: 0 0 0 2.5em;
}

.changelog dd em {
	font-size: 90%;
}

.changelog .br {
	margin: 0 0 1.5em;
}

/*------------------------------------------------------------------------------
	Presentation Block
------------------------------------------------------------------------------*/

.presentationblock {
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 0 1px #555;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 0 1px #555;
	background: #AAA;
	background-image: -moz-linear-gradient(#AAA, #000);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #AAA),color-stop(1, #000));
	box-shadow: 0 0 1px #555;
	display: inline-block;
	padding: 20px;
	vertical-align: top;
}

/*------------------------------------------------------------------------------
	Extras
------------------------------------------------------------------------------*/

html {
	overflow-y: scroll;
}

img,
object {
	vertical-align: top;
}

a:hover,
a:focus {
	color: #F00;
	outline: 0;
}

/*------------------------------------------------------------------------------
	Fonts
------------------------------------------------------------------------------*/

body {
	font: 14px/1.5 "Segoe UI", "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
}

#banner,
#footer {
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.3;
}

#main-content h1,
#main-content h2 {
	font: bold 1.2em/1em "Helvetica Neue", Helvetica, Calibri, sans-serif;
}

#main-content h2 {
	font-size: 1em;
}

pre {
	font: 90%/1.6 Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}

body {
	background: #FFF;
	border-top: 10px solid #444;
	color: #262C33;
}

h1 {
	margin: 1.3em 0 0.5em;
}

strong {
	color: #39424d;
}

/* Shapes */

body {
	margin: 0;
}

#main-document {
	margin: 0 auto;
	padding: 30px 20px;
	position: relative;
	width: 900px;
}

#skip-to-main-content {
	position: absolute;
	right: 20px;
}

#banner {
	border-bottom: 1px solid #DDD;
	height: 4em;
	position: relative;
}

#heading {
	bottom: 0.8em;
	left: 0;
	position: absolute;
}

#site-title {
	margin: 0 0 0 0.1em;
}

#site-title a {
	color: #000;
	text-decoration: none;
}

#site-slogan {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}

#main-content h1 {
	color: #19709C;
}

.section {
	margin: 1em 0;
}

footer,
.pre,
.download-section {
	margin: 1em 0;
}

.example {
	table-layout: fixed;
	width: 100%;
}

.example td {
	width: 50%;
	vertical-align: top;
	padding: 0 5px;
}

.examples {
	width: 100%;
	table-layout: fixed;
}

.examples th,
.examples td {
	vertical-align: top;
}

.examples th {
	text-align: left;
	width: 25%;
	padding: 5px 5px 2em 0;
}

.examples td {
	width: 75%;
	padding: 5px 0 2em 5px;
}

.examples p {
	margin: 0 0 1em;
}

.contact label {
	display: block;
}

.contact input,
.contact textarea {
	font: 90%/1.5 "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.contact .control {
	margin: 0 0 1em;
}

.input {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #DDD;
	border-radius: 5px;
	display: inline-block;
	padding: 0.5em;
	width: 25em;
}

.input input,
.input textarea {
	background: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}

.input textarea {
	height: 8em;
}

.column-content {
	padding: 0 10px;
}

.column-first-content {
	padding-left: 0;
}

.column-last-content {
	padding-right: 0;
}

.license {
	text-align: justify;
}