/* ------------ START ORIGINAL STYLE */

/* from style.css */

/* =Reset
---------------------------------------------------------------------------------- */
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, 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-weight: inherit;
	font-style: inherit;
}
ol, ul {
	list-style: none;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
select, .submit {
	cursor:pointer;
}

/* =Global
---------------------------------------------------------------------------------- */
html { 
	font-size: 100%; /* IE hack */ 
	height: 100%;
}
body {
	text-align: center;
	line-height: 1.4em;
	color: #555;
	background: white;
	font-family: 'Open Sans', sans-serif;
	height: 100%;
}
div#wrapper {
	font-size: 1.3em; /* 13px equiv */   
}
.inner {
	margin: 0 auto;
	text-align: left;
//	width: 990px;
}
#header .logo_wrap {
	display: table;
	width: auto;
}
#mainNav, #logo {
	vertical-align: middle;
	display: table-cell;
	float: none !important;
}
#headerAd {
	float: right;
}
#listingAd {
	text-align: center;
	margin: 0 auto 1.54em;
}
.clear {
	height: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
	margin:0;
	padding: 0;
	outline: 0;
}

/* padding */
.pad5 { 
	padding:5px 0 
}
.pad10 { 
	padding:10px 0 
}
.pad25 { 
	padding:25px 0 
}
.pad50 { 
	padding:50px 0 
}
.pad75 { 
	padding:75px 0 
}
.pad100 { 
	padding:100px 0 
}

p.attribution {
	float: right;
	font-size: 11px;
	color: #999 !important;
}
p.attribution a {
	color: #999 !important;
	text-decoration: none !important;
}
p.attribution img {
	vertical-align: middle;
	height: 16px;
	margin: -4px 0 0 0;
}


/* =Typography
---------------------------------------------------------------------------------- */
p {
	margin: 0 0 1.54em 0;	
	font-size: 1em;
	line-height: 1.54em;
}
h1, h2, h3, h4, h5, h6, .pagetitle {
	color: #444;
}
#content h1 {
	font-size: 1.38em;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 1.12em;
}
#logo {
	font-size: 1em;	
	line-height: 1em;
}
#searchform div div.near {
	float:right;
}
#content .section_header h1 {
	font-size: 1.54em;
	line-height: 1em;
	margin: 0 !important;
}
#content .section_header p.meta {
	margin: 5px 0 0 0;
}
#content h2 {
	font-size: 1.38em;
	font-weight: bold;
	line-height: 1.12em;
	margin-bottom: 1.12em;
}
#content h2.widget_title {
	margin-bottom: 0;
	font-size: 17px;
	text-shadow:1px 1px 0 #ebebeb;
}
.rss-balloon {
	background:url("images/rss-balloon.png") no-repeat scroll right 0 transparent;
	margin-top:-20px;
	padding:10px 0 20px;
}
.rss-balloon a {
	font-size:17px;
	font-weight: bold;
	color: #444444;
	margin:0;
	padding:0;
	text-shadow:1px 1px 0 #EBEBEB;
}
.twitter-balloon {
	background:url("images/twitter-balloon.png") no-repeat scroll right 15px transparent;
	margin-bottom:-10px;
	padding:20px 0 10px;
	border-top:1px dotted #D8D8D8;
}
.twitter-balloon a {
	font-size:17px;
	font-weight: bold;
	color: #444444;
	margin:0;
	padding:0;
	text-shadow:1px 1px 0 #EBEBEB;
}
p.sharethis {
	float:right;
}
p.stats {
	color:#AFAFAF;
	float:right;
	font-size:11px;
	margin-bottom:8px;
	padding:8px 0 0;
}
.textwidget {
	font-size: 12px;
	line-height: 1.54em;
}
#content h2 a, #content h1 a {
	text-decoration: none;
}
#content h3 {
	font-size: 1.23em;	
	line-height: 1.25em;
	margin-bottom: 1.25em;
	font-weight: bold;
}
#content h4 {
	font-size: 1.08em;	/* 14px */
	line-height: 1.43em;
	font-weight: bold;
}
#content h5 {
	font-size: 1.08em;	/* 14px */
	line-height: 1.43em;
	font-weight: bold;
	color: #666;
}
#content h6 {
	font-size: 1em;	
	line-height: 1.54em;
	color: #666;
}
.pagetitle {
	line-height: 1.6em;
	margin: 0 !important;
}
#content ul {
	list-style: circle inside;
	margin: 0 1.65em 1.65em;
	}
#content ol {
	list-style: decimal inside;
	margin: 0 1.54em 1.54em;
	}
#content ul li {
	line-height: 1.54em;
}
#content ol li {
	line-height: 1.54em;
}	
p.success {
	background: #F8F6E8;
	border: 2px solid #F2EADD;
	padding: 12px;
	color: #896F44;
	margin: 0 0 20px !important;
}
p.expired {
	background: #F8F6E8;
	border: 2px solid #F2EADD;
	padding: 12px;
	color: #896F44;
	margin: 0 0 20px !important;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
small {
	font-size: 0.8em;
}
h1 small {
	font-weight: normal;
	color: #999;
}
small.rss {
	float: right;
	line-height: 1em;
}
small.rss img {
	vertical-align: middle;
}
abbr, span.abbr {
	cursor: help;
	border-bottom: 1px dashed #999;
}
.center {
	text-align: center
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
blockquote {
	padding: 1px 20px;
	margin: 20px 20px 20px !important;
	font-style: italic;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #eee;
	font-family: inherit;
	font-size: 1.1em;
}
blockquote p, blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5 {
	margin: 10px 0;
}
cite {
	margin-left: 20px;
	color: #383838;
	font-style: italic;
}
cite strong {
	font-style: normal;
	font-weight: bold;
}
blockquote cite {
	margin-left: 0;
}
#content hr {
	border-color:#E3E3E3;
	border-style:solid;
	border-width:1px 0 0;
//	clear:both;
	height:0;
	margin:10px 0 20px;
}
#content p.tags {
	background:url("images/tag.png") no-repeat scroll left 0 transparent;
	clear:left;
	padding:6px 0 0 40px;
	height:28px;
	font-weight:bold;
	width:50%;
	margin-bottom:0;
}
#content .socialwrap {
	margin:20px 0;
	padding:0 0 20px;
	border-bottom:1px solid #E4E4E4;
}
#content .socialleft {
	float:left;
	width:50%;
	margin:0 0 0 10px;
}
#content .socialright {
	float:right;
	margin:0 10px 0 0;
}
#content ul.social-ico {
	list-style:none outside none;
	margin:0;
}
#content li.twitter {
	background:url("images/twitter-ico.png") no-repeat scroll left center transparent;
	padding:5px 0 5px 25px;
}
#content li.twitter a {
	color:#0093BD;
}
#content li.rss {
	background:url("images/rss-ico.png") no-repeat scroll left center transparent;
	padding:5px 0 5px 25px;
}
#content li.rss a {
    color:#FF7800;
}
/* hack to fix sharethis positioning */
.stButton .stButton_gradient {
    padding:0 2px 1px !important;
}
.stButton .stBubble {
	line-height: 23px !important;
	padding:0 0 1px !important;
}
/* end sharethis hack */

