/*
Theme Name: Votebeat Jobs Board
Version: 4.18.2023.1
Theme URI: http://jobs.votebeat.org
Description: Voteabeat Jobs Board
Author: Jonathan Sisk
Author URI: http://www.itjon.com
Template: jobroller
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Serif&display=swap');

body, input, select {
  font-family: "IBM Plex Serif",Times,serif;
}

/* Additions */
.plan .plan-content {
  max-width: none;
}

p,
#content ul li,
.order-summary td,
#bank-transfer pre {
	font-size: 16px;
	line-height: 24px;
}

#footer-logo {
	margin: 10px auto;
	width: 218px;
	}

.undershadow {
	box-shadow: 0px 10px 20px -10px #333
	}

.section, #searchform {
	width:100%;
	}

#searchform button.submit {
	text-indent: 0;
	}

ol.jobs li.job.job-featured .fa-star {
	font-size: 16px;
	color: orange;
	padding-right:5px;
	float: left;
	}

/* Tweak things that can't be replaced easily in child theme */
#bank-transfer .featured-head,
#bank-transfer .content p {
	display: none;
}

#bank-transfer pre {
	padding-top: 0;
}

/* Ad areas */

#ad_leaderboard,
#ad_rectangle1 {
	float:right;
}
#div-gpt-ad-1597269878807-0,
#div-gpt-ad-1597269919001-0,
#div-gpt-ad-1597269946061-0 {
	text-align: center;
}

#footer .inner {
	width:100% !important;
	max-width:1050px;
	}

#footer .column {
	width: 29% !important;
	margin: 1%;
	padding: 0;
}

#footer-menu1 {
	text-align: center;
	font-size: 16px;
	}

#footer-menu2 {
	text-align: center;
	font-size: 12px;
	margin-top: 25px;
	border-top: 1px solid #aaa;
	padding: 10px 0 20px;
	}

#footer-menu2 ul::before {
	content: "More From: ";
	font-weight: bold;
	color: #333;
	}

#footer-social {
	text-align:center;
	}

#footer-social i {
	padding: .5em;
	color: #777;
	}

#footer-menu1 li,
#footer-menu2 li {
	display: inline-block;
    padding: 0 10px;
	}

#footer-menu1 li a,
#footer-menu2 li a {
	color: #333;
	text-decoration: none;
	}

#footer-menu1 li a:hover,
#footer-menu2 li a:hover {
	color: 	#07a3dd;
	}

/* =Anchors
---------------------------------------------------------------------------------- */
a, ol.jobs dd strong a {
	color: #3388BB;
	text-decoration: none;
}
a:hover, a:focus {
	color: #3388BB;
	text-decoration: none !important
}
a.button {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#127479', endColorstr='#51b9e6',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #127479 0%,#51b9e6 100%); /* opera */
	text-transform: uppercase;
	background: #f4c96c;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #393939;
	text-decoration: none;
	padding: 2px;
	line-height: 36px;
	font-size: 16px;
}
a.button span {
	display: block;
	font-size: 20px;
  font-family: "Barlow Condensed",Helvetica,Arial,sans-serif;
	color: #393939;
	background-color: transparent;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
a.button span:hover {
	text-decoration: underline;
}

a.button.post-a-job{
	width: 100%;
}

/* =Layout
---------------------------------------------------------------------------------- */
#header {
	padding: 40px 0 40px;
}
#logo {
	color: #999;
	border-right: 2px dotted #d8d8d8;
	padding-right: 18px;
	margin: 0;
	text-shadow: 0 -1px 0 #fff;
	letter-spacing: -1px;
	float: left;
}
#logo a {
	color: #000;
}
#header .logo_link {
  text-align: center;
  display: inline-block;
}
.logo_link h1 {
  font: bold 30px "Barlow Condensed",Helvetica,Arial,sans-serif;
  margin: 0px;
}

div#content {
	margin: 0;
	padding: 0;
}

.section {
	width: 100%;
}

div.section_content {
  font-family: "IBM Plex Serif",Times,serif;
	padding: 20px 20px 10px;
}

.section_header {
	border-bottom: 1px solid #E4E4E4;
	padding: 20px 20px 20px;
}
.section_footer .icon {
	color: #3388BB;
}
.section_footer li:first a {
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
#apply_form, #share_form {
	background: url(images/form.png) repeat;
	border-top: 1px solid #ddd;
}
#mainContent {
	width: 728px;
}
#sidebar, ul.widgets {
	width: 300px;
}
div#footer {
	font-size: 0.9em;
	background-color: #E8E8E8;
	padding: 0;
}
div#footer, div#footer p, div#footer span, div#footer li {
	color: #999999;
	text-align: left;
}
#footer h1, #footer h2, #footer h3 {
	color: #000;
}
#footer .column:not(:first-child) {
	border-left: 1px solid #CFCFCF;
}
#footer h1, #footer h2, #footer h3 {
	border-bottom: 1px solid #CFCFCF;
}
#footer .copyright {
	border-top: 1px solid #CFCFCF;
}

/* =Wide Layout (no sidebar)
---------------------------------------------------------------------------------- */
.wider #mainContent, .wider .section {
	width: 1050px !important
}
.wider ol.jobs dd.title {
	width: 500px !important;
}
.wider ol.jobs dd.location {
	width: 230px !important;
}

