/* Reset all margins, padding and borders for my sanity. */

* {
	margin: 0;
	padding: 0;
	}

img {
	border: 0;
	}

/* Basics */
body {
	margin: 0;
	padding: 0;
	background: url("../img/bg.png") repeat;
	font-family: "Lucida Grande", "Verdana", "Trebuchet MS", sans-serif;
	font-size: 12px;
	}

a {
	color: #1079A0;
	outline: none;
	}

a:hover {
	color: #46A6C6;
	}

hr {
	width: 93.5%;
	margin: 2% auto;
	}
	
.code {
	background-color: #d6dde5;
	border: 1px solid #72767a;
	padding: 10px 5px;
	margin: 10px;
	overflow: auto;
	}


/* Stretch background color for the main header 100% */
#header_container {
	width: 100%;
	background-color: #005d7c;
	}

/* 1984 Main logo...with a left margin to keep things aligned */	
#header {
	height: 131px;
	background: #005d7c url("../img/header.png") center center no-repeat;
	width: 100%;
	}

/* Hide the *actual* text since we have an image, but leave it for Google in the raw html */
#header>h1, #header>h2 {
	display: none; 
	}

/* links back to home page */
#header #clickzone {
	position: absolute;
	left: 50%;
	margin-left: -163px;
	width: 326px;
	height: 125px;
	
	}

#header a#clickzone {
	text-decoration: none;
	}

#sub_heading {
	font-size: 13px;
	left: 0;
	width: 100%;
	background: white url("../img/sub_header_shadow.png") repeat-x;
	color: #0C5D7B;
	text-align: center;
	padding: 7px 0;
	}

/* The "Finder" window */
#container {
	width: 90%;
	min-width: 600px;
	margin: 0 auto;
	margin-top: 20px;
	height: 100%;
	background-color: #d6dde5;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	-moz-box-shadow: #000 0px 0px 8px; -webkit-box-shadow: 0px 0px 12px #000;
	}

/* Gradient for title bar and footer */
#container_head, #container_footer {
	background: url("../img/container_head_bg.png") repeat-x;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
	padding: 3px;
	position: relative /* needed for the search position */
	}

/* Get rid of rounded corners */
#container_head {
	border-bottom: 1px solid #404040;
	-moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0;	
	}

#container_footer {
	border-top: 1px solid #404040;
	-moz-border-radius-topleft: 0; -moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0;
	}

/* Styling for the text in the header and footer */
#container_head p, #container_footer p {
	text-align: center;
	text-shadow: #ffffff 0px 1px 1px;
	padding: 5px 0 0 0;
	font-size: 13px;
	}
	
/* fixes image alignment */
#container_head img, img.icon {
	margin-bottom: -3px;	
	}

/* Styling the search bar */
#applesearch {
	position: absolute;
	top: 7px;
	right: 8px;
	}

#container_footer p {
	font-size: 12px;
	}

/* Finder window navigation */
#nav {
	float: left;
	height: 100%;
	}

#nav a {
	color: #000;
	text-decoration: none;
	}

#nav a:hover {
	color: #1079A0;
	}

#nav ul {
	list-style: none;
	padding: 5px 10px;
	}

#nav ul li {
	padding: 7px 0 0 15px;
	font-size: 11px;
	margin-bottom: 3px;
	text-shadow: #ffffff 0px 1px 1px;
	}

/* For centering the images vertically */
#nav ul li img {
	margin-bottom: -3px;
	}

/* Special style for the first <li> */
#nav ul li.nav_title {
	color: #606e80;
	font-weight: 700;
	padding: 0;
	}

#nav ul li.nav_title img {
	margin-bottom: -1px;
	}

#nav ul li.active a {
	color: #1079A0;
	border-bottom: 1px solid #606e80;
	}

#container_content {
	border-left: 1px solid #72767a;
	background-color: white;
	margin-left: 11.5em;
	min-height: 230px;
	}

/* Main listing! */
#container table {
	border-collapse: collapse;
	-moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px;
	font-size: 12px;
	width: 100%;
	}

#container table tr, #container table td {
	padding: 6px;
	}

#container table tr.header {
	background: white url("../img/th_bg.png") center repeat-x;
	}
#container table tr.header th.sortcol:hover {
	cursor: pointer;
}	

#container table tr.header th.sortdesc, #container table tr.header th.sortasc {
	background: blue;
	border-top: 1px solid #9da9cf;
	border-bottom: 1px solid #6b8bc3;
	background: #ade3ff url("../img/th_active.png") center repeat-x;
	}

#container table tr.header th {
	font-weight: normal;
	border: 1px solid #b3b3b3;
	font-size: 10px;
	padding: 2px 9px;
	}


/* Special widths for custom headings */	
#container table tr.header th#location {
	min-width: 100px;
	}

#container table tr.header th#employer {
	min-width: 125px;
	}