#content p.tags a {
    font-weight:normal;
}
#content a.more-link { 
    font-weight:bold;
}
form.main_form .goback,
form.account_form .goback {
	font-size: 1.2em;
	outline: 0;
	border: 0;
	background: #D8D8D8;
	color: #555;
	padding: 7px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	float: left;
	margin: 0 20px 0 0;
}
form.main_form .goback:hover {
	background: #2e4c79;
	color: #fff;
    cursor:pointer;
}

/* edit profile page */
#your-profile {
	padding:0px;
}
#your-profile table.form-table td { 
	padding:5px;
}
#your-profile table.form-table th { 
	width: 125px;
	vertical-align: top; 
	text-align: left; 
	padding:15px 0 0;
}
#your-profile #display_name {
	width: 80%;
}
#your-profile .field-hint {
	display: block;
	font-size:10px;
	clear: both;
}
#your-profile textarea { 
	width: 80%; 
}
#your-profile .form-table input.regular-text {
	width:80%;
}
span.description {
	font-size:10px; 
	font-style:italic;
}
#pass-strength-result {
	border-style:solid;
	border-width:1px;
	float:left;
	margin:12px 5px 5px 1px;
	padding:3px 5px;
	text-align:center;
	width:200px;
}
#pass-strength-result.good {
	background-color:#FFEC8B;
	border-color:#FFCC00 !important;
}
#pass-strength-result {
	background-color:#EEEEEE;
	border-color:#DDDDDD !important;
}
#pass-strength-result.bad {
	background-color:#FFB78C;
	border-color:#FF853C !important;
}
#pass-strength-result.strong {
	background-color:#C3FF88;
	border-color:#8DFF1C !important;
}
#pass-strength-result.short {
	background-color:#FFA0A0;
	border-color:#F04040 !important;
}


/* =Images
---------------------------------------------------------------------------------- */
img.wp-post-image, .gallery-item img {
	border: 1px solid #DADBDD !important;
	padding: 4px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* optional rounded corners for browsers that support it */
}
#content img.attachment-blog-thumbnail, #content img.attachment-post-thumbnail{
        padding:5px;
        float:left;
        margin:0 15px 15px 0;
        width:auto;
}
#content .alignleft{
	float: left;
	margin: 1px 15px 5px 0;
}
#content .alignright {
	float: right;
	margin: 5px 0 5px 15px;
}
#content img.alignright, #content img.alignleft, #content img.aligncenter, img.attachment-post-thumbnail {
	border: 1px solid #DADBDD;
	padding: 5px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* optional rounded corners for browsers that support it */
}
#content .aligncenter {
	margin: 10px auto 5px;
	display: block;
	}
#content img.alignnone + img.alignnone  {
	margin-left: 8px;
}
div.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding: 6px 2px 0;
	text-align: center;
}
div.wp-caption img {
    border: 0 none; margin: 0; padding: 0;
}
p.wp-caption-text {
	margin: 0 !important;
	padding: 0px 3px 3px !important;
	clear: both;
	font-size: 11px;
}



/* =Lists
---------------------------------------------------------------------------------- */
ul.widgets li.widget ul.ads {
	margin: 0 0 14px !important;
	padding: 0 !important;
	overflow: hidden;
	zoom: 1;
}
ul.ads li {
	float: left;
	border: 1px solid #dddddd;
	margin-bottom: 6px;
}
ul.ads li.alt {
	float: right;
}
ul.ads li img {
	display: block;
}
ul.widgets li.widget_jr_250ad .widget_content{
	text-align: center;
}
ul.widgets li.widget_jr_250ad div {
	margin: 0 auto !important;
}
ul.widgets li.widget.widget-nav {
	font-size: 1em;
	padding: 30px 0;
}
ul.widgets li.widget.widget-nav ul.display_section {
	margin: 0 0 -1px !important;
	padding: 0 !important;
}
ul.widgets li.widget.widget-nav div {
	border: 1px solid #dddddd;
}
ul.widgets li.widget.widget-nav div div {
	border: 0;
}
ul.widgets li.widget.widget-nav div ul, ul.widgets li.widget.widget-nav div ul li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none outside !important;
}
ul.widgets li.widget.widget-nav div ul li a.top {
	border-bottom: 1px solid #ddd;
	padding: 0.5em 1em;
	display: block;
	zoom: 1;
	text-decoration: none !important;
	color: #666;
	background: url(images/arrow-sm.png) no-repeat 242px center;
}
ul.widgets li.widget.widget-nav div ul li a.top:hover {
	background-color: #f5f5f5;
}
ul.widgets li.widget.widget-nav div ul li ul {
	background: #eee;
	padding: 0.5em !important;
	border-bottom: 1px solid #ddd;
}
ul.widgets li.widget.widget-nav div ul li ul li {
	border-left: 2px solid #ccc;
	margin-bottom: 2px !important;
}
ul.widgets li.widget.widget-nav div ul li ul li a {
	padding: 0 10px 0 7px;
	line-height: 2em;
	display: block;
	zoom: 1;
	text-decoration: none !important;
	background: #fff;
}
ul.widgets li.widget.widget-nav ul.job_tags {
	margin: 0;
	padding: 10px !important;
	overflow: hidden;
	zoom: 1;
}
ul.widgets li.widget.widget-nav ul.job_tags li {
	float: left;
	margin: 2px !important;
}
ul.widgets li.widget.widget-nav ul.job_tags li a {
	float: left;
	background: #f5f5f5;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 0 0.5em !important;
	font-size: 0.75em;
	text-decoration: none !important;
	text-shadow:0 1px 0 #E8E8E8;
}
ul.widgets li.widget.widget-nav ul.job_tags li a:hover {
	background: #ddd;
}
ul.widgets li.widget.widget-nav form {
	padding: 10px;
}
ul.widgets li.widget.widget-nav form input.text, ul.widgets li.widget.widget-nav form select {
	width: 90% !important;
}
ul.widgets li.widget.widget-nav form label {
	float: none;
	padding: 0 !important;
	display: block;
}

/* Archive + Blogroll + posts + comments + meta */
.widget_archive ul li a,
.widget_links ul li a,
.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_meta ul li a,
.widget_rss ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_tag_cloud a,
.widget-subscribe li a,
.widget_loginaccount li a,
.widget_top_ads_overall li a, .widget_top_ads li a,
.widget_user_options li a, .widget_user_info li a {
	margin: 0;
	padding: 0;
}

.widget_content .tag_cloud {
	margin-top: 10px;
	line-height: 1.8em;
	padding: 15px 0 !important;
	border-top: 1px dotted #D8D8D8;
}

.widget_user_info ul li {
	display: block;
	border-top: 1px dotted #d8d8d8;
	font-size: 12px;
	line-height: 1.6em;
	padding: 5px 0 5px;
	list-style: none outside !important;
}

