/*
		Custom CSS for EMSEmployment.net
		Updated June 2015 to implement responsive deisgn on exsisting platform.
		Revisions by C. Boren, Parastar Inc.
    Last updated: July 2015;
*/
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,700);

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #626262;
  font-weight:300;
}

.small {
  font-size: 12px;
}

.copyright {
  font-size: 10px;
  clear: both;
  padding-bottom: 10px;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p,
ul,
ol {
  margin-top: 0;
  line-height: 180%;
}

#main {
  /*border-radius: 15px;*/
  /* added by c. boren */
  
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #b30838;
}

a:hover {
  text-decoration: underline;
}

img.border {
  border: 6px solid #efefef;
}

img.alignleft {
  float: left;
  margin-right: 25px;
}

img.alignright {
  float: right;
  margin-left: 25px;
}

#wrapper {
  margin: 0 auto;
  padding: 0;
  width:960px;
  background-color:#b30838;
  box-shadow:0px 0px 20px rgba(0, 0, 0, .75);

}

/* Header */

#header-wrapper {
  background: url('../_images/header2015.jpg') no-repeat center top;
}

#header {
  width: 100%;
  height: 240px;
  margin: 0 auto;
}

#header h1 {
/*  xxfloat: left;
  xxpadding-top: 20px;
  xxpadding-left: 40px;
  xxletter-spacing: -1px;
  xxfont-family: Arial, Helvetica, sans-serif;
  xxfont-size: 42px;*/
  padding-top:40px;
  padding-left:40px;
}
/* Menu */

#menu {
  width: 100%;
  min-height: 33px;
  margin: 0 auto;
  padding: 0;
  border-top:1px solid black;
  border-bottom: 1px solid black;
}

#menu ul {
	display:inline-block;
  margin: 0;
  padding: 0px 0px 0px 4px;
  list-style: none;
  line-height: normal;
  text-align: center;
}

#menu li {
  float: left;
}

#menu a {
  display: block;
  margin-right: 1px;
  padding: 15px 20px 10px 20px;
  text-decoration: none;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  border: none;
  letter-spacing: 1px;
  transition: color .15s ease-in-out;
}

#menu .current a {
  color: #ffff33;
  text-decoration: none;
  transition: color .15s ease-in-out;
}

#menu a:hover {
  color: #ffff33;
  text-decoration: none;
}
/* Page */

#main {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}

#main-a {}

#main-b {
  margin: 0px;
  padding: 20px 30px 0px 30px;
}
/* Content */

#content {
  float: left;
  width: calc(100% - 300px);
  padding: 0;
}

#content-ulti {
  float: left;
  width: 900px;
  padding: 0;
}

.post {
  clear: both;
}

.post .title {
  letter-spacing: -1px;
  color: #b30838;
}

.post .entry {
  margin-bottom: 100px;
  padding: 10px 0px 0px 0px;
}
.left{
	width:70%;
	float:left;
}
.right{
	width:30%;
	float:right;
}
/* Sidebar */

#sidebar {
  float: right;
  width: 280px;
  padding: 0px 0px 0px 0px;
}

#sidebar h2 {
  margin-bottom: 20px;
  letter-spacing: -1px;
  font-size: 24px;
  color: #b30838;
}

#sidebar-left {
  float: left;
  width: 120px;
  padding: 0px 0px 0px 0px;
}

#sidebar-right {
  float: right;
  width: 120px;
  padding: 0px 0px 0px 0px;
}

#sidebar-jobcategories {
  float: left;
  width: 240px;
  padding: 0px 0px 0px 0px;
}

#sidebar-jobcategories a {
  text-decoration: underline;
  font-size: 13px;
}
/* Footer */

#footer-wrapper {
	display:none;		/*Added for Responsive*/
  height: 150px;
  background: #b30838;
}

#footer {
  width: 960px;
  height: 55px;
  background: url(/_images/img05.jpg) no-repeat left top;
  margin: 0px auto 40px auto;
  font-family: Arial, Helvetica, sans-serif;
}

#footer p {
  margin: 0;
  padding-top: 18px;
  line-height: normal;
  font-size: 10px;
  text-align: center;
  color: #FFFFFF;
}

#footer a {
  color: #FFFFFF;
}
/* JOB LISTING PAGE */

.generalborder {
  border-collapse: collapse;
  padding: 0px;
  border: 1px #d9d9d9 solid;
  background-color: #e9e9e9;
  width: 100%
}

.generalborder th {
  height: 41px;
  background: url(/images/thbg.gif) repeat-x;
  text-align: left;
  padding: 0px 0px 0px 10px;
}