/* =Pagination
---------------------------------------------------------------------------------- */
.paging {
	padding: 20px;
}
.paging .top a {
	color: #555;
	background: #fff;
	margin: 2px;
	padding: 2px 4px;
	border: 1px solid #D8D8D8;
}
.paging .top a:hover, .paging .top a:focus {
	color: #555;
	background: #D8D8D8;
	border: 1px solid #D8D8D8;
	text-decoration: none !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current, .comment-paging .page-numbers:hover, .comment-paging .current {
	border: 1px solid #D8D8D8 !important;
	background: #D8D8D8 !important;
	color: #555 !important;
}

/* =Headings
---------------------------------------------------------------------------------- */
.pagetitle {
	padding: 15px 20px;
}

/* =Other Typography
---------------------------------------------------------------------------------- */
small.rss {
	line-height: 1.6em;
}

/* =Lists
---------------------------------------------------------------------------------- */

#content ol.jobs {
	margin: 0 10px 0 0;
	padding: 0;
	border-top: 0;
}
ol.jobs li.job {
	list-style: none outside;
	background: #fff;
	padding: 0;
	margin-bottom: 10px !important;
	border-top: 1px solid #127479;
  border-bottom: none;
}
.myprofile_section ol.jobs li.job {
	padding: 8px 0;
}
ol.jobs li.job-featured {
	background: #FEFDF5;
  border-bottom: none;
	width: 100%;
}
ol.jobs li.job-featured.job-alt {
	background: #FEFDF5;
}
ol.jobs dl {
  font-size: 14px;
  line-height: 1.2em;
	padding: 2%;
	clear: both;
}
ol.jobs dd a, h1 small a {
	color: #999;
	font-style: normal;
	font-weight: bold;
}
dd.type {
	width: 100px;
	padding-right: 10px;
	vertical-align: middle;
}

.job_type span.ftype,
.type span.jtype {
  font-family: "Barlow Condensed",Helvetica,Arial,sans-serif;
  background: #127479;
	display:block;
	padding: 2px 10px;
	text-transform: uppercase;
	font-size: 14px;
	float:left;
}
span.ftype {
	background: #333;
	color: white;
}

/*
.ftype.marketing-communications {
	background: #d53e4f;
	}
.ftype.instructional-support {
	background: #f46d43;
	}
.ftype.operations-2 {
	background: #fdae61;
	}
.ftype.principal-vice-principal,
.ftype.non-teaching {
	background: #635538;
	}
.ftype.reporter-editor {
	background: #8888bf;
	}
.ftype.research-policy {
	background: #e6f598;
	}
.ftype.school-network-staff {
	background: #abdda4;
	}
.ftype.teaching {
	background: #66c2a5;
	}
.ftype.technology-2 {
	background: #3288bd;
	} */

ol.jobs dd {
  font-family: "IBM Plex Serif",Times,serif;
  font-style: italic;
  color: #666;
}
ol.jobs dd.title {
	width: 60%;
	padding-right: 2%;
}
ol.jobs dd.title strong {
  font-size: 20px;
  font-style: normal;
  font-family: "Barlow Condensed",Helvetica,Arial,sans-serif;
  font-weight: strong;
}
ol.jobs dd.location {
	width: 20%;
	padding-right: 2%;
}
ol.jobs dd.date {
	width: 60px;
	text-align: right;
	float:right;
}
div.date {
	text-align: center;
	float: right;
	padding: 0 0 0 19px;
	line-height: 1.54em;
	color: #999;
	border-left: 1px solid #E4E4E4;
}
ol.jobs dd strong, div.date strong, td.date strong {
	color: #555;
	display: block;
	font-size: 1.4em;
	font-weight: normal;
  font-style: normal;
}
ol.jobs dd strong a {
	font-weight: normal;
}
ol.jobs li.job-expired {
	color: #ddd !important;
	background: #fff !important;
	border-bottom: 1px solid #ddd !important;
	border-top: 0 !important;
}
ul.posts {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none outside !important;
	border-top: 1px solid #ddd;
}
ul.posts li.post {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	margin: 0 !important;
	padding: 1.62em 20px 0;
	list-style: none outside;
	background: #fff;
}
ul.posts li.post h2 {
	margin-bottom: 5px !important;
}
ol.resumes li.resume {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	zoom: 1;
	margin: 0 !important;
	padding: 8px 20px;
	list-style: none outside;
	background: #fff;
}
ol.resumes dd.title {
	width: 398px;
	padding-right: 10px;
}
ol.resumes dd.location {
	width: 130px;
	padding-right: 10px;
}

/* Main Nav */
#mainNav ul {
	margin: 0 !important;
	padding: 8px 0 0 20px !important;
	float: left;
	list-style: none !important;
}
#mainNav li {
	float: left;
	display: inline;
	margin: 0 10px 0.2em 0;
	border-radius: 5px;
}
#mainNav li.current_page_item {
	padding: 0 0 8px;
}
#mainNav li a {
	float: left;
	padding: 0.8em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #555 !important;
	text-decoration: none !important;
}
#mainNav li.current_page_item a, #mainNav li.current_page_ancestor a,  #mainNav li.current_page_parent a, #mainNav li.current-cat a, #mainNav li a:hover, #mainNav li a:focus,
#mainNav li.current-menu-item a {
	background: #D7D7D7;
}
#mainNav li.current_page_item, #mainNav li.current_page_ancestor,  #mainNav li.current_page_parent, #mainNav li.current-cat, #mainNav li.current-menu-item {
	background: url(images/nav.png) no-repeat bottom;
}
/* Top Nav */
#topNav {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #d8d8d8;
	background-color: #e8e8e8;
}
#topNav .inner {
	position: relative;
}
#topNav ul {
	margin: 0;
	float: left;
	padding: 0;
	text-align: left;
	line-height: 1 !important;
	font-size: 11px;
}
#topNav li {
	list-style: none outside;
	float:left;
	position: relative;
	padding: 0 0 8px 0;
	margin: 0 0 -8px 0;
}
#topNav li a {
	color: #555;
	float:left;
	text-decoration: none;
	margin: 0 !important;
	padding: 10px;
	border-right: 1px solid #d8d8d8;
}
#topNav li.right {
	float: right;
}
#topNav li.right a {
	border-left: 1px solid #d8d8d8;
	border-right: 0;
}
#topNav li.current-menu-item a,
#topNav li.current_page_item a, #topNav li a:hover, #topNav li a:focus {
	background: #d8d8d8;
	text-decoration: none !important
}
#topNav li.current-menu-item,
#topNav li.current_page_item {
	background: url(images/nav.png) no-repeat bottom;
}
/* Dropdown */
#topNav ul ul {
	line-height: 1;
    position:absolute;
    top: -999em;
	width: 18em;
    font-weight:normal;
    margin: 1px 0 0 -1px !important;
    padding: 0 !important;
    border:0;
    border-bottom:1px solid #d8d8d8;
    float: none !important;
    font-size: 1em;
}
#topNav ul ul ul {
	margin: 0 0 0 -1px !important;
}
#topNav ul ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    float:none;
    background: #f0f0f0;
}
#topNav ul ul li a {
    padding:0 10px;
    float: none;
    display: block;
    line-height: 2.5em !important;
    border-top:1px solid #d8d8d8;
    border-left:1px solid #d8d8d8;
    border-right:1px solid #d8d8d8;
    background: transparent !important;
}
#topNav ul ul li.current-menu-item a,
#topNav ul ul li.current_page_item a {
    background: #d8d8d8 !important;
	color: #555;
}
#topNav li:hover, #topNav li.sfhover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
#topNav ul ul li:hover {
    background:#ccc;
}
#topNav ul li:hover ul,
#topNav ul li.sfHover ul {
	left:			0;
	top:			2.86em; /* match top ul list item height */
	z-index:		99;
}
#topNav ul li:hover li ul,
#topNav ulli.sfHover li ul {
	top:			-999em;
}
#topNav ul li li:hover ul,
#topNav ul li li.sfHover ul {
	left:			18em; /* match ul width */
	top:			0;
}
#topNav ul li li:hover li ul,
#topNav ul li li.sfHover li ul {
	top:			-999em;
}
#topNav ul li li li:hover ul,
#topNav ul li li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}