ul.errors {
	padding: 0;
	margin: 1.54em 0 1.54em !important;
	list-style: none !important;
	border: 1px solid #DE5749;
	background: #FFE8E6;
	padding: 10px 20px;
}
ul.errors li {
	list-style: none;
	color: #AA4433;
}
ol.steps {
	overflow: hidden;
	margin: 0 0 1.54em !important;
	list-style: none !important;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}
ol.steps li {
	float: left;
	width: 25%;
}
ol.steps li span {
	display: block;
	padding: 5px 10px 5px;
	text-align: center;
	color: #999;
	background: url(images/step.png) no-repeat right;
}
ol.steps li.current span {
	color: #555;
	background: #d8d8d8 url(images/step_active.png) no-repeat right;
}
ol.steps li.done span {
	background: #fff url(images/step.png) no-repeat right;
}
ol.steps li.previous span {
	background: #fff url(images/step_done.png) no-repeat right;
}
ol.steps li span.first {
	border-left: 1px solid #d8d8d8;
}
ol.steps li span.last {
	background-image: none !important;
	border-right: 1px solid #d8d8d8;
}


.type span.ftype {
	background-color: #666666;
	border: 2px solid #666666;
	color: #FFFFFF !important;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.type span.jtype {
	background-color:#666666;
	border:2px solid #666666;
	color:#FFFFFF !important;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.3);
}

li.print {
	background: url(images/printer.png) no-repeat scroll 10px 22px;
}

li.apply {
	background: url(images/briefcase.png) no-repeat scroll 9px 22px;
}

.section_footer li a.active {
	background: url(images/briefcase.png) no-repeat scroll 9px 22px #E4E4E4;
	color: #555;
}

#featurebox { 
        margin-bottom: 34px;
 }

ul.packs {
	overflow: hidden;
	zoom: 1;
	padding: 16px 16px 16px !important;
	margin: 0 !important;
	list-style: none outside !important;
}
#packs ul.packs {
	padding: 16px 0 0 16px !important;
}
ul.packs li {
	width: 150px;
	border: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding: 12px 12px 38px 12px !important;
	float: left;
	position: relative;
	background: #fff;
	margin: 0 24px 24px 0 !important;
	min-height: 120px;	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
ul.packs li .cost {
	background: #f21716;
	border-bottom: 2px solid #b20b0a;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	color: #fff;
	padding: 6px 8px 4px;
	text-align: center;
	float: right;
	position: absolute;
	top:0;
	right:0;
	margin: -16px -12px 0 0;
	font-size: 11px;
}
ul.packs li h3 {
	font-size: 1em;
}
ul.packs li label {
	float: none !important;
	width: 150px !important;
	font-size: 12px;
	line-height: 1em;
	border-top: 1px solid #ccc;
	text-align: center;
	display: block;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 12px;
	background: #eee;	
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-o-border-bottom-left-radius: 6px;
	-o-border-bottom-right-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

ul.widgets li.widget ul.pack_overview {
	margin: 0 !important;
	padding: 10px 0 0 0 !important;
}
ul.pack_overview li {
	text-align: left;
	border-top: 1px solid #d6d6d6;
	position: relative;
	padding: 0;
}
ul.pack_overview li p {
	font-size: 0.92em;
	margin: 12px 0;
}
ul.pack_overview li strong {
	font-size: 1.27em;
}
ul.pack_overview .cost {
	background: #ddd;
	border-bottom: 2px solid #ccc;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	color: #555;
	padding: 6px 8px 4px;
	text-align: center;
	float: right;
	margin: 12px 0 0 4px;
	font-size: 11px;
}

ul.display_section {
	overflow: hidden;
	zoom: 1;
	list-style: none outside !important;
	margin: 0 0 -1px !important;
	padding: 0 !important;
}
ul.display_section li {
	float: left;
	padding: 0.5em 1em;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #ddd;
	margin-right: 2px;
}
ul.display_section li.active {
	background: #fff;
}
ul.display_section li a {
	font-weight: bold;
	color: #666;
}
.myjobs_section {
	border: 1px solid #ddd;
	padding: 1em 1em 0;
}

/* =Comments
---------------------------------------------------------------------------------- */
.comment-bubble {
	float:right;
}
.comment-bubble a {
	background:url(images/comments-bubble.png) no-repeat scroll 0 0 transparent; 
	display:block; 
	font-weight: bold; 
	font-size:14px; 
	height:48px; 
	padding-top:12px; 
	text-align:center; 
	text-decoration:none; 
	width:48px; 
}
.comment-bubble a:hover {
	text-decoration:underline;
}

.section_content_comments {
	padding-top: 1px !important;
	padding-bottom: 0 !important;
	border-bottom: 0px !important;
}

.section_content_comments h2 {
	padding-top:20px;
}

#comment {
	width: 100%;
	height: 150px;
}
#respond {
	margin-top: 20px;
}
.comment_container {
	position: relative;
}
ol#comment-list {
	margin: 0 0 15px !important;
}
ol#comment-list img.avatar {
	margin: 0 10px 0 0;
	padding: 4px;
	float: left;
	border: 1px solid #ebebeb;
    -khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* optional rounded corners for browsers that support it */
}
ol#comment-list li {
	margin: 0;
	padding: 8px 0;
	list-style: none;
	overflow: hidden;
}
ol#comment-list li ul {
	margin: 8px 0 0 !important;
}
ol#comment-list li li {
	border: 0;
	margin: 0 0 0 68px !important;
	padding: 0 0 8px;
}
ol#comment-list li .comment-text {
	border: 2px solid #ebebeb;
	overflow: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 10px 10px 0;
}
ol#comment-list li .comment-text p {
	margin: 0 0 10px !important;
}
ol#comment-list li p.meta {
	font-weight: normal;
	background: transparent;
	padding: 0;
	font-style: italic;
	color: #777;
	font-size: 0.9em;
	margin: 0 0 10px !important;
	font-family: inherit;
}
ol#comment-list li p.meta strong {
	font-weight: bold;
}
h3 span#comments-rss a {
	border: none;
	text-decoration: none;
}
#commentform {
	margin-bottom: 15px;
}
p.comment-form-author,
p.comment-form-email,
p.comment-form-url,
p.comment-form-comment {
	overflow: hidden;
	zoom: 1;
}
p.comment-form-comment label {
	display: none;
}
#commentform input.text, #commentform select, #commentform textarea,
p.comment-form-author input,
p.comment-form-email input,
p.comment-form-url input,
p.comment-form-comment input{
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff;
	color: #777;
	font-size: 1.2em;
	padding: 7px;
	width: 50%;
	float: left;
    -khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* optional rounded corners for browsers that support it */
}
#commentform input.text:focus, #commentform textarea:focus,
p.comment-form-author input:focus,
p.comment-form-email input:focus,
p.comment-form-url input:focus,
p.comment-form-comment input:focus
{
	background: #f3f3f3;
}
#commentform textarea {
	width: 97.5%;
}
#commentform label {
	font-size: 1em;
	margin-left: 8px;
	color: #777;
	line-height: 2.6em;
}
form.filter .submit, #commentform #submit {
	text-shadow:0 1px 0 #FFFFFF;
}
form.filter .submit:hover, form.filter .submit:focus,
#commentform #submit:hover, #commentform #submit:focus {
	cursor:pointer;
	text-shadow:none;
}
#sidebar #ads a {
	display:block;
	float:left;
	font-family: inherit;
	font-weight:normal;
	margin:0 10px 10px 0;
	overflow:hidden;
	text-align:center;
	text-decoration:none !important;
	text-shadow:0 1px 0 #FFFFFF;
}
#sidebar p.location {
	float: left;
	width: 156px;
}
#sidebar p.radius {
	float: right;
	width: 70px;
	clear: none;
}
#sidebar p.location label, #sidebar p.radius label {
	width: auto;
}
#sidebar p.location input {
	font-size: 13px;
	padding: 5px;
	width: 144px;
}
#sidebar p.radius select {
	font-size: 13px;
	margin: 4px 0;
}
#sidebar .submitbutton {
	clear: both;
}
/* debug mode */
.debug {
	padding:10px 20px;
}

