/* @override http://www.craftydevil.co.uk/css/jobs.css */

body {
	background: #151515;
	color: #cccccc;
	font: 14px/1.5 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 80px 0 0 0;
	position: relative;
}

body#application {
	padding: 0;
}

a {
	font-weight: bold;
}

a:link, a:visited, a:hover {
	color: #cccccc;
}

a:visited {
	color: #f1f1f1;
}

a:hover {
	color: #fff;
}

p a {

	text-transform: uppercase;
}

h1 {
	font-size: 90px;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 1000;
}

h2 {
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	color: #666;
	font-weight: 1000;
}

h3 {
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
}

#job_application h3 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
}

h4 {
	color: #a32a49;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	margin: 40px 0 0 0;
}

h6 {
	font-weight: 300;
	font-style: italic;
	font-size: 11px;
}

p {
	font-weight: 300;
	margin-bottom: 15px;
}

ul {
	list-style: square;
	margin-bottom: 15px;
}

li {
	margin: 0 0 8px 20px;
	font-weight: 300;
}

div#social ul {
	font-size: 11px;
	list-style: none;
}

div#social ul a {
	text-decoration: none;
}

#social li {
	margin: 0 25px 0 0;
	float: left;
}

div#social ul li img {
	display: block;
	float: left;
	margin: 0 6px 0 0;
}

ol#job_list {
	list-style: none;
}

ol#job_list li {
	margin: 20px 0 40px 0;
}

ol#job_list a {
	color: #a32a49;
}

ol#job_list li {
	font-size: 24px;
	text-transform: uppercase;
}

ol#job_list h6 {
	text-transform: none;
	margin-bottom: 8px;
}

ol#job_list p {
	text-transform: none;
	font-size: 14px;
	margin-bottom: 0;
}

ol#job_list ul {
	list-style: none;
}

ol#job_list ul li {
	font-size: 14px;
	display: inline;
	margin: 0 10px 0 0;
}


div#application {
	width: 960px;
	margin: 0 auto;
}

form#job_application_form {
	margin: 20px 0;
}

legend {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 0px;
	border-bottom: 1px dotted #666;
	width: 100%;
}

input, textarea {
	font: 12px/1.5 'Helvetica Neue', Arial, sans-serif;
	width: 280px;
	border-radius: 3px;
	border: none;
	padding: 4px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

select {
	font: 12px/1.5 'Helvetica Neue', Arial, sans-serif;
	width: 200px;
}

textarea#address {
	height: 80px;
}

form#job_application_form fieldset#submit {
	width: 100%;
	clear: both;
	margin-top: 15px;
}

form#job_application_form li {
	margin: 0 0 5px 0;
	line-height: 1;
}

form#job_application_form li.first {
	padding-top: 10px;
}

form#job_application_form label {
	float: left;
	width: 140px;
	font-size: 12px;
	font-weight: bold;
}

form#job_application_form fieldset#details label {
	width: 125px;
	line-height: 2;
}

form#job_application_form fieldset#supporting label {
	width: 100%;
}

form#job_application_form fieldset#supporting li.file_upload label {
	margin-bottom: 5px;
}

form#job_application_form fieldset#details input, form#job_application_form fieldset#details textarea {
	width: 580px;
}

form#job_application_form fieldset#supporting textarea {
	width: 505px;   
	height: 100px;
	margin: 5px 0 0 0;
}

span.required, form#job_application_form li strong {
	color: #a32a49;
	font-weight: 500;
}

form#job_application_form fieldset#submit input {
	display: block;
	background-color: #a32a49;	
	border: none;	
	width: auto;
	padding: 7px 20px 8px 20px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	margin-left: 130px;
	font: bold 12px/1 'Helvetica Neue', Arial, sans-serif;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;		
}

form#job_application_form fieldset#submit input.hidden, #mobile_applying {
	display: none;
}

form#job_application_form fieldset#supporting label.error, form#job_application_form fieldset#details label.error {
	width: 100%;
	margin: 3px 0 10px 125px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	color: #a32a49;
}

form#job_application_form fieldset#supporting label.error {
	margin-left: 0;
	width: 510px;
}

input.file {
	margin: 0 10px 0 0;
}

.margin_top {
	margin: 30px 0 0 0;
}

a.close_window {
	text-decoration: underline;
	cursor: pointer;
}

#apply_button {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	width: 181px;
	height: 181px;
}

.footer {
	color: #444;
	border-top: 1px dotted #444;
	margin: 60px 0;
	padding-top: 10px;
}