/* GLOBAL LAYOUT STYLES *****/

body{
	font-family: Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
	text-align:center;
	background:#f1f1f1;
	font-size:.8em;
	color:#333;
	line-height:1.4em;
}
a img{border:none;}
a{color:#2946a5;}
em{color:#666;}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

#adBar{
	/*background:#5d5d5d;*/
  background: #fff;
	padding:0px;
}
#header{
	background:#ffc03c url(/images/bk-head.png) bottom repeat-x;
	height:90px;
	margin-bottom:10px;
	padding:10px 0 0 0;
}
#header h1#logo{
	margin:0;
	width: 240px;
	float: left;
	position: relative;
}
#header #smallNav{
	text-align:right;
	width:700px;
	color:#967838;
}
#header #smallNav a{
	color:#967838;
	font-weight:bold;
	text-transform:uppercase;
	font-size:.9em;
	text-decoration:none;
}
#header #smallNav a:hover{
	text-decoration:underline;
}
.container{
	width:960px;
	margin:0 auto;
	text-align:left;
}


#main {
	background:#fff;
	position:relative;
	padding:20px;
	min-height: 300px;
}
#wrapper{
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .25);
	position:relative;
}
#footerBand{
	background:#fdb54a url(/images/bk-foot.png) repeat-x top;
	padding:10px;
}
#footerLinks{
	text-align:left;
}
#footerBand div.featLogos{
	width:450px;
	float:right;
	margin:20px 0 0 0;
}
#footerBand div.featLogos a img{
	margin:10px;
	border:1px solid #fff;
	width: 80px;
	height: 80px;
}
#footerBand div.featLogos a:hover img{
	border:1px solid #ccc;
}
#footerBand h3{
	font-size:1.5em;
	line-height:1.2em;
	font-weight:bold;
	color:#333;
}
#footerBand .message{
	width:370px;
	margin:0px 30px 20px 30px;
	float:left;
}
#footerBand .social{
	background:#e6b352;
	padding:0 10px;
	color:#83572a;
}
#footerBand .social p{
	float:left;
	margin-right:20px;
	font-weight:bold;
	font-size:1.15em;
}
#footerBand .social a{
	color:#333;
	display:block;
	font-size:9px;
	text-transform:uppercase;
	margin-top:3px;
}
#footerBand .social img{
	float:left;
	margin-right:10px;
}
#sidebar{
	width:120px;
	float:left;
	margin:10px 0 0 20px;
	/*ie6*/position:relative;
}
#mainCol{
	width:780px;
	float:left;
	margin:10px 0;
	/*ie6*/position:relative;
}
/** HOME STYLES *****/
div#search{
  background: rgb(61,78,98);
	background-image: linear-gradient(top, rgb(61,78,98) 28%, rgb(35,50,66) 78%);
	background-image: -o-linear-gradient(top, rgb(61,78,98) 28%, rgb(35,50,66) 78%);
	background-image: -moz-linear-gradient(top, rgb(61,78,98) 28%, rgb(35,50,66) 78%);
	background-image: -webkit-linear-gradient(top, rgb(61,78,98) 28%, rgb(35,50,66) 78%);
	background-image: -ms-linear-gradient(top, rgb(61,78,98) 28%, rgb(35,50,66) 78%);
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.28, rgb(61,78,98)),
		color-stop(0.78, rgb(35,50,66))
	);
	padding:20px 20px 10px 20px;
}
div#search h2{
	color:#fff;
	margin:0;
	font-weight:normal;
	font-size:2.1em;
	line-height:1.4em;
	float:left;
	margin:20px 20px 0 0;
	/*ie6*/position:relative;
}
div#search label{
	color:#a7c5e2;
	display:block;
}
div#search input{
	width:240px;
	padding:2px 5px;
	font-size:1.1em;
  height: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #333;
}
div#search select{
	width:170px;
	padding:6px;
}
div#search button {
  height: 25px;
  padding:2px 5px;
  font-size:1.1em;
  cursor: pointer;
}

div#search table tr td {
  padding-right: 5px;
}

table.jobs {
  width: 100%;
  border-collapse: collapse;
}

table.jobs tr th, table.jobs tr td {
  border-spacing: 0;
}
table.jobs th, table.jobs td, table.jobs tr{
	margin:0;
	padding: 10px 10px 10px 10px;
	border:0;
	border-bottom:1px solid #cccccc;
}

table.jobs tr:hover {
  background-color: #ddd;
}

table.jobs tr:nth-child(even) {
	background:#f1f1f1;
}
table.jobs tr:nth-child(even):hover {
	background:#ddd;
}
table.jobs th{
	background:#b6c4d1;
	text-transform:uppercase;
	font-size:.8em;
	color:#363736;
	padding-bottom:3px;
}
table.jobs td a{
	font-size:1.1em;
	font-weight:bold;
	line-height:1.4em;

}
span.new{
	color:#c61717;
	font-style:italic;
	font-weight:bold;
}
span.open{
	color: #20c617;
	font-style:italic;
	font-weight:bold;
}

