
body {

  background-image: url("images/body-background.jpg");
  background-position: top center;

  /*
  background-image: url("images/body_bkgrd_2.jpg");
  background-repeat: repeat-x;
  */
}

#body-inner {
  /*background-image: url("images/body_bkgrd_2.jpg");
  background-repeat: no-repeat;
  background-position: top center;*/
}

/*
body.home {
  background-image: url("images/home/body-background.jpg");
  background-repeat: repeat-x;
}
*/

body.home #body-inner {
  background-image: url("images/home/body-background.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}

#sidebar {
  background-repeat:no-repeat;
  margin-bottom: -9900px !important;
}

#right-sidebar {
  background-repeat:no-repeat;
}

#content {
  background-image: url("images/main_2.jpg");
  background-repeat: repeat-y;
}

#content-inner {
  background-image: url("images/main_horizontal_3col.jpg");
  background-repeat: no-repeat;
}

.thing {
  width: 213px;
  float: left;
  margin: 0px 0 0 30px;
}
.thing + .thing {
  width: 213px;
  float: left;
  margin: 0px 0 0 13px;
}
.thing img {
}
.thing .text {
}
.thing .text h2 {
  font-size: 1.2em;
  padding-bottom: 0;
}
.thing hr {
  background-color: #CC0066;
  border: 0 none;
}
.thing .hr-1 {
}

.under-thing {
  width: 213px;
  float: left;
  margin: 0 0 0 20px;
}
.under-thing hr {
  background-color: #CC0066;
  border: 0 none;
}

.other-thing {
  width: 160px;
  margin: 15px 0 0 0;
}
.other-thing .head {
  color: #FFF;
  background-color: #CC0066;
  background-image: url("http://www.peopletonic.co.uk/wp-content/themes/PeopleTonic/images/sidebar-header.jpg");
  background-repeat: no-repeat;
  height: auto !important;
  height: 30px;
  min-height: 30px;
  padding: 10px 10px;
}

.other-thing .body {
  color: #000;
  background-color: #E2E3E4;
  padding: 10px 10px;
}

/**/
#footer {
  clear: both;
  color: #FFF;
  position: relative;
  top: 0;
  z-index: 10;
  background: none;
}
#footernav {
  padding: 6px;
}
#footernav ul {
  padding: 0;
  margin: 0 auto;
  float: right;
  position: relative;
  top: 0;
  z-index: 20;
}
#footernav ul li {
  list-style: none;
  padding: 0;
  margin: 0 3px;
  float: left;
}
#footernav ul li a {
  color: #FFF;
  text-decoration: none;
}
#footernav ul li a:hover {
  color: #FFF;
  text-decoration: underline;
}
/**/

#footer-dev {
  clear: both;
  color: #FFF;
  position: relative;
  top: 0;
  z-index: 10;
}
#footer-dev-nav {
  padding: 6px;
}
#footer-dev-nav ul {
  padding: 0;
  margin: 0 auto;
  float: right;
  position: relative;
  top: 0;
  z-index: 20;
}
#footer-dev-nav ul li {
  list-style: none;
  padding: 0;
  margin: 0 3px;
  float: left;
}
#footer-dev-nav ul li a {
  color: #FFF;
  text-decoration: none;
}
#footer-dev-nav ul li a:hover {
  color: #FFF;
  text-decoration: underline;
}

body.home #headernav {
  padding: 15px 10px 5px;
}
body.home #headernav ul {
  float: left;
  list-style: none;
  margin-right: 20px;
}
body.home #headernav ul li {
  float: left;
  padding: 0 10px;
  position: relative;
  min-width: 100px;
  width !important auto;
  width: 100px;
}
body.home #headernav ul li ul {
  background-color: #552255;
  float: none;
  padding: 10px 10px;
  z-index: 100;
  position: absolute;
  top:  -99999px;
}
body.home #headernav ul li ul li {
  float: none;
  padding: 0;
}
body.home #headernav ul li a {
  color: #FFF;
  text-decoration: none;
  line-height: 1.5em;
  padding: 4px 0 0 10px;
  font-size: 110%;
  font-weight: bold;
}
body.home #headernav ul li:hover a {
  color: #FFFFFF;
}
body.home #headernav ul li ul li a {
  float: none;
  padding: 0;
}
body.home #headernav ul li a:hover {
  /*color: ;*/
  text-decoration: underline;
}


#headerimgdiv {
  background: none;
}
#headernav {
  margin-top: 135px;
  height: 35px !important;
  background: none;
  background-image: url("http://www.foolhardycircus.org/wp-content/themes/Basic theme - centralised/images/breadcrumb-bar.png");
}

#content {
  background: none;
  background-image: url("http://www.foolhardycircus.org/wp-content/themes/Basic theme - centralised/images/content.png");
  background-repeat: repeat-y;
}
#content-inner {
  background: none;
}

#sidebar {
  background: none;
  background-image: url("http://www.foolhardycircus.org/wp-content/themes/Basic theme - centralised/images/sidebar.png");
  background-repeat: repeat-y;
}

#right-sidebar {
  background: none;
  background-image: url("http://www.foolhardycircus.org/wp-content/themes/Basic theme - centralised/images/right-sidebar.png");
  background-repeat: repeat-y;
}

.ss_breadcrumb {
  color: #FFFFFF;
}
.ss_breadcrumb a {
  color: #FFCC00;
}
#headernav .ss_breadcrumb {
  margin-left: 220px;
  padding-top: 10px;
}


#footer {
  background-image: url("http://www.foolhardycircus.org/wp-content/themes/Basic theme - centralised/images/middle-bottom.png");
  padding-top: 20px;
  background-repeat: no-repeat;
}
body.home #footer {
  background-image: none;
  padding-top: 0px;
}

#right-sidebar a {
  color: #0033FF;
}
