/* @override http://www.astarrecruitment.co.uk/wp-content/themes/astartheme/style.css */

/*
	Theme Name: A Star
	Description: A recruitment theme.
	Version: 1
	Media: Screen
	Version: Oct 2009
	Author: Cultivate Creative
	Author URI: http://www.cultivatecreative.co.uk
*/

*
{
 margin             : 0;
 padding            : 0;
	
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
 margin          		: 0;
 padding          		: 0;
 border					: 0;
 font-weight			: inherit;
 font-style				: inherit;
 font-size				: 100%;
 font-family			: inherit;
 vertical-align			: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table
{
 border-collapse		: separate;
 border-spacing			: 0;
}

caption, th, td
{
 text-align				: left;
 font-weight			: normal;
}

table, td, th
{
 vertical-align			: middle;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after
{
 content				: "";
}

blockquote, q
{
 quotes					: "" "";
}

/* Remove annoying border on linked images. */
a img
{
 border					: none;
}

/* ----------------------------- [ General Elements ] */

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%;
	background-color: #eee;
	color: #000;
}

h1 {
	margin-bottom: 3px;
	font-size: 2.8em;
	line-height: .95em;
}

h2 {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
	font-size: 2.8em;
	line-height: 1.3;
	color: #595959;
}

h3 {
	font-size: 1.6em;
	line-height: 1.6;
	font-weight: bold;
	font-style: italic;
}

h4 {
	margin-bottom: 6px;
	font-size: 1.5em;
	line-height: 1.6;
}

h5 {
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.6;

}

p, ul{
	margin-bottom: 10px;
	font-size: 1.4em;
	line-height: 1.6;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

a:hover {
	color: #333;
}

span {
	font-style: italic;
	font-size: 0.9em;
}

.small {
	font-size: 1em;
	line-height: 1.6;
}

ul li {
 list-style-position: inside;
}

ul ul {
	list-style-type: disc;
	margin-left: 10px;
}

ul ul li {
	font-size: 0.6em;
}

#jobs ul li {
	list-style: none;
	list-style-position: outside;
}

#jobs p {
	margin-bottom: 0;
}

img {
 margin-bottom: 10px;
}

label {
	display: block;
	padding-top: 7px;
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: bold;
}

input, textarea {
	padding: 8px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
	border: 1px solid #000;
}

textarea {
	height: 10em;
}

.left {
	float: left;
}

.right {
	float: right;
}

#header h1 a,
job1,
job2,
job3,
job4 { 
	behavior: url(assets/iepngfix.htc) 
}

blockquote {
	font-style: italic;
	padding: 0 20px 0 0;
	width: 648px;
}

blockquote p {
	margin-bottom: 0;
}

.quote-by {
	font-size: 1.2em !important;
	padding: 0 20px 0 0;
	text-align: right;
	margin: 0 0 40px 0;
}

img.alignnone {
	margin: 0 !important;
}

/* ----------------------------- [ Wrapper ] */

#wrapper {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	/*background : url(assets/grid-900.gif);*/
	background-color: #fff;
}

/* ----------------------------- [ Main Nav ] */

ul#navlist {
  	float:left;
  	list-style-type:none;
 	margin: 0 12px 0 0;
 	padding: 0;
  	width: 194px;
  	
}

ul#navlist li {
	background-color: #EDD533;
	margin-bottom: 4px;
	height: 25px;
	list-style-position: outside;
	list-style-image: none;
}

ul#navlist a,
ul#navlist a:visited {
  	font-size: 14px;
  	padding: 2px 5px;
  	height: 21px;
  	display:block;
  	color: #333;
}

ul#navlist a:hover {
  	color: #EDD533;
  	background-color: #333;
  	text-decoration: none;
}

.links {
	float: left;
	width: 194px;
	background-color: #E9CA00;
}

.links li {
	list-style: none;
	background-color: #E9CA00;
}

.links li a {
	background-color: #E9CA00;
}

.links li a img {
	margin: 0 !important;
	padding: 0 !important;
	width: 25px;
	height: 25px;
	border: none !important;
}
/* ----------------------------- [ Sub Nav ] */
/* ----------------------------- [ Header ] */

#header {
	width: 860px;
	height: 240px;
	float: left;
	padding: 0 20px 10px 20px;
	background-color: #fff;
	background : url(assets/header-image.jpg);
}

h1 {
	display : block;
	width : 180px;
	height : 129px;
	background : url(assets/A-Star-logo.png) no-repeat;
	text-indent : -9999px;
	color : #000;
	text-decoration : none;
	margin-top: 30px;
	float : left;	
}


.number {
	float: right;
	text-align: right;
	width: 590px;
	color: #DFE1EC;
	font-style: italic;
}

.number a {
	color: #DFE1EC;
}

.number a:hover {
	text-decoration: underline;
}

.tagline {
	float: right;
	text-align: right;
	padding-top: 20px;
	margin: 0;
	width: 590px;
	color: #FDD973;
}

