body {
  font-family: verdana, sans-serif;
  font-size: 12px;
  background-color: #e1e1e1;
}

/* #a) Top Leaderboard# */
 
#top-leaderboard  {
  margin: 0px auto 8px;
  text-align:center;
  width: 1140px;
}

.standard-leaderboard {
  float: left;
  margin-left: 75px;
  margin-bottom: 10px;
  width: 728px;
}

.dogear-leaderboard {
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 252px;
}

/* #b) Page Wrapper# */

#page-wrapper {
  width: 1140px;
  margin: 8px auto;
  clear: left;
}

/* #f) Content Placeholder# */

#content-placeholder {
  width: 1140px;
  margin: 0px;
  padding: 0px;
  color: #000;
}

#content-column {
  float: left;
  width: 820px;
  padding-top: 18px;
  background-color: #fff;
} 

#ad-column {
  float: left;
  width: 320px;
  padding-top: 5px;
  margin-left: 15px;
  background-repeat: repeat-x;
  overflow: hidden;
}

/* #j)Right Rail - Ads-Promos# */

/* #j)Right Rail - Ads-Promos/1)300x250 Ad# */


.rectangle-ad {
  border: solid 5px #e5e5e5;
}

/* #j)Right Rail - Ads-Promos/2)Skyscraper Ad# */

#skyscraper-ad {
  width: 300px;
  height: 608px;
  margin: 0 auto;
  text-align: center;
}

/* #j)Right Rail - Ads-Promos/3)Cape Fear Wheels# */

#cape-fear-wheels  {
  width: 160px;
  overflow: hidden;
  margin: 0px 78px 0px 78px;
  background-color: #fff;
  text-align: center;
}

.cfw-bg {
  margin: 0px 78px 0px 78px;
}


/* #j)Right Rail - Ads-Promos/4)Marketplace Bar# */

#marketplace-bar {
   width: 160px;
   margin: 10px auto;
   padding: 0px;
}

#marketplace-upper {
   width: 160px;
   height: 54px;
   margin: 0px;
}

#marketplace-middle {
   margin: 0px;
   padding: 3px 10px 5px 10px;
}

#marketplace-lower {
   width: 160px;
   height: 19px;
   margin: 0px;
}

.marketplace-image {
   clear: left; 
   float: left;
   width: 40px; 
   height: 40px;
   margin-bottom: 6px;
}

.marketplace-text {
   clear: right;
   font-size: 11px;
   float: right;
   margin-bottom: 6px;
   width: 134px;
   text-align: left;
}

.marketplace-keyword {
   font-weight: bold;
   color: #0d3f1b;
}

.marketplace-divider {
   clear: both;
   font-size: 0px;
   margin: 0px auto 5px;
   width: 140px;
   border-bottom: #ccc 1px solid;
   height: 0px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* --- Styles for the Additional Content Box ---*/
#news-box ul {
  margin-top: 4px;
  margin-left: 17px;
  padding-left: 0px
}

#news-box li {
  padding-top: 2px;
  padding-bottom: 2px;
}

.font-timestamp {
  display: none;
}

/* --- Styles for the Forum Content Island ---*/
#forum-content ul { margin-top: 4px; margin-left: 17px; padding-left: 0px; }

.frame {
    position: relative;
    border: 2px solid #000;
    width: 1000px;
    background-color: #ddd;
}

.header {
    height: 112px;
    background-image: url('/elements/images/background.png');
    background-repeat: repeat-x;
}