/* =Tables
---------------------------------------------------------------------------------- */
table {
	font-size: 100%; /* IE hack */
}
table.data_list {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
}
table.data_list th {
	line-height: 2.3em;
	font-size: 0.85em;
	padding: 0 8px;
	color: #999;
	border-bottom: 1px solid #ddd;
	background: #FBFBFB;
}
table.data_list td {
	vertical-align: middle;
	line-height: 1.8em;
	padding: 0 8px;
	border-bottom: 1px solid #ddd;
}
table.data_list td.days {
	font-size: 1.19em;
	padding: 8px;
}
table.data_list td.actions a {
	margin-left: 8px;
}
table.data_list td.actions {
	text-align: right;
}
table.data_list td.date {
	text-align: center;
	color: #999;
	padding: 8px;
	font-size: 0.85em;
}


/* =Forms
---------------------------------------------------------------------------------- */
form.filter {
	padding: 8px 20px;
	border-top: 1px solid #ddd;
	background: #FBFBFB;
	font-size: 0.8em;
}
form.filter p {
	float: left;
	margin: 0 10px 0 0 !important;
	color: #777;
}
form.filter input {
	vertical-align: middle;
}
form.filter .submit,
#commentform #submit {
	font-size: 1em;
	outline: 0;
	border: 0;
	background: #D8D8D8;
	color: #555;
	padding: 7px 10px;
	margin: -2px 0 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
	cursor: pointer;
}
form.filter .submit:hover, form.filter .submit:focus,
#commentform #submit:hover, #commentform #submit:focus {
	background: #3388BB;
	color: #fff
}
form.main_form fieldset {
	padding: 0 0 0 0;
}

form.main_form input.text:focus,
form.main_form textarea:focus,
form.account_form input.text:focus {
	background: #f3f3f3;
}
form.account_form input.text {
	width: 92%;
}
form.main_form input.small {
	width: 15%;
	margin-left: 35%;
}
form.main_form textarea {
	vertical-align: top;
	height: 200px;
	width: 630px;
	font-size:1.1em;
	font-family: "Barlow Condensed",Helvetica,Arial,sans-serif;
}
form.main_form textarea.short, form.submit_form textarea.short {
	width: 50%;
	height: 50px;
	font-size: 1em;
	padding: 7px;
}
form.main_form select {
	font-size: 1em;
}
form.main_form .description {
	display: block;
	font-size: 0.8em;
	color: #777;
}
form.main_form p label {
	text-align: left;
}
form.main_form p,
form.account_form p {
	clear:both;
	margin: 10px 0 !important;
	padding: 0 2px !important;
	overflow: hidden;
}
form.main_form p.optional input.text, form.main_form p.optional textarea {
	border: 1px solid #ddd;
}
form.account_form a.lostpass {
	padding: 10px 20px;
	float: left;
}
form.main_form .submit:hover, form.filter .submit:focus, form.account_form .submit:hover, p.button a:hover {
	background: #3388BB;
	color: #fff;
	text-decoration: none !important;
}
.ui-autocomplete {
	position: absolute;
	cursor: default;
	list-style:none;
	padding: 5px;
	margin: 0;
	display:block;
	background: #F0F0F0;
	border: 1px solid #999;
	text-align: left;
	font-size: 1.3em;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}
.ui-autocomplete li {
	margin:0;
	padding: 0;
	width: 100%;
}
.ui-autocomplete li a {
	text-decoration:none;
	display:block;
	padding:3px 6px;
	line-height:2em;
	zoom:1;
	color: #555;
}
.ui-autocomplete li a:hover, .ui-autocomplete li a.ui-state-hover {
	background: #D8D8D8;
	text-decoration:none;
}
.ui-autocomplete-loading { background: #fff url('../images/loading.gif') right center no-repeat; }
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/* =Comments
---------------------------------------------------------------------------------- */
ol#comment-list li.bypostauthor .comment-text, ol#comment-list li.bypostauthor img.avatar {
	border-color: #D4E2EB;
}

span#comments-rss a {
	float: right;
	font-size: 0.6em;
	border-bottom: 1px solid #C7E4F1;
	text-decoration: none;
	color: #222;
}


