@import "forms.css";
@import "vpoll/poll.css";

/* Tiled Background Image ----------------------------------------------------- */

body {
  /* Default the y-axis as if there's no leaderBoard ad */
 background: #0c0966;
}

/* Layout components ---------------------------------------------------------- */
#spContainer {
  background: transparent url(../../../vimages/L9/subPageContainerBG.jpg) repeat-y;
  border-bottom: 1px solid #FFF;
  clear: left;
  min-height: 300px;
  width: 960px;
}

#spLocation {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  color: #0c3a92;
  font-size: 17px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0 0 0 10px;
}

#spSideBar {
  float: left;
  width: 184px;
}

#spContent {
  margin-left: 195px;
}

/* Vertical menu -------------------------------------------------------------- */
#subNav {
  margin: 0;
  padding: 0;
}

#subNav li {
  border-bottom: 1px solid #fff;
  list-style: none;
  margin: 0;
  padding: 0;
}

#subNav li a {
  display: block;
  padding: 5px 5px 5px 10px;
  text-decoration: none;
}

#subNav li a:link, #subNav li a:visited, #subNav li a:hover {
  color: #fff;
}

#subNav li.hasSubs a {
  background: transparent url(../../../vimages/L9/navArrows.gif) no-repeat right center;
  padding-right: 13px; /* navArrows.gif width */
}

#subNav li:hover {
  background-color: #cc0000;
  position: relative;
  z-index: 2;
  color: #FFF;
}

#subNav a#current2ndLevel, #subNav a#current3rdLevel {
  background-color: #0c0966; /*#5BB4E5;*/
  cursor: default;
  color: #FFF;cc0000

}

/* Flyout menu ---------------------------------------------------------------- */
#subNav ul {
  background-color: #0c3a92;
  border: 1px solid #fff;
  border-bottom: none;
  display: none;
  left: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -1px;
  z-index: 2;
}
body.ie6 #subNav ul { left: 174px; }

#subNav li:hover ul {
  display: block;
}

#subNav ul li {
  border-bottom: 1px solid #fff;
  display: inline;
  float: left;
  width: 185px;
}

/* reset */
#subNav li.hasSubs li a {
  background: none;
  padding-right: 5px;
}

/* IE6 CSS Hover Fix */
body.ie6 #subNav { behavior: url(http://www.hiawathaschools.org/javascripts/L9/cssHoverFix.htc); }

/* Content -------------------------------------------------------------------- */
#spContainer #sectionName {
  border-bottom: 1px solid #CCC;
  color: #0c0966;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 5px 5px 5px 10px;
  text-transform: uppercase;
}

#mainContent {
  padding: 10px;
  overflow: hidden; /* float containment */
}

#mainContent div.photoViewer {margin: 0 auto; text-align: center;}
#mainContent ul#breadcrumbs {border-bottom: 1px solid #000; list-style-type: none; margin: 0 0 10px 0; padding: 0 0 3px 8px;}
#mainContent ul#breadcrumbs li {display: inline; margin: 0 15px 0 0;}
#mainContent ul#breadcrumbs a {font-weight: bold; text-decoration: none;}
#mainContent div.photoViewer img {border: 2px solid #000;}
#mainContent div.photoViewer img.hovered {border: 2px solid #aaa;}

/* Section page - featured article -------------------------------------------- */
#sectionFeat {
  border-bottom: 1px solid #5BB4E5;
  padding-bottom: 1em;
  overflow: hidden; /* float containment */
}
body.ie6 #sectionFeat { height: 1%; }

#sectionFeatImgBox {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;

  box-shadow: 2px 2px 5px #999;
  -moz-box-shadow: 2px 2px 5px #999;
  -webkit-box-shadow: 2px 2px 5px #999;

  border: 1px solid #666;
  float: right;
  margin: 0 6px 5px 10px;
  padding: 1em;
}

#sectionFeatImgBox #sectionFeatImg {
  margin: 0;
}

#sectionFeatImgBox img {
  border: 1px solid #000;
}

#sectionFeatCutline {
  font-size: .85em;
}

#sectionFeatCutline .photocredit {
  text-align: right;
  margin: 0 0 .25em;
}

#sectionFeatHead {
  font-size: 1.5em;
  margin: 0;
}

#sectionFeatTag {
  font-weight: normal;
  font-size: 1.2em;
  font-style: italic;
  margin: 0;
}

#sectionFeatByline {
  font-size: .8em;
  margin: 0;
}

#sectionFeatAbs {
  margin: .5em 0;
}

#sectionFeatAbs a {
  font-weight: bold;
  white-space: nowrap;
}

/* Section page - otherArt ---------------------------------------------------- */
.otherArtHead {
  font-size: 1.2em;
  margin: .75em 0 0 0;
}

.otherArtTag {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
}

.otherArtByline {
  font-size: .85em;
  margin-top: 0;
}

.otherArtAbs {
  margin-top: .5em;
}

.otherArtAbs a {
  font-weight: bold;
  white-space: nowrap;
}

/* Articles ------------------------------------------------------------------- */


#articleBody {
  /* Float this container so that #relatedSites and #feedbackBox can be "cleared"
     without "clearing" the #left or #right divs used to frame the middle. */
  float: left;

  /* Need this to get the articleBody DIV to expand the full width of the middle column. */
  width: 100%;
}

.inverseFloat .storyImage1,
.inverseFloat .storyImage3,
.inverseFloat div.breakoutLeft,
.inverseFloat div.tableLeft,
.inverseFloat .floatLeft {
  float: left;
  margin: 0 .75em .75em 0;
}