/* =tinymce editor styles 
---------------------------------------------------------------------------------- */
.mceContentBody{
	text-align:left;
	padding:5px; 
	line-height:1.5em; 
	font-size:0.8em; 
	color:#4F4F4F; 
	background-color: #FFFFFF; 
	height:100%; /* need height to fix FF background bug */
}
.mceContentBody ul{
	list-style-image:none; 
	list-style-position:inside; 
	list-style-type:disc; 
	padding:10px;
}
.mceContentBody ul li{
	padding:0 5px 0;
}
.mceContentBody ol{
	list-style-image:none; 
	list-style-position:inside; 
	list-style-type:decimal; 
	padding:10px;
}
.mceContentBody ol li{
	padding:0 5px 0;
}
.mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6{
	line-height:1.54em;
}

/* From DEFAULT */

/* =Anchors
---------------------------------------------------------------------------------- */
a, ol.jobs dd strong a, a:visited, a:link {
	color: #42689d;
	text-decoration: none;
	}
a:hover, a:focus {
	color: #000;
	}
#footer a {
	text-decoration: underline;
}
a.button {
	background: #2ba8e0; /* old browsers */
	background: -moz-linear-gradient(top, #2ba8e0 0%, #51b9e6 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2ba8e0), color-stop(100%,#51b9e6)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ba8e0', endColorstr='#51b9e6',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #2ba8e0 0%,#51b9e6 100%); /* opera */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 2px;
	line-height: 3em;
	text-shadow: 0 -1px 0 #aaa;
	text-transform: uppercase;
//	border: 1px #eda81c solid;
}
a.button span {
	display: block;
	font-size: 20px;
	color: #fff;
	background-color: transparent;
}
a.button:hover {
	background: #51b9e6; /* old browsers */
	background: -moz-linear-gradient(top, #51b9e6 0%, #2ba8e0 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#51b9e6), color-stop(100%,#2ba8e0)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51b9e6', endColorstr='#2ba8e0',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #51b9e6 0%,#2ba8e0 100%); /* opera */
	color: #fff;
	text-decoration: none;
}
a.button.post-a-job{
	width: 100%;
}
/* =Layout
---------------------------------------------------------------------------------- */
.inner{
	position: relative;
}
body{
height: auto;
}
#header {
	height: 122px;
	background: #ffb31a url(../images/heading.png) repeat-x;
}
#header .inner {
	height: 122px;
	background: #ffb31a url(../images/heading.png) repeat-x;
}
#logo {
	padding: 18px 21px 11px 21px;
	margin: 0;
	float: left;
}
#logo a {
	display: block;
	text-decoration: none !important;
	font-size: 3em !important;
	line-height: 1em !important;
	font-weight: bold;
	color: #000;
}
#logo a:hover {
}
#logo small {
	font-size: 1.1em !important;
	margin-top: 0.3em;
	display: block;
}
#searchform {	
	padding: 15px 20px;
}
.search-label{
	font-size: 18px;
	color: #4c4c4c;
	font-weight: bold;
}
div.input-wrapper{
	display: inline-block;
}
#searchform .input-wrapper{
	width: 262px !important;
}
#searchform .input-wrapper label{
	font-size: 11px;
	font-style: italic;
	position: relative;
	top: 2px;
	left: 3px;
	color: #666;
}
#searchform input.text,
#searchform select {
	width:230px;
	height:25px;
	padding:5px 10px;
	color:#979696;
	border:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:16px;
	/*float:left;*/
	margin-right:12px;
	box-shadow:0px 1px 2px 0 #c0c0c0 inset;
}
#searchform input.labelHighlight {
	color: #CCCCCC;
}
#searchform input.submit {
	text-transform:uppercase;
	border:1px solid #838383;
	/*float:left;*/
	background: #BEBEBE; /* old browsers */
	background: -moz-linear-gradient(top, #BEBEBE 0%, #7D7D7D 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BEBEBE), color-stop(100%,#7D7D7D)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BEBEBE', endColorstr='#7D7D7D',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #BEBEBE 0%,#7D7D7D 100%); /* opera */
	color:white;
	font-size:18px;
	font-weight:bold;
	height:35px;
	padding-bottom: 2px;
	position: relative;
	top: -1px;
	width:121px;
	text-shadow:0px -1px 0px #797979;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#searchform input.submit:hover {
	background: #7D7D7D; /* old browsers */
	background: -moz-linear-gradient(top, #7D7D7D 0%, #BEBEBE 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7D7D7D), color-stop(100%,#BEBEBE)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7D7D7D', endColorstr='#BEBEBE',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #7D7D7D 0%,#BEBEBE 100%); /* opera */
}
/* for new search bar */
#searchform div.search-wrap div {
	width:auto;
	vertical-align: top;
}
#searchform div.search-wrap div.radius {
	background: transparent none;
	padding: 4px 0 0 0;
	margin: 0;
	border: 0;
	float: right;
	height: auto !important;
}
#searchform input#search {
}
#searchform input#near {
}
/* end new search bar */

