/*
Theme Name: jobs.wordpress.net
Theme URI: http://jobs.wordpress.net/
Description: The theme  was created by Sandbox Development and Consulting Inc for jobs.wordpress.net.
Version: 1.0
Author: Jennifer Zelazny/Sandbox Development and Consulting Inc.
Author URI: http://www.sandboxdev.com/
*/

/*
JZ CSS file organization
-----------------
[1] General
All general items, browser specific hacks

[2] Header
All things specific to the header

[3] Main Content
All things specific to the main content

[4] Footer
Things which are page and section specific.

[5] WordPress
Things which are WordPress specific.

Questions/Comments: Email jzelazny@sandboxdev.com
*/


/*---------[1]General---------*/
body {
  font-family: 'Lucida Grande', Arial, Helvetica, Sans-serif;
  font-size:.8em;
  line-height:1.6em;
  color: #41464c;
  padding: 0;
  margin: 0;
  }

.clear {
 	clear:both;
 	}

.left {
 	float:left;
 	}

.right {
 	float:right;
 	}

a, a:visited {
	color:#13326d;
	text-decoration:none;
	font-weight:bold;
	}

a:hover, a:active {
	color:#416bbf;
	text-decoration:underline;
	}

h1{
	font-size:1.8em;
	line-height:2.1em;
	font-weight:bold;
	color:#333;
	margin:0;
	padding:0;
	}

h2 {
	font-size:1.4em;
	line-height:1.7em;
	font-weight:bold;
	color:#333;
	margin:0;
	padding:0;
	}

h2 a {
	color:#333;
	}

h3 {
	font-size:1.2em;
	line-height:1.5em;
	font-weight:bold;
	color:#333;
	margin:0;
	padding:0;
	}

h4 {
	font-size:.9em;
	line-height:1.2em;
	font-weight:bold;
	color:#41464c;
	margin:5px 0 0 0;
	padding:0;
	}

ol li{
 	margin-left:15px;
 	padding:0;
 	}

img {
	border:0;
	}

strong {
	color:#333;
	}

.content {
	width:925px;
	margin:0 auto;
	}

/*---------[2]Header---------*/

#header {
	background: #FFFFFF;
  	height:75px;
  	border-bottom:18px solid #0e1c36;
  	width:100%;
  	}

#logo {
	width:297px;
	float:left;
	margin-top:18px;
	}

#headerLinks{
	float:right;
	margin-top:30px;
	color:#2e539b;
	}

#headerLinks a {
	color:#01669a;
	text-decoration:none;
	font-weight:bold;
	padding:0 5px 0 5px;
	}

#headerLinks a:hover {
	color:#779be5;
	}

/*---------[3]Main Content---------*/


#container {
	margin: 15px auto;
	width:885px;
  	background:#fff;
  	clear: both;
  	border:1px solid #cfd2d6;
  	padding:15px;
  	}

#siteName {
	float:left;
	}

#siteSearch {
	float:right;
	margin-top:12px;
	}

#searchform input.txt {
	width:250px;
	}

#container p {
	margin:0;
	padding:0;
	}

#topcategories {
	text-align:center;
 	border-bottom:1px solid #cfd2d6;
 	border-top:1px solid #cfd2d6;
 	clear:both;
 	}

#categories {
	text-align:left;
 	border-bottom:1px solid #cfd2d6;
 	border-top:1px solid #cfd2d6;
 	clear:both;
 	}

#categories p {
	display:inline;
	font-size:1.1em;
	font-weight:bold;
	}

#categories p a {
	text-decoration:none;
	}

#categories p a:hover {
	text-decoration:underline;
	}

.categoryGroup, #archive .singleJobGroup {
	margin:0 0 20px 5px;
	border-bottom:1px solid #cfd2d6;
	}

.jobListingKey h5 {
	float:left;
	margin:10px 0 5px 0;
	padding-left:5px;
	font-size:1em;
	text-transform:uppercase;
	color:#333;
	}

.categoryGroup p {
	line-height:2.2em;
	}

