/*
 *****************************************
 * 16 Columns
 * @50px each
 * w/10px gutter
 * 950 total layout width
 * 5px padding on either side
 * 960 wide
 * huzzah
 * (+5px on either side cuz it felt right)
 * 970px total
 *****************************************
 */

/*
 *****************************************
 * General Structure
 *****************************************
 */

#wrap,
body.center #wrap {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
  body.left #wrap {
    margin-left: 0;
  }
  body.verts_off {
    margin-top: 5px;
  }
a:link,
a:visited {
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
}
#navigation,
#sidebar,
#content {
  float: left;
}
#sidebar {
  width: 170px;
  margin-right: 5px;
  margin-top: 1em;
}
#content {
  width: 650px;
  margin: 0 10px;
  margin-top: 1em;
  position: relative;
  overflow: hidden;
}
  body.sidebar_off #content {
    width: 830px;
    margin-right: 0;
  }
  body.sidebar_off #sidebar {
    display: none;
  }
  body.stripped #content {
    width: 950px;
    margin-left: 5px;
  }
#story_body {
  margin-bottom: 5em;
}
/*
 *****************************************
 * Header
 *****************************************
 */
#header {
  width: 970px;
  height: 35px; /* put back to 30 for animation */
  margin-left: -5px;
  margin-bottom: 1em;
  overflow: hidden;
  background-image: url(../images/skinnable/header_background.png);
  background-position: top;
  background-repeat: repeat-x;
  position: relative;
}
  #header #header_close {
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 12px;
    top: 48px;
  }
#masthead {
  height: 90px;
}
#logo {
  width: 212px;
  height: 90px;
  float: left;
  margin-left: 5px;
}
  #logo a {
    display: block;
    height: 90px;
    width: 212px;
  }
/*
 *****************************************
 * Weather
 *****************************************
 */
#weather {
  height: 189px;
  position: relative;
  margin-bottom: 1em;
}
#weather_icon {
  position: absolute;
  top: 0;
  right: 0;
}
#weather_overlay {
  height: 189px;
  width: 170px;
  background-image: url(../images/skinnable/weather.png);
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
#weather_text {
  color: #fff;
  position: absolute;
  top: 60px;
  left: 5px;
  width: 160px;
  font-size: 1.25em;
	font-variant: small-caps;
	line-height: 1.5em;
	text-align: center;
	font-weight: normal;
}
#weather_temp {
  font-size: 40px;
  letter-spacing: -3px;
  color: #fff;
  position: absolute;
  text-align: center;
  width: 85px;
  top: 2px;
  left: 2px;
}
#weather_high,
#weather_low {
  position: absolute;
  top: 8px;
  right: 55px;
  color: #fff;
  width: 50px;
  text-align: right;
}
#weather_low {
  top: 25px;
}
#weather_sponsor,
#weather_sponsor_code {
  position: absolute;
  top: 98px;
  left: 26px;
  z-index:2;
}
/*
 *****************************************
 * Monster / Zillow
 *****************************************
 */

#monster,
#zillow,
#autoconx,
#classifieds {
  width: 230px;
  height: 100px;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  padding-top: 5px;
}
#monster {
  background-image: url(../images/icons/new/jobs.png);
  left: 10px;
  padding-left: 35px;
}
#zillow {
  background-image: url(../images/icons/new/homes.png);
  left: 255px;
  padding-left: 35px;
  z-index: 2;
}
#autoconx {
  background-image: url(../images/icons/new/auto.png);
  padding-left: 35px;
  left: 500px;
}
#classifieds {
  background-image: url(../images/icons/new/merch.png);
  padding-left: 35px;
  left: 740px;
}
input.query {
  width: 130px;
  z-index: 2;
  font-weight: bold;
  color: #444;
  padding: 2px;
}
/*
 *****************************************
 * Breaking News
 *****************************************
 */
#breaking_news {
  height: 1.5em;
  font-size: 14px;
  line-height: 1.5;
  margin-left: 5px;
  width: 950px;
  margin-bottom: .5em;
  margin-top: 1em;
  overflow: hidden;
}
#breaking_news dt {
  width: 212px;
  text-align: right;
  color: #ffffff;
  float: left;
}
#breaking_news dd {
  margin-left: 28px;
  width: 700px;
  float: left;
  height: 0;
}
#breaking_news dd ul,
#breaking_news dd ul li {
  list-style-type: none;
  font-size: inherit;
  line-height: inherit;
  font-size: 14px;
}
#breaking_news li {
}
#breaking_news a {
  display: block;
}

