/* ---------------------------------------------------------------------------
	
	Master Styles
					
	Site: http://buildwithstructure.com
	
	Author: Travis Schmeisser http://rockthenroll.com
	
--------------------------------------------------------------------------- */

/* 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;
}

/* --------------------------------------------------------------------------
	=global
--------------------------------------------------------------------------- */

body {
	background: #393232 url(../img/bg.png) repeat-x 0 0;
	color: #b0b0b0;
	font: 12px/26px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	text-shadow: #121010 1px 1px 1px;
}

#container {
	text-align: left;
	margin: 0 auto;
	width: 950px;
}

/* --------------------------------------------------------------------------
	=links
--------------------------------------------------------------------------- */

a:link, a:visited {
	color: #ba4732;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

/* --------------------------------------------------------------------------
	=typography
--------------------------------------------------------------------------- */

h1 {
	color: #fff;
	height: 32px;
	margin-bottom: 20px;
	text-indent: -9999px;
}

body.instructions h1 {
	background: url(../img/title_instructions.png) no-repeat 0 0;
}

body.documentation h1 {
	background: url(../img/title_documentation.png) no-repeat 0 0;
}

body.tags h1 {
	background: url(../img/title_tags.png) no-repeat 0 0;
}

body.tutorials h1 {
	background: url(../img/title_tutorials.png) no-repeat 0 0;
}

body.changelog h1 {
	background: url(../img/title_changelog.png) no-repeat 0 0;
}

body.support h1 {
	background: url(../img/title_support.png) no-repeat 0 0;
}

body.knowledge h1 {
	background: url(../img/title_knowledge_base.png) no-repeat 0 0;
}

body.download h1 {
	background: url(../img/title_download.png) no-repeat 0 0;
}

body.page_not_found h1 {
	background: url(../img/title_page_not_found.png) no-repeat 0 0;
}

h2 {
	color: #fff;
	font-size: 22px;
	margin-bottom: 5px;
	text-shadow: #121010 1px 1px 1px;
}

h3 {
	color: #fff;
	font-size: 15px;
	margin-bottom: 10px;
	text-shadow: #121010 1px 1px 1px;
}

p {
	margin-bottom: 25px;
}

code {
	color: #e1d9b0;
	font-size: 15px;
	margin-bottom: 10px;
}

/* --------------------------------------------------------------------------
	=lists
--------------------------------------------------------------------------- */

ul {
	list-style: none;
	margin: 0 0 25px 0;
}

ol {
	margin: 0 0 25px 20px;
}

li {
	background: url(../img/bullet.png) no-repeat 3px 5px;
	line-height: 16px;
	margin-bottom: 5px;
	padding-left: 15px;
}

ol li {
	background-image: none;
	padding-left: 0;
}

/* --------------------------------------------------------------------------
	=header
--------------------------------------------------------------------------- */

#header {
	background: url(../img/header.png) no-repeat 0 0;
	height: 161px;
	margin-bottom: 60px;
	position: relative;
}

#logo {
	background: url(../img/logo_screen.png) no-repeat 0 0;
	bottom: 26px;
	height: 77px;
	left: 360px;
	position: absolute;
	width: 298px;
}

#logo img {
	left: -9999px;
	position: absolute;
	top: 0;
}

#logo a {
	display: block;
	height: 100%;
	width: 100%;
}

#current_version {
	bottom: 45px;
	color: #fff;
	display: block;
	font-weight: bold;
	line-height: 12px;
	margin: 0;
	position: absolute;
	right: 0;
}

#contact {
	bottom: 26px;
	font-weight: bold;
	line-height: 12px;
	margin: 0;
	position: absolute;
	right: 0;
}

/* #contact a {
	background: url(../img/icon_header_contact.png) no-repeat 100% 50%;
	padding-right: 22px;
} */

#contact a:link, #contact a:visited {
	color: #5f5858;
}

#contact a:hover {
	color: #fff;
}

/* --------------------------------------------------------------------------
	=tools
--------------------------------------------------------------------------- */

