/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

*/

body.custom .header-link-text {
  display: none;

}

body.custom #navigation {
  width: 948px;
  border-left: 1px solid #6f8c37;
  border-right: 1px solid #6f8c37;
}

body.custom #wrapper {
  margin-top: 1px;
  border-left: 1px solid #6f8c37;
  border-right: 1px solid #6f8c37;
  border-bottom: 1px solid #6f8c37;
  width: 948px;
  border-top: 3px solid #000000;
}

body.custom .content {
  border-top: 3px solid #000000;
}

body.custom #header-custom {
  height: 123px;
  background-color: #CFCFCF;
  background-image: url(http://www.fdotdesigns.com/blog/wp-content/themes/fdotv1/greencenterlogoback.png);
  background-repeat: yes;
  width: 950px;
}


body.custom #wp-calendar {
  width: 250px;
  text-align: center;
}

body.custom .widget-title {
  height: 25px;
  margin-bottom: 2px;
  width: 235px;
}

body.custom th {
  text-align: center;
}

body.custom caption {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  height: 25px;
}


body.custom .lifestream {
  width: 100%;
  padding-left: 0px;
  margin-left: 0px;
}

body.custom ul {
  width: 100%;
  padding-left: 0px;
  margin-left: 0px;
}

body.custom .lifestream .li {
  width: 95%;
  padding-left: 0px;
  margin-left: 0px;
}

body.custom .featured {
  border: 1px solid #000000;
  background-color: #7D8868;
}

body.custom #headerimgleft {
  height: 123px;
  float: left;
}

body.custom #headerimgright {
  height: 123px;
  float: right;
}

body.custom #wrapimages {
  background-image: url(http://www.fdotdesigns.com/blog/wp-content/themes/fdotv1/graytopcenterback.png);
  background-repeat: yes;
  height: 70px;
  margin-bottom: 0px;
  margin: auto auto auto auto;
  width: 950px;
}

body.custom #wrapimgleft {
  height: 70px;
  float: left;
  margin-bottom: 0px;
}

body.custom #wrapimgright {
  height: 70px;
  float: right;
  margin-bottom: 0px;
}