div.sponsored {
  overflow: hidden;
  padding: 10px 0 0;
}

div.sponsored a {
  display: block;
  width: 210px;
  padding: 0 30px 0 10px;
  float: right;
  font-size: 0.75rem;
  text-decoration: none;
  color: black;
}

div.sponsored p { line-height: 1.4em; }
div.sponsored strong { color: #c00; }

/* ---------------------------------------------
HEADER
--------------------------------------------- */

header {
  margin: 0 auto;
  border-bottom: 1px dotted #ccc;
  text-align: center;
}

header img {
  margin-bottom: -3px;
  width: 900px;
  height: auto;
}

section#intro {
  font-size: 1.5rem;
  line-height: 1.5em;
}

section#intro article {
  padding: 0 10px;
}

section#intro article p a {
  color: black;
  text-decoration: none;
  border-bottom: 3px solid black;
}

section#intro article p a.twitter {
  color: #c00;
  border-bottom: 0;
}

/* ---------------------------------------------
NAV
--------------------------------------------- */

nav {
  margin-bottom: 30px;
}

nav form#search_form input {
  float: left;
  font-size: 1.2rem;
  padding: 8px 8px 8px 30px;
  background: url(/images/icon-search.png) 10px 14px no-repeat #fff;
  cursor: auto;
  width: 370px;
  border-radius: 5px;
  font-family: FuturaBT-Book;
  margin-left: 10px;
}

div.add-listing {
  float: right;
  line-height: normal;
  padding: 10px 0 0 0;
}


div.add-listing a {
  background-color: #c00;
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
  padding: 12px 20px 8px;
  border-radius: 5px;
  border-bottom: 3px solid #900;
}

div.add-listing a:hover {
  background-color: #900;
  border-bottom: 3px solid #600;
}

/* ---------------------------------------------
DIM ZUM
--------------------------------------------- */

div.window_content h1 {
  font-family: FuturaBT-bold;
  font-size: 2.3rem;
  margin-bottom: 0;
}

div.window_content p {
  margin: 10px 0 30px;
  font-size: 1.6rem;
}

/* ---------------------------------------------
SEARCH - NO RESULTS
--------------------------------------------- */

div.no_results {
  overflow: hidden;
  width: 950px;
  margin: 15px auto;
}

div.browse_categories {
  float: right;
  overflow: hidden;
  width: 290px;
  margin: 15px 0 0 20px;
}

div.browse_categories ul {
  margin: 0;
  padding: 0;
}

div.browse_categories ul li {
  font-size: 1.1rem;
  margin: 5px 10px;
  list-style-type: none;
}

div.browse_categories ul li a:hover {
  background-color: #0066cc;
  text-decoration: none;
  color: #fff;
}

div.no_results h1 {
  font-size: 22px;
  color: #222;
  padding: 10px 0 0 0;
  margin: 0 0 20px 0;
  border-top: 2px solid #666;
  font-weight: normal;
}

div.search_tips {
  overflow: hidden;
  background-color: #efebe3;
  padding: 5px 20px 10px 20px;
  margin: 30px 0 10px 0;
  width: 600px;
  font-size: 1.1rem;
}

div.search_tips h2 {
  font-size: 1.1rem;
}

div.search_tips ul {
  margin: 10px;
  padding: 0;
}

div.search_tips ul li {
  font-size: 1.1rem;
  margin: 5px 10px;
  list-style-type: square;
}

/* ---------------------------------------------
JOBS
--------------------------------------------- */

section.jobs article {
  clear: both;
  margin-bottom: 50px;
}

section.jobs article h2 {
  color: #c00;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding-left: 10px;
  font-size: 1.4rem;
}

section.jobs article h2 a {
  text-decoration: none;
  color: #c00;
}

section.jobs article h2 span {
  color: #666;
  font-size: 0.8rem;
  letter-spacing: normal;
}

section.jobs article ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