/* =Widgets
---------------------------------------------------------------------------------- */
ul.widgets {
	margin: 0 !important;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid #fff;
	float: left;
}
ul.widgets li.widget {
	list-style-type: none;
	margin: 0;
	padding: 30px 12px 10px;
	float: left;
	font-size: 0.8em;
	border-top: 1px solid #fff;
	color: #777;
	list-style: none outside !important;
	width: 100%;
}
ul.widgets li.widget.widget-nav {
	padding: 30px 0 30px;
	width: 100%;
	margin: 0;
}
ul.widgets li.widget.widget-nav div ul li a.top {
	background: #fff url(images/arrow-sm.png) no-repeat 242px center;
}
ul.widgets li.widget.widget-nav div {
	background: #fff
}
ul.display_section li {
	font-size: 1em;
	padding: 8px 12px;
}
ul.widgets li.widget_jr_125ads, ul.widgets li.widget_jr_facebook {
	padding: 30px 0 10px;
	width: 260px;
}
ul.widgets li.widget-submit {
	padding: 0;
	border-top: 0;
	width: 100%;
	margin: 0;
}
ul.widgets li.widget-submit div {
	text-align: center;
	margin: 0 0 20px !important;
	padding: 3px !important;
	border: 1px solid #d8d8d8;
	background: #ebebeb;
	/* border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; */
}

ul.widgets li.widget-submit div p {
	margin: 12px 0 0 !important;
}
ul.widgets li.widget-submit div p.pricing {
	font-size: 15px;
	color: #777;
	line-height: 24px;
}
ul.widgets li.widget-submit div p.pricing em {
	font-family: "Barlow Condensed",Helvetica,Arial,sans-serif;
	font-size: 1.4em;
	color: #555;
	font-style: normal;
}
ul.widgets li.widget ul {
	margin: 0 !important;
	padding: 10px 0 0 !important;
	list-style: none !important;
}
ul.widgets li.widget ul ul {
	padding: 5px 0 0 !important;
}
ul.widgets li.widget ul ul li {
	margin: 0 20px 0 !important;
	border: 0;
	padding: 0 !important;
}
ul.widgets li.widget h2.widget_title {
	padding: 0;
	margin: 0;
	font-weight: bold;
}
ul.widgets li.widget .widget_content {
	padding: 0;
	overflow: hidden;
}
.textwidget {
	padding: 10px 0 !important;
}
/* Search Widget */
.widget_search .widget_content {
	padding: 15px 10px 0 !important;
}
.widget_search input#s {
	border: 1px solid #8D8B8B;
	background: #f7f7f7;
	width: 188px !important;
	display: inline;
}
.widget_search #searchsubmit {
	color: #363636;
	background: #fff;
	border: #fff;
	font-weight: bold;
	cursor: pointer;
	border: 0;
	outline: 0;
	display: inline;
	font-size: 11px;
}
.widget_search label {
	display: none;
}

.widget_rss img {
	vertical-align: middle;
	position: relative;
	margin-top: -3px;
}
li.widget_categories li.current-cat a,
li.widget_pages li.current_page_item a {
	font-weight: bold;
}
li.widget_categories li.current-cat li a,
li.widget_pages li.current_page_item li a {
	font-weight: normal;
}
/* Tags Widget */
.widget_tag_cloud .widget_content div {
	line-height: 2em;
	overflow: hidden;
	padding: 10px 0;
}
/* Calendar Widget */
.widget_calendar th {
	font-weight: bold;
	background: #ebebeb;
	padding: 2px 5px 2px 5px;
	font-size: 1em;
	border-bottom: 1px dotted #ddd;
}
.widget_calendar tbody td {
	border:0;
	font-size: 1em;
	padding: 2px 5px 2px 5px;
	text-align: center;
	background: #efefef;
}
.widget_calendar tbody td#today {
	font-style: italic;
}
.widget_calendar tbody tr td:hover {
	background-color: #d8d8d8;
	border:0;
}
.widget_calendar tbody td a {
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
.widget_calendar #prev,
.widget_calendar #next {
	padding: 5px 0 0 0;
}
.widget_calendar #next {
	text-align: right;
}
.widget_calendar #prev a,
.widget_calendar #next a {
	color: #777 !important;
	font-weight: bold;
	font-style: italic;
}
.widget_calendar thead th {
	text-align: center;
}
.widget_calendar caption {
	text-align: center;
	font-weight: bold;
	padding-bottom: 5px;
}
div#calendar_wrap {
	padding: 0 0 10px;
}
.widget_calendar table {
	width: 100%;
}

/* =Anchors
---------------------------------------------------------------------------------- */
a, ol.jobs dd strong a {
	color: #39669e;
	text-decoration: none;
}
a:hover, a:focus {
	color: #39669e;
	text-decoration: none !important
}

/* =Layout
---------------------------------------------------------------------------------- */
body {
  background: #fff;
}
#header {
	border-top: 1px solid rgba(255,255,255,0.1);
}
#header .inner {
	padding: 0 0 40px;
}
#logo {
	color: #fff;
	padding-right: 20px;
	margin: 0 20px 0 0;
	letter-spacing: -1px;
	float: left;
}
#logo a {
	color: #fff;
}
#logo small {
	color: #bbcce5;
}
#searchform span {
	color: white;
	font-size: 20px;
}
#searchform div {
  font-family: "Barlow Condensed",Helvetica,Arial,sans-serif;
	background: rgb(84,68,89);
	padding: 20px;
	/* border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0; */
}
#searchform div div {
	padding: 0;
	width: 100%;
	text-align: center;
}
#searchform input.text,
#searchform select,
#searchform button {
	border: 0;
	color: #999;
	background: transparent;
	vertical-align: middle;
	font-size: 16px;
	outline: 0 !important;
	padding: 10px;
	margin: 1%;
	background:white;
	border-radius:5px;
}
#searchform input.text {
	width: 30%;
}
#searchform select {
  -webkit-appearance: none;
  appearance: none;
	width:15%;
}

