/* - - - - - - - - - - - - - - - - - - - - -

Title : LG Jobs
Author : Gerhard Lazu
E-mail author: gerhard.lazu@jgp.co.uk

Created : 2nd October 2008
Last modified: 9th April 2009


MAIN COLOURS

White             #FFFFFF   // 
Light Blue        #66CCFF   // links on dark backgrounds
Blue              #1380A8   // links, active tabs
Orange            #EF9539   // news links
Light Grey        #AAAAAA   // headings
Dark Grey         #252525   // text
Black             #000000   // 


README

This stylesheet is using Blueprint CSS 0.7.1 framework, http://github.com/joshuaclayton/blueprint-css/tree/master
The styles defined by BP are overwritten in "GENERAL & OVERWRITES FOR BLUEPRINT CSS" (don't make changes in BP's files!!!)

- - - - - - - - - - - - - - - - - - - - - */



/* GENERAL & OVERWRITES FOR BLUEPRINT CSS
-------------------------------------------------------------- */
body {
  background: #FFFFFF url('/sites/LGJ/images/body_bg.jpg') repeat-x bottom left;
  border-top: 5px solid #1380A8;
  color: #252525;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0px;
}

.container {
  position: relative;
}

h4 {
  height: auto;
}

a,
a:link,
a:visited {
  color: #1380A8;
  font-weight: bold;
  text-decoration: none;
  outline: none;
}
a:hover,
a:active,
a.active {
  color: #000000;
}

ul {
  margin: 0px;
}
ul li {
  list-style-type: none;
}
ul.bulleted li {
  background: transparent url('/sites/LGJ/images/bullet.png') no-repeat 0px 2px;
  padding: 0px 0px 9px 1.5em;
}
#content #text ol.numbered li {
  list-style-type: decimal;
  padding: 0px 0px 7px 0px;
}

img,
p img {
  margin-bottom: 1em;
}

form p {
  margin-bottom: 0.5em;
}


form label:hover {
  cursor: pointer;
}
form input,
input[type="button"],
form select,
form textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.left {
  float: left;
  margin-right: 18px;
}
.right {
  float: right;
  margin-left: 18px;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}

/* this was preventing the footer being flush to the bottom of the viewport */
.clear:after, .container:after {
  line-height: 0px;
  content: " ";
}



/* ASPIRE OVERWRITES
-------------------------------------------------------------- */
form#fullsearch fieldset.keyword p.submit {
  padding-top: 10px;
}



/* ACCESSIBILITY - might not be always present
-------------------------------------------------------------- */
#accessibility {
  position: absolute;
  top: -10000px;
}



/* HEADER
-------------------------------------------------------------- */
#header {
  padding-top: 1.5em;
}


/* Logos */
#header #logos h1,
#header #logos h2 {
  margin-bottom: 0.5em;
}

#header #logos #lgjobs {
  display: block;
  height: 70px;
  float: left;
  overflow: hidden;
  position: relative;
  width: 210px;
}
#header #logos #lgjobs a {
  background: transparent url('/sites/LGJ/images/lgjobs_logo.png') no-repeat;
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}
#header #logos #idea {
  display: block;
  height: 80px;
  float: right;
  overflow: hidden;
  position: relative;
  width: 130px;
top: -5px;
}
#header #logos #idea a {
  background: #fff url('/sites/LGJ/images/LG_Improvementx80.jpg') no-repeat;
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}


/* Navigation */
#header #navigation {
  background: transparent url('/sites/LGJ/images/feed_icon.png') no-repeat center right;
  clear: both;
  float: left;
  width: 100%;
}

#header #navigation li {
  float: left;
  margin: 0px 2px;
}
#header #navigation li a {
  background: #C2C2C2;
  border: 2px solid #D7D7D7;
  border-bottom: 2px solid #EEEEEE;
  color: #FFFFFF;
  display: block;
  font-size: 1.1em;
  padding: 5px 20px;
  /* CSS3 and browser-specific rounded corners */
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
}
#header #navigation li a:hover {
  background: #D7D7D7;
}

#header #navigation li.news {
  float: right;
  padding-right: 25px;
  text-align: right;
  width: 33%;
}
#header #navigation li.news ul {
  /* this is a bit of a hack to force the jQuery Innerfade to position the ul correctly */
  border: 1px solid #FFFFFF;
}
#header #navigation li.news ul li {
  float: right;
  width: 100%;
}
#header #navigation li.news a {
  background: none;
  border: none;
  color: #EF9539;
  width: 100%;
}
#header #navigation li.news a:hover {
  color: #000000;
}

#header #navigation li.active a,
body.home #header #navigation li.home a,
body.vacancies #header #navigation li.jobs a,
body.searches #header #navigation li.jobs a,
body.categories #header #navigation li.jobs a,
body.employers #header #navigation li.jobs a,
body.account #header #navigation li.candidates a,
body.account #header #navigation li.account a,
body.saved_vacancies #header #navigation li.account a,
body.saved_searches #header #navigation li.account a,
body.free_job_listings #header #navigation li.councils a,
body.free_job_listings_faq #header #navigation li.councils a,
body.contact_us #header #navigation li.contact a {
  background: #1380A8;
  border: 2px solid #1380A8;
}