/*
 *****************************************
 * Footer
 *****************************************
 */
#footer {
  clear: both;
  width: 950px;
  padding: 1em 10px;
  margin-top: 1em;
  margin-left: -6px;
  background-image: url(../images/skinnable/footer_background.png);
  background-position: bottom;
  background-repeat: repeat-x;
}
  #footer h4 {
    clear: both;
    margin-bottom: 1em;
    padding-top: 1em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-weight: bold;
    padding-bottom: .25em;
  }
  #footer dt {
    width: 110px;
    text-align: right;
    float: left;
    clear: both;
    font-size: 1.25em;
    line-height: 1;
    font-weight: bold;
    color: #eeeeee;
    margin-bottom: 7px;
  }
  #footer dd {
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.25;
    float: right;
    margin-left: 7px;
  }
  #footer dd ul {
    list-style-type: none;
    margin: 0;
  }
  #footer dd ul li {
    display: inline;
    line-height: 1;
    text-align: left;
  }
  #copyright {
    padding-top: 5px;
  }
  #copyright p {
    clear:both;
    font-size: 90%;
    line-height: 1;
    text-align: right;
  }
  #footer #footer_ad {
    text-align: center;
    background-color: #404040;
    border: 1px solid #252525;
    color:#ccc;
    padding: 5px 0;
  }
  #footer #evie_bigad {
    margin: 0 25px;
  }
  #footer_ad a img {
    border: 1px solid #393939;
  }
  a.top_link {
    display: block;
    clear: both;
    text-indent: -9999em;
    border-bottom: 1px solid #eeeeee;
    background-image: url(../images/triangle_up.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 2em;
  }
  #site_map {
    float: left;
    width: 625px;
  }
  #site_map dd {
    width: 505px;
  }
  #contact_us {
    float: right;
    width: 300px;
  }
  #footer h4 a:link,
  #footer h4 a:visited {
    color: #fff !important;
  }
  .footer_block {
    float: right;
    width: 300px;
  }
  #footer_bottom {
    clear: both;
    padding-top: 30px;
  }
  #footer .address {
    text-align: center;
    padding-top: 5px;
  }

/*
 *****************************************
 * Advertising
 *****************************************
 */
#leaderboard {
  float: right;
  width: 728px;
  height: 90px;
  margin-right: 5px;
}
.big_ad {
  text-align: center;
  clear:both;
  margin-bottom: 1em;
  padding: 1em 0;
  width: 348px;
  border-width: 1px;
  border-style: solid;
}
#big_ad2 {
  margin-top: 1em;
}
#ros_ad {
  margin-bottom: 1em;
  text-align: center;
  padding: 1em 0;
  width: 348px;
  border-width: 1px;
  border-style: solid;
}
#skyscraper {
  text-align: center;
  margin-bottom: 1.8em;
}
#pencil_ad {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 950px
}
#skybar {
  text-align: center;
  margin-bottom: 1em;
  padding: 1em 0;
  width: 348px;
  border-width: 1px;
  border-style: solid;
}
#skybar_left,
#skybar_middle,
#skybar_right {
  padding: .5em 0;
  text-align: center;
}
#bottom_leader {
  clear:both;
  border-top:1px solid #eee;
  text-align:center;
  padding-top: 10px;
  margin: 0 5px
}
/*
 *****************************************
 * Search Form
 *****************************************
 */
#search {
  text-align: right;
  height: 50px;
  line-height: 50px;
  top: -1px;
  position: absolute;
  right: 5px;
  /*
  right: -500px;
  width: 550px;
  background-image: url(../images/skinnable/search_background.png);
  background-position: right;
  background-repeat: no-repeat;
  */
}
#search #stext {
  width: 150px;
}
#search #search_section {
  width: 200px;
}
#search legend {
  display: none;
}
/*
 *****************************************
 * Features Column
 *****************************************
 */
#features {
  width: 350px;
  margin-left: 10px;
  float: right;
}