/* Dropdown control */
.selectBox-dropdown,
#search-select {
/*	width: 160px; width = (desired width) - padding-right */
	padding-right: 40px;
	position: relative;
	border: solid 1px #cdcdcd;
	height: 34px;
	text-decoration: none;
	color: #000;
	outline: none;
	vertical-align: middle;
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F8F8F8 89%, #E9E9E9 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(89%,#F8F8F8), color-stop(100%,#E9E9E9)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E9E9E9',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #FFFFFF 0%,#F8F8F8 89%,#E9E9E9 100%); /* opera */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	cursor: default;
	top: -2px;
	margin-right: 12px;
}
.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
	border-color: #cdcdcd;
}
.selectBox-dropdown.selectBox-menuShowing {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.selectBox-dropdown .selectBox-label {
	width: 100%;
	padding: 0 0 0 10px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	line-height: 34px;
	font-size: 16px;
	color: #979696;
}
.selectBox-dropdown .selectBox-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 100%;
	background: url(../images/dropdown-arrow.png) 50% center no-repeat;
}
/* Dropdown menu */
.selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	max-height: 200px;
	border: solid 1px #cdcdcd; /* should be the same border width as .selectBox-dropdown */
	background: #FFF;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	overflow: auto;
}
/* Inline control */
.selectBox-inline {
	width: 250px;
	outline: none;
	border: solid 1px #cdcdcd;
	background: #FFF;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}
.selectBox-inline:focus {
	border-color: #666;
}
/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
}
.selectBox-options LI A {
	line-height: 1.5;
	padding: 1px 10px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	background: 6px center no-repeat;
	color: #979696;
	font-size: 14px;
}
.selectBox-options LI.selectBox-hover A {
	background-color: #f6f6f6;
}
.selectBox-options LI.selectBox-disabled A {
	color: #888;
	background-color: transparent;
}
.selectBox-options LI.selectBox-selected A {
	background-color: #fcf3e1;
}
.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #EEE;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 .3em;
	white-space: nowrap;
}
/* Disabled state */
.selectBox.selectBox-disabled {
	color: #888 !important;
}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	filter: alpha(opacity=50);
	border-color: #666;
}
.selectBox-inline.selectBox-disabled {
	color: #888 !important;
}
.selectBox-inline.selectBox-disabled .selectBox-options A {
	background-color: transparent !important;
}
div#content {
	margin: 0;
	padding: 0;
}
div.section_content {
	padding: 20px 2% 10px;
}

.section_header {
	border-bottom: 1px solid #E4E4E4;
	padding: 20px 2% 20px;
}
.section_footer {
	border-top: 1px solid #E4E4E4;
	padding: 0 2%;
	margin: 0 !important;
	overflow: hidden;
	list-style: none !important;
}
.section_footer li {
	float: left;
}
.section_footer li a {
	float: left;
	border-right: 1px solid #E4E4E4;
	padding: 20px 8px 20px 33px;
	font-weight: bold;	
}
.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;*/
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
//	padding: 2%;
}

#mainContent {
	width: 645px;
	float: left;
	display: inline;
	background-color: #FFF;
	-moz-box-shadow: 0px 6px 15px #999;
	-webkit-box-shadow: 0px 6px 15px #999;
	box-shadow: 0px 6px 15px #999;
	min-height: 751px;
	padding-bottom:55px;
}
#sidebar {
	float: right;
	display: inline;
	padding-right: 32px;
	margin-top:10px;
	}

div#footer div#page-footer {
	background-color: #FFF;
        background: none;
	width: 1000px;
	margin: 0 auto;
	height: 80px;
}
.col-1 {
	width: 48%;
	float: left;
}
.col-2 {
	width: 48%;
	float: right;
}
.sexy-bookmarks {
	margin: 0 auto 10px !important
}


/* =Wide Layout (no sidebar)
---------------------------------------------------------------------------------- */
.wider #mainContent, .wider .section {
	width: 990px !important
}
.wider ol.jobs dd.title {
	width: 500px !important;
}
.wider ol.jobs dd.location {
	width: 230px !important;
}
.wider #searchform {
	width: 950px !important
}
.wider #searchform div div {
	width: 948px !important
}
.wider #searchform input.text {
	width: 890px;
}


/* =Pagination
---------------------------------------------------------------------------------- */
.paging {
	padding: 20px;
	margin: 0 !important;
	overflow: hidden;
	line-height: 2em;
	}
.paging .top {
	float: right;
}
.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: #42689d;
	border: 1px solid #42689d;
	text-decoration: none !important;
}
.wp-pagenavi {
	float: left;
}
.wp-pagenavi span.current {
	border: 1px dotted #777 !important;
	color: #777 !important;
}
.wp-pagenavi span.pages {
	border: 1px solid #D8D8D8 !important;
	color: #555 !important;
}
.wp-pagenavi a, .comment-paging .page-numbers {
	border: 1px solid #D8D8D8 !important;
	background: #fff !important;
	color: #555 !important;
	margin: 2px;
	padding: 2px 4px;
}
.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;
	text-decoration: none !important;
}
.comment-paging {
	text-align: center;
	position: relative;
	margin-bottom: 20px;
	line-height: 1.4em;
}
.comment-paging .page-numbers {
	margin: 0;
}
.comment-paging .next {
	position: absolute;
	right:0;
	top:0;
	margin: -2px 0 0 0;
}
.comment-paging .prev {
	position: absolute;
	left:0;
	top:0;
	margin: -2px 0 0 0;
}

/* =Headings
---------------------------------------------------------------------------------- */
.pagetitle {
	padding: 2% 0;
}

/* =Other Typography
---------------------------------------------------------------------------------- */
small.rss {
	line-height: 1.6em;
	display: none;
}

/* =Lists
---------------------------------------------------------------------------------- */

#content ol.jobs {
	margin: 0 !important;
	padding: 0 !important;
	border-top: 1px solid #d8d8d8;
}
p.jobs {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0 !important;
	padding: 8px 20px;
}
ol.jobs li.job {
	border-bottom: 1px solid #d8d8d8;
	overflow: hidden;
	margin: 0 !important;
	padding: 10px 10px;
	list-style: none outside;
}
ol.jobs li.job-alt {
}
ol.jobs li.job-featured {
       background-color: #ecf8ff;
}
ol.jobs dl {
	font-size: 0.8em;
	margin: 0 !important;
	overflow: hidden;
	padding: 2%;
	clear:left;
}
ol.jobs dt {
	visibility: hidden;
	position: absolute;
	left: -9999em;
}
ol.jobs dd {
	float: left;
	color: #999;
}
ol.jobs dd a, h1 small a {
	color: #999;
	font-style: normal;
	font-weight: bold;
}
dd.type {
	height: 21px;
	padding-left: 12px;
	padding-right: 3px;
	vertical-align: middle;
	float:right !important;
}
div.single .type span {
        float: left;
}

.type span.gscat {
	background-color: #bfbaac;
	border: 0 none;
	color: #fff !important;
	width: 77px;
	height: 21px;
	text-align: center;
	display: block;
	vertical-align: middle;
	line-height: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	text-shadow: none !important;
	font-size: 10px;
	font-weight: bold;
	margin: 0 4px;
}
div.type span.year-of-service {
        width: 104px;
}

