/* layout styles */
html {
	font-size: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
}
body a {
	color: #444444;
	text-decoration: underline;
}
body a:hover {
	color: #444444;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Old Standard TT', serif;
	font-weight: normal;
}
.osr {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
		left: -1px;
		top: -1px;
	direction: ltr;
	text-indent: -99999px;
}
.contain_center {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	margin: 0 auto;
	width: 55em;
	max-width: 95%;
}

header {
	background: url(images/header.jpg) top center no-repeat;
	background-size: cover;
	height: auto;
	overflow: auto;
}
header .header-top, header .job-title {
	background: white;
	background: rgba(255, 255, 255, 0.8);
}
header .header-top .contain_center {
	height: auto;
	overflow: auto;
}
header #logo {
	float: left;
	padding: 2em 0;
}
header .addthis_toolbox {
	float: right;
	height: 32px;
	margin: 0;
	padding: 3em 0;
}
header .job-title {
	margin: 3em auto;
	padding: 3em;
	text-align: center;
}
header .job-title h2 {
	font-size: 2.5em;
}

@media screen and (max-width: 500px) {
	body header #logo, body header .addthis_toolbox {
		float: none;
		margin: 1em auto;
		padding: 0;
    position: relative;
		text-align: center;
	}
}

footer {
	padding: 2em 0;
	background: black;
}
footer a {
	color: white;
	text-decoration: none;
}
footer a:hover {
	color: white;
	text-decoration: underline;
}

/* application styles */
#job {
	padding-bottom: 1em;
}
.container, body #job .container {
  margin: 0;
  padding: 1.5em 0;
  max-width: 100%;
}

body #job * {
	border-radius: 0 !important;
	border-color: #bbbbbb;
}

body #job #job_header h1 { display: none; }
body #job #job_header h2 {
	text-align: center;
	margin: 0;
	padding: 0;
}
body #job h1, body #job h2, body #job h2, body #job h3, body #job h4, body #job h5, body #job h6 {
	font-family: 'Old Standard TT', serif;
	font-weight: normal;
	margin: 1.5em 0 0.5em 0;
	text-align: left;
}

pre {
	max-width: 100%;

	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

body #job span, body #job strong, body #job em, body #job p, body #job ol, body #job ul, body #job li, body #job form, body #job label, body #job fieldset, body #job legend, body #job input, body #job select, body #job textarea {
	line-height: 1.5em;
}
body #job p, body #job form, body #job ul, body #job ol {
	margin: 0 0 1em;
}

body #job #new_application #questions fieldset.inputs {
	padding-left: 1.5em;
}
body #job #new_application #questions fieldset.inputs>ol>li {
	margin: 1.5em 0;
}

body #job #new_application fieldset.buttons button {
	background: black;
}
body #job #new_application fieldset.buttons button:hover {
	background: #333333;
}