#features .widget {
  margin-bottom: 1em;
  clear: both;
}
#features .widget p {
  font-size: 1.25em;
}
  #features .frontpage {
    text-align: center;
  }
#features .widget .widget_title,
#evie_widget h1 {
  font-size: 1.5em;
	font-variant: small-caps;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: .75em;
	text-align: right;
	font-weight: normal;
}
  #evie_widget {
    border: none;
    background-color: transparent;
  }
  #calendar_wrapper {
  width: 338px !important;
  padding: 5px !important;
  margin-bottom: 5px !important;
  }
  #calendar {
  width: 320px !important
  }
/*
 *****************************************
 * Story Features Column
 *****************************************
 */
#story_features {
  width: 350px;
  margin-left: 10px;
  margin-top: 2em;
  float: right;
  padding-top: 1px;
}
#story_features {
  margin-top: 0;
}
.default_sidebar h4 {
  margin-bottom: 0;
}
#story_features .story_sidebar {
  padding: 1em;
}
/*
 *****************************************
 * Story Treatment
 *****************************************
 */

#section_header {
  padding: .5em;
}
body.sidebar_off #section_header {
  background-position: top right !important;
}
div.pull_quote {
  width: 100px;
  margin: 2em 0 2em 10px;
  text-align: right;
  float: right;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: .5em 5px;
  font-size: 2em;
  line-height: 2;
  position: relative;
  background-image: url(../images/skinnable/pull_quote.png);
  background-position: left top;
}
#display #related_content + p:first-line {
	font-variant:small-caps;
}

/*
 *****************************************
 * Headlines
 *****************************************
 */
#headlines_wrap {
  overflow: hidden;
}
#headlines_wrap,
#headline_list{
  clear: both;
  float: left;
  width: 290px;
}
#features_column {
  float: right:
  width: 350px;
}

  body.sidebar_off #headlines_wrap,
  body.sidebar_off #headline_list {
    width: 470px;
  }
#features_column dt,
#headline_list dt {
  font-size: 1.5em;
	
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: .75em;
}
  #features_column dt {
    text-align: right;
  }
  #features_column dt.large,
  #headline_list dt.large {
    font-size: 1.75em;
  }
  #features_column dt.white,
  #headline_list dt.white {
    color: #fff;
    padding-left: 2px;
  }
  #features_column dd ul,
  #headline_list dd ul {
    list-style-type: none;
  }
  body.homepage #features_column dd ul,
  body.homepage #headline_list dd ul {
    list-style-type: square;
    list-style-position: outside;
    padding-left: 1.25em;
  }
  #features_column dd {
    margin-bottom: 1em;
  }
  #features_column dd ul li,
  #headline_list dd ul li {
    margin-bottom: .5em;
    padding-top: .5em;
    border-top-width: 1px;
    border-top-style: solid;
    clear: right;
  }
    #features_column dd.condensed ul li.tease_1,
    #headline_list dd.condensed ul li.tease_1 {
      padding-bottom: .5em;
    }
    #features_column dd.condensed ul li,
    #headline_list dd.condensed ul li {
      border: none;
      margin-bottom: .25em;
      padding-top: .25em;
      padding-left: .5em;
    }
  #features_column dd ul li a,
  #headline_list dd ul li a {
  	font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25em;
    line-height: 1.25;
    text-decoration: none;
  }
  body.homepage #features_column dd ul li.tease_1,
  body.homepage #headline_list dd ul li.tease_1 {
    margin-left: -1em;
  }
  #features_column dd ul li.tease_1,
  #headline_list dd ul li.tease_1 {
    border: none;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: .5em;
  }
  #features_column dd ul li.tease_1 p,
  #headline_list dd ul li.tease_1 p {
    margin-bottom: 0;
    margin-top: .5em;
  }
  #headline_list dd ul li.tease_1 img {
    display: block;
    float: right;
    margin-left: 10px;
    margin-bottom: .5em;
    width: 108px;
    border-style: solid;
    border-width: 1px;
  }
  #features_column dd ul li.tease_1 img {
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: .5em;
    width: 108px;
    border-style: solid;
    border-width: 1px;
  }
  #headline_list dd ul li.tease_2 img {
    display: block;
    float: right;
    margin-left: 10px;
    margin-bottom: .5em;
    width: 48px;
    border-style: solid;
    border-width: 1px;
  }
  #features_column dd ul li.tease_2 img {
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: .5em;
    width: 48px;
    border-style: solid;
    border-width: 1px;
  }
  #features_column dd ul li.tease_1 a,
  #headline_list dd ul li.tease_1 a {
    font-size: 1.75em;
    line-height: .9;
  }
  #features_column dd ul li p a.more_link,
  #headline_list dd ul li p a.more_link {
    font-size: inherit;
    line-height: inherit;
  }
  #features_column dd ul li p.meta,
  #headline_list dd ul li p.meta {
    display:block;
    background-color:#eee;
    font-size:.75em;
    color:#333;
    margin-bottom: -.5em;
    margin-top: .25em;
    padding: 0;
    clear: right;
  }
  #features li.tease_1 p {
    font-size: 1em;
  }
  #features_column dd ul li p a,
  #headline_list dd ul li p a {
    font-size: 1em !important;
    line-height: 1em !important;
  }

