/* @override http://thealtkey.com/holding_site/wp-content/themes/thealtkey1/style.css */

/*
Theme Name: JDS Starkers
Theme URI: http://john-sparrow.com
Description: New nude theme based on TwentyTen and incorporating Elliot Jay Stocks' Starkers theme (http://elliotjaystocks.com)
Version: 1.0
Author: John Sparrow
Author URI: http://john-sparrow.com
Tags: starkers, naked, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";
@import "style/css/css3styles.css";
@import "style/css/page-specific.css";

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p, a, h1, h2, h3, h4, h5, h6, li {
	color: #003366;
}

#content p, #content li, #content label {
	font-size: 14px;
	line-height: 150%;
}

#content p {
	margin: 10px 5px;
}

hr {
	display: block;
	overflow: hidden;
	clear: both;
}

#content hr {
	border: none;
	height: 15px;
	width: 90%;
	margin: 30px auto;
	background: url(style/images/hr.gif) no-repeat center center;
}

p img {
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}

a {
	text-decoration: underline;
}

a, .enlargeable {
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

em strong, strong em {
	font-weight: bold;
	font-style: italic;
}

#wrapper, #branding, #content {
	display: block;
	overflow: hidden;
}

form.print_btn {
	clear: both;
	display: block;
	overflow: hidden;
	width: 90%;
	text-align: right;
	margin: 0 auto 15px auto;
}

#wrapper {
	width: 968px;
	margin: 0 auto;
	position:relative;
}

#branding {
	width: 100%;
}

#site-title {
	width: 400px;
	float: left;
}

#site-title a {
	width: 400px;
	height: 110px;
	float: left;
	text-indent: -9999em;
	background: url(style/images/top-logo400w.gif) no-repeat 0 0;
}

#branding img.logo {
	display: none;
}

#site-description {
	width: 0;
	height: 0;
	overflow: hidden;
	display: block;
	text-align: left;
	text-indent: -9999em;
}

#contact-info {
	float: right;
	width: 400px;
	text-align: right;
	margin-top: 15px;
	font-size: 13px;
	line-height: 140%;
}

#content {
	width: 100%;
	margin: 50px 0 0 0;
}

.entry-content {
	position: relative;
	z-index: 0;
}

#content a.alt-key img {
	visibility: hidden;
}

#content a.alt-key {
	display: inline-block;
	overflow: hidden;
	width: 200px;
	height: 200px;
	background: url(style/images/alt-key-sprite.gif) no-repeat 0 0;
}

#content a.alt-key:hover {
	background-position: 0 -200px;
}

#content .split-container {
	display: block;
	overflow: hidden;
	width: 900px;
}

#content .leftbox, #content .rightbox {
	width: 400px;
	padding: 10px;
	position: relative;
	z-index: 300;
}

#content .leftbox {
	float: left;
	border: 1px solid #036;
}

#content .rightbox {
	float: right;
}

#content .rightbox a.closebtn {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1000;
	padding: 10px 15px;
	color: #fffeff;
	background-color: #036;
	text-decoration: none;
	font-size: 12px;
	border: 1px solid #036;
}

#content .rightbox p.open-caption {
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

#content h1.entry-title {
	display: block;
	overflow: hidden;
	margin: 10px auto 30px auto;
	text-align: center;
}

#content .rightbox a.closebtn:hover {
	color: #036;
	background-color: #fffeff;
}

#content img.enlargeable {
	width: 390px;
	height: 418px;
	max-width: 650px;
}

body.page-id-7 #content .leftbox p, body.page-id-7 #content .rightbox p {
	color: #fff;
}

div.threecol {
	display: block;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin: 50px auto;
}

div.threecol h3, div.threecol p {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
}

div.threecol h3 {
	width: 270px;
	text-align: center;
}

#content div.threecol p {
	width: 400px;
	margin-top: 0;
	margin-bottom: 0;
	border: 1px solid #036;
}

#content div.threecol p.icon {
	width: 100px;
	border: none;
}

.bottom-extra-content {
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 15px auto;
	clear: both;
}

.menu-header {
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 10px auto;
}

.menu-header ul {
	text-align: center;
	display: block;
	overflow: hidden;
	padding: 20px 0;
}

.menu-header ul li {
	display: inline-block;
	margin: 0 40px;
	text-align: center;
	width: 230px;
}

.menu-header ul li a {
	display: inline-block;
	color: #797979;
	text-decoration: none;
	font-size: 14px;
}

.menu-header ul li a:hover, .menu-header ul li a:focus {
	text-decoration: underline;
}

.next-prev-container {
	clear: both;
	float: left;
	display: block;
	overflow: hidden;
	width: 100%;
	text-align: right;
	margin-top: 20px;
}

.next-prev-container a {
	display: inline-block;
	margin: 5px 20px;
	color: #369;
	font-size: 12px;
	text-decoration: none;
}

.next-prev-container a:hover, .next-prev-container a:focus {
	text-decoration: underline;
}

#footer {
	clear: both;
	width: 100%;
	display: block;
	overflow: hidden;
	text-align: right;
	margin: 20px 0;
}

#footer #site-info p {
	font-size: 10px;
}


/* FORM STYLES */