.type span {
	width: 77px;
	height: 21px;
	text-align: center;
	display: block;
	vertical-align: middle;
	line-height: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	text-shadow: none !important;
	font-size: 10px;
	font-weight: bold;
}
span.type span {
	font-size: 12px;
	float: left;
	vertical-align: middle;
	padding: 2px 16px;
	margin: 1px 8px 0 0;
}
.type span.teaching {
	background-color: #76b4de;
	border: 0 none;
	color: #fff !important;
}
.type span.non-teaching {
	background-color: #ad6761;
	border: 0 none;
	color: #fff !important;
}
.type span.freelance {
	background-color: #ffa900;
	border: 0 none;
	color: #fff !important;
}
.type span.temporary {
	background-color: #c24329;
	border: 0 none;
	color: #fff !important;
}
.type span.internship {
	background-color: #b4c403;
	border: 0 none;
	color: #fff !important;
}
ol.jobs li.job-featured dd.title strong {
        text-indent: 20px;
        background: url(../images/featured-star.png) no-repeat top left;
}
ol.jobs dd.title,
ol.jobs dd.title a{
	color: #42689d;
}
ol.jobs dd.title div.company {
        line-height: 12px;
}
ol.jobs dd.title strong a{
	color: #444;
	font-weight: bold;
}
ol.jobs dd.description {
	width: 480px;
	padding: 0 20px 0 86px;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 16px;
}
ol.jobs dd.description a{
	color: #42689d;
	font-weight: normal;
}
ol.jobs dd.location strong{
	line-height: 20px;
	padding-bottom: 3px;
	font-weight: bold;
}
div.type{
	margin-bottom: 15px;
}
div.date {
	text-align: center;
	float: right;
	padding: 0 0 0 19px;
	line-height: 1.54em;
	color: #999;
}
div.date span.year,
dd.date span.year {
	padding: 5px 0px 0px;
	display: none;
}
ol.jobs dd strong, div.date strong, td.date strong {
	color: #555;
	display: block;
	font-size: 1.4em;
	font-weight: 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;
}
ol.jobs li.job-expired a, ol.jobs li.job-expired strong, ol.jobs li.job-expired dd {
	color: #ddd !important;
}
ol.jobs li.job-expired .type span {
	background: #ddd none !important;
	border-color: #ddd !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;
}

/* 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;
	padding: 0 0 8px;
	margin: 0 10px 0.2em 0;	
}
#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: #d8d8d8;
}
#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-right,
#topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
	height: 35px;
}
#topnav-right li ,
#topnav li {
    float: left;
    height: 35px;
    margin: 0;
    padding: 0;
}
#topnav li a ,
#topnav-right li a {
    float: left;
    height: 35px;
    text-indent: -9999px;
}
#topnav li a:hover ,
#topnav-right li a:hover {
	background-position: left bottom;
}
li#topnav-sblog a {
    background: url(../images/minilogo-sblog.gif) no-repeat scroll left top transparent;
    width: 107px;
}
li#topnav-ny a {
    background: url(../images/minilogo-nyc.gif) no-repeat scroll left top transparent;
    width: 38px;
}
li#topnav-la a {
    background: url(../images/minilogo-la.gif) no-repeat scroll left top transparent;
    width: 29px;
}
li#topnav-sf a {
    background: url(../images/minilogo-sf.gif) no-repeat scroll left top transparent;
    width: 28px;
}
li#topnav-dc a {
    background: url(../images/minilogo-capitolhill.gif) no-repeat scroll left top transparent;
    width: 74px;
}
li#topnav-net a {
    background: url(../images/minilogo-net.gif) no-repeat scroll left top transparent;
    width: 67px;
}
li#topnav-sfilms a {
    background: url(../images/minilogo-sfilms.gif) no-repeat scroll left top transparent;
    width: 106px;
}
#topnav-right{
	position: absolute;
	right: 0;
	top: 0;
}
li#topnav-jobsboard a{
	background: transparent url(../images/nav-jobsboard.png) no-repeat;
	width: 108px;
}
li#topnav-donate a{
	background: transparent url(../images/nav-donate.png) no-repeat;
	width: 119px;
}

/* =Tables
---------------------------------------------------------------------------------- */
table { 
	font-size: 100%; /* IE hack */ 
}
table.job_list {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
}
table.job_list th {
	line-height: 1.3em;
	font-size: 0.85em;
	padding: .5em 8px;
	color: #999;
	border-bottom: 1px solid #ddd;
	background: #FBFBFB;
}
table.job_list td {
	vertical-align: middle;
	line-height: 1.8em;
	padding: 0 8px;
	border-bottom: 1px solid #ddd;
}
table.job_list td.days {
	font-size: 1.19em;
	padding: 8px;
}
table.job_list td.actions a {
	margin-left: 8px;
}
table.job_list td.actions {
	text-align: right;
}
table.job_list td.date {
	text-align: center;
	color: #999;
	padding: 8px;
	font-size: 0.85em;
}