#container table tr.odd {
	background-color: #fff;
	}

#container table tr.even {
	background-color: #ecf3fe;
	}

#container table tr.noresults td {
	text-align:center;
	padding-right:125px;
	}
	
#container table td .job_title a {
	color: #0C5D7B;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	}

#container table td .job_title a:hover {
	text-decoration: underline;
	}

#container table td.icon {
	text-align: center;
	}

/* For non-table content (everything else) */
#container_content {
	position: relative;
	padding-bottom: 20px;
	}

#container_content.with_info_pane {
	padding-right: 290px;	/* +15px to the #info_pane width */
	}

#container_content h1, #container_content h2, #container_content h3, #container_content p {
	padding: 8px 15px;
	}

#container_content p {
	}

#container_content ul {
	padding: 8px 45px;
	}

#container_content ul li {
	line-height: 1.5em;
	}

#container_content ul.no_bullets {
	list-style: none;
	}

#info_pane {
	position: absolute;
	background: white url("../img/separator.png") top left repeat-y;
	right: 0;
	padding-left: 15px;
	height: 100%;
	width: 275px;
	overflow: auto;
	}
	
/* "Definition list */
#info_pane dl {
	font-size: 11px;
	line-height: 1.5em;
	padding: 10px 0;
	}


/* Definition term */
#info_pane dl dt {
	color: #4c4c4c;
	font-weight: bold;
	float: left;
	text-align: right;
	width: 30%;
	padding-right: 15px;
	}

#info_pane dl dd {
	width: 55%;
	padding-right: 20px;
	float: right;
	padding-top: 1px;
	}
	
	
/* Forms */
form, #cart {
	background-color: #d6dde5;
	width: 90%;
	margin: 20px auto;
	border: 0;
	text-shadow: #ffffff 0px 1px 1px;
	border: 1px solid #B7BDC4;
	padding: 1%;
	}

form label.text {
	width: 100%;
	float: left;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
	}

form input, form textarea {
	background-color: #F4F4F4;
	font-size: 15px;
	}

form input.text, form input.error, form input.success, form input.failure {
	font-size: 1.25em;
	height: 1.5em;
	padding: 1%;
	width: 97.5%;
	border: 1px solid #999999;
	}

form input:hover, form textarea:hover {
	background-color: #fff;	
	}

form textarea {
	width: 97.5%;
	height: 75px;
	padding: 1%;
	}

form textarea#jobDescription {
	height: 450px;
	}

form .tip {
	color: #4A4A4A;
	text-shadow: #ffffff 0px 1px 1px;
	text-transform: none;
	font-weight: normal;
	}
	
form input.submit {
	padding: 5px;
	border: 1px solid #999999;
	float: right;
	}

form input.submit:hover {
	background: white;
	}

/* Job description div in the post a job page */
#job_duration {
	float: left;
	width: 52%;
	}

#job_descriptions h1 {
	font-size: 14px;
	padding-bottom: 0;
	}

#job_descriptions p {
	padding-top: 0;
	font-size: 11px;
	}
	

/* Javascript word counters */
p.wordcount {
	text-align: right;
	}

em#atotal, em#dtotal {
	background-color: #F4F4F4;
	border: 1px solid #999999;
	font-style: normal;
	padding: 5px 10px;
	}

/* Form error messaging */
form .error {
	color: #742912;
	}


form label.error {
	
	}

form input.error, form textarea.error {
	background-color: #FBEBE8;
	}


form input.error:hover, form input.error:focus {
	background-color: #FFF3F3;
	}


/* Form promo codes success or fail */
form .success {
	background: #E8FFEC url(/rsrc/img/success.png) right no-repeat;
	}

form .failure {
	background: #FBEBE8 url(/rsrc/img/fail.png) right no-repeat
	}
/* Special promo code error */

#promoCodeError {
	background-color: #FFF3F3;
	width: 90%;
	margin: 0px auto;
	border: 0;
	text-shadow: #ffffff 0px 1px 1px;
	border: 1px solid #FFCABE;
	padding: 1%;
	text-align:center;
}

/* Cart */
#cart {
	text-align: center;
	}

.cart_total {
	background-color: #CDFFD1;
	width: auto;
	float: right;
	margin: 0 4%;
	border: 0;
	text-shadow: #ffffff 0px 1px 1px;
	border: 1px solid #B7BDC4;
	padding: 1% 1% 1.5% 1%;
	text-align: right;
	}

#cart table td {
	text-align: center;
	}

/* Cart "revise your post" button */
form input#revise {
	padding: 5px;
	border: 1px solid #999999;
	}

/* Misc */
.clear {
	clear: both;
	}

.center {
	text-align: center;
	}

#ie_user {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: yellow;
	padding: 5px;
	text-align: center;
	}

/* Roundify any div */
.rounded {
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	}