/* SEARCH
-------------------------------------------------------------- */
form#search {
  background: #1380A8;
  color: #C2C2C2;
  font-weight: bold;
  text-align: center;
}
form#search fieldset {
  border: none;
}
form#search legend {
  text-indent: -7777px;
}
form#search a {
  border: none;
  color: #66CCFF;
}
form#search a:hover {
  color: #FFFFFF;
}
form#search input {
  color: #252525;
  font-size: 1.4em;
  font-weight: bold;
  padding: 3px 5px;
  width: 40%;
}
form#search #submit {
  background: transparent url('/sites/LGJ/images/search_jobs.png') no-repeat 5px 0px;
  border: none;
  height: 35px;
  outline: none;
  overflow: hidden;
  padding: 0px 0px 0px 5px;
  text-indent: -7000px;
  width: 135px;
}
form#search #submit:hover {
  background-position: 5px -35px;
  cursor: pointer;
}

form#search ul {
  margin: 0px auto;
  padding-right: 135px;
  text-align: left;
  width: 41%;
}
form#search ul li {
  float: left;
  width: 50%;
}
form#search ul li.advanced_search {
  text-align: right;
}

.nowrap {white-space: nowrap;} 
span.cbox {float: left;}


div.SavedSearches fieldset.radio label,
div.SavedSearches fieldset#ASsalary label,
div.SavedSearches fieldset#ASworkingpatterns label,
div.SavedSearches fieldset#ASworkingdurations label {
display:inline !important;
float:none !important;
width: auto !important;
}

div.SavedSearches fieldset.radio input,
div.SavedSearches fieldset#ASworkingpatterns input,
div.SavedSearches fieldset#ASworkingdurations input {
width: auto !important;
}

div.SavedSearches fieldset#ASgroups label,
div.SavedSearches fieldset#ASlocations label {
display:none !important;
}

div.SavedSearches fieldset#ASgroups select,
div.SavedSearches fieldset#ASlocations select {
margin-top: 10px;
}

div.SavedSearches #ASSectors {
display:none;
}

fieldset#ASlocations select,
fieldset#ASgroups select {
width: 100%;
}



/* LOGIN & REGISTER
-------------------------------------------------------------- */
#login_register {
  left: 40%;
  position: absolute;
  top: 5px;
  width: 16%;
}
#login_register li {
  float: left;
  width: 48%;
}
#login_register li a {
  background: #1380A8;
  color: #FFFFFF;
  display: block;
  font-size: 1.1em;
  padding: 6px 1%;
  text-align: center;
  width: 100%;
}
#login_register li a:hover,
#login_register li a#register:hover,
#login_register li a#login.logout  {
  background: #000000;
}
#login_register li a#login {
  /* CSS3 and browser-specific rounded corners */
  border-bottom-left-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  -webkit-border-bottom-left-radius: 7px;
}
#login_register li a#login.logout {
  /* CSS3 and browser-specific rounded corners */
  border-bottom-right-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-right-radius: 7px;
}
#login_register li a#register {
  background: #66CCFF;
  float: right;
  /* CSS3 and browser-specific rounded corners */
  border-bottom-right-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-right-radius: 7px;
}



/* CONTENT
-------------------------------------------------------------- */
#content {
  
}

#content #text,
#content #jobs,
#content #advertisements {
  float: left;
  margin-right: 2%;
}
#content #text {
  width: 78%;
}
body.home #content #text {
  width: 48%;
}
#content #jobs {
  width: 29%;
}
#content #advertisements {
  width: 15.2%;
}


/* Text */
#content #text .lgjobs dl.welcome dt,
#content #text .news h3,
#content #text #messages h3,
#content #text h2,
#content #jobs h3 {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#content #text h2 {
  margin-top: 0.2em;
}
body.free_job_listings_faq #content #text h4,
body.privacy_policy #content #text h3,
body.terms_and_conditions #content #text h4,
body.jcp #content #text h3 {
  border-bottom: 2px solid #D7D7D7;
  color: #777777;
  font-weight: bold;
  margin-top: 1.5em;
}

body.privacy_policy #content #text h4 {
  margin-bottom: 0px;
}

body.free_job_listings_faq #content #text ul,
body.privacy_policy #content #text ul,
body.terms_and_conditions #content #text ul {
  margin-bottom: 1.5em;
}

#content #text .lgjobs {
  background: #EEEEEE;
  margin-bottom: 0.7em;
}
#content #text .lgjobs dl {
  margin: 0px;
}
#content #text .lgjobs a {
  border: none;
}
#content #text .lgjobs dd {
  margin: 0px;
  font-size: 1.6em;
}

