/*
Theme Name: MRDPE1
Theme URI: http://TheProfessionalEngineer.com/
Description: <p><a href="http://TheProfessionalEngineer.com/">MRDPE1</a> Adsense Ready Wordpress Theme Tuned for The Professional Engineer.</p> 
Version: 1.0
Author: MRDPE
Author URI: http://TheProfessionalEngineer.com/
*/

*
{
  padding: 0;
  margin: 0;
}

body
{
	font-size:   76%;
	font-family: "Trebuchet MS", Arial, Verdana, Sans-Serif;
	background-color: #000000;
}

hr
{
  display: none;   
}

#page
{
  width: 907px;
  margin: 0 auto;
  background-color: #F0F6FB;
}

#wrapper
{
  width: 907px;
  margin: 0 auto;
  background-color: #F0F6FB;
}

#content
{
  float: left;
  width: 475px;
}

.post
{
  margin-bottom: 20px;
  color: #064B8C;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.1em;
}

h2
{
  font-size: 1.6em;
  border-bottom: 1px solid #064B8C;
}

h2 a:hover, h2 a:visited, h2 a
{
  text-decoration: none;
  color: #064B8C;
}

.entry
{
  margin-top: 10px;
  margin-bottom: 15px;
}

.postmetadata
{
  padding: 2px;
  font-size: 0.8em;
  border-top: 1px solid #064B8C;
}

.postmetadata a
{
  color: #064B8C;
}

.post p
{
  line-height: 1.4em;
  margin-bottom: 1em;
}

blockquote
{
  margin: 1em 1.5em;
  padding: 1em 1.5em;
  border: 1px solid #064B8C;
  background: #d3d3d3;
}

.post li
{
  margin-left: 20px;
}

.post ul
{
  list-style-type: disc;
  margin-bottom: 10px
}

acronym, abbr, span
{
  cursor: help;
}

acronym, abbr
{
  border-bottom: 1px dashed #064B8C;
}

blockquote cite
{
  margin: 5px 0 0;
  display: block;
}

.center
{
  text-align: center;
}

a img
{
  border: none;
}

h3
{
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.4em;
}

h4
{
  margin-top: 1.2em;
  font-size: 1.2em;
}

h5
{
  margin-top: 1em;
  font-size: 1em;
}

a
{
  color: #064B8C;
}