/*
 *****************************************
 * Navigation
 *****************************************
 */

#navigation {
  width: 110px;
  margin-left: 5px;
  padding-top: 1.8em;
  margin-top: 1em;
}
#navigation ul {
  list-style-type: none;
  padding: 0;
  font-size: 1em;
}
#navigation ul ul {
  margin: 0;
  padding: 0;
}
#navigation ul li a:link,
#navigation ul li a:visited {
  padding: .25em .5em;
  text-decoration: none;
  display: block;
  color: #f4f4f4;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#navigation ul li a {
  background-position: right center;
  background-repeat: no-repeat;
}
#navigation ul li a:hover {
  background-color: #444;
}
#navigation ul li.button_nav a:link,
#navigation ul li.button_nav a:visited {
  text-indent: -9999em;
}
#navigation ul li.button_nav_text a:link,
#navigation ul li.button_nav_text a:visited {
  text-indent: 0;
}
#navigation ul li.button_nav a:hover,
#navigation ul li.button_nav_text a:hover {
  background-color: transparent;
}
#skip {
  position: absolute;
  top: -10em;
  height: 1em;
}
/*
 *****************************************
 * Related Content
 *****************************************
 */
.related_content {
  width: 348px;
  border-width: 1px;
  border-style: solid;
  float: right;
  margin-left: 10px;
  margin-bottom: .5em;
}
.related_content h4 {
  clear: both;
}
  .related_photos, .related_videos {
    list-style-type: none;
    margin: 1em 10px;
  }
  .related_photos li, .related_videos li {
    margin-top: 1em;
    padding-top: 1em;
    border-top-width: 1px;
    border-top-style: solid;
    clear: both;
    font-size: .85em;
    line-height: 1;
  }
    .related_photos li.photo_1 {
      border: none;
      margin-top: 0;
      padding-top: 0;
    }
  .related_photos li p {
    width: 150px;
    margin-right: 10px;
    float: right;
    clear: both;
  }
  .related_photos li a {
    float: left;
    width: 160px;
    margin-bottom: 1em;
  }
  .related_videos li a {
    display: block;
    margin: auto;
  }
  .related_photos li a img {
    border-width: 1px;
    border-style: solid;
    margin: -1px;
  }
  .related_photos li a:hover img {
    border-width: 2px;
    margin: -2px;
  }
.related_links {
  margin: 1em 10px;
	list-style: square;
}
  .related_links li {
    margin-left: 1em;
  }
/*
 *****************************************
 * AJAX and Dynamic Graphics
 *****************************************
 */
#loading_indicator {
  background-image: url(../images/skinnable/loading.gif);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 5em;
  width: 645px;
  height: 25px;
}
#premium_ads {
  margin: 1.8em 5px;
  height: 400px;
  width: 158px;
  overflow: hidden;
  background-color: #fff;
  background-image: url(../images/skinnable/loading.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.premium_ad {
  margin: .25em .5em;
  border-bottom: 1px solid #ccc;
  padding: .5em 0;
}

/*
 *****************************************
 * Slideshow
 *****************************************
 */
ul.slideshow {

}
ul.slideshow li {
  float: left;
  width: 208px;
  height: 208px;
  background-color: #222;
  border: 1px solid #000;
  text-align: center;
  list-style-type: none;
  list-style-position: outside;
  line-height: 208px;
  margin: 3px;
}
ul.slideshow li a {
  width: 208px;
  height: 208px;
  display: block;
  line-height: 208px;
}
ul.slideshow li a:hover {
  background-color: #444;
}
ul.slideshow li a img {
  border: 1px solid #fff;
  vertical-align: middle;
}
/*
 *****************************************
 * Widgets
 *****************************************
 */
#ap_video_left,
#ap_video_right {
  width: 48%;
}
#ap_video_left {
  float: left;
}
#ap_video_right {
  float: right;
}