.address {
	width: 590px;
	float: right;
	text-align: right;
	padding: 0;
	margin-top: 30px;
	color: #fff;
	font-weight: bold;
}

/* ----------------------------- [ Content ] */

#content {
	width: 900px;
	float: left;
}

.licence {
	float: left;
	margin-top: 20px;
	font-size: 1.4em;
	color: #595959;
}

#main {
	width: 860px;
	padding: 20px;
	background-color: #E9CA00;
	overflow: hidden;
	float: left;
}

#main img {
	border: 1px solid #fff;
	margin: 20px 0;
}

#jobs {
	/*background: url(assets/jobs-back.jpg) bottom no-repeat;*/
	width: 648px;
	min-height: 300px;
}

.candidates {
	padding-left: 20px;
	width: 648px;
	float: left;
}

.about {
	margin-bottom: 20px;
	width: 648px;
	min-height: 300px;
}

.about p,
.about ul {
	font-size: 1.6em;
}

.quote {
	margin-bottom: 20px;
	width: 648px;
}

.testimonial p {
	font-size: 2.4em;
	margin-bottom: 0;
	font-style: italic;
	text-align: right;
	color: #969595;
}

.testimonial h5 {
	font-style: italic;
	text-align: right;
	color: #969595;
}

.maps {
	margin-bottom: 20px;
	width: 648px;
}

#gmap
{
 float					: left;
 background-color:	#ccc;
 width					: 194px;
 height					: 130px;
 margin-top: 20px;
}

#gmap div span {
	display: none;
}

.post {
	float: left;
	text-align: center;
}

ul.job-list {
	border-top: 1px dashed #000;
	padding: 0 !important;
	float: left;
}

li.job1,
li.job2 {
	margin: 0;
	height: 47px;
	border-bottom:  1px dashed #000;
	list-style: none !important;
	list-style-position: outside !important;
	width: 648px;
	float: left;
}

li.job1 a {
	background-color: #EDD533;
	display: block;
	overflow: hidden;
	padding: 10px;
	margin: 0;
}

li.job1 a:hover {
	color: #EDD533;
  	background-color: #333;
}

li.job2 a {
	display: block;
	overflow: hidden;
	padding: 10px;
	margin: 0;
}

li.job2 a:hover {
	color: #EDD533;
  	background-color: #333;
}

.job-title {
	font-size: 1.2em;
	float: left;
	width: 420px;
	cursor: pointer;
}

.location {
	font-weight: normal;
	float: right;
	padding-top: 3px;
	font-size: 0.9em;
}

.navigation {
	margin-top: 20px;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	padding: 10px;
	overflow: hidden;
	float: left;
	width: 628px;
}

.alignleft {
	width: 200px;
	overflow: hidden;
	float: left;
}

.alignright {
	width: 200px;
	overflow: hidden;
	float: right;
	text-align: right;
}

.alignleft a,
.alignright a {
	font-size: 1.2em;
}

.alignleft a:hover {
	text-decoration: underline;
}

.apply {
	margin-top: 30px;
}

.post h3 {
	margin-bottom: 10px;
}

h3.smaller {
	font-size: 1.2em;
}

.entry p {
	font-size: 1.4em;
	line-height: 1.4;
}
/* ----------------------------------------- [ Contact ] */

.traditional-contact {
	border: 1px dashed #000;
	padding: 15px;
	margin-bottom: 40px;
}

.traditional-contact p{
	margin-bottom: 0;
}

.formcontainer {
	overflow: hidden;
	padding: 15px 15px 0 15px;
	border: 1px dashed #000;
}

.formcontainer p.important,
.formcontainer p.error {
	color: #fb0418;
}

legend {
	font-size: 1.3em;
	margin: 0;
	color: #3f3f3f;
}

fieldset {
	width: 580px;
}

.contact-form fieldset {
	margin-bottom : 20px;
	float : left;
	border: 0;
}

.form-input {
	float: left;
	padding-bottom: 12px;
}

.form-label {
	width: 80px;
	margin-right: 20px;
}

label {
	padding-top: 7px;
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: bold;
}

.form-input input {
	width: 380px;
	margin-right: 123px;
	padding: 5px;
}

.form-textarea {
	float: left;
	width: 405px;
	padding-top: 12px;
}

.form-option {
	float: left;
	padding-top: 7px;
	width: 155px;
}

.form-option label {
	float: right;
	margin-top: -2px;
	padding: 0;
	width: 135px;
}

#ec_option_cc {
	border: 0;
	width: 20px;
	float: left;
}

.form-submit {
	overflow: hidden;
	clear: both;
}

.form-submit input.button {
	width: 140px;
	padding: 0;
	border: 0;
	margin-right: 82px;
	margin-top: 10px;
}

/* ----------------------------- [ Footer ] */

#footer {
	padding: 10px;
	border-top: 20px solid #000;
	clear: both;
	overflow: hidden;
	background-color: #fff;
}

.developed {
	float: right;
}

.registered {
	float: left;
}