/** Job Details Page *****/
.breadcrumb{
	background:#3c4d61;
	margin:0;
	padding:10px 20px;
}
.breadcrumb a{
	color:#a7c5e2;
}
#jobDetails{
	width:600px;
	min-height: 480px;
	font-size:1.1em;
	margin: 20px;
	position:relative;
}
#jobDetails h2{
	font-weight:normal;
	font-size: 2em;
	margin:20px 0 20px 0;
	line-height: 1.2em;
}
#jobDetails h3{
	color:#4368bc;
	font-size:1.4m;
	margin:0;
}
.companyBio{
	background:#f1f1f1;
	padding:20px 30px;
	font-size:.9em;
	margin-right: 20px;
}
.companyBio h4{
	font-size: 1.4em;
	margin:.5em 0;
}
.companyBio .logo{
	float:right;
	margin:0 0 20px 20px;
}
.companyBio ul{
	margin:0 0 0 15px;
	padding:0;
}
.companyBio ul li{
	margin:5px 0;
}
.companyBio ul a{
	font-weight:bold;
}
#jobSidebar{
	width:220px;
	margin: 20px 0px;
	padding:10px 15px;
	background:#ffffe0;
	border:3px solid #fffdc3;
	float: right;
	font-size:.9em;
	/*ie6*/position:relative;
}
#jobSidebar p{
	margin:3px 0;
}