#searchform button.submit {
	padding: 0;
	margin: 0 2px 0 0;
	border: 0;
	height: 40px;
	width: 40px;
	background: #f4c96c;
	color: #393939;
}
div#content {
	margin: 0 auto;
	padding: 1px 1px 0;
}
div#content .inner {
	margin: -45px auto 0;
	position: relative;
	padding: 0 0 10px;
	/* background: #fbfbfb; */
	/* border-radius: 6px; */
	/* -webkit-border-radius: 6px;
	-moz-border-radius: 6px; */
	/* background: #fbfbfb url(images/style-pro-blue/pixel.png) repeat-y 690px; */
	width: 100%;
	max-width:1050px;
	/* box-shadow: 0px -10px 10px #1c1c1c; */
}
div.section_content {
	border-top: 1px solid #fff;
}
.section_header {
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 20px;
}
.section_footer .icon {
	color: #4f6c98;
}
#apply_form, #share_form {
	background: url(images/style-pro-blue/form.png) repeat;
}
#apply_form {
	padding: 20px 0 10px;
}
div#footer {
  font-family: "Barlow Condensed",Helvetica,Arial,sans-serif;
	padding: 20px 20px 40px;
  color: #127479;
	background-color: #ececec;
}
div#footer, div#footer p, div#footer span, div#footer li {
	text-align: center;
}
div#footer .menu-footer-links-container {
  margin-top: 20px;
}
div#footer a {
  font-size: 16px;
  color: #127479;
}
div#footer li a:hover {
  color: #127479;
  text-decoration: underline !important;
}
#footer .column:not(:first-child) {
	border-left: none;
}
#footer h1, #footer h2, #footer h3 {
	border-bottom: none;
}
#footer .copyright {
	border-top: none;
}
#footer-menu2 {
  border-top: none;
}


/* =Headings
---------------------------------------------------------------------------------- */
.pagetitle {
	margin: 0 0 10px !important
}

/* =Wide Layout (no sidebar)
---------------------------------------------------------------------------------- */
.wider div#content .inner {
}


/* =Pagination
---------------------------------------------------------------------------------- */
.paging .top a {
	color: #555;
	background: #fff;
	margin: 2px;
	padding: 2px 4px;
	border: 1px solid #D8D8D8;
}
.paging .top a:hover, .paging .top a:focus {
	color: #fff;
	background: #39669e;
	border: 1px solid #39669e;
	text-decoration: none !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current, .comment-paging .page-numbers:hover, .comment-paging .current {
	border: 1px solid #39669e !important;
	background: #39669e !important;
}

/* =Lists
---------------------------------------------------------------------------------- */
ol.jobs li.job:not(:last-child) {
	/* border-bottom: 1px solid #F0F0F0; */
}
ol.jobs li.job.job-featured {
	background: #ececec;
	margin-bottom: 10px !important;
}
ol.jobs dd a, h1 small a {
	color: #999;
	font-style: normal;
	text-decoration: none;
}
ul.posts {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none outside !important;
	border-top: 1px solid #ddd;
}
ul.posts li.post {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	margin: 0 !important;
	padding: 1.62em 0 0;
	list-style: none outside;
}
ul.posts li.post h2 {
	margin-bottom: 5px !important;
}
div.date {
	text-align: center;
	float: right;
	padding: 0 0 0 19px;
	line-height: 1.54em;
	font-family: "Barlow Condensed",Helvetica,Arial,sans-serif;
}
ol.jobs dd strong, div.date strong, td.date strong {
	color: #555;
	display: block;
  font-size: 1.2em;
  line-height: 1.1em;
	font-weight: normal;
	font-family: "Barlow Condensed",Helvetica,Arial,sans-serif;
  margin-bottom: 5px;
}

ol.jobs dd.title strong {
	color: #555;
  font-size: 1.4em;
	display: block;
	font-weight: normal;
	font-family: "Barlow Condensed",Helvetica,Arial,sans-serif;
}

ol.jobs dd strong a {
	font-weight: bold;
	color: #555;
}
ol.jobs li.job-expired {
	color: #ddd !important;
	background: #fbfbfb !important;
	border-top: 0 !important;
}
ol.resumes li.resume {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	zoom: 1;
	margin: 0 !important;
	padding: 8px 0;
	list-style: none outside;
	background: #fbfbfb;
}

/* Main Nav */
#mainNav ul {
	margin: 0 !important;
	padding: 0;
	float: right;
	list-style: none !important;
}
#mainNav li {
	float: left;
	line-height: 1em;
	display: inline;
	padding: 0;
	margin: 0 0 0.2em 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#mainNav li a {
	float: left;
	padding: 0.8em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #bbcce5;
	text-decoration: none !important;
	background: #40608f;
}
#mainNav li a:hover, #mainNav li a:focus {
	background: #2c4975;
}
#mainNav li.current_page_item a, #mainNav li.current_page_ancestor a,  #mainNav li.current_page_parent a, #mainNav li.current-cat a, #mainNav li.current-menu-item a {
	background: #fff;
	color: #2c4975;
}
#mainNav li.current_page_item, #mainNav li.current_page_ancestor,  #mainNav li.current_page_parent, #mainNav li.current-cat {
}
/* Top Nav */
#topNav {
	padding: 0;
	margin: 0;
	background: #393939;
}
#topNav .inner {
	position: relative;
}
#topNav ul {
	margin: 0;
	float: left;
	padding: 0;
	text-align: left;
	line-height: 1 !important;
	font-size: 14px;
}
#topNav li {
	list-style: none outside;
	float:left;
	position: relative;
	padding: 0 0 8px 0;
	margin: 0 0 -8px 0;
}
#topNav li a {
	color: #bbcce5;
	float:left;
	text-decoration: none;
	margin: 0 !important;
	padding: 10px;
	border-left: 1px solid #ececec;
}
#topNav li.right {
	float: right;
}
#topNav li.right a {
	border-right: 1px solid #ececec;
}
#topNav li.current-menu-item a,
#topNav li.current_page_item a, #topNav li a:hover, #topNav li a:focus {
	background: #476593;
	text-decoration: none !important;
	color: #e0e8f3;
}
/* Dropdown */
#topNav ul ul {
	line-height: 1;
    position:absolute;
    top: -999em;
	width: 18em;
    font-weight:normal;
    margin: 1px 0 0 -1px !important;
    padding: 0 !important;
    border:0;
    border-bottom:1px solid #264066;
    float: none !important;
    font-size: 1em;
}
#topNav ul ul ul {
	margin: 0 0 0 -1px !important;
}
#topNav ul ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    float:none;
    background: #2a4670;
}
#topNav ul ul li a {
    padding:0 10px;
    float: none;
    display: block;
    line-height: 2.5em !important;
    border-left: 1px solid #2f4f7e;
    border-top: 1px solid #2f4f7e;
    border-right: 1px solid #264066;
    background: transparent !important;
}
#topNav ul ul li.current-menu-item a,
#topNav ul ul li.current_page_item a,
#topNav ul ul li.current_page_ancestor a,
#topNav ul ul li.current_page_parent a  {
    background: #476593 !important;
	color: #e0e8f3;
}
#topNav li:hover, #topNav li.sfhover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
#topNav ul ul li:hover {
    background:#476593;
}
#topNav ul li:hover ul,
#topNav ul li.sfHover ul {
	left:			0;
	top:			2.86em; /* match top ul list item height */
	z-index:		99;
}
#topNav ul li:hover li ul,
#topNav ulli.sfHover li ul {
	top:			-999em;
}
#topNav ul li li:hover ul,
#topNav ul li li.sfHover ul {
	left:			18em; /* match ul width */
	top:			0;
}
#topNav ul li li:hover li ul,
#topNav ul li li.sfHover li ul {
	top:			-999em;
}
#topNav ul li li li:hover ul,
#topNav ul li li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}