/*
 *****************************************
 * I'm stuck on Band-aid cuz
 * Band-aid's stuck on me!
 *****************************************
 */
#control_panel {
  position: absolute;
  left: -999em;
}








/*
 *TEMP
 */

#bizmarquee .original,
#bizmarquee .highlight,
#bizmarquee .contrast,
#bizmarquee .narrow {
  height: 40px;
  border: 2px solid #ccc;
  line-height: 18px;
  text-align: left;
  background-color: #fff;
  font-size: 12px;
  width: auto;
}

#bizmarquee .original strong,
#bizmarquee .highlight strong,
#bizmarquee .contrast strong,
#bizmarquee .narrow strong {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 150px;
  background-color: #ccc;
  text-align: center;
}

#bizmarquee .original .innerDiv,
#bizmarquee .highlight .innerDiv,
#bizmarquee .contrast .innerDiv {
  width: 340px !important;
  margin-left: 160px;
}
#bizmarquee .narrow .innerDiv {
  width: auto;
  margin-left: 0;
}
#bizmarquee .original a:link,
#bizmarquee .original a:visited,
#bizmarquee .highlight a:link,
#bizmarquee .highlight a:visited,
#bizmarquee .contrast a:link,
#bizmarquee .contrast a:visited,
#bizmarquee .narrow a:link,
#bizmarquee .narrow a:visited {
  font-weight: bold;
}
#bizmarquee .original a:hover,
#bizmarquee .original a:active,
#bizmarquee .highlight a:hover,
#bizmarquee .highlight a:active,
#bizmarquee .contrast a:hover,
#bizmarquee .contrast a:active,
#bizmarquee .narrow a:hover,
#bizmarquee .narrow a:active {
  color: #cc0000;
  text-decoration: underline;
}

#bizmarquee .highlight {
  border: 2px solid #cc0000;
  background-color: #ffcc33;
  color: #000;
  font-weight: bold;
}
#bizmarquee .highlight strong {
  background-color: #ff6600;
  color: #fff;
}
#bizmarquee .highlight a:link,
#bizmarquee .highlight a:visited {
  color: #cc0000;
}
#bizmarquee .highlight a:hover,
#bizmarquee .highlight a:active {
  color: #ff6600;
  text-decoration: underline;
}
#bizmarquee .contrast {
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
  font-weight: bold;
}
#bizmarquee .contrast strong {
  background-color: #000;
  color: #fff;
}
#bizmarquee .contrast a:link,
#bizmarquee .contrast a:visited {
  color: blue;
}
#bizmarquee .contrast a:hover,
#bizmarquee .contrast a:active {
  text-decoration: underline;
}
#bizmarquee .narrow {
  padding-top: 18px;
  position: relative;
  height: 42px;
  width: 346px;
}
#bizmarquee .narrow strong {
  border-bottom: none;
  height: 22px;
  z-index: 2;
  width: 100%;
}
#bizmarquee .narrow .innerDiv {
  margin-top: 20px;
  margin-left: 0;
  z-index: 1;
  text-align: center;
}
/*
end cw 12.8.2008
cw 03.05.2009
*/
.comment_add {
  display: block;
  text-align: center;
  font-size: 1.5em;
  padding-bottom: 1em;
}
#cnhi_comments {
  margin: 10px 0;
  width: 100%;
  border: 0;
  padding: 0;
  font-size: 12px;
}
#cnhi_comments th {
  display: none;
  font-weight: bold;
  font-size: 14px;
  padding-top: 4px;
  text-indent: 10px;
  background-color: #ccc;
}
#cnhi_comments td,
#cnhi_comments th  {
  border-bottom: 2px solid #ccc;
  padding-bottom: 4px;
}
#cnhi_comments td span {
  display: block;
  padding: 2px;
  text-indent: 10px;
  margin-bottom: 4px;
  background-color: #f4f4f4;
}
#cnhi_comments p {
  margin: 0;
  padding: 5px 10px;
}
#cnhi_comments em {
  font-size: 10px;
  color: #999;
  font-style: italic;
  display: block;
  padding-top: 8px;
  padding-right: 4px;
  text-align: right;
}
#cnhi_comments strong {
  font-weight: bold;
}
#cnhi_comments p strong {
  display: block;
}
/*
end cw 03.05.2009
*/

