
/** Font styles 
---------------------------------*/

body {
  margin: 0;
  /*
   * Setting up font size, leading and font family
   * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography
   */
  font: 10pt "Helvetica Neue", helvetica, Arial, sans-serif;
  letter-spacing:0.03em;
  background: #4c4c4c;
  text-align: justify;
}

/* Links */

a:link, a:visited {
  color: #62ad00;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

/* Titles  */

h1, h2, h3, h4, h5, h6 {line-height:1.3em;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight:bold;
	padding: 0 0 0.5em;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: -1pt;
}

h2 {font-size:1.8em;font-weight:300;margin-bottom:0.75em;}
h3 {font-size:1.4em;margin-bottom:1em;}
h4 {font-size:1.2em;margin-bottom:0.8em;}
h5 {font-size:1.1em;font-weight:600;margin-bottom:0;}
h6 {font-size:8pt;font-weight:bold;}

/* Paragraph Styles */

p {
  margin:0 0 1em 0;
}

/* List Styles  */

ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table Styles  */

table {
	width: 99%;
}
tr.even td, tr.odd td {
	padding: 10px 5px;
}
tr.odd {
	background-color: #fff;
}

/* Code */

pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}

pre {
	background-color: #efefef;
	display: block;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #aaa;
}

/* List Styles */

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

/* Abbreviation */

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}

/* UI improvments  */

#edit-title{
	font-size: 24px;
}
#system-themes-form img{
	width:100px;
}
.form-item .description{
	font-style:italic;
	line-height:1.2em;
	font-size:0.8em;
	margin-top:5px;
	color:#777;
}
#edit-delete{
	color:#c00;
}

/**
 * Console, style from Slate theme
 */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #036;
  background: #bdf;
  border: 1px solid #ace;
}
div.warning {
  color: #840;
  background: #fe6;
  border-color: #ed5;
}
div.error {
  color: #fff;
  background: #e63;
  border-color: #d52;
}
div.status {
  color: #360;
  background: #cf8;
  border-color: #be7;
}

#home-panel-top {
	margin: 0 auto;
	text-align: center;
	background: url('/images/home-img.jpg') no-repeat top center;
	width: 921px;
	height: 441px;
	}

#home-top-links {
	width: 325px;
	height: 230px;
	position: relative;
	top: 100px;
	text-align: left;
	color: #ffffff;
	}
	
#home-top-links h7 {
	font-size: 18pt;
	color: #62ad00;
	}

#employers {
	margin-left: 30px;
	padding-top: 15px;
	}
	
#job-seekers {
	margin-left: 30px;
	padding-top: 60px;
	}

#home-mid {
	color: #ffffff;
	background: #000000;
	padding: 25px;
	font-size: 8pt;
	line-height: 10pt;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	height: 400px;
	}

#mid-text {
	width: 575px;
	float: left;
	}

#mid-text p{
	margin-bottom: 30px;
	line-height: 14pt;
	}

#home-mid h7 {
	color: #ffffff;
	font-size: 14pt;
	text-transform: uppercase;
	}

.panel-col-top {
	width: 100% !important;
	}

#home-bottom {
	background: #333333;
	color: #ffffff;
	margin-top: -5px;
	padding: 25px;
	text-align: justify;
	font-size: 8pt;
	}

#home-bottom .panel-col-first {
	border-right: 1px #666666 solid;
	}

#home-bottom .panel-col-last {
	border-left: 1px #666666 solid;
	}

#mini-panel-home_footer .inside  {
	padding: 0 20px;
	width: 225px;
	}

.breadcrumb {
	display: none;
	}

#sidebar-first-inner h3 {
	font-size: 10pt;
	margin: 20px 0 10px 0;
	}

#sidebar-first-inner {
	font-size: 8pt;
	}

#sidebar-first-inner .content {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
	}

#footer {
	text-align: center;
	color: #999999;
	font-size: 8pt;
	}

.view-all-employees table {
	font-size: 8pt;
	}

.view-all-job-listings table {
	font-size: 8pt;
	}

.submitted {
	display: none;
	}

.field-items {
	margin-bottom: 25px;
	}
	
.pane-title {
	text-transform: capitalize;
	font-size: 16pt;
	font-weight: bold;
	}
	
#contact-bg {
	width: 100%;
	}