/* =Tables
---------------------------------------------------------------------------------- */
table {
	font-size: 100%; /* IE hack */
}
table.data_list {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
}
table.data_list th {
	line-height: 2.3em;
	font-size: 0.85em;
	padding: 0 8px;
	color: #999;
	border-bottom: 1px solid #ddd;
	background: #FBFBFB;
}
table.data_list td {
	vertical-align: middle;
	line-height: 1.8em;
	padding: 0 8px;
	border-bottom: 1px solid #ddd;
}
table.data_list td.days {
	font-size: 1.19em;
	padding: 8px;
}
table.data_list td.actions a {
	margin-left: 8px;
}
table.data_list td.actions {
	text-align: right;
}
table.data_list td.date {
	text-align: center;
	color: #999;
	padding: 8px;
	font-size: 0.85em;
}
/* =Forms
---------------------------------------------------------------------------------- */
form.filter .submit,
#commentform #submit {
	font-size: 1em;
	outline: 0;
	border: 0;
	background: #D8D8D8;
	color: #555;
	padding: 7px 10px;
	margin: -2px 0 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
}
form.filter .submit:hover, form.filter .submit:focus,
#commentform #submit:hover, #commentform #submit:focus {
	background: #2e4c79;
	color: #fff
}
form.main_form fieldset {
	padding: 0 0 0 0;
}
form.main_form legend {
	margin: 15px 0 0;
	padding: 20px 0 10px;
	font-weight: bold;
	border-bottom: 1px solid #127479;
	width: 100%;
	font-size: 17px;
	line-height: 22px;
}
form.main_form input.text:focus,
form.main_form textarea:focus,
form.account_form input.text:focus {
	background: #f3f3f3;
}
form.account_form input.text {
	width: 92%;
}
form.main_form textarea {
	vertical-align: top;
	height: 200px;
	font-size:1.1em;
	font-family: "Barlow Condensed",Helvetica,Arial,sans-serif;
}
form.submit_form textarea {
	width: 634px;
}
form.main_form textarea.short, form.submit_form textarea.short {
	width: 50%;
	height: 50px;
	font-size: 1.2em;
	padding: 7px;
}

form.main_form .description {
	display: block;
	font-size: 0.8em;
	color: #777;
}
form.main_form p,
form.account_form p {
	clear:both;
	margin: 10px 0 !important;
	padding: 0 2px !important;
	overflow: hidden;
}
form.main_form p.optional input.text, form.main_form p.optional textarea {
	border: 1px solid #ddd;
}
form.account_form a.lostpass {
	padding: 10px 20px;
	float: left;
}
form.main_form .submit:hover, form.filter .submit:focus, form.account_form .submit:hover, p.button a:hover {
	background: #2e4c79;
	color: #fff;
	text-decoration: none !important;
}
.ui-autocomplete {
	position: absolute;
	cursor: default;
	list-style:none;
	padding: 5px;
	margin: 0;
	display:block;
	background: #F0F0F0;
	border: 1px solid #999;
	text-align: left;
	font-size: 1.3em;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}
.ui-autocomplete li {
	margin:0;
	padding: 0;
	width: 100%;
}
.ui-autocomplete li a {
	text-decoration:none;
	display:block;
	padding:3px 6px;
	line-height:2em;
	zoom:1;
	color: #555;
}
.ui-autocomplete li a:hover, .ui-autocomplete li a.ui-state-hover {
	background: #D8D8D8;
	text-decoration:none;
}
.ui-autocomplete-loading { background: #fff url('../images/loading.gif') right center no-repeat; }
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */


/* =Comments
---------------------------------------------------------------------------------- */
span#comments-rss a {
	float: right;
	font-size: 0.6em;
	border-bottom: 1px solid #C7E4F1;
	text-decoration: none;
	color: #222;
}

ol#comment-list li.bypostauthor .comment-text, ol#comment-list li.bypostauthor img.avatar {
	border-color: #D4E2EB;
}

/*=Packs
---------------------------------------------------------------------------------------*/
#content .job-pack i {
	color: #4f6c98;
}


/*=Articles
---------------------------------------------------------------------------------------*/
#content .section_header h1 {
  font-size: 30px;
  font-family: "Barlow Condensed",Helvetica,Arial,sans-serif;
}

#content h1.title .type {
  display: block;
  margin-bottom: 10px;
}

#content h1.title .type .jtype {
  display: inline;
  float: none;
}


/*=Responsive
---------------------------------------------------------------------------------------*/

