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

/* Layout --------------------------------------------------------------------- */
#mainContent {
  padding: 1.5em 0;
}

/* Section page - featured article -------------------------------------------- */
#sectionFeat {
  margin-bottom: 3em;
}

#sectionFeatHead {
  color: #46036D;
  font-size: 182%;
  margin: 0;
}

#sectionFeatTag {
  color: #666;
  font-size: 138.5%;
  font-weight: normal;
  margin: 0;
}

#sectionFeat .bylineDateBox {
  color: #666;
  font-size: 85%;
  font-weight: bold;
  margin: 0.5em 0 1em;
}

#sectionFeat .dateline {
  border-right: 1px solid #666;
  padding-right: 8px;
  margin-right: 8px;
}

#sectionFeat .dateline.noByline {
  border-right: 0;
}

#sectionFeatAbs {
  margin: .5em 0;
}

#sectionFeat .sectionFeatFooter {
  color: #46036D;
  font-size: 85%;
  font-weight: bold;
  text-transform: Capitalize;
}

#sectionFeat .sectionFeatFooter img {
  padding: 0 8px;
}

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

  box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
  -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);

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

#sectionFeatImgBox #sectionFeatImg {
  margin: 0;
}

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

/* Section page - other articles ---------------------------------------------- */
.otherArt {
  margin-bottom: 2em;
}

.otherArtHead {
  color: #46036D;
  font-size: 167%;
  margin: 0;
}

.otherArtTag {
  color: #00427D;
  font-size: 116%;
  margin: 0;
}

.otherArtByline {
  color: #666;
  font-size: 85%;
  font-weight: bold;
  margin: 0.25em 0 0.5em;
}

.otherArtByline .dateline {
  border-right: 1px solid #666;
  margin-right: 8px;
  padding-right: 8px;
}

.otherArtByline .dateline.noByline {
  border-right: 0;
}

.otherArtAbs {
  margin: 0.5em 0 1em;
}

.otherArtFooter {
  color: #46036D;
  font-size: 85%;
  font-weight: bold;
  padding-left: 8px;
  text-transform: Capitalize;
  white-space: nowrap;
}

.otherArtFooter img {
  padding: 0 8px;
}

/* Article Page --------------------------------------------------------------- */
#artHead {
  color: #46036D;
  font-size: 182%;
  font-weight: bold;
  margin: 0;
}

#artTag {
  color: #00427D;
  font-size: 138.5%;
  font-weight: normal;
  margin: 0;
}

#articleBody .bylineDateBox {
  color: #666;
  font-size: 85%;
  font-weight: bold;
  margin: 1em 0;
}

#articleBody .dateline {
  border-right: 1px solid #666;
  margin-right: 8px;
  padding-right: 8px;
}

#articleBody .dateline.noByline {
  border-right: 0;
}



/* Image Galleries ------------------------------------------------------------ */
.storyImage1, .storyImage2,  .storyImage3 {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;

  box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
  -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);

  border: 1px solid #CCC;
  padding: .75em;
}

.storyImage1, .storyImage3 {
  float: right;
  margin: .75em 0 .75em .75em;
}

.storyImage2 {
  float: left;
  margin: .75em .75em .75em 0;
}

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

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

body.ie7 .imageBox a {display: block;} /* IE7 needs this to position the overlay correctly */

.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(/javascripts/ie/iepngfix.htc);
  left: 0;
  top: 0;
}

.cutline {
  font-size: 85%;
}

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

/* 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;
}

/* Feedback ------------------------------------------------------------------- */
#feedbackBox {
  clear: both;
  padding: 1em 0;
  width: 100%;
}

#feedbackBox h3 {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;

  background-color: #46036D;
  border: 1px solid #46036D;
  border-bottom: 0;
  color: #fff;
  font-size: 93%;
  font-weight: normal;
  margin: 0;
  padding: .3em 0 .3em 12px;
}

#feedbackBox table {
  color: #46036D;
  font-size: 93%;
  margin-bottom: 0;
  width: 100%;
}

#feedbackBox td {
  border-top: 1px solid #999;
  vertical-align: top;
}

#feedbackBox td.feedbackAuthor {
  border-left: 1px solid #999;
  width: 95px;
}

#feedbackBox td.feedbackDate {
  padding-left: 0;
  text-align: center;
  width: 95px;
}