/** NAV STYLES *****/
#memberNav, #guestNav{
	width:680px;
	margin:2px 0 0 270px;
	position:relative;
}
#guestNav{
	width:680px;
	margin:5px 0 0 270px;
}
#memberNav .welcome{
	padding:0 0 0 20px;
	color:#967838;
	display:block;
	height:18px;
	margin-top:-18px;
	width: 300px;
}
.memberLinks {
   border:none;
   background: #39332e;
   background: -webkit-gradient(linear, left top, left bottom, from(#52473a), to(#39332e));
   background: -webkit-linear-gradient(top, #52473a, #39332e);
   background: -moz-linear-gradient(top, #52473a, #39332e);
   background: -ms-linear-gradient(top, #52473a, #39332e);
   background: -o-linear-gradient(top, #52473a, #39332e);
   padding: 8px 16px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   text-decoration: none;
   vertical-align: middle;
   padding:13px 10px;
  
   }
.memberLinks a{
	color:#FFF;
	text-decoration:none;
	margin:0 20px 0;
	text-transform: uppercase;
}
.memberLinks a:hover{
	color:#fffdc3;
}
.memberLinks a.logout{
	color:#d5c484;
	font-size:.75em;
	position:absolute;
	top:33px;
	right:0;
}
.guestLinks a{
	border:1px solid #fbae47;
	background: #cc781c;
	padding: 8px 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	text-transform: uppercase;
	color: #ffffff;
	display:inline-block;
	text-decoration:none;
	padding:15px 30px;
	margin:-2px 5px 0 0;
}
.guestLinks a:hover{
	background:#a95800;
}
.guestLinks a.login{
	border:none;
	background: #fac85c;
	background: -webkit-gradient(linear, left top, left bottom, from(#feed8b), to(#fac85c));
	background: -webkit-linear-gradient(top, #feed8b, #fac85c);
	background: -moz-linear-gradient(top, #feed8b, #fac85c);
	background: -ms-linear-gradient(top, #feed8b, #fac85c);
	background: -o-linear-gradient(top, #feed8b, #fac85c);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	color: #796345;
	font-size:.9em;
	padding: 5px 18px;
	position:absolute;
	top:5px;
	right:0;
  width: 80px;
  text-align: center;
}

/** FORM STYLES *****/
fieldset{
	border:none;
	margin:20px 0;
	background:#eaf4fa;
	padding:10px;
}
legend{
	font-size:1.2em;
	margin:0;
}
.hasSidebar{
	width:640px;
}
#formSidebar{
	width:245px;
	padding: 5px;
	margin:25px 0 0 0;
	background:#ffffe0;
	border:3px solid #fffdc3;
	float:right;
	line-height:1.4em;
	text-align:center;
}
#formSidebar li{
	margin:.5em 0;
	font-weight:bold;
	text-align:left;
}
h4.formhead{
	font-size:1.4em;
	border-bottom:2px solid #000;
	background:#FFF;
	margin:0 0 0 0;
	height: 26px;
	margin-bottom: 20px;
}

h4.formhead span{
	display:inline-block;
	background:#fff;
	padding:0 10px;
	margin:1em 25px -.5em 25px;
}
div.green-box h4.formhead{
	font-size:1.4em;
	border-bottom:2px solid #000;
	background:#e5f0d3;
	margin:0 0 0 0;
	height: 26px;
	margin-bottom: 20px;
}

div.green-box  h4.formhead span{
	display:inline-block;
	background:#e5f0d3;
	padding:0 10px;
	margin:1em 25px -.5em 25px;
}

.button {
  cursor: pointer;
	border:none;
	border-top: 1px solid #96d1f8;
	background: #4367bc;
	color:#FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#6487d4), to(#4367bc));
	background: -webkit-linear-gradient(top, #6487d4, #4367bc);
	background: -moz-linear-gradient(top, #6487d4, #4367bc);
	background: -ms-linear-gradient(top, #6487d4, #4367bc);
	background: -o-linear-gradient(top, #6487d4, #4367bc);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	padding:7px 15px;   
	letter-spacing:.05em;
	width:auto;
	text-decoration: none;
}

.small{
	font-size:.9em;
}
.medium{
	font-size:1.2em;
	padding:12px 30px;
}
.large{
	font-size:1.1em;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding:12px 15px;
}
.add {
	font-size:.9em;
	border:none;
	text-shadow:none;
	background: #ababab;
	background: -webkit-gradient(linear, left top, left bottom, from(#c5c5c5), to(#ababab));
	background: -webkit-linear-gradient(top, #c5c5c5, #ababab);
	background: -moz-linear-gradient(top, #c5c5c5, #ababab);
	background: -ms-linear-gradient(top, #c5c5c5, #ababab);
	background: -o-linear-gradient(top, #c5c5c5, #ababab);
	padding: 6px 10px;
	border-radius: 0px;
	color: #274f77;
	letter-spacing:0;
   }
.green{
	border:none;
	background:#67ab00;
}
label{
	width: 160px;
	margim:0 10px 0 0;
	display:inline-table;
	font-size:1.1em;
}
input,textarea{
    padding: 5px;
    border: 1px solid #999;
	color:#333;
	font-size:1.em;
	m
}
input[type=text], input[type=password], select {
    width: 280px;
}
select{
	font-size:1em;
	padding: 5px;
}
textarea{
	width:440px;
	height:100px;
}


/* Added by Luc */

div.header-bar {
  padding: 5px 10px;
  background-color: #85a5c4;
  background: -webkit-gradient(linear, left top, left bottom, from(#85a5c4), to(#5780a6));
  background: -moz-linear-gradient(top,  #85a5c4,  #5780a6);
  color: #fff;
  margin: -20px -20px 10px -20px;
}

div.header-bar h2 {
  padding-left: 10px;
  font-size: 1.8em;
}

div#applications-filters {
  background-color: #e5f0d3;
  padding: 10px;
  margin: -10px -20px;
}

tr.hidden, tr.hidden a {
  color: #666;
  font-style: italic;
  font-size: 0.9em;
}

.fieldWithErrors {
  border: 3px solid #ed1c24 !important;
  margin: 0;
  padding: 2px !important;
}

#notice {
  padding: .5em;
  margin-top: 10px;
  margin-bottom: 30px;
  background-color: #ffe18f;
  font: bold larger sans-serif;
  color: #000;
}

#errorExplanation {
  padding: .5em;
  margin-top: 10px;
  margin-bottom: 1em;
  background-color: #ffe18f;
  font: bold larger sans-serif;
  color: #000;
  border-radius: 10px;
  -moz-border-radius: 10px;
}

#errorExplanation h2 {
  font-size: 1em;
}

#errorExplanation p, #errorExplanation ul {
  font-size: 0.7em;
}


div#login_form {
  text-align: left;
  padding-top: 10px;
}

div#login_form h2 {
  width: 30%;
  margin: 0;
  padding: 10px 0px;
  float: left;
}

div#login_form form {
  width: 60%;
  float: right;
  padding: 20px;
  border-left: 1px solid #666;
}

div#no-account-links {
  margin-top: 10px;
  background-color: #fffbc7;
  padding: 7px;
}

div#no-account-links a, div#no-account-links a:visited {
  padding-left: 5px;
  padding-right: 5px;
  color: #0066cc;
}

div#login_div {
  padding: 20px;
  font-size: 2em;
  color: #0066cc;
}

div.green-box {
  color: #000;
  background-color: #e5f0d3;
  float: right;
  width: 55%;
  padding: 20px;
}

div.green-box h3 {
  padding-bottom: 10px;
  border-bottom: 3px solid #becfa5;
}

div.green-box div.buttons-container {
  background-color: #d6e8b9;
  padding: 20px;
  margin: 10px -20px -20px -20px;
}

div#marketing {
  float: left;
  width: 38%;
}
div#marketing h1 {
  color: #4368bc;
  line-height: 1.2em;
}
div#marketing p {
  text-align: justify;
}

div.testimonial {
  margin-top: 10px;
  margin-bottom: 50px;
  color: #999;
  font-weight: bold;
  font-style: italic;
  line-height: 1.5em;
}

div.testimonial img {
  float:left;
  margin: 5px;
  border: 1px solid #ccc;
  padding: 2px;
  margin-top: -1px;
}

div.author {
  color: #4368bc;
}

div#coverletter {
  background-color: #eaf4fa;
  float: left;
  width: 520px;
  padding: 10px 20px;
  position:relative;
}

div#signup {
  padding: 20px;
}

a.signup {
  margin: 0;
  padding: 0;
  float: right;
  text-align: center;
  margin-top: 35px;
  background: none;
  border: none;
  font-size: 0.7em;
  width: 90px;
  padding: 0px 18px;
}
a.signup:hover {
  background: none;
  border: none;
  text-decoration: underline;
}

#yourInfoStatus, .status {
  padding: 5px;
  margin: 5px 0px;
  border: 1px solid #333;
  background-color: #ccc;
}

.skill {
  margin: 10px 0px;
  font-size: 1.1em;
}

#new-job-preview {
  padding: 10px 10px 20px 10px;
  border: 1px solid #ccc;
}

select.short {
  width: 100px;
}

textarea.long {
  height: 200px;
}

.header-bar .buttons-area {
  width: 400px;
  float: right;
  margin: 20px 0px 0px 10px;
  text-align: right;
	/*ie6*/position:relative;
}

.buttonRight{
	float: right;
	/*ie6*/position:relative;
}

.buttonLeft{
	float: left;
	/*ie6*/position:relative;
}


div#events {
  margin: 0;
  padding: 0;
  padding-left: 10px;
}

div.event {
  display: block;
  float: left;
  width: 280px;
  padding: 0;
  margin: 10px;
}

div.event-details {
  float: left;
  width: 600px;
  padding: 0;
  margin: 10px;
}

div.event-description {
  float: left;
  width: 260px;
  margin-top: 10px;
  font-size: 1.5em;
  line-height: 1.2em;
  color: #333;
}

.event-confirmation {
  margin-top: 10px;
  font-size: 1.5em;
  line-height: 1.2em;
  color: #333;
}

div.event-youtube {
  margin-top: 10px;
  margin-bottom: 10px;
}

div#tags {
  width: 400px;
  float: right;
  text-align: right;
}
div.tag {
  float: right;
  color: #3E6D8E;
  background-color: #E0EAF1;
  border-bottom: 1px solid #3E6D8E;
  border-right: 1px solid #7F9FB6;
  padding: 3px 4px 3px 4px;
  margin: 2px 2px 2px 2px;
  text-decoration: none;
  font-size: 90%;
  line-height: 2.4;
  white-space: nowrap;
}
div.tag img {
  padding: 2px;
  vertical-align: middle;
}

.digg_pagination {
  background: white;
  cursor: default;
  /* self-clearing method: */ }
  .digg_pagination a, .digg_pagination span, .digg_pagination em {
    padding: 0.2em 0.5em;
    display: block;
    float: left;
    margin-right: 1px; }
  .digg_pagination .disabled {
    color: #999999;
    border: 1px solid #dddddd; }
  .digg_pagination .current {
    font-style: normal;
    font-weight: bold;
    background: #2e6ab1;
    color: white;
    border: 1px solid #2e6ab1; }
  .digg_pagination a {
    text-decoration: none;
    color: #105cb6;
    border: 1px solid #9aafe5; }
    .digg_pagination a:hover, .digg_pagination a:focus {
      color: #000033;
      border-color: #000033; }
  .digg_pagination .page_info {
    background: #2e6ab1;
    color: white;
    padding: 0.4em 0.6em;
    width: 22em;
    margin-bottom: 0.3em;
    text-align: center; }
    .digg_pagination .page_info b {
      color: #000033;
      background: #6aa6ed;
      padding: 0.1em 0.25em; }
  .digg_pagination:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html .digg_pagination {
    height: 1%; }
  *:first-child + html .digg_pagination {
    overflow: hidden; }

#apply-button.disabled {
	background: #ccc;
	color:#FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#ccc));
	background: -webkit-linear-gradient(top, #e1e1e1, #ccc);
	background: -moz-linear-gradient(top,#e1e1e1 , #ccc);
	background: -ms-linear-gradient(top, #e1e1e1, #ccc);
	background: -o-linear-gradient(top, #e1e1e1, #ccc);
  border-top: 1px solid #ccc;
}

#google-ads {
  float: right;
  width: 220px;
  margin-top: 20px;
  background-color: #fff;
  position: relative;
  right: -240px;
  top: 300px;
}
