/**
 * Theme Name: HCPS White
 * Description: A simple theme for the school sub-sites of HCPS
 * Author: Integritive, Inc
 * Author URI: http://integritive.com
 * Template: henderson
 */

/* -------- TEMP -------- */
#wrap {
  min-height: 1000px;
}

/* -------- BG/IMG -------- */
/*#outer-wrap {background: url(img/bg_x.png) repeat-x;}*/
#wrap {background: transparent url(img/bg.png) no-repeat center 102px;}
#content {background: url(img/content_bg.png) no-repeat;}
#featured-img {background: url(img/img_bg.png) no-repeat;}
#nav {background: url(img/nav.png) no-repeat;}
#hbg {background: transparent url(img/trans-head-bg.png) center top repeat-x;}
body.calendar #content {background-image: none;}
body.calendar div.post-title {display: none;}
body.calendar #calendar {
  margin: 10px 0 0 10px;
}

/* -------- LAYOUT -------- */
body {text-align: center;}
.container {
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 943px;
}
#left {
  padding-top: 4px;
}

/* -------- EDITABLE HEADER BG COLORS -------- */
#hbgbg {
  height: 96px;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
#hbg {
  height: 130px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
#hbgbb {
  height: 6px;
  position: absolute;
  top: 96px;
  left: 0;
  width: 100%;
  z-index: 3;
}
#outer-wrap {
  position: relative;
  z-index: 10;
}

/* -------- HEADER -------- */
#header {
  height: 124px;
}
#logo {
  padding-top: 20px;
}
#logo-title {
  font-size: 28px;
  color: #fff;
}
#nav {
  height: 46px;
  left: 2px;
  position: absolute;
  top: 77px;
  width: 940px;
}
#nav li {
  float: left;
  height: 46px;
}
#nav li a {
  height: 46px;
  position: absolute;
  top: 0;
  width: 187px;
}
li#nav-Abo a {left:   0  ;}
li#nav-Sta a {left: 189px;}
li#nav-Gen a {left: 378px;}
li#nav-Cal a {left: 565px;}
li#nav-HCP a {left: 754px;}


/* -------- MAIN -------- */
#left {
  float: left;
  margin: 0 62px 0 8px;
  width: 250px;
}
#content-wrapper {
  float: left;
  width: 621px;
}
#featured-img {
  height: 300px;
  width: 100%;
}
#content {
  min-height: 800px;
  width: 587px;
}
#content .inner {
  padding: 50px 15px 0 15px;
}
#featured-img img {
  margin: 10px 0 0 17px;
  border: solid 1px #fff;
}

/* -------- LEFT -------- */
#img-logo {
  height: 80px;
  width: 260px;
  text-align: center;
}
#img-logo img {
  margin: 0 auto;
}
#left .widget li {
  list-style: disc;
  margin: 0 0 0 22px;
}
ul.menu, ul.menu li {
  margin: 0;
  padding: 0;
}
#left .widget {
  border: solid 1px #ccc;
  text-align: left;
  padding: 0 19px 20px 20px;
  margin: 0 10px 20px 10px;
}
#left .widget h3 {
  padding: 6px 0 8px 0;
  border-bottom: solid 1px #ccc;
  margin: 0 0 8px 0;
  font-weight: bold;
}
#menu {
  position: relative;
  margin-bottom: 30px;
  width: 250px;
}
#menu h2 {
  margin: 35px auto 0;
  text-align: center;
  height: 40px;
}
#menu .menu, #menu .menu li {
  margin: 0;
  padding: 0;
  line-height: 32px;
}
#menu .menu {
  margin: 32px 0 0 20px;
}
#menu .menu ul {
  margin-left: 16px;
}
#menu ul.menu li a {
  background: url(img/arrow-right.png) no-repeat left center;
  padding: 8px 0 8px 34px;
}


/* -------- FOOTER -------- */
#footer {
  padding: 0 0 20px 0;
}
#footer .container {
  border-top: solid 1px #ccc;
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
}
#footer ul li {
  display: inline;
  margin: 0 4px;
}

/* -------- TYPOGRAPHY -------- */
body.home h1,
body.home h2,
body.home h3,
body.home h4,
body.home h5,
body.home h6 {
  color: #006;
}
body.home, body.page {
  color: #000;
}
#footer {
  color: #000;
}
#inner-footer a{
	text-decoration: underline;
}
#sub-footer a{
	text-decoration: underline;
}

a, a:visited,
#footer a, #footer a:visited {
  color: #006;
}
a:hover, a:active, a:focus,
#footer a:hover, #footer a:active, #footer a:focus {
  text-decoration: underline;
}
#left a, #left a:visited {
  color: #000;
}
#left a:hover, #left a:active, #left a:focus {
  text-decoration: underline;
}
#left .current_page_item a, #left .current_page_item a:visited {
  font-weight: bold;
}
#left .current_page_item ul.children a {
  font-weight: normal;
}
#footer a:hover, #footer a:focus, #footer a:active {
  color: #000;
  text-decoration: underline;
}

#menu h2 {
  color: #000;
  font-size: 16px;
  font-style: italic;
}
#left h3 {
  font-size: 16px;
  color: #000;
}
.trail {
  font-size: 12px;
}