ul.categoryListings  {
	list-style:none;
	padding:0;
	margin:8px 0 8px 0;
	}

ul.categoryListings  li {
	clear:both;
    margin:0px 0 0px 0;
	}

#home ul.categoryListings  li {
	height:38px;
	line-height:18px;
	}

ul.jobListing {
	list-style:none;
	padding:0;
	margin:0;
	}

ul.categoryListings  li.odd {
	background:#f0f0f0;
	border:1px solid #dddddd;
	}

ul.categoryListings  li.even {
	background:#fff;
	}

ul.jobListing li {
	float:left;
	font-weight:bold;
	padding:0 0 0 5px;
	clear:none;
	}

.jobDate{
	width:140px;
	}

.jobTitle {
	width:350px;
	}

.jobType {
	width:200px;
	color:#41464c;
	}

.jobLocation {
	width:150px;
	color:#41464c;
	}

p.allPositions a{
	font-size:.85em;
	color:#416bbf;
	}

p.allPositions img{
	vertical-align:text-bottom;
	}

h2#category-archive {
	margin-bottom:20px;
	}

/*--New Job Form--*/

p.required {
	font-size:.85em;
	margin-bottom:30px;
	}

.jobPostBox {
	padding:10px 0 20px 0;
	border:1px solid #dddddd;
	margin-bottom:20px;
	background: #f0f0f0;
	}

#jobPoster, #jobCompany {
	width:430px;
	}

.jobPostBox h3 {
	margin-bottom:10px;
	padding-left:10px;
	}

#postNewJob form label, #postNewJob form input, #postNewJob form textarea, #postNewJob form select {
	margin-left:20px;
	}

#postNewJob form label {
	float:left;
	font-weight:bold;
	}

#jobPoster, #jobCompany {
	float:left;
	}

#jobCompany {
	margin-left:20px;
	}

#jobPoster input.txt, #jobDetails input.txt, #jobCompany input {
	width:185px;
	}

#jobDetails input.title {
	width:425px;
	}

#postNewJob form textarea {
	width:845px;
	height:150px;
	margin-bottom:5px;
	}

.maxWidth {
	display:inline;
	margin-left:250px;
	font-size:.8em;
	}

/*--Single Job Listing--*/

h3.singleJobTitle {
	display:inline;
	}

.location {
	display:inline;
	color:#color:#41464c;
	}

ul.jobDetails {
	list-style:none;
	padding:0;
	margin:10px 0 0 0;
	}

ul.jobDetails li {
	margin-bottom:15px;
	padding:0;
	}

/*--FAQs--*/

ul.faq {
	list-style:none;
	padding:0;
	margin:0;
	}

ul.faq li {
	padding:0;
	margin:0;
	}

ul.faq li.question {
	font-weight:bold;
	color:#333;
	}

ul.faq li.answer {
	margin-bottom:5px;
	}


/*---------[4]Footer---------*/
#footer {
	background: #e7e8ea;
 	height:100px;
  	clear: both;
  	padding:0;
  	border-top:1px solid #cfd2d6;
  	border-bottom:1px solid #cfd2d6;
  	}

#footer p {
  	text-align:center;
  	font-size:.85em;
  	margin:10px 0 10px 0;
  	padding:0;
  	color:#333;
  	}

#footer p img {
	vertical-align:text-bottom;
	}

form dl, dl.labels {
	margin:0em;
	font-size:100%;
	margin-top:0.5em
}
form dt, dl.labels dt {
	float:left;
	width:10em;
	margin-bottom:0.8em;
	color:#555;
	text-align:right;
	font-weight:normal;
	position:relative /*IEWin hack*/
}
form dd, dl.labels dd {
	margin-left:10.5em;
	margin-bottom:0.8em;
	font-size:100%;
	font-style:normal;
	padding-left:0.5em
}
form dd.submit, dl.labels dd.submit {
	margin-top:2em
}

#sidebar{
	display : none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.entry ul {
	margin-left: 10px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

.entry ul li span{
	font-weight: bold;
	}

.entry span.spncls{
	color: #437FB5;
	font-weight: bold;
	}