/* =Forms
---------------------------------------------------------------------------------- */
form.filter {
	padding: 10px 0 8px 8px;
	border-top: 1px solid #ddd;
	background: #f2f2f2;
	font-size: 0.8em;
}
form.filter p {
	float: left;
	margin: 0 10px 0 3px !important;	
	color: #777;	
}
form.filter p strong {
	color: #444;
	font-size: 14px;
}
form.filter input {
	vertical-align: middle;
}
form.filter .submit,
#commentform #submit,
form.main_form .submit,
form.account_form .submit {
	background: #FEDD9B; /* old browsers */
	background: -moz-linear-gradient(top, #FEDD9B 0%, #FFB31A 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FEDD9B), color-stop(100%,#FFB31A)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEDD9B', endColorstr='#FFB31A',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #FEDD9B 0%,#FFB31A 100%); /* opera */
	font-size: 1em;
	outline: 0;
	border: 1px #ffd683 solid;
	color: #fff;
	padding: 7px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	cursor: pointer;
	text-shadow: 0 -1px 0 #aaa;
	text-transform: uppercase;
	font-weight: bold;
}
form.filter .submit:hover, form.filter .submit:focus,
#commentform #submit:hover, #commentform #submit:focus,
form.main_form .submit:hover, form.main_form .submit:focus,
form.account_form .submit:hover, form.account_form .submit:focus {
	background: #FFB31A; /* old browsers */
	background: -moz-linear-gradient(top, #FFB31A 0%, #FEDD9B 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFB31A), color-stop(100%,#FEDD9B)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFB31A', endColorstr='#FEDD9B',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #FFB31A 0%,#FEDD9B 100%); /* opera */
	color: #fff;
	text-shadow: 0 -1px 0 #aaa;
}
form.filter .submit{
	width: 61px;
	height: 22px;
	padding: 0 0 3px 0;
	margin: -2px 0 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
form.main_form fieldset {
	padding: 0 0 0 0;
	border: none;
}
form.main_form legend {
	margin: 15px 0 0;
	background: #fff;
	padding: 10px 0;
	font-weight: bold;
}
form.main_form input.text,
form.main_form textarea,
form.account_form input.text,
#commentform input.text,
#commentform select,
#commentform textarea,
p.comment-form-author input,
p.comment-form-email input,
p.comment-form-url input,
p.comment-form-comment input{
	width: 96%;
	max-width: 500px;
	margin: 0;
	outline: 0;
	height:25px;
	padding:5px 2%;
	color:#979696;
	border: 1px solid #ddd;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:16px;
	/*float:left;*/
	box-shadow:0px 1px 2px 0 #c0c0c0 inset;
}
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: 37px;
}
form.main_form .selectBox {
	max-width: 500px;
	min-width: 240px;
}
#commentform textarea,
form.main_form textarea {
	vertical-align: top;
	height: 200px;
	max-width: 500px;
	width: 96%;
	padding: 0 2%;
        font-size:1.1em;
        font-family: inherit;
}
input[type="text"], input[type="password"], textarea {
        font-family: inherit;
}

form.main_form .description {
	display: block;
	font-size: 0.8em;
	color: #777;
}
form.main_form p label {
	padding-top: 6px;
	text-align: left;
}
form.main_form p,
form.account_form p {
//	clear:both;
	margin: 10px 0 !important;
	padding: 0 2px !important;
}
form.main_form p.optional label {
	color: #999;
}
/*form.main_form .submit,
form.account_form .submit {
	font-size: 1.2em;
	outline: 0;
	border: 0;
	background: #D8D8D8;
	color: #555;
	padding: 7px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	float: left;
	margin: 0;
}*/
form.account_form a.lostpass {
	padding: 10px 20px;
	float: left;
}
form.main_form .submit:hover, form.filter .submit:focus, form.account_form .submit:hover {
	color: #fff
}
.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.8em;
	border-bottom: 1px solid #C7E4F1;
	text-decoration: none;
	color: #222;
	}


/* =Widgets
---------------------------------------------------------------------------------- */
ul.widgets {
	margin: 0 !important;
	padding: 0;
	text-align: left;
	float: left;
	}
ul.widgets li.widget {
	list-style-type: none;
	margin: 0;
	float: left;
	font-size: 0.8em;
	color: #444;
	}
ul.widgets > li:last-child {
        border-bottom: 1px solid #DDDED4;
}
li.widget_loginaccount p.loginbuttonp{
  text-align: center;
}
ul.widgets li.widget_text p{
	margin-bottom: 0;
}
ul.widgets li.widget.widget-nav {
	padding: 30px 0 26px !important;
	width: 260px;
}
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: 0.75em;
	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 !important;
	width: 260px;
	border-top: 0;
	border-bottom: 1px solid #d8d8d8;
}
ul.widgets li.widget-submit div {
	text-align: center;
	margin: 0 0 20px !important;
	padding: 12px 10px 12px !important;
	width: 236px;
	border: 2px dotted #d8d8d8;
	background: #F6F6F6;
	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: 1.3em;
	font-style: italic;
	color: #999;
	line-height: 1em;
}
ul.widgets li.widget-submit div p.pricing em {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 1.4em;
	color: #555;
	font-style: normal;
}
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;
}
li.widget ul li {
	margin: 10px 0;
	font-size: 16px;
}

ul.widgets li.widget h2.widget_title {
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #444;
}
ul.widgets li.widget .widget_content {
	padding: 0;
	overflow: hidden;
	font-size: 14px;
}
.textwidget,
.loginaccount,
.execphpwidget{
	font-size: 14px;
	padding: 0 !important;
}

#content div.loginaccount ul {
margin-bottom: 1.54em !important;
}

#loginaccount-3,
#loginaccount-4,
#execphp-4,
#execphp-3 {
	padding-top:0px
}/* Search Widget */
.widget_search .widget_content {
	padding: 15px 0 0 !important;
}
.widget_search input#s {
	border: 1px solid #8D8B8B;
	background: #f7f7f7;
	width: 184px !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;
}
.widget_calendar tbody td {
	border-bottom: 1px dotted #d8d8d8;
	font-size: 1em;
	padding: 2px 5px 2px 5px;
	text-align: center;
	}
.widget_calendar tbody td#today {
	font-style: italic;
}
.widget_calendar tbody tr td:hover {
	background-color: #d8d8d8;
	}
.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%;
	}
.widget a.circle-button .icon{
	background-color: #b6b6b6;
	height: 52px;
	width: 52px;
	float: left;
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
	border-radius: 26px;
	margin-right: 17px;
}
.widget a.circle-button.faq .icon{
	background-image: url(../images/faq-white.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.widget a.circle-button:hover .icon{
	background-color: #42689d;
}
.widget a.circle-button.contact .icon{
	background-image: url(../images/mail-white.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.widget a.circle-button.rss {
        background: none;
        padding: 0;
        margin: 0;
}
.widget a.circle-button.rss .icon{
	background-image: url(../images/rss-white.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.widget a.circle-button .link{
	font-size: 18px;
	color: #42689d;
	padding-top: 7px;
}
.widget a.circle-button:hover .link{
	color: #000;
}
.widget a.circle-button .small{
	font-size: 12px;
	color: #777;
}
.widget a.circle-button:hover .small{
	color: #777;
}
/* post a new job */
#geolocation-load{
	border:1px solid #838383;
	background:#7D7D7D;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, #7D7D7D),
	    color-stop(1, #BEBEBE)
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    #7D7D7D 0%,
	    #BEBEBE 100%
	);
	color:white;
	font-size:15px;
	font-weight:bold;
	text-shadow:0px -1px 0px #797979;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 34px;
	position: relative;
	top: -2px;
	padding: 2px 6px 4px 6px;
	cursor: pointer;
}
#geolocation-load:hover, #geolocation-load:focus{
	background:#BEBEBE;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, #BEBEBE),
	    color-stop(1, #7D7D7D)
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    #BEBEBE 0%,
		#7D7D7D 100%
	);
}
p.stats{
	float: none;
}
p.success {
        font-size: 1em;
	font-weight: normal;
	width: auto;
	float: none;
}
#page-footer ul.nav {
        margin: 0;
	position: relative;
	top: -55px;
}
#footer #page-footer .copyleft {
        margin: 0 0 0 5px;
	width: 242px;
	position: relative;
	top: -55px;
	font-size: 12px;
}
#footer #page-footer .open-license {
        width: 645px;
	margin-left: 5px;
}
form#submit_form dd.type {
        display: none;
}

ul.packs small { 
font-size: 0.8em;
}

#content h2.jobpackheader { 
margin: 27px 0 10px;
}


#heading, #heading a {
background : transparent url(../images/heading.png) no-repeat 15px 0;
height: 114px;
}

/* ------------ END ORIGINAL STYLE */

.clear {
	clear:both;
	}

header {
	background: #1c1c1c;
	width: 100%;
	}
.middle-header-wrapper {
	max-width: 1080px;
	margin: 0 auto;
	padding: 10px 0;
	}
.ad-leaderboard {
	float:right;
	}
header .top-header nav .top-nav li a {
	color: #fff;
}
#wrapper > footer ul a {
	color: #333;
}
#wrapper > footer .chalkbeat-bureaus ul a {
	color: #2ba8e0;
}
#wrapper {
	font-size: 90% !important;
	text-align:left;
	}
h3 {
	font-size:20px;
	line-height:30px;
	}
	