#content #text .lgjobs dl.welcome {
  float: left;
  padding: 2%;
  width: 62%;
}
#content #text .lgjobs dl.councils,
#content #text .lgjobs dl.jobs {
  background: #D7D7D7 url('/sites/LGJ/images/links_bg.png') repeat-y;
  display: block;
  float: right;
  height: 50%;
  padding: 2%;
  padding-left: 3%;
  width: 29%;
}
#content #text .lgjobs dl.jobs {
  border-top: 1px solid #FFFFFF;
}
#content #text .lgjobs dl.councils dt,
#content #text .lgjobs dl.jobs dt {
  font-size: 1.4em;
}
#content #text .lgjobs dl.councils dd,
#content #text .lgjobs dl.jobs dd {
  color: #FFFFFF;
  font-size: 1em;
  font-weight: bold;
}

#content #text .talentpool,
#content #text .graduates,
#content #text .careers {
  color: #FFFFFF;
  float: left;
  line-height: 1.2;
  margin-right: 2%;
  min-height: 100px;
  padding: 2%;
  position: relative;
  width: 28%;
}
#content #text .talentpool {
  background: transparent url('/sites/LGJ/images/talentpool_bg.jpg') no-repeat 50% 50%;
}
#content #text .graduates {
  background: transparent url('/sites/LGJ/images/graduates_bg.jpg') no-repeat 50% 50%;
}
#content #text .careers {
  background: transparent url('/sites/LGJ/images/careers_bg.jpg') no-repeat 50% 50%;
  margin-right: 0px;
}
#content #text .talentpool dt,
#content #text .graduates dt,
#content #text .careers dt {
  bottom: 5px;
  left: 7px;
  position: absolute;
}
#content #text .talentpool dt a,
#content #text .graduates dt a,
#content #text .careers dt a {
  color: #FFFFFF;
  font-size: 1.6em;
  font-weight: normal;
  text-transform: lowercase;
}
#content #text .talentpool dt a:hover,
#content #text .graduates dt a:hover,
#content #text .careers dt a:hover {
  color: #66CCFF;
}
#content #text .talentpool dd,
#content #text .graduates dd,
#content #text .careers dd {
  margin: 0px;
}


#content #text .news {
  clear: both;
  padding-top: 2em;
}
#content #text .news h4,
#content #text .news p.posted {
  font-weight: bold;
  margin-bottom: 0.1em;
}
#content #text .news h4 a {
  color: #EF9539;
}
#content #text .news h4 a:hover {
  color: #000000;
}
#content #text .news .posted {
  color: #AAAAAA;
  display: block;
  font-size: 0.9em;
  margin: 0.2em 0px;
}


/* Messages */
#content #text #messages {
  background:#FEA;
  font-weight: bold;
  padding: 10px 10px 1px 10px;
}
#content #text #messages.error {
  color: #CC0000;
  border: none;
}
#content #text #messages h3 {
  font-size: 1em;
  line-height: 1.5;
}


/* Jobs */
#content #jobs {
  
}

#content #jobs h3 {
  color: #AAAAAA;
  margin-top: 0.5em;
}
#content #jobs .latest_jobs h3 {
  margin-top: 1em;
}
#content #jobs ul li {
  border-bottom: 1px solid #D7D7D7;
  clear: both;
  padding: 3px 0px;
}

/* Advertisements */
#content #advertisements {
  border-left: 2px solid #D7D7D7;
  padding: 0.5% 0.5% 0px 1%;
}
#content #advertisements h4 {
  color: #D7D7D7;
  font-weight: bold;
}
#mpu {
  text-align: center;
  padding-top: 15px;
}



/* FOOTER
-------------------------------------------------------------- */
#footer {
  border-bottom: 5px solid #1380A8;
  color: #AAAAAA;
  font-weight: bold;
  padding-top: 5em;
}

#footer ul li {
  float: left;
}
#footer ul li img {
  margin: 0px;
}
#footer ul li.back_to_top a {
  background: #1380A8;
  color: #FFFFFF;
  display: block;
  font-size: 1.1em;
  padding: 6px 10px;
  text-align: center;
  /* CSS3 and browser-specific rounded corners */
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
}
#footer ul li.back_to_top a:hover {
  background: #000000;
}
#footer ul li.copyright {
  padding: 8px 10px 4px 10px;
}
#footer ul li.jgp_logo {
  margin-top: -14px;
text-align:right;
width:225px;
}
#footer ul li.lga_group {
  float: right;
  margin-top: -22px;
}


div.featured_jobs h3 {font-size:1.2em !important;padding:0 !important;margin:0 !important}
div.featured_jobs p {font-size:1em !important;padding:0 !important;margin:0 0 5px 0  !important}
div.featured_jobs h2, .latest_jobs h2 {margin-bottom:10px }

.apply-register {
float:left;
padding-right: 10px;
}

#fblike {
padding-top:50px;
text-align:center;
}