#feedbackBox td.feedbackDate p {
  border-left: 1px solid #999;
  margin: 0;
}

#feedbackBox td.feedbackSubject {
  border-right: 1px solid #999;
}

#feedbackBox td.noCommentsYet {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}

#feedbackBox td span {
  display: none;
}

/* Name Preview - Hover Effect */
#namePreview {
  box-shadow: 3px 3px 8px rgba(0,0,0,0.5);
  -moz-box-shadow: 3px 3px 8px rgba(0,0,0,0.5);
  -webkit-box-shadow: 3px 3px 8px rgba(0,0,0,0.5);

  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;

  background-color: #46036D;
  border: 1px solid #46036D;
  font-size: 93%;
  padding: 8px 8px 3px 0;
  position: absolute;
  top: -500px;
  z-index: 3;
}

#namePreview p {
  margin: 0 0 5px;
  text-align: left;
}

#namePreview p strong {
  float: left;
  text-align: right;
  width: 85px;
}

#namePreview p span {
  padding-left: 10px;
}

/* Add New Comment Link - Top */
#feedbackBox #anc2 {
  background-color: #46036D;
  border: 1px solid #46036D;
  border-bottom: 0;
  color: #fff;
  font-size: 93%;
  font-weight: normal;
  margin: 0;
  padding: .3em 0 .3em 12px;
}

/* Add New Comment Link - Bottom */
#feedbackBox #anc, #feedbackBox noscript {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;

  background-color: #46036D;
  border: 1px solid #46036D;
  color: #fff;
  font-size: 93%;
  font-weight: normal;
  margin: 0;
  padding: .3em 0 .3em 12px;
}

#feedbackBox noscript {
  display: block;
}
body.ie6 #feedbackBox noscript, body.ie7 #feedbackBox noscript, body.ie8 #feedbackBox noscript { border: 0; padding: 0; }

#feedbackBox p a:link, #feedbackBox p a:visited {
  color: #fff;
  text-decoration: none;
}

#feedbackBox p a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Add New Comment form */
#fbForm, #ajaxLoading {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;

  border: 1px solid #999;
}

#fbForm p {
  color: #46036D;
  font-size: 93%;
  margin: 0;
  padding: .5em;
}

#fbForm .backgroundError {
  background-color: #d4e1ee;
}

#fbForm .formItems label {
  display: block;
  float: left;
  text-align: right;
  width: 170px;
}

#fbForm p.formItems span {
  display: block;
  margin-left: 180px;
}

#fbForm p.formItems span label {
  display: inline;
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
}

#fbForm .formItems input, #fbForm .formItems textarea {
  width: 95%;
}

#fbForm #fbYes, #fbForm #fbNo {
  width: auto;
}

#fbForm .formItems span.spacer {
  clear: both;
  display: block;
  height: 1px;
  overflow: hidden;
}

#fbForm .formButtons {
  text-align: center;
}

body.ie6 #fbForm p.formItems span label { position: relative; }

/* Archives ------------------------------------------------------------------- */
.articleList {
  margin: 0 0 1.5em;
}

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

.articleList h4 { /* Tagline */
  color: #46036D;
  margin: 0;
}

.articleList .bylineDate {
  color: #666;
  font-size: 85%;
  font-weight: bold;
  margin: .25em 0 .5em;
}

.articleList .bylineDate .dateline {
  border-right: 1px solid #666;
  margin-right: 8px;
  padding-right: 8px;
}

.articleList .bylineDate .dateline.noByline {
  border-right: 0;
}

.articleList .articleAbs {
  margin: 0;
}

.articleList .articleAbs a {
  font-size: 85%;
  font-weight: bold;
  margin-right: 5px;
  text-transform: Capitalize;
  white-space: nowrap;
}

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

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

.pageTitle {
  margin: 1em 0 0;
}

/* E-mail Article/News Update ------------------------------------------------- */
#emailArticle, #emailWrapper {
  background-color: #00427D;
  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;
}

/* Gallery - Thumbnails ------------------------------------------------------- */
#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;
}


#articleOptions {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  clear: both;
  margin: 1em 0;
  padding: 5px 0;
  text-align: center;
}

#articleOptions img {
  vertical-align: middle;
}

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

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


