a { text-decoration:none; }
a:hover { text-decoration:underline; }
h3 a {text-decoration: underline;}

/**** post a job ****/

/* headline text */
h1 .jam_headline {
  color: #333333;
}

/* shadow */
#c_sidebar.poststeps .jam_shadow {
  background-color: #e8f7fe;
}

/* fill */
#c_sidebar.poststeps .jam_fill {
  background-color: #0099cb;
}

/* header/footer */
/*
#c_nav_top.navarea,
#c_nav_footer.navarea {
  background-color: #0099cb;
}

#c_nav_top.navarea li,
#c_nav_footer.navarea li {
  background-color: #0099cb;
}

#c_header .c b {
  background-color: #0099cb;
}

#c_header .c i.nav_top {
  background-color: #0099cb;
}

#c_nav_top_bottom_corners.c i.nav_bottom,
#c_nav_btm_bottom_corners.c i.nav_bottom {
  background-color: #0099cb;
}
*/

/* link */
#c_sidebar .jam_link {
  color: #0065cd;
}

#c_header .jam_link {
  color: #0065cd;
}


/* accent */
#c_sidebar .jam_accent {
  border-top: 2px solid #cccccc;
}

/**** edit/post preview job ****/

/* headline */
h2.jam_headline {
  color: #333333;
}

/* links */
#c_post_preview_2 .jam_link {
  color: #0065cd;
}

#c_email_row .jam_link {
  color: #0065cd;
}

#c_website_row .jam_link {
  color: #0065cd;
}

/* body text */
#c_job_description.jam_body_text {
  color: #000000;
}