.generalborder td {
  padding: 5px 7px 5px 7px;
}

.generalborder td {
  border-bottom: 1px #d9d9d9 solid;
  vertical-align: top;
}

.generalborder tr:hover {
  background-color: white!important;
}

.generalborder .leftcol {
  float: left;
  width: 210px;
}

.generalborder .middlecol {
  float: left;
  width: 225px;
}

.generalborder .rightcol {
  float: right;
  width: 125px;
  text-align: center!important;
}

.generalborder ul {
  list-style-type: none;
  text-align: left;
}

.generalborder li {
  padding: 0px 0px 0px 0px!important;
}

.generalborder li:first-child {
  text-align: left;
  padding-right: 50px;
}

.applybutton {
  border: 1px silver solid;
  padding: 7px 7px 7px 7px;
  background: #b30838;
  color: white;
}

.emailfriend {
  text-decoration: underline;
  font-size: 12px;
}
/* JOB DETAILS PAGE */

.jobdetails ul {
  list-style-type: none;
  text-align: right;
}

.jobdetails li {
  display: inline;
  padding: 0px 30px 0px 0px!important;
}

.jobdetails input[type=button], input[type=submit] {
  background: #eaeaea;
}

.errormessage {
  color: red;
}

.successmessage {
  color: green;
}
/* APPLY ONLINE PAGE */

.generalborder2 {
  border-collapse: collapse;
  padding: 0px;
  border: 1px #d9d9d9 solid;
  background-color: #e9e9e9;
  width: 100%
}

.generalborder2 th {
  height: 41px;
  background: url(/images/thbg.gif) repeat-x;
  text-align: left;
  padding: 0px 0px 0px 10px;
}

.generalborder2 td {
  padding: 5px 7px 5px 7px;
}

.generalborder2 td {
  border-bottom: 1px #d9d9d9 solid;
  vertical-align: top;
}
/* changes */

.noBorder img {
  border: none;
}

#sidebar-right img{
	width:120px;
}

img.border{
	width:45%;
	max-width:300px;
  box-shadow:2px 2px 8px rgba(0,0,0,0.5);
}

h1, h2, h3, h4, h5{
	color:#b30838;
	font-weight:400;
	letter-spacing: 0.5pt!important;
}
/***************************************************
Responsive code updated June 2015 C. Boren
***************************************************/

html{
	background-color:#111;
}

body{
	background-color:111;
	background: #b30838; /* Old browsers */
	background: -moz-linear-gradient(top,  #b30838 0%, #b30838 26%, #b30838 26%, #111111 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b30838), color-stop(26%,#b30838), color-stop(26%,#b30838), color-stop(100%,#111111)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b30838 0%,#b30838 26%,#b30838 26%,#111111 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b30838 0%,#b30838 26%,#b30838 26%,#111111 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b30838 0%,#b30838 26%,#b30838 26%,#111111 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b30838 0%,#b30838 26%,#b30838 26%,#111111 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30838', endColorstr='#111111',GradientType=0 ); /* IE6-9 */


}

/*  New Sidebar */

.sidebar-container{
	display:table;
	position: relative;
	vertical-align: middle;
	width:100%;
}

.sidebar-logo{
	position:relative;
	display:table-cell;
	margin-top:5px;
	margin-bottom:25px;
	vertical-align: middle;
	padding-right:10px;
	width:120px;
	min-height:50px;
}

.sidebar-logo img{
	width:120px;
}

.sidebar-logo:nth-child(odd) {
    float:right;
}
.sidebar-logo:nth-child(even) {
    float:left;
}

/*  New logo */

.ems-employment-logo{
	border:1px solid black;
	box-shadow:0px 0px 10px black;
}

/*  Responsive for multiple widths  */

@media (max-width: 768px){
	#wrapper{
		width:calc(100% - 20px);
		min-width:320px;
	}
	.hidden-sm{
		display:none;
		visibility: hidden;
	}
	img.border{
		width:95vw!important;
    text-align:center;
    margin-bottom:20px;
	}
	#content{
		width:100%!important;
	}
	#header h1{
		text-align:center;
		padding-left:0;
	}
	#sidebar{
		width:100%;
	}
}

@media (min-width: 768px) and (max-width:992px){
	#wrapper{
		width:740px;
	}
}

@media (min-width: 993px) and (max-width:1199px){
	#wrapper{
		width:960px;
	}
}

@media (min-width: 1200px){
	#wrapper{
		width:1180px;
	}
}