form {
	display: block;
	overflow: hidden;
	padding-left: 2px;
}

form div {
	display: block;
	overflow: hidden;
	margin: 10px auto;
	padding: 5px 10px;

	background-color: #d5d5d5;
}

form h4 {
	font-weight: normal;
	font-style: normal;
	background-color: #036;
	color: #fffeff;
	padding: 5px 10px;
	line-height: 150%;
}

form.worksheet h5, table.feedback h5 {
	font-style: italic;
	font-weight: normal;
	font-size: 13px;
	padding-top: 3px;
}

table.feedback tr.part {
	background-color: #036;
}

table.feedback tr.part h4, table.feedback tr.part h5 {
	color: #fffeff;
}

form.worksheet h5 {
	padding-left: 10px;
}

form.worksheet {
	width: 700px;
	margin: 0 auto;
}

form.worksheet label {
	width: 435px;
	margin-right: 50px;
	font-size: 13px;
}



form.worksheet div.with-prefix label {
	width: 416px;
}

form.worksheet input.text-field {
	width: 180px;
	height: 20px;
	padding: 2px 5px;
	border: 1px solid #036;
}

#content form.worksheet div label span {
	font-size: 10px;
	font-style: italic;
	line-height: normal;
}

form div p.prefix {
	display: inline-block;
}

form input.text-field, form label {
	display: inline-block;
	vertical-align: bottom;
}

form input.submit_btn {
	float: right;
	clear: both;
}

#content form.worksheet p.top-matter, #content table.feedback p.top-matter {
	font-size: 11px;
	margin: 0;
}

#content table.feedback p.top-matter {
	color: #000;
}


/* END FORM STYLES */

.disclaimer {
	display: block;
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px solid #036;
}

#content .disclaimer p {
	font-size: 12px;
}


/* TABLE OUTPUT STYLES */

table {
	display: table;
	border-collapse: collapse;
	border: 2px solid #036;
	margin: 0 auto;
}

table td {
	border: 1px solid #036;
	border-collapse: collapse;
	padding: 10px;
	vertical-align: bottom;
}

table td.value {
	white-space: nowrap;
	text-align: right;
}

table.feedback {
	width: 100%;
}

/* FRONT PAGE TEASER PLACEMENT */

#front-pg-teaser {
	position: absolute;
	right: 0;
	top: 30px;
	width: 240px;
	text-align: center;
}

#front-pg-teaser p {
	font-size: 11px;
	margin: 5px 0;
}

#front-pg-teaser p a {
	color: #797979;
	text-decoration: underline;
}

#front-pg-teaser p a:hover {
	text-decoration: none;
}