@import '/teacherpages/shared/gallery.css';
@import '/teacherpages/shared/sharing.css';

/* Resets & overrides ------------------------------------------------------ */
html {
  background: none;
}

/* Firefox has an unfortunate habit of showing the right scrollbar when a page is long and hiding
   it when the page doesn't reach below the fold, thus creating an undesireable "jump".
   This "fixes" the jump by keeping the scroll bar displayed at all times. */
html { overflow-y: scroll; }

/* Links & type ------------------------------------------------------------ */
/* body {
  background: #FF6600 url(images/topper_bg.gif) repeat-x;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0;
}*/

 body {
  background-image: url(images/maywoodTigerTransparent.png),url(images/topper_bg.gif);
  background-repeat: no-repeat,repeat-x;
  background-position: 126px 10px,0 0;
  background-color: #FF6600;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0;
}

/* Design framework images ------------------------------------------------- */
#wrap { 
 margin: 0 auto;
 width: 960px;
}

/* Main layout ------------------------------------------------------------- */
#title {
  background: transparent url(images/notes_top.jpg) no-repeat 240px;
  height: 150px; /* Image height */
  position: relative;
}

#title h1, #title h2, #title h3, #title h4 {
  color: #000;
  margin: 0;
}

/* Article headline */
#title h1 {
  font-weight: normal;
  font-size: 200%;
  margin-left: 270px;
  padding-top: 80px;
}

/* Article tagline */
#title h2 {
  font-size: 90%;
  font-weight: bold;
  margin-left: 270px;
}

/* Article byline */
#title h3 {
  font-size: 110%;
  position: absolute;
  right: 35px;
  top: 93px;
}

/* Article publish date */
#title h4 {
  position: absolute;
  right: 35px;
  top: 110px;
}

/* Container for the nav and article content divs */
#container {
  background: transparent url(images/notes_body.jpg) repeat-y 240px;
  overflow: auto; /* Float containment */
}

/* IE6 "overflow: auto;" is not enough to contain the float, need to trigger "hasLayout" */
* html #container { height: 1%; }

/* Navigation list of articles */
#nav {
  background: #e3e3e3 url(images/nav_top.jpg) no-repeat left top;
  float: left;
  padding-top: 30px; /* Image height */
  width: 240px;  /* Image width - needed since floated */
}

#nav2 {
  background: transparent url(images/nav_bottom.jpg) no-repeat left bottom;
  overflow: auto; /* Float containment */
}

#nav ul {
  background: transparent url(images/nav_bg.jpg) repeat-y;
  margin: 0 0 25px; /* Bottom graphic height */
  padding: 10px 0;
}

#nav li {
  border-bottom: 1px solid #999;
  list-style: none;
  margin: 0 25px;
}

#nav li.first {
  border-top: 1px solid #999;
}

#nav li a {
  color: #036;
  display: block;
  padding: 6px 10px 6px 10px;
  text-decoration: none;
}

/* IE6 ignores "display: block;" rule, unless we trigger "hasLayout" */
* html #nav li a { height: 1%; }

#nav li a:hover {
  color: #666;
}

/* Article content */
#content {
  background-color: #f2f2f2;
  margin: 0 10px 0 250px;
  padding: 5px;
}

/* Blog "Section Listing" */
#blogFeat a:link, #blogFeat a:visited, #blogFeat a:hover,
.blogArt a:link, .blogArt a:visited, .blogArt a:hover {
  color: #036;
}

/* Blog "Section Listing" - Featured article */
#blogFeat {
  overflow: auto; /* Float containment */
}

#blogFeatImgBox {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

  border: 1px solid #eee;
  float: left;
  margin: 0 10px 10px 0;
  padding: 8px 8px 5px;
}

#blogFeatImg {
  margin-bottom: 5px;
}

#blogFeatHead {
  margin: 0 0 5px;
}

/* Blog "Section Listing" - Other articles */
.blogArtHead {
  margin-bottom: 3px;
}

* html .blogArt { clear: left; }

/* Feedback ------------------------------------------------------------------- */
#feedbackBox {
  padding: 2.5em 0 1em;
}

#feedbackBox h3 {
  background: #036 url(images/icon_feedback.gif) no-repeat scroll 3px .6em;
  color: #fff;
  font-size: 1em;
  margin: 0;
  padding: .3em 0 .3em 22px;
}

#feedbackBox table {
  font-size: .9em;
  margin-bottom: 0;
  width: 100%;
}

#feedbackBox tr.rowA td { background-color: #ddd; }
#feedbackBox th, #feedbackBox tr.rowB td { background-color: #96b6d6; }

#feedbackBox th, #feedbackBox td {
  border: 0;
  color: #000;
}

#feedbackBox th { white-space: nowrap; }

#feedbackBox th#postedBy { width: 15%; }

#feedbackBox td { vertical-align: top; }

#feedbackBox td span { display: none; }

#feedbackBox p {
  background-color: #96b6d6;
  color: #fff;
  font-size: .9em;
  margin: 0;
  padding: .5em;
}

#feedbackBox a { font-weight: bold; }

#feedbackBox p a:link, #feedbackBox p a:visited {
  color: #fff;
  text-decoration: none;
}

#feedbackBox p a:hover {
  color: #fff;
  text-decoration: underline;
}

#feedbackBox .backgroundError { background-color: #c3ecff; }

#feedbackBox .formItems label {
  display: block;
  float: left;
  text-align: right;
  width: 170px;
}

#feedbackBox p.formItems span {
  display: block;
  margin-left: 180px;
}

#feedbackBox p.formItems span label {
  display: inline;
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
}

#feedbackBox .formItems input, #feedbackBox .formItems textarea { width: 95%; }

#feedbackBox #fbYes, #feedbackBox #fbNo { width: auto; }

#feedbackBox .formItems span.spacer {
  clear: both;
  display: block;
  height: 1px;
  overflow: hidden;
}

#feedbackBox .formButtons { text-align: center; }

#feedbackBox noscript {
  color: #fff;
  font-weight: bold;
}


#footer {
  background: transparent url(images/notes_bottom.jpg) no-repeat 240px 0;
  height: 100px; /* Image height */
}

/* IE PNG Support */
* html #title, * html #container , * html #nav, * html #nav2, * html #nav ul, * html #footer {behavior: url(iepngfix.htc)}

.hideBlogLink {
  display: none;
}
