/* ========================================================
  SOCS Teacher Page Template
  Copyright 2009 FES LLC
  Design   - Music Blue
  Designer - Blaine Hubbard
======================================================== */

@import '../shared/gallery.css?v=200812';
@import '../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; }

table.no-border-cell td {
  border: none;
}

/* Links & type ------------------------------------------------------------ */
body {
  background: #003d83 url(images/bodyBG.png);
  color: #000;
  margin: 0;
}

/* Design framework images ------------------------------------------------- */
#wrap { /* Background watermark */
  background: #d7f2ff url(images/watermark.png);
  min-width: 960px; /* 1024x768 min screen rez */
}

#wrap2 { /* Left border */
  background: transparent url(images/leftBG2.png) repeat-y;
}

#wrap3 { /* Right border */
  background: transparent url(images/rightBG2.png) repeat-y right top;
}

#wrap4 { /* Top border */
  background: transparent url(images/topBG2.png) repeat-x;
}

#wrap5 { /* Bottom border */
  background: transparent url(images/bottomBG2.png) repeat-x left bottom;
}

#wrap6 { /* Top left */
  background: transparent url(images/topLeft.png) no-repeat;
}

#wrap7 { /* Top right */
  background: transparent url(images/topRight.png) no-repeat right top;
}

#wrap8 { /* Bottom left */
/*  background: transparent url(images/bottomLeft.png) no-repeat left bottom;*/
  background: transparent url(images/bottomLeft2.png) no-repeat left bottom;
}

#wrap9 { /* Bottom right */
/*  background: transparent url(images/bottomRight.png) no-repeat right bottom;*/
  background: transparent url(images/bottomRight2.png) no-repeat right bottom;
}

body.ie6 #wrap, body.ie6 #wrap2, body.ie6 #wrap3, body.ie6 #wrap4, body.ie6 #wrap5, body.ie6 #wrap6, body.ie6 #wrap7, body.ie6 #wrap8, body.ie6 #wrap9 {behavior: url(/javascripts/iepngfix.htc)}

/* Main layout ------------------------------------------------------------- */
#title {
  height: 185px;
  position: relative;
}

#title h1, #title h2, #title h3, #title h4 {
  color: #0c068e;
  margin: 0;
}

/* Article headline */
#title h1 {
  color: #077397;
  font: normal 200% Georgia;
  margin-left: 110px;
  padding-top: 57px;
}

/* Article tagline */
#title h2 {
  font-size: 90%;
  font-weight: bold;
  margin-left: 110px;
  padding-top: 3px;
}

/* Article byline */
#title h3 {
  font-size: 17px;
  position: absolute;
  right: 265px;
  top: 60px;
}

/* Article publish date */
#title h4 {
  position: absolute;
  right: 265px;
  top: 87px;
}

#container {
  overflow: auto; /* Float containment */

min-height: 180px;
}

/* IE6 "overflow: auto;" is not enough to contain the float, need to trigger "hasLayout" */
body.ie6 #container { height: 1%; }

#nav {
  float: right;
  width: 215px;  /* Needed since floated */
}

/* Navigation list of articles */
#nav ul {
  border-top: 2px solid #0c068e;
  margin: 10px 8px 15px;
}

#nav li {
  background-color: #0062b2;
  border-bottom: 2px solid #0c068e;
  font-size: 110%;
  list-style: none;
}

#nav li a {
  color: #d9edfd;
  display: block;
  padding: 8px 5px 8px 15px;
  text-decoration: none;
}

/* IE6 ignores "display: block;" rule, unless we trigger "hasLayout" */
body.ie6 #nav li a { height: 1%; }

#nav a:hover, #nav a:focus {
  background: #003f85 url(images/navArrow1.png) no-repeat left center;
  color: #fff;
}

/* Article content */
#content {
  margin: 0 237px 0 65px;
  padding: 5px;
}

#content3 {
  overflow: hidden; /* float containment */
}

/* Blogs ---------------------------------------------------------------------- */
.fullBlogArticle a:link, .fullBlogArticle a:visited, .fullBlogArticle a:hover,
.blogArticle a:link, .blogArticle a:visited, .blogArticle a:hover {
  color: #0c068e;
}

/* Blog - Articles Displayed in Full */
.fullBlogArticle {
  border-bottom: 2px solid #0c068e;
  margin-bottom: 2em;
  padding-bottom: 2em;
}

.fullBlogArticle .blogArtHead {
  font-size: 153.9%;
  margin: 0 0 .25em;
}

.fullBlogArticle .blogArtTag {
  font-size: 123.1%;
  margin: 0 0 .25em;
}

.fullBlogArticle .blogArtByline {
  font-size: 93%;
  font-weight: bold;
}

.fullBlogArticle .blogArtComments {
  margin: 1em 0;
  padding-left: 8px;
}

.fullBlogArticle .blogArtComments a {
  font-weight: bold;
  padding-left: 5px;
}

/* Blog - Article Abstracts */
.blogArticle {
  margin-bottom: 1em;
  padding-bottom: .5em;
}

.blogArticle .blogArtHead {
  margin: 0 0 .25em;
}

.blogArticle .blogArtTag {
  margin: 0 0 .25em;
}

.blogArticle .blogArtByline {
  font-size: 93%;
}

.blogArticle .blogArtAbs img {
  padding: 0 5px 0 8px;
}

.blogArticle .blogArtAbs span {
  font-size: 93%;
}

/* Related Sites -------------------------------------------------------------- */
.relatedSites {
  border-bottom: 1px solid #003d83;
  clear: both;
}

.relatedSites h3 {
  border-bottom: 1px solid #003d83;
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  padding: 0 0 .25em;
}

.relatedSites p {
  margin: .5em;
}

.relatedSites ul {
  margin: .5em;
  padding: 0 0 0 1.2em;
}

/* Feedback ------------------------------------------------------------------- */
#feedbackBox {
  clear: both;
  padding: 2.5em 0 1em;
}
body.ie6 #feedbackBox { height: 1%; }

#feedbackBox h3 {
  background: #003d83 url(images/icon_feedback.gif) no-repeat scroll 5px 7px;
  color: #fff;
  font-size: 1em;
  margin: 0;
  padding: .3em 0 .3em 23px;
}

#feedbackBox table {
  font-size: .9em;
  margin-bottom: 0;
  width: 100%;
}

#feedbackBox tr.rowA td { background-color: #a9d5fb; }
#feedbackBox th, #feedbackBox tr.rowB td { background-color: #8ccafa; }

#feedbackBox th, #feedbackBox td {
  border: 0;
  color: #000;
}

#feedbackBox th { white-space: nowrap; }

#feedbackBox th#postedBy { width: 10%; }

#feedbackBox td { vertical-align: top; }

#feedbackBox td span { display: none; }

#feedbackBox p {
  background-color: #077397;
  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;
}

body.ie6 #feedbackBox p.formItems span label { position: relative; }

/* IE6 "The IE6 Three Pixel Text-Jog" http://www.positioniseverything.net/explorer/threepxtest.html */
body.ie6 #content table { margin-right: -3px; }

#footer {
  height: 71px; /* Image height */
}

#extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 {
  display: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
body.ie6 .clearfix, body.ie7 .clearfix { zoom: 1; }

.hideBlogLink {
  display: none;
}
