body {
  padding-top: 20px;
  background-color: #c2bebf;
}

a {
  color: #e4911d;
}

#wrapper {
  background-color: #fff;
}

#masthead {
  height: 73px;
  background-image: url(/images/masthead_gradient.jpg);

}

address {
 font-style: normal; 
}

#masthead #menu {
  float: right;
  padding-top: 30px;
}

#masthead #menu a {
  color: #d51628;
  font-weight: bold;
  text-transform: lowercase;
  text-decoration: none;

}

#masthead #menu a:hover {
  text-decoration: underline;
}

#masthead h1 {
  display: none;
}

#masthead img {
  margin: 13px 0 5px 13px;
}

#masthead hr {
  border: 0px;
  height: 6px;
  background: url(/images/masthead_hr.jpg) repeat-x left;
  
}

#content {
}

#content ul li {
  margin-bottom: 20px;
}

#content ul li strong {
  color: #2E0854;
}


#content h1 {
  margin: 10px 0 10px 0;
}

#sidebar {
  background-color: #e7e5e6;
}

#sidebar-content {
  padding: 10px;
}

#sidebar hr {
  height: 1px;
  border: none;
  border-top: 1px dotted #000;
  margin: 10px auto 10px auto;
  width: 90%;
}

#sidebar h3 {
  color: #3e259b;
  font-size: 14px;
  font-weight: bold;
}

.main-item {
  padding: 10px;
  color: #252424;
  height: 160px;
  position: relative;
}

.main-item h3 a {
  text-decoration: none;
  color: inherit;
  float: none;
}

.main-item a {
}


.main-item img {
    float: left;
    margin-right: 8px;
    margin-bottom: 10px;
}

.main-item h3 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

.main-item a.read-more {
  clear: both;
  display: block;
  position: abolsute;
  bottom: 5px;
  right: 5px;
  
}

#executive {
  border-right: 1px solid #7b7f7c;
  border-bottom: 1px solid #7b7f7c;
}

#mobile-professional {
  margin-left: -10px;
  border-bottom: 1px solid #7b7f7c;
  padding-left: 10px;
}

#it-professional {
  border-right: 1px solid #7b7f7c;
}

.general-color {
  color: #513a9e;
}

.executive-color  {
  color: #c94725;
}

.mobile-professional-color {
  color: #11b757;
}

.it-professional-color  {
  color: #3d5b93;
}

.office-warrior-color {
  color: #96906d;
}


h2 {
  margin: 10px 0 10px 0;
  text-transform: capitalize;
}

#footer {
  clear: both;
  width: 99%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding-top: 25px;
  text-align: center;
  border: 1px solid #fff;
}

#footer a {
  color: #666;
}

#footer img {
  margin-right: 20px;
}

#footer ul#contact-info {
  margin-left: 107px;
}

#footer ul#contact-info li {
  text-align: center;
  display: block;
  float: left;
  border-right: 1px solid #676767;
  color: #676767;
  padding: 0 17px 0 17px;
}

#footer ul#contact-info li.last {
  border-right: none;
}



#contact_message {
  width: 90%;
}

#contact-form input {
  margin-bottom: 10px;
}

.error_list  {
  list-style: none;
  color: #f00;
  margin-bottom: 0;
}


.post pre {
  padding: 8px;
  border: 1px solid #ccf !important;
  background-color: #fefefe;
}