#tools {
	float: left;
	margin-left: 60px;
	width: 180px;
}

#nav {
	background: url(../img/title_nav.png) no-repeat 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	list-style: none;
	margin: 0 0 40px 0;
	padding-top: 42px;
}

#nav li {
	background: url(../img/px.png) repeat-x bottom left;
	margin: 0;
	padding: 0;
}

#nav #nav_support {
	background-image: none;
}

#nav li a {
	display: block;
	padding: 10px 5px 12px 5px;
}

#nav li.here a {
	background: url(../img/nav_here.png) no-repeat 3% 50%;
	color: #b0b0b0;
	padding-left: 17px;
}

#purchase {
	background: url(../img/title_purchase.png) no-repeat 0 0;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 40px;
	padding-top: 42px;
}

#purchase_btn {
	background: url(../img/btn_purchase.png) no-repeat 0 0;
	height: 41px;
	margin-bottom: 8px;
}

#purchase_btn a {
	background: url(../img/btn_purchase.png) no-repeat 0 0;
	display: block;
	height: 100%;
	text-indent: -9999px;
}

#purchase_btn a:hover {
	background-position: 0 -41px;
}

#purchase_note {
	margin-bottom: 5px;
}

#purchase ul {
	margin-bottom: 5px;
}

#purchase ul li {
	margin-bottom: 2px;
}

#purchase_ee2 {
	color: #685f5f;
	margin-bottom: 0;
}

#purchase_ee2 strong {
	font-style: none;
}

#updates {
	background: url(../img/title_updates.png) no-repeat 0 0;
	list-style: none;
	margin: 0 0 40px 0;
	padding-top: 42px;
}

#updates li {
	margin: 0 0 10px 0;
	padding: 0;
}

#updates li a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	width: 100%;
}

#updates_twitter, #updates_twitter a {
	background: url(../img/btn_twitter.png) no-repeat 0 0;
	height: 151px;
}

#updates_twitter a:hover {
	background-position: 0 -151px;
}

#updates_changelog, #updates_changelog a {
	background: url(../img/btn_changelog.png) no-repeat 0 0;
	height: 41px;
}

#updates_changelog a:hover {
	background-position: 0 -41px;
}

#updates_knowledge_base, #updates_knowledge_base a {
	background: url(../img/btn_knowledge_base.png) no-repeat 0 0;
	height: 41px;
}

#updates_knowledge_base a:hover {
	background-position: 0 -41px;
}

#quick_contact {
	background: url(../img/title_contact.png) no-repeat 0 0;
	margin-bottom: 40px;
	padding-top: 42px;
}

#quick_contact {
	font-size: 11px;
	line-height: 14px;
}

#quick_contact em {
	font-style: normal;
	font-weight: bold;
}

/* --------------------------------------------------------------------------
	=content
--------------------------------------------------------------------------- */

#content {
	background: url(../img/title_content.png) no-repeat 0 0;
	float: right;
	margin-bottom: 40px;
	padding-top: 42px;
	width: 590px;
}

/* --------------------------------------------------------------------------
	=foot
--------------------------------------------------------------------------- */

#foot {
	clear: both;
	padding-left: 360px;
}

#top {
	margin-bottom: 20px;
}

#top, #top a {
	background: url(../img/foot_top.png) no-repeat 0 0;
	display: block;
	height: 11px;
	text-indent: -9999px;
}

#top a:hover {
	background-position: 0 -11px;
}

/* --------------------------------------------------------------------------
	=team structure
--------------------------------------------------------------------------- */

#team_structure {
	background: #262121 url(../img/bg_team.png) repeat-x 0 0;
	padding: 31px 0;
	text-align: center;
}

#team_structure_inside {
	margin: 0 auto;
	text-align: left;
	width: 950px;
}

#team_structure_inside:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#team_structure h3 {
	background: url(../img/title_team.png) no-repeat 60px 0;
	height: 11px;
	margin-bottom: 30px;
	text-indent: -9999px;
}