@media screen and (max-width: 1000px) {
	#content ol.jobs {
		margin: 0;
	}

	#mainContent, .section, #searchform {
		width: 100%;
	}
	#mainContent {
		margin-right: 0;
	}

	#ad_rectangle1 {
		float:none;
		margin: 10px auto;
	}

	div#content {
		border: 0;
		padding: 0;
	}

	#header .logo_wrap {
		width:90%;
		margin: 0 auto;
	}

	#mainContent, .section, #searchform {
		position: relative;
	}
	.section {
		width: 100%;
	}
	#sidebar {
		float:none;
		width:100%;
	}
	#sidebar, ul.widgets {
		width: 100%;
		text-align:center;
	}

	#searchform input#search {
		border-right: 0;
	}
	/* allows #searchform to expand height wise */
	#searchform div div {
		height: auto;
	}
	#searchform div {
		height: auto !important;
		border-radius: 0;
	}
	#searchform input#search {
    	border-right: 0
	}
	#searchform input#near {
    	border-left: 0;
	}
	ol.jobs dd.title {
		clear: left;
	}
	.wider ol.jobs dd.title {
		clear: none;
	}
	ol.jobs dd.title {
		width: 50%;
		padding-right: 1.53846154%; /* 10px */
	}
	ol.jobs dd.location {
		width: 30%;
		padding-right: 1.53846154%; /* 10px */
	}
	ol.jobs dd.date, ol.resumes dd.date {
		width: 10.7692308%; /* 70px / 650px */
		float: right;
	}
	.wider ol.resumes dd.title {
		width: 60%;
	}
	.wider ol.jobs dd.date{
		width: 7%;
		float:left;
	}
	ol.resumes dd.date,
	.wider ol.resumes dd.date{
		float: right;
	}
	.wider #mainContent, .wider .section {
		width: 100% !important;
	}
	.wider ol.jobs dd.title {
		width: 51% !important; /* 510 / 1000 */
	}
	.wider ol.jobs dd.location {
		width: 24% !important; /* 240 / 1000 */
	}
	.wider #searchform {
		width: 100% !important;
	}
	.wider #searchform div div {
		width: 100% !important;
	}
	.wider #searchform input.text {
		width: 87.5%; /* 875 / 1000 */
	}
	/* widget */
	ul.widgets li.widget.widget-nav {
		width: 100%;
		margin: 0;
	}

	#wrapper{
		padding: 0;
	}
	#topNav ul {
		width: 100%;
	}
	.inner {
		width: 100%;
	}
	.section {
		width: 100%;
	}
	#searchform input#search {
		border-right: 0;
	}
	ol.jobs dd.title {
		clear: left;
	}
	ol.jobs dd.title {
		width: 50%; /* 310px / 650px */
		padding-right: 1.53846154%; /* 10px */
	}
	ol.jobs dd.location {
		width: 30%; /* 140px / 650px */
		padding-right: 1.53846154%; /* 10px */
	}
	ol.jobs dd.date {
		width: 10.7692308%; /* 70px / 650px */
		float: right;
	}
	form.main_form p label {
		width: 45%;
	}
	#commentform textarea,
	form.main_form textarea {
		width: 90%;
	}
	/* resumes */
	ol.resumes dd.title {
		width: 47%;
	}
	ol.resumes dd.date {
		float: right;
	}
	/* widget */ /* default */
	ul.widgets li.widget.widget-nav {
		width: 100%;
	}

	div#content .inner {
		background: #ffffff url(images/style-pro-blue/pixel.png) repeat-y right 300px top 0;
	}

	form.main_form p label {
		width: 45%;
	}
	#commentform textarea,
	form.main_form textarea {
		width: 90%;
	}
	/* resumes */
	ol.resumes dd.title {
		width: 47%;
	}

}

@media screen and (max-width: 950px) {

	#searchform input.text {
		width: 40%;
	}
	#searchform select {
		width:40%;
	}

	ol.jobs dd.title {
		clear: none;
		width: 290px;
		padding-right: 10px;
	}
	ol.jobs dd.location {
		clear: left;
		padding-left: 110px;
		width: 140px;
		padding-right: 10px;
	}
	ol.jobs dd.date {
		width: 70px;
	}
}

@media screen and (max-width: 860px) {

	.section {
		position: relative;
	}
	#searchform div.search-wrap div {
		width: 100%;
	}
	#searchform div.search-wrap div.radius {
		width: auto; /*fixes radius selector box */
	}
	#searchform {
		display: block;
	}
	#searchform input#search {
	    border-right: 1px dotted #ccc;
	}
	#searchform input#near {
	    border-left: 1px dotted #ccc;
	}
	.wider #searchform input#search {
	    border-right: 0;
	}
	.wider #searchform input#near {
	    border-left: 0;
	}
	.wider ol.jobs dd.location {
		padding-left: 0;
		width: 51%;
		clear: none;
	}
	.wider ol.jobs dd.date {
		width: 70px;
		float: right;
	}
	.wider ol.jobs dd.title {
		clear: left;
	}
	/* widgets */
	#sidebar {
		margin-left: 0;
	}

	#logo {
		padding-right: 0;
	}
	#logo a,
	#logo small {
		text-align: center;
	}
	#logo small {
		margin-bottom: 25px;
	}
	#mainContent {
		margin-right: 0;
	}
	#searchform div.search-wrap div {
		width: 100%;
	}
	#searchform div.search-wrap div.radius {
		width: auto; /*fixes radius selector box */
	}
	#searchform {
		position: relative;
		display: block;
	}
	.section {
		position: relative;
	}
	#sidebar {
		margin-left: 0;
		position:relative;
	}
	ol.jobs dd.location {
		padding-left: 0;
		clear: none;
	}
	ol.jobs dd.title {
		clear: none;
	}
	/* resumes */
	ol.resumes dd.title {
		width: 60%;
	}

	div#content .inner {
		background: #fbfbfb;
	}
	#logo {
		padding-right: 0;
	}
	#logo a,
	#logo small {
		text-align: center;
	}
	#logo small {
		margin-bottom: 25px;
	}
	/* resumes */
	ol.resumes dd.title {
		width: 60%;
	}

	#searchform input.text {
    	width: 90%;
	}
	#searchform select	{
		width: 72%;
	}
	#searchform button.submit {
		width: 20%;
		float: none;
	}
	#searchform input.text {
		float:none;
	}
}