section.jobs article ul li {
  font-size: 1.2rem;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

section.jobs article ul li a {
  text-decoration: none;
  display: block;
}

section.jobs article ul li span.new {
  float: left;
  position: relative;
  left: -50px;
  top: 3px;
  background-color: #fc0;
  font-weight: bold;
  color: black;
  font-size: 10px;
  text-transform: uppercase;
  margin: 0;
  margin-right: -35px;
  padding: 3px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-family: FuturaBT-bold;
}

section.jobs article ul li span.date {
  float: right;
  color: #AA9C84;
}

section.jobs article ul li span.company {
  color: black;
  font-family: FuturaBT-bold;
  margin-right: 10px;
}

section.jobs article ul li span.title {
  text-decoration: underline;
}

section.jobs article ul li.feature {
  background-color: #ffc;
}

div.jobs ul li a {
  display: block;
  padding: 10px;
  margin: 0;
  color: #888;
  border-bottom: 1px solid #e8e8e8;
}

div.jobs ul li a:hover {
  text-decoration: none;
  background-color: #efebe3;
}

div.jobs ul li a span.city {
  color: #000;
  font-weight: bold;
  margin-right: 10px;
}

div.jobs ul li a span.title {
  color: #000;
  font-weight: normal;
  text-decoration: underline;
  margin-right: 5px;
}

div.jobs ul li a span.company {
  color: #000;
  font-weight: normal;
  margin-left: 5px;
}

div.jobs ul li a span.date {
  color: #948B6E;
  font-weight: normal;
  float: right;
  font-size: 10px;
}

div.jobs ul li.feature a {
  margin: 0;
  background-color: #ffffcc;
  border-bottom: 0;
  padding: 10px 10px;
  border-bottom: 1px solid #e8e8e8;
}

div.jobs ul li.feature a:hover {
  background: #fcf5ad;
}

div.jobs ul li a.view-all {
  float: left;
  margin-top: 10px;
  font-size: 13px;
  padding: 10px;
  color: #0066cc;
  border-bottom: 0;
}

div.jobs ul li a.view-all:hover {
  background-color: transparent;
  color: #003399;
}

/* ---------------------------------------------
PERMA
--------------------------------------------- */

div.perma-logo {
  width: 950px;
  margin: -30px auto 0;
}

body.perma div.content {
  overflow: hidden;
  margin: 0 auto;
  width: 950px;
}

body.perma div.header {
  width: 100%;
  overflow: hidden;
  margin: 0;
  border-bottom: none;
  padding: 15px 0 0 0;
}

body.perma div.header-container {
  overflow: hidden;
  margin: 0 auto;
  width: 680px;
}

body.perma div.header-container h2 {
  margin: 0 0 0 20px;
  text-shadow:0 1px 0 #fff;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.03em;
  padding: 0;
}

body.perma div.header-container h2 a {
  color: #000;
}

body.perma div.header-container h2 a:hover {
  text-decoration: none;
}

body.perma div.header-container p {
  display: none;
}

div.perma-nav {
  display: none;
}

body.perma div.perma-nav {
  display: block;
  overflow: hidden;
  margin: -3px auto 10px;
  width: 950px;
  font-size: 1.0rem;
  padding: 0 0 0 5px;
  border-top: 1px solid #ccc;
}

body.perma div.perma-nav a:hover {
  background-color: #0066cc;
  color: #fff;
  text-decoration: none;
}

section.job {
  overflow: hidden;
}

/* ---------------------------------------------
PERMA HEADER
--------------------------------------------- */

div.listing-header {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

div.listing-header-container {
  overflow: hidden;
  float: left;
  width: 680px;
  padding: 20px 20px 10px 20px;
}

div.listing-header-container h1 {
  font-size: 36px;
  color: #222;
  padding: 0;
  margin: 0 0 7px 0;
  font-weight: normal;
  line-height: 1em;
}

div.listing-header-container h2 {
  font-size: 1.2rem;
  font-weight: normal;
  padding: 0 0 10px 0;
  color: #999;
  margin: 0;
  line-height: 1.4em;
}

div.listing-header-container h2 a {
  font-size: 1.1rem;
  text-decoration: none;
}

div.listing-header-container h2 a:hover {
  background-color: #0066cc;
  text-decoration: none;
  color: #fff;
}

div.listing-header-container h2 span {
  font-weight: bold;
  color: #000;
}

div.listing-header-container h2 span.location,
div.listing-header-container h2 span.created_at {
  font-weight: normal;
}

div.listing-header-container h3 {
  font-size: 0.8rem;
  color: #888;
  margin: 0 0 20px 0;
  font-weight: normal;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

div.listing-logo {
  overflow: hidden;
  float: right;
  width: 190px;
  margin: 20px 0;
  padding-right: 20px;
}

/* ---------------------------------------------
LISTING
--------------------------------------------- */

div.listing-container {
  overflow: hidden;
  float: left;
  width: 680px;
  padding: 20px 40px 0 20px;
  border-top: 1px solid #e8e8e8;
  font-size: 1.1rem;
  line-height: 1.4em;
}

div.listing-container p {
  font-size: 1.1rem;
  line-height: 1.4em;
}

div.listing-container ul {
  margin: 0 0 0 25px;
  padding: 0;
}

div.listing-container ul li {
  font-size: 1.1rem;
  margin: 5px 0;
  list-style-type: square;
}

div.listing-tools {
  overflow: hidden;
  float: right;
  width: 210px;
  margin: 0;
}

div.tools {
  overflow: hidden;
  font-size: 1.0rem;
  padding: 0;
  margin: 0;
}

body.preview div.tools {
  border-top: 1px solid #e8e8e8;
  padding: 20px;
}

.listing-sharelist {
  margin: 0;
  padding: 0;
}

.listing-sharelist--item {
  list-style-type: none;
  padding: 15px;
  border-top: 1px solid #e8e8e8;
}

.listing-sharelist--item a {
  color: #777;
  font-weight: bold;
}

.listing-sharelist--item a:hover {
  color: #222;
  text-decoration: none;
}

body.preview div.tools {
  padding-top: 20px;
  color: #999;
}

/* ---------------------------------------------
APPLY
--------------------------------------------- */

div.apply {
  clear: both;
  padding: 20px 20px 15px 20px;
  overflow: hidden;
  color: #000;
  margin: 50px 0;
  background-color: #efefef;
}

div.apply h3 {
  font-size: 1.1rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: black;
  padding: 0;
  margin: 0 0 10px 0;
}

div.apply p {
  font-size: 1.1rem;
  line-height: 1.5em;
}

div.apply p a:hover {
  background-color: #0066cc;
  text-decoration: none;
  color: #fff;
}

body.perma footer {
  display: none;
}

/* ---------------------------------------------
500 and 404
--------------------------------------------- */

body.error div.no_results {
  font-size: 14px;
  line-height: 1.4em;
}