a.one {text-decoration: none} 
	a.one:link {color: #064B8C}
	a.one:visited {color: #064B8C}
	a.one:hover {color: #808000}

a.more-link {text-decoration: none} 
	a.more-link:link {color: #808000}
	a.more-link:visited {color: #808000}
	a.more-link:hover {color: #064b8c}

.navigation
{
  display: block;
  margin-top: 10px;
  margin-bottom: 40px;
}

.alignleft
{
  float: left;
  text-align: left;
/*  width: 50%; */
}

.alignright
{
  float: right;
  text-align: right;
/*  width: 50% */
}

ol.commentlist
{
  width: 90%;
  margin: 0 auto;
}

ol.commentlist li
{
  margin-bottom: 1.5em;
  border: 1px solid #064B8C;
  padding: 5px 5px 10px 5px;
  background-color: #d3d3d3;
}

ol.commentlist li.alt
{
  margin-bottom: 1.5em;
  border: 1px solid #064B8C;
  padding: 5px 5px 10px 5px;
  background-color: #d3d3d3;
}

ol.commentlist li .avatar {
	float:left; 
	background: #F0F6FB; 
	border: 1px solid #064B8C; 
	padding:5px;
	margin: 0px 25px 0px 5px;
}

ol.commentlist a
{
  color: #064B8C;
}

small.commentmetadata
{
  font-size: 0.8em;
  margin-bottom: 1em;
  display: block;
}

#header
{
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: center;
  padding-top: 0px;
  background-color: #F0F6FB;
  height: 85px;
  font-family: "Trebuchet MS", sans-serif;
  font-size:25px; 
  z-index:3;
  color:silver;
}

#headerimg
{
  text-align: center;
  padding-top: 20px;
}

#sidebar
{
  float: right;
  width: 200px;
  padding: 2px;
  text-align: left;
  font-family: Arial, Verdana, Sans-Serif;
}

#sidebar ul
{
  list-style: none;
  margin-bottom: 10px;
}

#sidebar ul ul
{
  list-style-type: circle;
  margin-left: 20px;
}

#sidebar ul ul ul
{
  margin-bottom: 0;
}

#sidebar ul h2
{
  font-size: 1.2em;
  font-weight: bold;
  padding: 2px;
  padding-left: 10px;
  margin-bottom: 5px;
  background-color: #064B8C;
  color: #ffffff;
  border-left: 10px solid;
  border-color: #808000;
}

#sidebar a
{
  text-decoration: none;
}
#sidebar a:link
{
	  color: #064B8C;
}
#sidebar a:visited
{
	  color: #064B8C;
}
#sidebar a:hover
{
	  color: #808000;
}

#menu
{
  float: left;
  width: 200px;
  padding: 2px;
  text-align: center;
}

#menu ul
{
  list-style: none;
  margin-bottom: 10px;
}

#menu ul ul
{
  list-style-type: circle;
  margin-left: 20px;
}

#menu ul ul ul
{
  margin-bottom: 0;
}

#menu ul h2
{
  font-size: 1.2em;
  font-weight: bold;
  padding: 2px;
  margin-bottom: 5px;
  background-color: #064B8C;
  color: #ffffff;
}

#footer 
{
  padding: 5px;
  margin: 5px;
  clear: both;
  text-align: center;
  background-color: #064B8C;
  color: #ffffff;
  border-left: 10px solid;
  border-color: #808000;
}

#footer a
{
  color: #ffffff;
}

.description
{
  border-bottom: 100px;
}

#ad_hf
{
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #064B8C;
  border-left: 10px solid;
  border-color: #808000;
}

#search
{
  text-align: left;
  padding-left: 20px;
	background-color: #F0F6FB;
}

#links
{
  text-align: left;
  padding-left: 40px;
    width: 475px;
    float: left;
	background-color: #F0F6FB;
}

#astore
{
  text-align: left;
  padding-left: 0px;
  padding-top: 10px;
  width: 690px;
  background-color: #F0F6FB;
  float: left;
}

.awshortcode-product
{
    width: 120px;
    padding: 5px;
    margin: 5px;
}

/* ---- Default Fonts and Background Styles FOR INDEED.COM JOB SEARCH ---- */

#jobsearch
{
  width: 475px;
  background-color: #F0F6FB;
  float: left;
}

.INDEED .layout {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background: #F0F6FB;
}

/* ---- Default Link Styles ---- */
.INDEED .layout a,
.INDEED .layout a:link {
	color: #064B8C;
}

.INDEED .layout a:visited	{
	color: #064B8C;
}

.INDEED .layout a:hover		{
	color: #808000;
}

.INDEED .layout a:active	{
	color: #064B8C;
}


/* ---- What/Where input labels ---- */
.INDEED .jobSearchForm label {
	color: #808000;
}


/* ---- Search Title ---- */
#jobSearch .searchResultsHeader .searchResultsTitle {
	font-size: 21px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #064B8C;
}

#jobSearch .searchResultsHeader .searchResultsTitle em { font-style: normal; }

/* ---- Search Title - Amount Jobs Found ---- */
#jobSearch .searchResultsHeader .searchResultsTitle .amount {
	color: #808000;
}

/* ---- Job Title for View Job, Preview Job ---- */
.INDEED .job .jobTitle {
	font-size: 21px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}


/* --- Post Job Title --- */
#postJob #postJobForm h1 {
	font-size: 21px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-bottom: 0;
}