/*
 * Big Story
 */
#big_story {
  margin: 0 5px 10px 5px;
}

/*
 * Featured Stories Teases
 */
#featured_stories {
  margin: 0 5px 5px 5px;
  height: 50px;
  overflow: hidden;
  width: 950px;
}
.featured_teaser {
  width: 212px;
  height: 45px;
  margin: 0 10px 0 0;
  background-color: aqua;
  color: #fff;
  float: left;
}
.dojoxScrollWindow {
	position:relative;
}
.dojoxScrollHelper .helperInner {
	visibility: hidden;
}
.dojoxScrollHelper {
	border:1px solid #b7b7b7;
	width:4px;
	background:#003366;
	height:4px;
	position:absolute;
	bottom:0;
	left:4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.dojoxScrollWrapper {
 	width:100%;
}
/*
 * Big story
 */
#big_story {
  padding: 0;
  margin: 0;
  list-style-type: none;
  height: 0px;
  overflow: hidden;
  margin-top: 1em;
  height: 130px;
  width: 950px;
  margin-left: 5px;
  *margin-left: -10px;
  _margin-left: -5px;
  *width:965px;
}
#big_story h3 {
  font-weight: normal;
}
#big_story li {
  height: 130px;
  margin: 0;
  padding: 0;
}
#big_story li.big_story_empty {
  display: none;
}
  #big_story .big_story_left a.big_story_lead_photo img {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid #000;
  }
  #big_story .big_story_left a.big_story_sec_photo img {
    float: left;
    border: 1px solid #000;
    margin-left: 10px;
    margin-bottom: 5px;
  }
  #big_story .big_story_right a.big_story_lead_photo img {
    float: right;
    margin-left: 2em;
    margin-bottom: 1em;
    border: 1px solid #000;
  }
  #big_story .big_story_right a.big_story_sec_photo img {
    float: right;
    margin-left: 2em;
    margin-bottom: 1em;
    border: 1px solid #000;
  }
#big_story h3 a:hover,
#big_story h3 a:active {
  text-decoration: underline;
}
#navigation {
  clear:both;
}
.slideShowWrapper, .thumbOuter {
  margin-left: auto !important;
  margin-right: auto !important;
}
#gallery {
  background-image: url(../images/skinnable/loading.gif);
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  _height: 400px;
}
.slideShowWrapper {
  padding-bottom: 60px !important;
}
.slideShowTitle {
  text-align: left;
  line-height: 1.25;
  width: 100%;
}
.slideShowTitle em {
  font-size: .8em;
}
.slideShowCounterText {
  display: block;
  text-align: right;
}
.slideShowNav {
 bottom: -55px !important;
  _height: 1px !important;
  _width: 600px !important;
}
.slideShowImageWrapper {
  _height: 1px !important;
  _width: 1px !important;
  _float: none !important;
  _align: center !important;
}
.slideShowCtrlPlay {
  margin-left: -25px !important;
  left: 50% !important;
}
/* fix for weather page color */
.weather .headerTD a {
  color: white !important
}






.story_tools {
  text-align: right;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  padding-bottom: .5em;
}
.story_tools .text_only {
  margin-top: .5em;
  font-weight: bold;
}

















#widget_latest_photos .slideShowWrapper, .thumbOuter {
  margin-left: auto !important;
  margin-right: auto !important;
}
#widget_latest_photos .slideShowWrapper {
  padding-bottom: 0 !important;
}
#widget_latest_photos .slideShowTitle {

}
.slideShowCounterText {
  display: block;
  text-align: right;
}
#widget_latest_photos .slideShowNav {

}
#widget_latest_photos .slideShowImageWrapper {
  _height: 1px !important;
  _width: 1px !important;
  _float: none !important;
  _align: center !important;
}
#widget_latest_photos .slideShowCtrlPlay {
  margin-left: -25px !important;
  left: 50% !important;
}


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




