/*
jobsandtalent.com home styles  

$0 - normalizing
$1 - header
$2 - content
$3 - footer

*/

/*--------------------------------------------------------------------------------
$0 - normalizing

http://meyerweb.com/eric/tools/css/reset/index.html
v1.0 | 20080212
--------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

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

body {
  background:url(/images/bg_body.gif) repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

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

/*--------------------------------------------------------------------------------
$1 - header
--------------------------------------------------------------------------------*/

#header {
  overflow: auto;
  border-bottom: 2px solid #f3f3f3; 
}

#header h1 a {
  background:url(/images/logos/logoJTBig.gif) no-repeat left top;
  width: 252px;
  height: 47px;
  text-indent: -9999px;
  margin: 45px 0 0 0;
  display: block;
  padding: 0 0 20px 0;
}

#nav {
  display: inline;
  width: auto; height: auto;

  margin: 0 0 0 252px;
  padding: 0;

  background: none;
  text-decoration: underline;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}

/*--------------------------------------------------------------------------------
$2 - content
--------------------------------------------------------------------------------*/

#content {
  position: relative;
}

div.splash {
  border: 1px solid #D7D7D7;
  height: 268px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;

  padding: 40px 435px 0 40px;
}

div.splash h2 {
  margin: 0 0 10px 0;
  padding-right: 90px;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.2;
}

div.splash p {
  margin: 0 0 30px 0;
  line-height: 1.2;
  color: #ccc;
}

div.splash.candidate {
  background: #F2F2F2 url(/images/bg_slogan.jpg) 10px 10px no-repeat;
}

div.splash.company {
  background: #F2F2F2 url(/images/bg_slogan_company.jpg) 10px 10px no-repeat;
}

div.action {
  overflow: auto;

  background-color: #536786;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}


div.action button, div.action a {
  height: 33px;
  width: 129px;
  overflow: visible;

  background: url(/images/button_register.jpg) right no-repeat;
  border: 0;
  cursor: pointer;

  font-weight: bold;
  font-size: 12px;
  line-height: 33px;
  text-align: center;
}

div.action a {
  display: block;
  text-decoration: none;
  color: #000;
}

div.action button {
  padding: 0;
  margin: 0 0 0 10px;
}

#new_invitation {
  padding: 10px;
  width: 350px;
}

#new_invitation label {
  display: none;
}

#new_invitation input {
  margin: 0;
  padding: 8px 4px;
  height: 16px;
  width: 192px;
  font-size: 12px;
  line-height: 12px;
}

#new_invitation p {
  margin: 0;
}

#new_invitation p.notice {
  height: 14px;
  font-size: 11px;
  margin: 5px 0 0 0;
  line-height: 1.5;
}

#new_account {
  padding: 4px;
  width: 129px;
}

.example {
  color: #999;
}

div.boxes {
  width: 843px;
  overflow: auto;
  padding-top: 20px;
  background: #FFF;
}

div.boxes .box {
  width: 250px;
  float: left;
  margin: 0 20px 0 0;
}

div.boxes .box h2 {
  font-size: 19px;
  font-weight: normal;
  
  margin: 0 0 10px 0;
  padding: 0 0 0 60px;
  line-height: 130%;
}

div.boxes .box p {
  font-size: 12px;
  margin-left: 60px;
  line-height: 154%;
}

div.boxes #box3 {
  margin-right: 0;
}

#box1 h2 {
  background: url('/images/icons/icon_search_silver.png') no-repeat;
}
#box2 h2 {
  background: url('/images/icons/icon_lock.png') no-repeat;
}
#box3 h2 {
  background: url('/images/icons/icon_contacts_silver.png') no-repeat;
}

#box4 h2 {
  background: url('/images/icons/icon_people_search.png') no-repeat;
}
#box5 h2 {
  background: url('/images/icons/icon_piggy_bank.png') no-repeat;
}
#box6 h2 {
  background: url('/images/icons/icon_stats.png') no-repeat;
}


/*--------------------------------------------------------------------------------
$3 - footer
--------------------------------------------------------------------------------*/

#footer {
  background: #FFF url(/images/bg_gray_shadow_bottom.png) top left repeat-x;
  color: #666;
  font-size: 11px;
  padding: 20px 15px;
}

#footerNav {
  color: #FFF;
  font-weight: bold;
  margin: 0px;
  width: 835px;
  overflow: hidden;
}

#footerNav li {
  border-left:1px solid #707070;
  float:left;
  margin:0 6px 0 -1px;
  padding:1px 6px;
}

#footerNav a:link,
#footerNav a:visited {
  color: #333;
  text-decoration: none;
}

#footerNav a:hover,
#footerNav a:active,
#footerNav a:focus {
  text-decoration: underline;
}