.nav {
    margin-top: 2px;
    margin-bottom: 6px;
    padding: 2px;
    background-color: #999;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.nav a {
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.nav a:hover {
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    font-weight: bold;
    background-color: #fff;
    color: #999999;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.column {
    width: 210px;
    text-align: center;
}

.content {
    padding: 8px;
    border: none;
    background-color: #fff;
}

.footer {
    clear: both;
    color: #fff;
    padding: 0px;
    text-align: center;
}

.footer a {
     text-decoration: none;
     color: #fff;
}

.footer a:hover {
    color: #666;
}


/* --- Tabbed Box Styles --- */
.fgtab {
    font-size: 10px;
    margin-right: -1px;
    padding-left: 3px;
    padding-right: 3px;
    border: 1px solid #000;
    border-bottom: 1px solid #EDEED5;
    display: inline;
    text-align: center;
    list-style-type: none;
    cursor: pointer;
    position: relative;
    z-index: 2;
    background-color: #EDEED5;
}

.bgtab {
    font-size: 10px;
    margin-right: -1px;
    padding-left: 3px;
    padding-right: 3px;
    border: 1px solid #000;
    display: inline;
    text-align: center;
    list-style-type: none;
    cursor: pointer;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.fgbox {
    background-color: #fff;
    margin: 0px;
    padding: 4px;
    border: 1px solid #9B9B8D;
    display: block;
}

.bgbox {
    display: none;
}

#content-column-left p a {
  color: #000;
}

#content-column-left p a:hover {
  text-decoration: underline;
}

/* ------ Stories ------ */
.font-story_kicker {
    color: #336699;
    background-color: #efefef;
    font-family: sans-serif, verdana;
    font-size: 10px;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    margin-bottom: 5px;
}

.font-story_label {
    font-size: 12px;
    font-weight: bold;
    color: #909090;
}