@media screen and (max-width: 710px) {

	#footer .column {
		width: 90% !important;
		margin: 0;
		padding: 5%;
	}

	ol.jobs dd.title {
		clear: left;
	}

	ol.jobs dd.title {
		clear: left;
	}
	/* resumes */
	ol.resumes dd.title {
		width: 47%;
	}
	/* resumes */
	ol.resumes dd.title {
		width: 47%;
	}
}

@media screen and (max-width: 650px) {
	#ad_leaderboard {
		float:none;
		margin-top: 20px;
	}
	.logo_wrap {
		text-align:center;
	}

	ol.jobs dd.title,
	.wider ol.jobs dd.title {
		clear: none;
		width: auto;
	}
	ol.jobs dd.location,
	.wider ol.jobs dd.location {
		clear: left;
		padding-left: 110px;
		width: 140px;
		padding-right: 10px;
	}
	ol.jobs dd.date,
	.wider ol.jobs dd.date {
		clear: none;
		width: 70px;
	}
	.wider ol.jobs dd.title {
		width: 60% !important;
	}
	.wider ol.jobs dd.location {
		width: 40% !important;
	}

	#header .logo_wrap {
		display: block;
	}


	#logo,
	#mainNav {
		display: block;
		width: 100%;
	}
	#mainNav {
		text-align: center;
	}
	#mainNav ul {
		margin: 0 auto -20px!important;
		float: none;
		padding: 8px 0 0 0!important;
	}
	#mainNav ul li {
		display: inline-block;
		text-align: center;
		float: none;
		margin: 0 5px 30px;
	}
	#mainNav li a {
		float: none;
	}
	#logo {
		border-right: none;
	}

	ol.jobs dd.title {
		clear: none;
		width: auto;
	}
	ol.jobs dd.location {
		clear: left;
		padding-left: 110px;
		width: 130px;
		padding-right: 10px;
	}
	ol.jobs dd.date {
		clear: none;
		width: 70px;
	}
	/* apply for this job form */
	form.main_form p label {
		width: auto;
		float: none;
		padding-top: 0;
		text-align: left;
		display: block;
		padding-bottom: 6px;
	}
	form.main_form input.text,
	form.main_form textarea,
	form.main_form.contact_form textarea,
	form.account_form input.text,
	#apply_form textarea {
		width: 90%;
	}
	/* login/register forms */
	.col-1,
	.col-2 {
		width: auto;
		float: none;
	}
	.col-1 {
		margin-bottom: 1.65em;
	}
	/* resumes */
	ol.resumes dd.title {
		width: 100%;
		padding-bottom: 10px;
	}
	ol.resumes dd.photo {
		clear: left;
	}
	ol.resumes dd.location {
		width: 50%;
	}
	#header .logo_wrap {
		display: block;
	}
	#logo,
	#mainNav {
		display: block;
		width: 100%;
	}
	#mainNav {
		text-align: center;
	}
	#mainNav ul {
		margin: 0 auto -20px!important;
		float: none;
	}
	#mainNav ul li {
		display: inline-block;
		text-align: center;
		float: none;
		margin: 0 5px 30px;
	}
	#mainNav li a {
		float: none;
	}
	/* apply for this job form */
	form.main_form p label {
		width: auto;
		float: none;
		padding-top: 0;
		text-align: left;
		display: block;
		padding-bottom: 6px;
	}
	form.main_form input.text,
	form.main_form textarea,
	form.main_form.contact_form textarea,
	form.account_form input.text,
	#apply_form textarea {
		width: 90%;
	}
	/* login/register forms */
	.col-1,
	.col-2 {
		width: auto;
		float: none;
	}
	.col-1 {
		margin-bottom: 1.65em;
	}
	/* resumes */
	ol.resumes dd.title,
	.wider ol.resumes dd.title {
		width: 100%;
		padding-bottom: 10px;
	}
	ol.resumes dd.photo {
		clear: left;
	}
	ol.resumes dd.location {
		width: 50%;
	}
}

@media screen and (max-width: 480px) {
	ol.jobs dd.title {
		width: 200px;
	}
	/* resume */
	ol.resumes dd.date {
		width: 70px;
	}
	ol.jobs dd.title {
		width: 200px;
	}
}

@media screen and (max-width: 400px) {
	ol.jobs dd.title,
	.wider ol.jobs dd.title {
		clear: left;
		width: 100%;
	}
	.wider ol.jobs dd.title {
		width: 100%!important;
	}
	ol.jobs dd.location,
	.wider ol.jobs dd.location {
		padding-left: 0;
	}
	ol.jobs dd.type,
	.wider ol.jobs dd.type {
		width: 150px;
		font-size: 1.5em;
	}
	#searchform div.search-wrap div {
		width: auto;
	}
	/* section footer links */
	.section_footer li a {
		border-bottom: 1px solid #E4E4E4;
	}
	.section_footer li.edit-job a {
		border-bottom: none;
	}

	ol.jobs dd.title {
		clear: left;
		width: 100%;
	}
	ol.jobs dd.location {
		padding-left: 0;
	}
	ol.jobs dd.type {
		width: 150px;
		font-size: 1.5em;
	}
	/* section footer links */
	.section_footer li a {
		border-bottom: 1px solid #E4E4E4;
	}
	.section_footer li.edit-job a {
		border-bottom: none;
	}
	/* dashboard and edit screens less padding */
	.page-template-tpl-dashboard-php div#wrapper,
	.page-template-tpl-edit-job-php div#wrapper{
		padding: 0 10px 0;
	}
	.myjobs div.section_content,
	.page-template-tpl-edit-job-php .section_content {
		padding: 10px;
	}
	div#wrapper{
		padding: 0 5px 0;
	}
}