.team_content {
	float: right;
	padding-top: 15px;
	width: 240px;
}

#team_structure_inside img {
	float: left;
}

#team_travis {
	float: left;
	margin-left: 60px;
	width: 410px;
}

#team_jack {
	float: right;
	margin-right: 60px;
	width: 410px;
}

.team_content h4 {
	height: 22px;
	text-indent: -9999px;
}

#team_travis .team_content h4 {
	background: url(../img/title_team_travis.png) no-repeat 0 0;
}

#team_jack .team_content h4 {
	background: url(../img/title_team_jack.png) no-repeat 0 0;
}

.team_content ul {
	margin: 0;
	padding: 0;
}

.team_content li {
	background-image: none;
	margin: 0;
	padding: 0;
}

.team_content .team_url {
	font-size: 11px;
	margin-bottom: 10px;
}

.team_content .team_url a:link, .team_content .team_url a:visited {
	color: #675e5c;
}

.team_content .team_url a:hover {
	color: #fff;
}

.team_content .team_twitter {
	height: 41px;
	width: 180px;
}

.team_content .team_twitter a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	width: 100%;
}

#team_travis .team_content .team_twitter, #team_travis .team_content .team_twitter a {
	background: url(../img/btn_twitter_travis.png) no-repeat 0 0;
}

#team_jack .team_content .team_twitter, #team_jack .team_content .team_twitter a {
	background: url(../img/btn_twitter_jack.png) no-repeat 0 0;
}

#team_travis .team_content .team_twitter a:hover, 
#team_jack .team_content .team_twitter a:hover {
	background-position: 0 -41px;
}

/* --------------------------------------------------------------------------
	=home
--------------------------------------------------------------------------- */

#notice {
	background: url(../img/notice_ee2.png) no-repeat 0 0;
	height: 63px;
	margin: 0 0 30px 0;
	padding: 0;
	text-indent: -9999px;
}

#intro {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 30px;
}

#intro p {
	margin: 0;
}

#intro strong {
	color: #fff;
}

#whats_new {
	background: #423a3a url(../img/px.png) repeat-x top left;
	padding: 20px;
}

#whats_new h2 {
	margin-bottom: 10px;
}

#whats_new ul {
	margin-bottom: 0;
}

#benefits {
	background: url(../img/px.png) repeat-x top left;
	margin-bottom: 20px;
	padding: 20px 0 0 0;
}

#benefits h2 {
	margin-bottom: 20px;
}

.benefit {
	margin-bottom: 35px;
}

.benefit h2 {
	font-size: 13px;
	line-height: 13px;
	margin-bottom: 10px;
}

.benefit a {
	background-color: #423a3a;
	display: block;
	margin-bottom: 5px;
	padding: 10px;
}

.benefit img {
	display: block;
}

.benefit p {
	line-height: 14px;
	margin: 0;
}

/* --------------------------------------------------------------------------
	=misc helpers
--------------------------------------------------------------------------- */

#jump_to {
	background: url(../img/px.png) repeat-x top left;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 20px 0 0 5px;
}

#jump_to li {
	margin-bottom: 8px;
}

.view_all {
	background: url(../img/px.png) repeat-x top left;
	font-weight: bold;
	padding: 20px 0 0 5px;
}

/* --------------------------------------------------------------------------
	=instructions
--------------------------------------------------------------------------- */

body.instructions h2 {
	background: url(../img/px.png) repeat-x top left;
	margin-bottom: 10px;
	padding-top: 20px;
}

/* --------------------------------------------------------------------------
	=documentation
--------------------------------------------------------------------------- */

.doc_listing {
	background: url(../img/px.png) repeat-x top left;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 20px 0 0 5px;
}

.doc_listing h2 {
	margin-bottom: 20px;
}

.doc_listing li {
	margin-bottom: 8px;
}

.doc_detail {
	background: url(../img/px.png) repeat-x top left;
	padding: 20px 0 0 0;	
}

.doc_category, .doc_version { margin-bottom: 0; }