.font-story_headline {
    font-family: sans-serif, verdana;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.font-story_headline a {
    color: #59595b;
    text-decoration: none;
    font-family: sans-serif, verdana;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.font-story_headline a:hover {
    color: #5d8761;
    text-decoration: none;
    font-family: sans-serif, verdana;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.font-story_headline-18 {
    font-family: sans-serif, verdana;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.font-story_headline-18 a {
    color: #59595b;
    text-decoration: none;
    font-family: sans-serif, verdana;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.font-story_headline-18 a:hover {
    color: #5d8761;
    text-decoration: none;
    font-family: sans-serif, verdana;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.font-story_headline-24 {
    font-family: sans-serif, verdana;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.font-story_headline-24 a {
    color: #59595b;
    text-decoration: none;
    font-family: sans-serif, verdana;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.font-story_headline-24 a:hover {
    color: #5d8761;
    text-decoration: none;
    font-family: sans-serif, verdana;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.font-story_headline-36 {
    font-family: sans-serif, verdana;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px;
}

.font-story_headline-36 a {
    color: #59595b;
    text-decoration: none;
    font-family: sans-serif, verdana;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px;
}

.font-story_headline-36 a:hover {
    color: #5d8761;
    text-decoration: none;
    font-family: sans-serif, verdana;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px;
}

.font-story_subtitle {
    font-family: sans-serif, verdana;
    font-size: 16px;
    font-weight: bold;
}

.font-story_subtitle-14 {
    font-family: sans-serif, verdana;
    font-size: 14px;
    font-weight: bold;
}

.font-story_subtitle-16 {
    font-family: sans-serif, verdana;
    font-size: 16px;
    font-weight: bold;
}

.font-story_publishdate {
    font-family: sans-serif, verdana;
    font-size: 10px;
}

.font-story_byline {
    font-family: sans-serif, verdana;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 2px;
}

.font-photo_byline {
    font-family: sans-serif, verdana;
    font-size: 10px;
    text-align: right;
}

.font-story_type {
    font-family: sans-serif, verdana;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px
}

.font-story_type-bold {
    font-family: sans-serif, verdana;
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px
}

.font-story_type-italic {
    font-family: sans-serif, verdana;
    font-size: 12px;
    font-style: italic;
    padding-top: 5px;
    padding-bottom: 5px
}

.font-story_type-bold-italic {
    font-family: sans-serif, verdana;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    padding-top: 5px;
    padding-bottom: 5px
}

.font-story_type-justified {
    font-family: sans-serif, verdana;
    font-size: 12px;
    text-align: justify
}

.font-story_type-justified-bold {
    font-family: sans-serif, verdana;
    font-size: 12px;
    font-weight: bold;
    text-align: justify
}

.font-story_type-justified-italic {
    font-family: sans-serif, verdana;
    font-size: 12px;
    font-style: italic;
    text-align: justify
}

.font-story_type-justified-bold-italic {
    font-family: sans-serif, verdana;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    text-align: justify
}

.font-story_brief-head {
    font-family: sans-serif, verdana;
    font-size: 14px;
    font-weight: bold;
}

.font-story_brief-label {
    font-family: sans-serif, verdana;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}

.font-story_letter-head {
    font-family: sans-serif, verdana;
    font-size: 14px;
    font-weight: bold;
}

.font-story_letter-sig {
    font-family: sans-serif, verdana;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}

.font-story_calendar-head {
    font-family: sans-serif, verdana;
    font-size: 14px;
    font-weight: bold;
}

.font-timestamp {
    font-family: sans-serif, verdana;
    font-size: 9px;
    font-weight: bold;
}

.font-story_links {
    font-family: sans-serif, verdana;
    font-size: 13px;
    font-weight: bold;
}

.font-story_readmore {
    font-family: sans-serif, verdana;
    font-size: 10px;
    font-weight: bold;
}


/* ------ Associated Press ------ */
.font-ap_home {
    font-family: sans-serif, verdana;
    font-size: 14px;
    font-weight: bold;
}

.font-ap_home a:link {
    font-family: sans-serif, verdana;
    font-size: 14px;
    font-weight: bold;
}

.font-ap_home a:active {
    font-family: sans-serif, verdana;
    font-size: 14px;
    font-weight: bold;
}

.font-ap_home a:visited {
    font-family: sans-serif, verdana;
    font-size: 14px;
    font-weight: bold;
}

.font-ap_home a:hover {
    font-family: sans-serif, verdana;
    font-size: 14px;
    font-weight: bold;
}

.font-ap_state {
    font-family: sans-serif, verdana;
    font-size: 12px;
    font-weight: bold;
}

.font-ap_state a:link {
    font-family: sans-serif, verdana;
    font-size: 12px;
    font-weight: bold;
}

.font-ap_state a:active {
    font-family: sans-serif, verdana;
    font-size: 12px;
    font-weight: bold;
}

.font-ap_state a:visited {
    font-family: sans-serif, verdana;
    font-size: 12px;
    font-weight: bold;
}

.font-ap_state a:hover {
    font-family: sans-serif, verdana;
    font-size: 12px;
    font-weight: bold;
}


/* ------ Seven Day Archive Box ------ */
.table-archive_box {
    background-color: #d1d9d3;
    border: 1px solid #364b3a;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.font-archive_box_title {
    font-family: sans-serif, verdana;
    font-size: 10px;
    font-weight: bold;
}

.font-archive_box_text
{
    font-family: sans-serif, verdana;
    font-size: 12px;
}


/* --- Advertisement Mockups --- */
.leaderboard
{
    background-color: #EDEED5;
    color: #000000;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 728px;
    height: 90px;
    border: 1px solid #000000;
}

.fullbanner
{
    background-color: #EDEED5;
    color: #000000;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 466px;
    height: 58px;
    border: 1px solid #000000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    margin-bottom: 3px;
}

.rectangle
{
    background-color: #EDEED5;
    color: #000000;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 178px;
    height: 148px;
    border: 1px solid #000000;
    margin-bottom: 4px;
}


.skyscraper
{
    background-color: #EDEED5;
    color: #000000;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 188px;
    border: 1px solid #000000;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
}

.placecard1
{
    background-color: #e1e1d5;
    color: #000000;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 118px;
    height: 88px;
    border: 1px solid #000000;
    margin-bottom: 4px;
}

.placecard2
{
    background-color: #e1e1d5;
    color: #000000;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 118px;
    height: 178px;
    border: 1px solid #000000;
    margin-bottom: 4px;
}

.storyad
{
    background-color: #EDEED5;
    color: #000000;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 298px;
    height: 248px;
    border: 1px solid #000000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    margin-bottom: 3px;
}

.housead
{
    background-color: #EDEED5;
    color: #000000;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 118px;
    height: 58px;
    border: 1px solid #000000;
}