#section_sponsor {
background-color: #ddd;
height: 2em;
line-height: 2;
padding-left: 1em;
margin-bottom: 1.5em;
margin-top: -1.5em;
font-size:1.2em;
}
#section_sponsor a:link,
#section_sponsor a:visited {
color:#660000;
text-decoration: underline;
}
#section_sponsor a:hover,
#section_sponsor a:active {
color: inherit;
text-decoration: none;
}
#section_sponsor a:hover strong,
#section_sponsor a:active strong{
color: #660000;
}







dd.new_ndn_widget a:link,
dd.new_ndn_widget a:visited {
  display:block;
  padding: 5px;
  clear: both;
  font-size: 12px;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  width: 100%;
  overflow: auto;
}
dd.new_ndn_widget a:hover {
  background-color: #eee;
}
dd.new_ndn_widget a img {
  display:block;
  float:left;
  margin:0 5px 2px 0;
  border: 1px solid #333;
}
dd.new_ndn_widget a:hover img {
  border-color: #fff;
}
dd.new_ndn_widget a strong {
  font-size: 14px;
  display:block;
}





#comments_sponsor {
padding: 5px;
margin-top: -1.5em;
margin-bottom: 5px;
background-color: #ddd;
}
#comments_sponsor a:link,
#comments_sponsor a:visited {
display:block;
}

#comments_sponsor a:hover,
#comments_sponsor a:active {
color: #222;
text-decoration: none;
}


#search_results {
  width: 620px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd));
  background: -webkit-linear-gradient(top, #ffffff 0%,#dddddd 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#dddddd 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#dddddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
  background: linear-gradient(top, #ffffff 0%,#dddddd 100%);
  -webkit-box-shadow: 0px 5px 5px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 5px 5px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 5px 5px rgba(50, 50, 50, 0.75);
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 1.5em;
  padding: 10px;
  position: absolute;
  top: 45px;
  left: 5px;
  z-index:999999;
}
#search_results div.search_result {
  padding: 10px 5px 5px 10px;
  border-bottom: 1px solid #ccc;
  margin: 0;
}
#search_results div.search_result:hover {
  background-color: #fff;
  cursor: pointer;
}
  #search_results div.search_result a:link,
  #search_results div.search_result a:visited {
    display: block;
    cursor: pointer;
  }
  #search_results div.search_result a:hover,
  #search_results div.search_result a:active {
    cursor: pointer;
    text-decoration: none !important;
  }
  #search_results div.search_result span {
    font-size: .75em;
    color: #666;
    font-style: italic;
    display: block;
    text-align: right;
    margin-top: 10px;
  }
#search_results h4 {
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  color: #535353;
  text-transform: uppercase;
  border-bottom: 1px solid #535353;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#close_footer:link,
#close_footer:visited {
  background-image: url(../images/16x16_X.png);
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 400px;
  margin: auto;
  height: 16px;
  text-indent: -99999em;
}
#close_search:link,
#close_search:visited {
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  background-image: url(../images/16x16_X.png);
  background-position: right;
  background-repeat: no-repeat;  
  width: 16px;
  height: 16px;
  text-align: right;
  width: 200px;
  padding-right: 20px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
  color: #7f7f7f;
}
#close_footer:hover,
#close_footer:active,
#close_search:hover,
#close_search:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  text-decoration: none;
}
#results_count {
  display: block;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #7f7f7f;
  padding-bottom: 10px;
  color: #7f7f7f;
}
#current_results {
  font-style: italic;
}
#search_footer {
  padding-top: 10px;
}
.prev_results,
.next_results {
  display: block;
  width: 100px;
  height: 16px;
  background-repeat: no-repeat;
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  color: #7f7f7f !important;
  text-transform: uppercase;
  font-weight: bold;
}
.prev_results {
  float: left;
  text-align: left;
  padding-left: 20px;
  background-position: left;
  background-image: url(../images/16x16_prev.png);
}
.next_results {
  float: right;
  text-align: right;
  padding-right: 20px;
  background-position: right;
  background-image: url(../images/16x16_next.png);
}
.prev_results:hover,
.prev_results:active,
.next_results:hover,
.prev_results:active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  text-decoration: none;
}