.doc_category strong, .doc_version strong, .doc_type strong {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
}

.doc_type {
	background: url(../img/px.png) repeat-x bottom left;
	margin-bottom: 20px;
	padding: 0 0 20px 0;
}

.doc_detail pre {
	background: #423a3a url(../img/bg_code.png) repeat-y 0 0;
	color: #e1d9b0;
	height: auto;
	line-height: 16px;
	margin: 0 0 20px 0;
	overflow: auto;
	padding: 0;
	width: 550px;
}

.doc_detail code {
	display: block;
	font-size: 12px;
	line-height: 16px;
	height: auto;
	margin: -16px 0 0 0;
	overflow: auto;
	padding: 20px;
}

/* --------------------------------------------------------------------------
	=tags
--------------------------------------------------------------------------- */

.tag {
	background: url(../img/px.png) repeat-x top left;
	margin-bottom: 35px;
	padding-top: 35px;
}

.tag h2 {
	margin-bottom: 10px;
}

.tag p {
	line-height: 18px;
	margin-bottom: 10px;
}

.tag_attribute {
	background-color: #423a3a;
	margin-bottom: 1px;
	padding: 12px 15px;
}

.tag_attribute h3 {
	line-height: 14px;
	margin-bottom: 5px;
}

.tag_attribute p {
	line-height: 16px;
	margin-bottom: 0;
}

.tag_attribute .tag_attribute_code {
	margin-bottom: 4px;
}

.tag_attribute_code code {
	font-size: 13px;
}

.tag_attribute_desc {
	font-style: italic;
}

/* --------------------------------------------------------------------------
	=knowledge base
--------------------------------------------------------------------------- */

.article {
	background: url(../img/px.png) repeat-x top left;
	margin-bottom: 35px;
	padding-top: 35px;
}
.article p {
	line-height: 18px;
}

.article pre {
	background: #423a3a url(../img/bg_code.png) repeat-y 0 0;
	color: #e1d9b0;
	height: auto;
	line-height: 16px;
	margin: 0 0 10px 0;
	overflow: auto;
	padding: 0;
	width: 550px;
}

.article code {
	display: block;
	font-size: 12px;
	line-height: 16px;
	height: auto;
	margin: -16px 0 0 0;
	overflow: auto;
	padding: 20px;
}

/* --------------------------------------------------------------------------
	=changelog
--------------------------------------------------------------------------- */

.log {
	background: url(../img/px.png) repeat-x top left;
	margin-bottom: 20px;
	padding-top: 20px;
}

.log h2 span {
	color: #9e948f;
	font-size: 12px;
	font-weight: normal;
}

.log ul {
	margin-bottom: 0;
}

/* --------------------------------------------------------------------------
	=support
--------------------------------------------------------------------------- */

.support_item {
	background-color: #423a3a;
	margin-bottom: 1px;
	padding: 15px 25px;
}

.support_item p {
	line-height: 18px;
	margin-bottom: 5px;
}

/* --------------------------------------------------------------------------
	=support
--------------------------------------------------------------------------- */

#download_container {
	background-color: #423a3a;
	padding: 25px;
}

label {
	color: #fff;
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow: #121010 1px 1px 1px;
}

#license {
	font-size: 22px;
	margin-bottom: 10px;
	padding: 4px;
	width: 500px;
}

#submit {
	display: block;
}

.download_link {
	background-color: #ba4732;
	color: #fff;
	line-height: 14px;
	margin-bottom: 0;
	padding: 20px 25px;
}

.download_link em {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin-right: 15px;
}

.download_link a:link, .download_link a:visited {
	color: #fff;
}

.download_link a:hover {
	color: #b5b5b5;
}

.error {
	background-color: #952828;
	color: #fff;
	line-height: 14px;
	margin-bottom: 0;
	padding: 20px 25px;
}

.error em {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin-right: 15px;
}

.error a:link, .error a:visited {
	color: #fff;
}

.error a:hover {
	color: #b5b5b5;
}

