header, section, footer { display: block; }



/* Fonts and colors. */

html { background: #213868 url(/img/html_bg.png) 0 0 repeat-x; }

body, h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	letter-spacing: -0.01em;
}

h1 {
	color: #213868;
	font-weight: bold;
}

a, a:link, a:hover, a:active, a:visited { color: #104386; }

pre, code { font-family: "Courier New", Courier, monospace; }
pre {
	background: #f5ede3;
	border-color: #e1d4c0;
}

a code, a:link code, a:hover code, a:active code, a:visited code {
	background: inherit;
}

hr {
	border: 1px solid #e1d4c0;
	border-width: 1px 0 0 0;
}



/* Typography for 16px base font size. */

body { font-size: 16px; }

p, pre {
	margin: 1.5em 0;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 { margin: 0; }

h1 {
	margin: 0.75em 0;
	font-size: 2em;
	line-height: 0.75em;
}

h2, article section h1, section section h1 {
	margin: 1em 0;
	font-size: 1.5em;
	line-height: 1em;
}

h3, article section section h1, section section section h1, article section h2, section section h2, h4, h5, h6 {
	margin: 1.2em 0;
	font-size: 1.25em;
	line-height: 1.2em;
}

ul, ol, dl {
	margin: 1.5em 0;
	padding: 0;
}

ul ul, ol ol, ul ol, ol ul { margin: 0 0 0 1.5em; }

li, dt, dd {
	margin: 0;
	font-size: 1em;
	line-height: 1.5em;
}

dd { margin: 0 0 0 1.5em; }

table {
	font-size: 1em;
	line-height: 1.5em;
}

th, td {
	font-size: 1em;
	line-height: 1.5em;
}

body > pre {
	margin: 2em 0;
	font-size: 0.75em;
	line-height: 2em;
}

pre {
	overflow: auto;
	padding: 0.6875em;
	border-width: 0.0625em;
	border-style: solid;
}

pre code, a code { border: none; }



/* Utilities. */

.tcenter { text-align: center; }



/*  Forms. */

label {
	display: block;
	margin: 0;
	padding: 0;
}

input[type=text], input[type=password], textarea {
	width: 100%;
	margin: 0.25em 0;
	padding: 0.3em 0.5em;
	border: 0.05em solid #909090;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 20px;
}
input[type=text].narrow { width: 12em; }

input[type=submit] {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 20px
}

textarea {
	width: 100%;
	height: 10em;
}

select {
	width: 100%;
	margin: 0.5em 0 0.45em 0;
	border: 0.05em solid #909090;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 20px;
}

.button_orange, .button_orange_big {
	display: inline-block;
	padding: 0 1em;
	border: 1px solid #b74d18;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: url(/img/button_orange.png) 0 0 repeat-x;
	color: #fff !important;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	text-align: center;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
	text-decoration: none;
	cursor: default;
}
.button_orange {
	height: 22px;
	margin: 0;
	font-size: 16px;
	line-height: 22px;
}
.button_orange:hover { background-position: 0 -46px; }
.button_orange:active { background-position: 0 -23px; }
input[type=submit].button_orange { height: 24px; }
.button_orange_big {
	height: 44px;
	margin: 1px 0;
	font-size: 26px;
	line-height: 44px;
}
.button_orange_big:hover { background-position: 0 -46px; }
.button_orange_big:active { background-position: 0 0; }
input[type=submit].button_orange_big { height: 46px; }



/* Design. */

html, body {
	margin: 0;
	padding: 0;
}

#container {
	width: 569px;
	margin: 0 auto 1.5em;
	background: #fff url(/img/container_bg.png) 0 0 no-repeat;
	border: 1px solid #1e325d;
	border-top: none;
}

header {
	position: relative;
	height: 207px;
}

header h1, header ul {
	position: absolute;
	margin: 0;
	padding: 0;
}

header h1 {
	left: 40px;
	top: 49px;
	text-indent: -10000px;
}

header h1 a {
	display: block;
	width: 256px;
	height: 46px;
	background: url(/img/logo.png) 0 0 no-repeat;
}

header ul {
	top: 2em;
	right: 2em;
	font-size: 0.75em;
	line-height: 2em;
}

header li {
	display: inline;
	margin-left: 0.75em;
	padding-left: 0.75em;
	border-left: 1px solid #d2d6e0;
}

header li:first-child {
	margin: none;
	padding: none;
	border: none;
}

header a, header a:link, header a:hover, header a:active, header a:visited {
	color: #7292cb;
}

#content {
	padding: 0 3em 1.5em;
	background: url(/img/content_bg.png) bottom left repeat-x;
}

.uses, .uses li {
	font-size: 18px;
	line-height: 24px;
}
ul.uses, ul.uses li { margin: 12px 0 12px 14px; }
p.uses { margin: 12px 0 12px 28px; }
p.uses a { font-weight: bold; }

.workflow, .workflow li {
	color: #213868;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin: 24px 0 24px 14px;
}
.workflow li h2 {
	color: #b74d18;
	font-size: 18px;
	font-weight: bold;
	margin: 24px 0 0 0;
}
.workflow li p {
	font-weight: normal;
	font-size: 16px;
	margin-top: 0;
	color: #000;
}

.features {
	padding: 0.5em 0;
	list-style-type: none;
}
.features li {
	margin: 0.5em 0;
	padding: 0.5em 0.5em 0.5em 38px;
	background: #f5ede3 url(/img/li_bullet.png) 13px 11px no-repeat;
}

footer {
	width: 569px;
	margin: 2em auto;
	font-size: 0.75em;
	line-height: 2em;
	text-align: right;
}

footer ul {
	margin: 1.5em 0;
	padding: 1em 2em;
	background: #384c77;
	border: 1px solid #1e325d;
}

footer li {
	display: inline;
	margin-left: 1em;
	padding-left: 1em;
	border-left: 1px solid #304165;
}

footer li:first-child {
	border: none;
	margin: none;
	padding: none;
}

footer a, footer a:link, footer a:hover, footer a:active,
footer a:visited { color: #fff; }

p.copyright {
	margin-right: 2em;
	color: #384c77;
}



/*
#content { background: url(http://devstructure.com/images/baseline-24px.png); }
*/