h1 {
	font-size: 26px;
	line-height: 28px;
	margin: 20px 0;
	}

ul.widgets li.widget h2.widget_title,
h2 {
	font-size:22px;
	line-height:30px;
	}
ol.steps {
	font-size: 12px;
	}
form.main_form legend {
	font-size: 17px;
	}
.footer-nav h6 {
	margin: 2px 10px;
	}
.header_logo {
	float:left;
	padding:10px;
	}
#searchBar {
	background:#2ba8e0;
	color:white;
	height: 78px;
	font-size: 18px;
	height: auto !important;
	clear:both;
	}
#searchBar label {
	color:white !important;
	}
#search_button {
	background: #ff0066;
	height:38px;
	color: white;
	font-size: 18px;
	border: 1px solid #ff0066;
	border-radius: 10px;
	padding: 0 15px;
	margin: 0 10px !important;
	}

	.search-wrap {
	margin: 0px auto;
	max-width: 1080px;
	text-align: center;
	padding-top: 10px;
	}
.search-wrap .input-wrapper{
	padding: 0;
	}
.search-wrap .text-wrapper {
	display:inline-block;
	line-height:34px;
	padding: 0;
	}
#searchBar a.selectBox-dropdown {
	top: 0 !important;
	margin: 0 !important;
	}
ol.jobs li.job {
	width: 96%;
	padding: 0;
	margin-bottom: 10px !important;
	}

.left_column {
	margin-right: 320px;
	border-right: 1px solid #ddd;
	}
#sidebar {
	padding-right: 0;
	background: white;
	}
	
.widget_loginaccount {
	text-align: left;
	}

.search-select {
	margin: 10px 0 !important;
	height: 36px;
	position: relative;
	top: 0px;
	}
	
.chalkbeat-bureaus {
	float: left;
	padding: 10px 2% 10px 2%;
	max-width: 520px;
	width:96%;
	background-color: white;
	border-bottom: none;
	}

.chalkbeat-bureaus ul {
	color: #2ba8e0;
	font: 13px "museo-sans", sans-serif;
	font-weight: 500;
	float: none;
	padding: 5px 0 0 0;
	clear: none;
	}

footer ul li {
display: inline;
border-right: 1px solid #e1e1e1;
padding-right: 10px;
margin-right: 5px;
float: left;
}

.clearleft {
	clear:left;
	}

input[type="file"] {
	max-width: 500px;
	background: white;
	font-family: inherit;
	border-radius: 5px;
	}
#mobile_sidebar {
	padding: 2%;
	}
#mobile_sidebar .widget_content,
#mobile_sidebar .widget_loginaccount {
	display:none;
	}
	
@media (min-width: 769px) {
	#mobile_sidebar,
	#mobile_footer_sidebar	{
		display:none;
		}
	#sidebar,
	#sidebar, ul.widgets	{
		width: 300px;
	}
	ul.widgets li.widget {
		width: 280px;
		}

	.widget a.circle-button{
		display: block;
		clear: left;
		margin-bottom: 20px;
		height: 52px;
	}
	ol.jobs dd.title {
		width: 50%;
		padding-right: 2%;
	}
	ol.jobs dd.location {
		width: 20%;
		padding-right: 2%;
		line-height: 12px;
	}
	.type span.non-teaching {
		font-size: 9px;
	}
	ol.jobs dd.date {
		width: 60px;
		text-align: right;
		float:right !important;
	}
}	

@media (max-width: 768px) {
	#sidebar {
		display:none;
	}
	#mobile_sidebar,
	#mobile_footer_sidebar,
	#mobile_sidebar, ul.widgets, 
	ul.widgets li.widget {
		width: 96%;
		margin: 0 auto;
		border: 0;
	}
	.left_column {
		margin-right:0 !important;
		clear:both;	
	}
    .search-wrap .text-wrapper {
		width: 100% !important;
	}
	#mobile_sidebar .widget a.circle-button{
		display: none;
		width: 100%;
		margin: 5% 1%;
		float: left;
	}
	form.filter {
		display:none;
		}
	#map_wrap {
		display:none;
		}
	ol.jobs dd.title {
		width: 96%;
		padding: 2%;
	}
	ol.jobs dd.location {
		width: 50%;
		padding: 2%;
		line-height: 12px;
	}
	.type span.non-teaching {
		font-size: 7px;
	}
	ol.jobs dd.date {
		width: 42%;
		padding: 0 2%;
		text-align: right;
		float:right !important;
	}
}
ul.search_filters li {
	display: inline;
	}
select#near,
#searchBar a.selectBox-dropdown {
	max-width: 208px;
	width: 100%;
	}
.container {
	max-width: 1200px;
	margin: 0 auto;
	}
input[type=checkbox] {
	height: 17px;
	width: 17px;
	margin: 0px;
	position: relative;
	top: 4px;
  }
.st_print_custom {
	background: url(../images/32px-print-icon.png) no-repeat top right;
	width: 34px;
	height: 32px;
	display: inline-block;
	}
.st_print_custom:hover {
	background-image: url(../images/32px-print-icon-hover.png);
	}
	
ol.jobs .jtype {	
	float: left;
	}
.single-job-meta .jtype {
	float: left;
	margin-right: 10px;
	}
.jtype {
	display:block;
	padding: 0 2%;
	text-transform: uppercase;
	font-size: 10px;
	border-radius: 2px;
//	color: white;
	color: black;
	}
.jtype.communicationsmarketing {
//	background: #ad6761;
	background: #d53e4f;
	}
.jtype.instructional-support {
//	background: #3C646A;
	background: #f46d43;
	}
.jtype.operations-2 {
//	background: #AD8561;
	background: #fdae61;
	}
.jtype.principalvice-principal,
.jtype.non-teaching {
//	background: #666;
	background: #fee08b;
	}
.jtype.reportereditor {
//	background: #4A8454;
	background: #ffffbf;
	}
.jtype.researcherpolicy {
//	background: #8E5070;
	background: #e6f598;
	}
.jtype.school-network-staff {
//	background: #0A4958;
	background: #abdda4;
	}
.jtype.teaching {
//	background: #76b4de;
	background: #66c2a5;
	}
.jtype.technology-2 {
//	background: #475374;
	background: #3288bd;
	}
.filter_block {
	padding: 1%;
	border-bottom: 1px solid #2ba8e0;
	width: 94%;
	margin: 2% 0;
	}
.filter_option {
	displaY:inline-block;
	min-width: 250px;
	padding: 0 10px 5px;
	}
	
ul.widgets ol.jobs {
	margin-top: 10px;
	}
ul.widgets ul{
	text-align:left;
	}
ul.show_bullets {
	list-style: disc outside;
	margin-bottom: 1.54em;
	}
ul.show_bullets li{
	list-style: disc inside;
	display: list-item;
	font-size: 14px;
	}
.circle_links .fa-stack {
	float: left;
	margin-right: 10px;
	}
.circle_links.logged_in {
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;"
	}