#footer #credits {
  background: url(/images/logos/logo126x29.png) bottom right no-repeat;
  float:right;
  height:29px;
  margin-top:-5px;
  text-indent:-9999px;
  width:126px;
}
#footer .legal {
  margin-top: 10px;
}

.right {
  float: right;
}

.login_box {
  float: right;
  overflow: hidden;
}

.resetGuide {
  margin: 90px 115px;
  padding: 30px;
  background: #f2f2f2;
  border-top: 2px solid #e9e9e9;
}

.resetGuide p {
  line-height: 16px;
  margin: 5px 0;
}

.error {
  color: #D52E2E;
  font-style: italic;
}

.resetGuide p.error {
  text-align: left;
  padding: 0 0 0 113px;
  font-size: 11px;
  margin: 0;
}

.resetPasswordForm {
  margin: 10px 0;
  text-align: center;
  background: url(/images/bg_reset_form_border.gif) repeat-x top;
}

.resetPasswordForm div {
  background: url(/images/bg_reset_form_border.gif) repeat-x bottom;
  padding: 15px 0;
}

.resetPasswordForm label {
  font-weight: bold;
  margin: 0 20px 0 0;
}

.resetPasswordForm input {
  width: 330px;
  padding: 5px;
  border: 1px solid #CCCCCC;
  margin: 0 20px 0 0;
}

h2.passwordResetHeader {
  background: none;
  border: none;
  height: auto;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.forgotPassword {
  position: absolute;
}

#login_form {
  padding: 7px 0 0 0;
  font-size: 11px;
  clear: both;
  margin-top: 44px;
  overflow: hidden;
}

.mainHeader #login_form {
  margin: 46px 0 0 0;
}

#login_form div {
  float: left;
  line-height: 27px;
  padding: 0 0 0 5px;
}

#login_form input {
  background: #F2F2F2;
  border: 1px solid #D7D7D7;
  font-family: Helvetica, Arial, sans-serif;
  height: 20px;
  padding: 7px 6px 0 6px;
  vertical-align: middle;
  width: 150px;
  margin: 0;
  font-size: 12px;
}

#login_form button, .resetPasswordForm button {
  background: url(/images/buttons/button_login_right.png) right no-repeat;
  border: 0;
  color: #274469;
  cursor: pointer;
  font-weight: bold;
  margin: 0;
  overflow: visible;
  padding: 0 2px 0 0;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}

#login_form button span, .resetPasswordForm button span {
  background: url(/images/buttons/button_login_left.png) left no-repeat;  
  display: block;
  font-size: 11px;
  height: 27px;
  line-height: 27px;
  padding: 0 4px 0 10px;
}

#login_form a {
  color: #4A71A0;
}

#login_form .remember {
  display: block;
  clear: both;
  float: none;
}

#login_form .remember label {
  display: inline;
  margin: 0;
  font-weight: normal;
  text-transform: none;
}

#login_form .remember input {
  background: none;
  border: none;
  height: auto;
  padding: 2px;
  width: auto;
}

#login_form .error {
  position: absolute;
  margin: -75px 0 0 5px;
}

div.fbLike {
  position: absolute;
  right: 20px;
  top: 270px;
}

/**
* # Carousel (home)
*--------------------------------------------------------------------------*/

.carousel {
  width: 865px;
  margin: 10px 0 10px 0;
  position: relative;
  height: 110px;
  background:#FFFFFF url(/images/bg_gray_shadow_bottom.png) repeat-x scroll left top;
}
.carousel .wrapper {
  height: 110px;
  left:32px;
  margin: 15px 15px 0px 15px;
  width: 770px;
  overflow: auto;
  position: absolute;
  top: 0;
}
.carousel .wrapper ul {
  width: 9999em;
  list-style:none;
  position: absolute;
  top: 0;
}
.carousel ul li.empty {
}
.carousel ul li {
  display:block;
  text-align: center;
  float:left;
  width: 193px;
  height: 95px;
  background: transparent url(/images/bg_separator.png) no-repeat scroll right center;
}
.carousel ul li img {
  display: block;
  margin: 0 auto;
  padding-top: 7px;
}
.carousel ul li a {
  font-weight: bold;
  color: #333;
  font-size: 1.3em;
  display: block;
  text-decoration: none;
  margin-top: 3px;
}
.arrow.back {
  background: url('/images/icons/icon_rounded_arrow_left.png') no-repeat center left;
  width: 32px;
  height: 110px;
  display: block;
  position: absolute;
  left: 3px;
  text-indent: -9999px;
}
.arrow.forward {
  background: url('/images/icons/icon_rounded_arrow_right.png') no-repeat center left;
  width: 32px;
  height: 110px;
  display: block;
  position: absolute;
  right: 3px;
  text-indent: -9999px;
}