.inverseFloat .storyImage2,
.inverseFloat div.breakoutRight,
.inverseFloat div.tableRight,
.inverseFloat .floatRight {
  float: right;
  margin: .75em 0 .75em .75em;
}

.inverseFloat .storyImage3 {
  margin-top: .75em;
}

.storyImage1, .storyImage3 {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;

  box-shadow: 2px 2px 5px #999;
  -moz-box-shadow: 2px 2px 5px #999;
  -webkit-box-shadow: 2px 2px 5px #999;

  border: 1px solid #CCC;
  float: right;
  margin: 0 0 .75em .75em;
  padding: .75em;
}

.storyImage2 {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;

  box-shadow: 2px 2px 5px #999;
  -moz-box-shadow: 2px 2px 5px #999;
  -webkit-box-shadow: 2px 2px 5px #999;

  border: 1px solid #CCC;
  float: left;
  margin: .75em .75em .75em 0;
  padding: .75em;
}

.storyImage3 {
  margin-top: .75em;
}

.imageBox {
  margin: 0 0 .25em;
  position: relative;
}

.imageBox img {
  border: 1px solid #000;
}

.imageBox a span {
  background: transparent url(../../../vimages/backend/shared/gallry_overlay.png) no-repeat;
  height: 21px;
  width: 25px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
body.ie6 .imageBox a span {
  behavior: url(http://www.hiawathaschools.org/javascripts/iepngfix.htc);
  left: 0;
  top: 0;
}

.cutline {
  font-size: .85em;
}

.photocredit {
  font-size: .95em; /* .85em; */
  margin: 0 0 .25em;
  text-align: right;
}

#artHead {
  font-size: 1.4em;
  margin: 0;
}

#artTag {
  font-size: 1.1em;
  font-style: italic;
  margin-top: 0;
}

#bylineDateBox {
  margin: 1em 0;
}

#bylineDateBox p {
  margin: 0;
}

/* relatedSites --------------------------------------------------------------- */
#relatedSites {
  border-bottom: 1px solid #CCC;
  clear: both;
}

#relatedSites h3 {
  border-bottom: 1px solid #CCC;
  font-size: 1em;
  margin: 0;
}

#relatedSites ul {
  margin: .5em 0;
  padding: 0 0 0 1.2em;
}

#relatedSites p {
  margin: 0 0 .5em;
}

/* Headlines (left column) ---------------------------------------------------- */
#sectionArticles ul {
/*  list-style-type: none;*/
  margin: 0;
  padding: 0;
}

#sectionArticles li {
  list-style: none;
  margin: .5em 0 1em;
  padding: 0;
}

#sectionArticles a {
  color: #fff;
/*  text-decoration: underline;*/
}

/* Feedback ------------------------------------------------------------------- */
#feedbackBox {
  clear: both;
  overflow: hidden;
  padding: 2.5em 0 1em 0;
  width: 100%;
}
body.ie6 #feedbackBox { height: 1%; }

#feedbackBox h3 {
  background: #0c3a92 url(../../../vimages/L9/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 th {
  background-color: #5BB4E5;
}

#feedbackBox tr.rowA td {
  background-color: #ddd;
}

#feedbackBox tr.rowB td {
  background-color: #fff;
}

#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: #0c3a92;
  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: #d4e1ee;
}

#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; }

/* Archives ------------------------------------------------------------------- */
.articleList h3 { /* Headline */
  font-size: 1.2em;
  margin: 1.5em 0 0;
}

.articleList h4 { /* Tagline */
  font-size: .95em;
  font-style: italic;
  font-weight: normal;
  margin: 0 0 .3em;
}

.articleList .bylineDate {
  font-size: .8em;
}

.articleList .articleAbs {
  margin: .3em 0;
}

#browseMonthResults {
  margin: 0;
  padding: 0;
}

#browseMonthResults li {
  list-style-type: none;
  margin: .5em 0;
}

.pageTitle {
  margin: 1em 0 0;
}

/* vList Signup --------------------------------------------------------------- */
#vlist {
  background-color: #cc0000;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: .85em;
  padding: 10px;
}
body.ie6 #vlist input { behavior: url(http://www.hiawathaschools.org/javascripts/iepngfix.htc); }

#vlist a:link, #vlist a:visited, #vlist a:hover {
  color: #fff;
  text-decoration: underline;
}

#vlist p {
  margin: 0 0 .5em;
}

#vlist #email {
  width: 83%;
}

#vlist input {
  vertical-align: middle;
}

#vlist ul {
  margin: 0;
  padding: 0;
}

#vlist li {
  display: inline;
  line-height: 18px;
  padding-right: 10px;
}

/* E-mail Article/News Update ------------------------------------------------- */
#emailArticle, #emailWrapper {
  background-color: #0c3a92;
  color: #fff;
  margin: 0;
  padding: 1em;
}

#emailArticle input, #emailArticle textarea {
  width: 250px;
}

#emailArticle .formButtons input {
  width: auto; /* Reset the width of the button */
}

#emailWrapper h4 {
  margin-bottom: 1em;
}

#emailWrapper form .formButtons {
  margin-bottom: 0;
}


#articleOptions {
  margin: 0 0 1em;
}

.articleOptions1 {
  margin: 0 auto;
  width: 145px;
}

#iconEmailArt {
  float: left;
  padding: 0 2px;
}