<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Common stylesheet across all pages */

/* Headings
----------------------- */
h1#masthead {
    left: 0px;
    position: relative;
    top: 0px;
}
/** END Text ---------------------------------- */

/* Links
----------------------------------------------- */
/* Maintain the order below */
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
	text-decoration: underline !important;
}
a:active {
}
/** END Text ---------------------------------- */

/* Page - main container
----------------------------------------------- */
#page {
    background-repeat: repeat-y;
    margin: 0px auto;
    position: relative;
    width: 970px;
}
/** END Page ---------------------------------- */

#front-container {
    position: relative;
}

/* Header
----------------------------------------------- */
#header-container {
	width: 970px;
}
#header {
	background-repeat: repeat-x;
    height: 90px;
    z-index: 1000;
}
#header.sa {
	background-repeat: repeat-x;
    height: 161px;
    z-index: 1000;
}
#header p.date,
#header p.date-vendor {
    font-weight: bold !important;
    font-size: 85% !important;
    width: 225px !important;
    margin: 0px 10px !important;
}
#header.home {
    background-repeat: repeat-x;
    height: 90px;
}
#header.home #masthead,
#header.home #masthead img{
    clear: both;
}
#header.home .ad {
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 120px;
}
#header.home h1 {
	display: inline;
}
#header.home #header-weather {
    display: inline;
    position: relative;
    bottom: 19px;
}
#header.home p.date {
    text-align: right;
	display: inline;
}
#header.home p.weather-icon {
    text-align: left;
    position: relative;
    top: 7px;
	display: inline;
    margin-right: 10px;
}
#header.home a.weather-icon:hover {
    text-decoration: none !important;
}
#header.home p.weather {
    text-align: left;
	display: inline;
}
#header.home p.wu-weather-icon {
    text-align: left;
    position: relative;
    top: 7px;
	display: inline;
    margin-right: 10px;
}
#header.home p.wu-weather {
    text-align: left;
	display: inline;
}
#header.home p.wu-weather:hover {
    text-decoration: underline !important;
}
img.blockimage {
display: block;
}

#subheader {
    background-repeat: repeat-x;
    height: 33px;
}
#subheader #search {
    background: transparent;
    display: inline; /* Fixes IE double-margin float bug */
    float: left;
    position: relative;
    margin: 6px 0px 0px 20px;
}
#subheader #search label {
    vertical-align: middle;
}
#subheader #search input.radio {
    margin-left: 6px;
}
#subheader #search img.google-logo {
    position: absolute;
    right: -63px;
    top: 0px;
}
#subheader #personalization {
    display: inline; /* Fixes IE double-margin float bug */
    float: right;
    margin: 9px 8px 0px 0px;
}
#subheader #personalization a {
    text-decoration: underline;
}
/** END Header -------------------------------- */

/* Navigation
----------------------------------------------- */
#navigation {
    float: left;
    margin-right: 10px;
    width: 124px;
	position: relative;
	top: 0px;
	left: -536px;
}
#page.poll #navigation{
	left: -676px;
}
#page.gallery #navigation,
#page.error-page #navigation,
#page.registration-page #navigation{
	left: -836px;
}
#page.ugcgallery #navigation {
	left: -830px;
}
#page.htmlpage #navigation  {
	left: 0px;
}
#page.most-popular #navigation {
	left: -366px;
}
#page.most-popular-main #navigation {
	left: -536px;
}
#page.advanced-search #navigation,
#page.search-results #navigation {
	left: -676px
}
#front-container #navigation {
    clear: both;
    display: inline; /* Fixes IE double-margin float bug */
	left: 0px;
}
#navigation a,
#navigation span {
    font-size: 85%;
    font-weight: bold;
}
#navigation ul {
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
#navigation ul ul {
    background: none;
}
#navigation li {
	background-repeat: no-repeat;
	background-position: 0px bottom;
    line-height: 100%;
    padding: 0px 0px 9px 0px;
}
#navigation li li {
	background-repeat: no-repeat;
	background-position: 8px .5em;
    margin-left: 0px;
    padding: 0px 0px 0px 15px;
}
#navigation li.current {
	background-repeat: no-repeat;
	background-position: 0px bottom;
    margin-top: -1px;
}
#navigation li.classified.current {
    margin-top: 0px;
}
#navigation li a,
#navigation li span {
    display: block;
    padding: 6px 0px 0px 7px;
}
#navigation li.current.current-section a,
#navigation li.current.current-section span {
    padding-bottom: 0px;
}
#navigation li li a,
#navigation li li span {
    display: inline;
    padding: 0px;
    font-weight: normal;
}
#navigation li.current a,
#navigation li.current span {
	background-repeat: no-repeat;
	background-position: 0px top;
    padding-top: 8px;
}
#navigation li.current li a,
#navigation li.current li span {
    padding-top: 0px;
}
#navigation li.current li.current-subsection {
	background-repeat:no-repeat;
	background-position: 9px .5em;
    padding-bottom: 0px;
}
#navigation li.classified li.current-subsection {
	background-repeat: no-repeat;
	background-position: 9px .5em;
}
#navigation li.current li.current-subsection li {
	background-repeat: no-repeat;
	background-position: 24px .5em;
	margin-left:-15px;
	padding-left:30px;
}
#navigation li.classified li.current-subsection li {
	background-repeat: no-repeat;
	background-position: 24px .5em;
	margin-left:-15px;
	padding-left:30px;
}
#navigation li.current li li.current-subsection {
	background-repeat: no-repeat;
	background-position: 24px .5em;
	margin-left:-15px;
	padding-left:30px;
}
#navigation li.classified {
   background-repeat: no-repeat;
   background-position: left bottom;
}
#navigation li.classified.current a,
#navigation li.classified.current span{
   background: none;
}
#navigation li.current.below-classified {
    margin-top: -3px; /* Covers up double-line border. Applied to any &lt;li&gt; that
                         appears directly below the Classified section, which is always "open". */
}
#navigation .cover-thumbnail img {
   width: 100px;
   padding-left: 5px;
}
#navigation .cover-thumbnail p {
   padding-left: 25px;
}
/** END Navigation ---------------------------- */

/* Content
----------------------------------------------- */
#content {
    display: inline; /* Fixes IE double-margin float bug */
    float: left;
    margin-right: 10px;
    width: 526px;
	position: relative;
	top: 0px;
	left: 134px;
}
#front-container  #content {
	left: 0px;
}
#page.poll #content {
	width: 666px;
}
#page.xmlfeed #content {
	margin-top: 10px;
}
/** END Content ------------------------------- */

#content.elections {
	padding-top: 13px;
}

/* Most Popular
----------------------------------------------- */
#page.most-popular #content {
    padding-top: 13px;
    width: 356px;
}
#page.most-popular div.ad-160x600 {
    float: left;
    margin-right: 10px;
    margin-top: 73px;
	width: 160px;
    z-index: 9999;
}
#page.most-popular div.ad-160x600 img {
    margin-bottom: 10px;
}
#page.most-popular #promo-rail {
    margin-top: 73px;
}
/** END Most Popular -------------------------- */

/* Rails
----------------------------------------------- */
.rail {
    float: left;
    width: 300px;
}
.rail.medium {
    width: 160px;
}
.rail.narrow {
    width: 144px;
}
#page.most-popular-main div.ad-160x600 {
	position: relative;
	left: 134px;
}
/** END Rails --------------------------------- */

/* Site Index
----------------------------------------------- */
#siteindex {
    border-top-width: 1px;
	border-top-style: solid;
    clear: both;
}
#siteindex h4 {
    margin: 3px 0px 1px 8px;
}
#siteindex ul {
    padding-bottom: 9px;
}
#siteindex ul ul {
    padding: 0px;
}
#siteindex li {
    display: inline;
    float: left;
    margin: 0px 0px 0px 10px;
    width: 130px;

}
#siteindex li.first {
    margin-left: 0px;
}
#siteindex li a {
    display: block;
    line-height: 14px;
    padding-left: 3px;
}
#siteindex li.first a {
    padding-left: 9px;
}
#siteindex li li {
    background-repeat: no-repeat;
	background-position: 3px 8px;
    display: list-item;
    float: none;
    margin: 0px;
    padding-left: 7px;
    width: auto;
}
#siteindex li.first li {
    background-position: 9px 8px;
}
#siteindex li li a {
    display: inline;
    line-height: normal;
}
/** END Site Index ---------------------------- */

/* Footer
----------------------------------------------- */
#footer {
    border-top-width: 1px;
    border-top-style: solid;
    clear: both;
    background-repeat: repeat-x;
}
#footer li {
    font-family: Verdana;
    line-height: normal;
    display: inline;
}
#footer .footer-partners {
    text-align: center;
    padding: 6px 0px;
}
#footer #footer-utility {
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    text-align: center;
    padding: 6px 0px;
}
/** END Footer -------------------------------- */

/* Main Front
----------------------------------------------- */
#page.main-front {
    background-repeat: repeat-y;
}
#page.main-front #content {
    background-repeat: no-repeat;
}
#page.main-front #promo-rail {
    margin-top: 45px;
}
#page.main-front #content .rail {
    background-repeat: no-repeat;
	background-position: right top;
}
#page.main-front #module-lead-content-tabbed {
    margin-top: 20px;
}
#page.main-front #heading h2 {
    margin-top: 20px;
    padding-bottom: 4px;
}
#page.main-front #module-classifieds,
#page.main-front #module-poll {
    margin-top: 10px;
}
/** END Main Front ---------------------------- */

/* Section Front
----------------------------------------------- */
#page.section-front {
    background-repeat: repeat-y;
}
#page.section-front #content {
    padding-top: 13px;
}
#page.section-front #breaking-news {
    /* Padding covers up #page background (gray line), negative margin pulls
    the page content back up. */
    margin-bottom: -18px;
    padding-bottom: 10px;
}
#page.section-front #promo-rail {
    margin-top: 30px;
}
#page.section-front #module-classifieds,
#page.section-front #module-poll,
#page.section-front #module-talkback-promo,
#page.section-front #module-messageboard-promo {
    margin-top: 10px;
}
#page.section-front #content .rail {
    background-repeat: no-repeat;
	background-position: right top;
}
#page.section-front div.module-list {
    margin-top: 10px;
}
/** END Section Front ------------------------- */

/* Article - generic article styles
----------------------------------------------- */
#page.article {
    background-repeat: repeat-y;
    position: relative;
}
#page.article #content,
#page.poll #content,
#page.graffiti #content,
#page.quiz #content,
#page.email #content {
    padding-top: 14px;
}

#article {
    padding-top: 4px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;

}
#article ul li {
	background: transparent url(/common/images/standard/bullet-4x3.gif) no-repeat left 5px;
    margin-bottom: 5px;
    padding-left: 11px;
    height: 1%;
    float: none;
}
#article h2 {
    line-height: 93%;
    margin-top: 6px;
    margin-bottom: 7px;
    margin-left: 0px;
    margin-right: 0px;

}
#page.article #promo-rail,
#page.poll #promo-rail,
#page.graffiti #promo-rail,
#page.email #promo-rail {
    margin-top: 7px;
}
#page.article #promo-rail div.ad-160x600 img {
    margin-top: 10px;
}
#article p.subhead {
	margin-top: 2px;
	margin-bottom: 10px;
}
#article dl.byline dd {
	margin-bottom: 10px;
}
#article p {
    margin: 1.25em 0px 1.25em 0px;
}
#article p.copyright {
    clear: left;
    text-align: center;
}
#article p.last-updated {
    border-bottom-width: 1px;
	border-bottom-style: solid;
    margin: 2px 0px 0px 0px;
    padding-bottom: 4px;
    text-align: right;
}
#article p.published {
    margin: 0px;
	margin-bottom: 10px
}
#article p.caption {
    width: 500px;
    margin-top: 1px;
    float: left;
    font-weight: bold;
}
#article p.credit {
    width: 500px;
    text-align: right;
    margin-bottom: 2px;
}
#article img.full-width {
    margin-bottom: 8px;
    float: left;
    margin-bottom: 2px;
}
#article ul.article-nav li {
    float: left;
    margin-right: 11px;
	background-image: none;
	padding: 0px;
}
#article ul.article-nav a:link,
#article ul.article-nav a:visited,
#article ul.article-nav a:active,
#article ul.article-nav a:hover {
    text-decoration: underline;
}
#article ul.article-nav li.current a {
    text-decoration: none;
}
#article .rail {
    margin: 10px 0;
}
/** END Article ------------------------------- */

/* Search Results
----------------------------------------------- */
#page.search-results #content {
    padding-top: 13px;
    width: 666px;
}
#page.search-results #content h2 {
    float: left;
    width: 333px;
}
#page.search-results #content a.search-help {
    display: block;
    float: right;
    margin-top: 17px;
    text-align: right;
    width: 200px;
}
#page.search-results #promo-rail {
    margin-top: 52px;
}
#page.search-results #promo-rail div.ad-160x600 img {
    margin-bottom: 10px;
}
/** END Search Results ------------------------ */

/* Gallery
----------------------------------------------- */
#page.gallery {
    background-repeat: repeat-y;
}
#page.gallery #gallery-content h2 {
	width: 830px;
}
#page.gallery #gallery-content {
    display: inline;
	float:left;
    padding-top: 18px;
    margin-bottom: 10px;
	position: relative;
	top: 0px;
	left: 134px;
}
#page.gallery #gallery-photos-more,
#page.gallery #gallery-slideshow {
    display: inline; /* Fixes IE double-margin float bug */
    float: left;
    margin-right: 8px;
}
#page.gallery #gallery-slideshow {
    margin-top: 0px;
}
#page.gallery #gallery-photos-more {
    margin-top: 0px;
    width: 163px;
}
#gallery-content.cartoon-gallery #gallery-photo-tools {
	margin-left: 20px;
}
#page.gallery #gallery-utility-rail {
    padding-top: 0px;
}
#page.gallery #module-related-links {
    border-style: solid;
	border-width: 1px;
    margin-bottom: 10px;
    padding: 6px 4px 10px 4px;
}
#page.gallery #module-related-links ul {
    margin-right: 0px;
}
#page.gallery #gallery-subcontent {
    clear: both;
    padding-top: 10px;
}
#page.gallery #module-ratings-and-comments {
    margin-bottom: 31px;
}
#gallery-subcontent #content {
	left: 0px;
}
#gallery-subcontent #promo-rail.rail {
	left: 0px;
}
/** END Gallery-------------------------------- */

/* Breadcrumbs
----------------------------------------------- */
#breadcrumb {
	left: 134px;
	position: absolute;
	top: 123px;
	width: 526px;
	padding-top: 2px;
	padding-bottom: 3px;
}
#breadcrumb.front {
	top: 0px;
    clear: both;
}
#breadcrumb.htmlstory .left {
    float: left;
}
#breadcrumb.htmlstory .right {
    float: right;
}
/** Breadcrumbs ------------------------------- */

/* Real Estate
----------------------------------------------- */
#page.real-estate #content {
    padding-top: 13px;
    width: 430px;
}
#page.real-estate #promo-rail {
    margin: 30px 10px 0px 0px;
    width: 226px;
}
#page.real-estate div.rail.medium {
    float: left;
    margin-top: 14px;
}
#page.real-estate div.rail.medium img {
    margin-bottom: 10px;
}
#page.real-estate #module-video-with-playlist {
    margin-top: 7px;
}
#page.real-estate #realestate-tools {
    margin-top: 10px;
}
#page.real-estate div.module-box {
    margin-bottom: 10px;
}
#page.real-estate div.module-box.real-estate-features,
#page.real-estate #realestate-tools.module-box {
    margin-bottom: 0px;
}
/** END Real Estate --------------------------- */

/* Feeds
----------------------------------------------- */
#feed {
    position: absolute;
    right: 0px;
    top: 0px;
}
#feed a {
    background: url(/common/images/icons/feed-icon-12x12.gif) no-repeat right center;
    padding-right: 15px;
}
/** Feed -------------------------------------- */

/* Make us your homepage
----------------------------------------------- */
#add-as-homepage {
    position: absolute;
    right: 0px;
    top: 15px;
    clear: both;
}
#add-as-homepage a.subscriber {
    margin-right: 15px;
}
/** Make us your homepage --------------------- */


/* Modules
----------------------------------------------- */

/* M-001 Lead Content - Tabbed */
   /* This module is similar to M-009 -- style consolidation possible. */
#module-lead-content-tabbed {
    border-style: solid;
	border-width: 1px;
    min-height:245px;
	height:auto !important;
	height:245px;
    margin-top: 21px;
    margin-bottom: 25px;
    padding: 10px;
    position: relative;
}
#module-lead-content-tabbed .section-link {
    text-align: right;
    margin-top: 15px;
}
#module-lead-content-tabbed h2, #module-lead-content-tabbed h3 {
    line-height: 100%;
}
#module-lead-content-tabbed img.lead-photo {
    float: left;
    margin-right: 10px;
    display: block;
    position: relative;
}
#module-lead-content-tabbed img.lead-photo-right {
    float: right;
    margin-left: 10px;
    display: block;
    position: relative;
}
#module-lead-content-tabbed img.full-photo {
    text-align: center;
    margin: 0px auto;
    padding: 0px;
	display: block;
    position: relative;
}
#module-lead-content-tabbed hr {
    height: 1px;
}
#module-lead-content-tabbed dl.byline {
    font-size: 85%;
    margin-bottom: 5px;
}
#module-lead-content-tabbed dl.byline dt {
    display: inline;
}
#module-lead-content-tabbed dl.byline dd {
    background-repeat:no-repeat;
	background-position: left 2px;
    display: inline;
    padding-left: 4px;
}
#module-lead-content-tabbed ul.bulleted p.last-updated {
    display: inline;
}
#module-lead-content-tabbed p.last-updated,
#module-lead-content-tabbed ul p.last-updated,
#module-lead-content-tabbed p.caption {
    font-size: 10px;
    margin-top: 1px;
    font-weight: normal;
}
#module-lead-content-tabbed p.lead {
    font-size: 92%;
    line-height: 16px;
    display: inline;
}
#module-lead-content-tabbed ul {
    margin-top: 5px;
}
#module-lead-content-tabbed li {
    font-size: 92%;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 6px;
}
#module-lead-content-tabbed ul.tabs {
    left: -1px;
    margin: 0px;
    position: absolute;
    top: -22px;
}
#module-lead-content-tabbed ul.tabs li {
    font-size: 92%;
}
#module-lead-content-tabbed ul.bulleted li {
    background: transparent url(/common/images/standard/bullet-4x3.gif) no-repeat left 5px;
    margin-bottom: 5px;
    padding-left: 11px;
    height: 1%;
    float: none;
}

/* M-001 Alternate Styles */
#module-lead-content-tabbed .alt div.columns-container {
    background: url(/common/images/standard/bar-medgray-1x11.gif) repeat-y 319px 0px;
}
#module-lead-content-tabbed .alt div.column-1 {
    float: left;
    width: 305px;
}
#module-lead-content-tabbed .alt div.column-2 {
    float: right;
}
#module-lead-content-tabbed .layout-a div.column-2,
#module-lead-content-tabbed .layout-b div.column-2,
#module-lead-content-tabbed .layout-d div.column-2,
#module-lead-content-tabbed .layout-e div.column-2,
#module-lead-content-tabbed .layout-f div.column-2 {
    width: 169px;
}
#module-lead-content-tabbed .alt div.column-2 .more-links-1 {
    width: 80px;
    float: left;
    padding-right: 5px;
    font-size: 85%;
    background: url(/common/images/standard/bar-medgray-1x11.gif) repeat-y right;
}
#module-lead-content-tabbed .alt div.column-2 .more-links-2 {
    width: 80px;
    float: right;
    font-size: 85%;
}
#module-lead-content-tabbed .alt div.column-2 .more-links-1 ul.bulleted li,
#module-lead-content-tabbed .alt div.column-2 .more-links-2 ul.bulleted li {
    margin-bottom: 5px;
}
/* END M-001 Alternate Styles */

/* M-001 Layout C */
#module-lead-content-tabbed .layout-c div.columns-container {
    background-position: 251px 0px;
}
#module-lead-content-tabbed .layout-c div.column-1,
#module-lead-content-tabbed .layout-c div.column-2 {
    width: 235px;
}
/* END M-001 Lead Content - Tabbed */

/* M-002 Secondary Content */
#module-secondary-content {
    float: right;
    padding: 0px 0px 0px 12px;
    width: 213px;
}
#module-secondary-content div {
    margin-bottom: 25px;
}
#module-secondary-content div.last {
    margin: 0px;
}
#module-secondary-content div.wu_marine_wrapper {
    margin-bottom: 3px;
}
#module-secondary-content div.wu_marine_row {
    margin-bottom: 3px;
}
#module-secondary-content h2 {
    border-bottom-style: solid;
	border-bottom-width: 1px;
    font-size: 122%;
    line-height: 95%;
    margin: 0px;
    padding-bottom: 3px;
	font-weight:bold;
}
#module-secondary-content ul {
    margin-top: 8px;
}
#module-secondary-content li {
    font-size: 92%;
    line-height: 14px;
    margin-bottom: 11px;
}
#module-secondary-content li a:link,
#module-secondary-content li a:visited,
#module-secondary-content li a:hover,
#module-secondary-content li a:active {
    font-weight: bold;
}
#module-secondary-content li span.minutes-ago,
li span.minutes-ago {
    font-size: 85%;
    display: inline;
}

#module-secondary-content li img {
    margin-left: 4px;
    vertical-align: middle;
}
#module-secondary-content ul ul {
    margin-top: 8px;
}
#module-secondary-content li li {
    background-repeat: no-repeat;
	background-position: 0px 6px;
    font-size: 100%;
    margin: 0px;
    padding-left: 8px;
	line-height: normal;
	margin-bottom: -5px;
}
#module-secondary-content li li a:link,
#module-secondary-content li li a:visited,
#module-secondary-content li li a:hover,
#module-secondary-content li li a:active {
    font-weight: normal;
}
/* END M-002 Secondary Content */

/* M-004 Secondary Content Spotlight */
#module-secondary-content-spotlight div.container {
    border-style: solid;
    border-width: 1px;
    padding: 10px;
}
#module-secondary-content-spotlight div.content {
    margin-bottom: 10px;
}
#module-secondary-content-spotlight h4 {
    margin-bottom: 4px;
}
#module-secondary-content-spotlight img.lead-photo {
    float: left;
    margin-right: 10px;
    display: block;
    position: relative;
}
#module-secondary-content-spotlight img.full-photo {
    text-align: center;
    margin: 0px auto;
    padding: 0px;
    display: block;
    position: relative;
}
#module-secondary-content-spotlight ul.bulleted p.last-updated {
    display: inline;
}
#module-secondary-content-spotlight p.last-updated,
#module-secondary-content-spotlight ul p.last-updated,
#module-secondary-content-spotlight .minutes-ago {
    margin-top: 1px;
}
#module-secondary-content-spotlight ul.bulleted li {
    background: transparent url(/common/images/standard/bullet-4x3.gif) no-repeat left 5px;
    margin-bottom: 2px;
    padding-left: 11px;
}
#module-secondary-content-spotlight ul.columnist-bulleted li a {
    background: transparent url(/common/images/standard/bullet-4x3.gif) no-repeat left 5px;
    margin-bottom: 2px;
    padding-left: 11px;
}
#module-secondary-content-spotlight div.content p,
#module-secondary-content-spotlight div.content ul li {
    margin-bottom: 4px;
}
#module-secondary-content-spotlight div.links {
    clear: both;
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 3px;
}
/* END M-004 Secondary Content Spotlight */

/* M-007 Popular Stories */
#module-popular-stories {
    margin-bottom: 15px;
}
#module-popular-stories h3 {
    margin: 3px 0px;
}
#module-popular-stories #popular-tabs-container {
    position: relative;
    padding-top: 21px;
}
#module-popular-stories div.links-list {
    border-style: solid;
	border-width: 1px;
}
#module-popular-stories ul {
    margin: 11px 10px;
}
#module-popular-stories li {
    margin-bottom: 9px;
}
#module-popular-stories ul.tabs {
    left: 0px;
    margin: 0px;
    position: absolute;
    top: 0px;
}
/* END M-007 Popular Stories */

/* M-008 Poll Module */
.module-poll {
    border-style: solid;
	border-width: 1px;
    padding: 7px 5px 13px 5px;
	margin-bottom:15px;
}
.module-poll h4 {
    margin-bottom: 3px;
}
.module-poll p.question {
	padding-top: 5px;
    margin-left: 11px;
}
.module-poll form,
.module-poll div.answers {
    border-style: solid;
	border-width: 1px;
    margin: 10px 0px 10px 0px;
    padding: 5px;
	padding-bottom: 15px;
    position: relative;
}
.module-poll label {
	padding-left: 12px;
    display: block;
    line-height: 20px;
}
.module-poll span.radio {
    margin-right: 6px;
}
.module-poll input.vote {
    bottom: 7px;
    right: 7px;
    position: absolute;
}
.module-poll li {
    line-height: 17px;
}
.module-poll li a:link,
.module-poll li a:visited,
.module-poll li a:hover,
.module-poll li a:active {
    text-decoration: underline;
}
.module-poll p.bar {
	width: 80%;
	margin-bottom:10px;
}
.module-poll div.ads p{
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#page.poll #content {
    padding-top: 13px;
}
#page.poll .rail {
	float: right;
}
#page.poll .ad-rail{
	float: right;
	width: 160px;
}
#page.poll .ad-rail .ad{
	float: right;
    z-index: 9998;
}
#page.poll #question-poll {
	padding-bottom: 35px;
}
/* END M-008 Poll Module */

/* M-009 Lead Content */
#module-lead-content {
    position: relative;
    border-style: solid;
	border-width: 1px;
    margin-bottom: 25px;
    padding: 10px;
}
#module-lead-content h2, #module-lead-content h3 {
    line-height: 100%;
}
#module-lead-content img.lead-photo {
    float: left;
    margin-right: 10px;
    display: block;
    /*position: relative;*/
}
#module-lead-content img.lead-photo-right {
    float: right;
    margin-left: 10px;
    display: block;
    position: relative;
}
#module-lead-content img.full-photo {
    text-align: center;
    margin: 0px auto;
    padding: 0px;
	display: block;
    position: relative;
}
#module-lead-content hr {
    height: 1px;
}
#module-lead-content dl.byline {
    font-size: 85%;
    margin-bottom: 5px;
}
#module-lead-content dl.byline dt {
    display: inline;
}
#module-lead-content dl.byline dd {
    background-repeat:no-repeat;
	background-position: left 2px;
    display: inline;
    padding-left: 4px;
}
#module-lead-content ul.bulleted p.last-updated {
    display: inline;
}
#module-lead-content p.last-updated,
#module-lead-content ul p.last-updated,
#module-lead-content p.caption {
    font-size: 10px;
    margin-top: 1px;
    font-weight: normal;
}
#module-lead-content p.lead {
    font-size: 92%;
    line-height: 16px;
    display: inline;
}
#module-lead-content ul {
    margin-top: 5px;
}
#module-lead-content li {
    font-size: 92%;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 6px;
}
#module-lead-content ul.tabs {
    left: -1px;
    margin: 0px;
    position: absolute;
    top: -22px;
}
#module-lead-content ul.tabs li {
    font-size: 92%;
}
#module-lead-content ul.bulleted li {
    background: transparent url(/common/images/standard/bullet-4x3.gif) no-repeat left 5px;
    margin-bottom: 10px;
    padding-left: 11px;
    height: 1%;
    float: none;
}
#module-lead-content div.column-2 li {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

/* M-001 Alternate Styles */
#module-lead-content .alt div.columns-container {
    background: url(/common/images/standard/bar-medgray-1x11.gif) repeat-y 319px 0px;
}
#module-lead-content .alt div.column-1 {
    float: left;
    width: 305px;
}
#module-lead-content .alt div.column-2 {
    float: right;
}
#module-lead-content .layout-a div.column-2,
#module-lead-content .layout-b div.column-2,
#module-lead-content .layout-d div.column-2,
#module-lead-content .layout-e div.column-2,
#module-lead-content .layout-f div.column-2 {
    width: 169px;
}
#module-lead-content .alt div.column-2 .more-links-1 {
    width: 80px;
    float: left;
    padding-right: 5px;
    font-size: 85%;
    background: url(/common/images/standard/bar-medgray-1x11.gif) repeat-y right;
}
#module-lead-content .alt div.column-2 .more-links-2 {
    width: 80px;
    float: right;
    font-size: 85%;
}
#module-lead-content .alt div.column-2 .more-links-1 ul.bulleted li,
#module-lead-content .alt div.column-2 .more-links-2 ul.bulleted li {
    margin-bottom: 5px;
}
/* END M-001 Alternate Styles */

/* M-001 Layout C */
#module-lead-content .layout-c div.columns-container {
    background-position: 251px 0px;
}
#module-lead-content .layout-c div.column-1,
#module-lead-content .layout-c div.column-2 {
    width: 235px;
}
/* END M-009 Lead Content */

#module-lead-content.rotation {
	padding: 0px;
	width: 525px;
	padding-bottom: 8px;
}
#module-lead-content.rotation #story-rotation .description{
	width: 425px;
	float: left;
}
#module-lead-content.rotation #story-rotation .buttons {
	float: right;
	padding-right: 5px;
}
#module-lead-content.rotation #story-rotation .buttons img {
	margin-top: 5px;
	border: none;
}
#module-lead-content.rotation #story-rotation .buttons .item-count {
	display: block;
	text-align: center;
}
#module-lead-content.rotation #story-rotation .related-item-row {
	float: left;
}
#module-lead-content.rotation #story-rotation ul.related-row {
	display: inline;
}
#module-lead-content.rotation #story-rotation ul.related-row li {
	list-style-type: none;
	background-color: transparent;
	background-image: none !important;
	background: none;
	display: inline;
	padding-right: 4px !important;
}
#module-lead-content.rotation h3 {
    padding: 0px 4px;
}
#module-lead-content.rotation p {
	padding: 4px;
}
/* See line 2681 for other reference to a.multimedia-item-type -- this is for CR 26192
#module-lead-content.rotation #story-rotation ul.related-row li a.multimedia-item-type {
	padding: 0px;
}*/
#module-lead-content.rotation #story-rotation ul.related-row li a {
	padding-left: 4px;
}


#promo-rail .rail-headlines {
	margin-bottom: 10px;
}
#promo-rail .rail-headlines .rail-head-thumb {
	float: left;
	display: block;
	margin: 0px 5px 5px 0px;
}
#promo-rail .rail-headlines .content{
	margin-bottom: 5px;
}
#promo-rail .rail-headlines li {
	margin-bottom: 3px;
}
.rail-headlines .minutes-ago {
	display: block;
}
/* M-010 Weather */
#module-weather {
    border-style: solid;
	border-width: 1px;
    margin-bottom: 15px;
    height: 300px; /* TEMPORARY */
}
#module-weather div.main {
    padding: 8px 7px;
}
/* END M-010 Weather */

/* M-013 Announcements */
#module-announcements {
    border-bottom-style: solid;
	border-bottom-width: 1px;
    margin-right: 11px;
    padding-bottom: 11px;
}
#module-announcements h3 {
    margin-bottom: 2px;
}
#module-announcements dl.announcement-with-photo {
    height: 77px;
    margin-bottom: 11px;
    position: relative;
}
#module-announcements dl.announcement-with-photo dt {
    margin-left: 71px;
}
#module-announcements dl.announcement-with-photo dd.announcement p {
    line-height: 13px;
    margin-left: 71px;
}
#module-announcements dl.announcement-with-photo dd.photo {
    left: 0px;
    position: absolute;
    top: 3px;
}
#module-announcements dl.announcement-with-photo dd.announcement p.more {
    text-align: right;
}
#module-announcements dl.announcement-with-photo dd.announcement p.more a:link,
#module-announcements dl.announcement-with-photo dd.announcement p.more a:visited,
#module-announcements dl.announcement-with-photo dd.announcement p.more a:hover,
#module-announcements dl.announcement-with-photo dd.announcement p.more a:active {
    text-decoration: underline;
}
#module-announcements dl.announcement-no-photo {
    height: 70px;
    margin: 0px;
    position: relative;
}
#module-announcements dl.announcement-no-photo dd.announcement p {
    line-height: 13px;
}
#module-announcements dl.announcement-no-photo dd.announcement p.more {
    text-align: right;
}
#module-announcements dl.announcement-no-photo dd.announcement p.more a:link,
#module-announcements dl.announcement-no-photo dd.announcement p.more a:visited,
#module-announcements dl.announcement-no-photo dd.announcement p.more a:hover,
#module-announcements dl.announcement-no-photo dd.announcement p.more a:active {
    text-decoration: underline;
}
#module-announcements p.view-all {
    text-align: right;
}
#module-announcements p.view-all a:link,
#module-announcements p.view-all a:visited,
#module-announcements p.view-all a:hover,
#module-announcements p.view-all a:active {
    text-decoration: underline;
}

/* END M-013 Announcements */

/* M-014 Community Blogs */
/* NOTE: this is similar to M-013 styles */

#module-community-blogs {
    border-bottom-style: solid;
	border-bottom-width: 1px;
    margin-right: 11px;
    padding-bottom: 11px;
}
#module-community-blogs h3 {
    font-size: 122%;
    margin-bottom: 2px;
}
#module-community-blogs dl.blog-with-photo {
    height: 77px;
    margin-bottom: 9px;
    position: relative;
}
#module-community-blogs dl.blog-with-photo dt {
    font-size: 92%;
    font-weight: bold;
    margin-left: 71px;
}
#module-community-blogs dl.blog-with-photo dd.about p {
    font-size: 85%;
    line-height: 13px;
    margin-left: 71px;
}
#module-community-blogs dl.blog-with-photo dd.about p.posted {
    font-size: 85%;
    line-height: 13px;
    margin-left: 71px;
}
#module-community-blogs dl.blog-with-photo dd.about p.more {
    font-size: 92%;
    text-align: right;
}
#module-community-blogs dl.blog-with-photo dd.about p.more a {
    font-style: italic;
}
#module-community-blogs dl.blog-with-photo dd.about p.more a:link,
#module-community-blogs dl.blog-with-photo dd.about p.more a:visited,
#module-community-blogs dl.blog-with-photo dd.about p.more a:hover,
#module-community-blogs dl.blog-with-photo dd.about p.more a:active {
    text-decoration: underline;
}
#module-community-blogs dl.blog-with-photo dd.photo {
    left: 0px;
    position: absolute;
    top: 3px;
}
#module-community-blogs dl.blog-no-photo {
    height: 58px;
    margin: 0px;
    position: relative;
}
#module-community-blogs dl.blog-no-photo dt {
    font-size: 92%;
    font-weight: bold;
}
#module-community-blogs dl.blog-no-photo dd.about p {
    font-size: 85%;
    line-height: 13px;
}
#module-community-blogs dl.blog-no-photo dd.about p.posted {
    font-size: 85%;
    line-height: 13px;
}
#module-community-blogs dl.blog-no-photo dd.about p.more {
    font-size: 92%;
    text-align: right;
}
#module-community-blogs dl.blog-no-photo dd.about p.more a {
    font-style: italic;
}
#module-community-blogs dl.blog-no-photo dd.about p.more a:link,
#module-community-blogs dl.blog-no-photo dd.about p.more a:visited,
#module-community-blogs dl.blog-no-photo dd.about p.more a:hover,
#module-community-blogs dl.blog-no-photo dd.about p.more a:active {
    text-decoration: underline;
}
#module-community-blogs p.view-all {
    font-size: 92%;
    text-align: right;
}
#module-community-blogs p.view-all a {
    font-style: italic;
}
#module-community-blogs p.view-all a:link,
#module-community-blogs p.view-all a:visited,
#module-community-blogs p.view-all a:hover,
#module-community-blogs p.view-all a:active {
    text-decoration: underline;
}

/* END M-014 Community Blogs */

/* M-018 Article Tools */
#module-article-tools {
    border-style: solid;
	border-width: 1px;
    float: right;
    margin: 0px 0px 10px 10px;
    position: relative;
    width: 126px;
}
#module-article-tools #list-box {
    margin: 5px 5px 6px 8px;
}
#module-article-tools #list-box li {
    line-height: 16px;
    background-repeat:no-repeat;
	background-position: 1px 8px;
    padding: 2px 0px 0px 7px;
	margin-bottom: 0px;
}
#module-article-tools #list-box li.text-size {
    background-repeat:no-repeat;
	background-position: 1px 10px;
}
#module-article-tools #list-box a:link,
#module-article-tools #list-box a:visited,
#module-article-tools #list-box a:active,
#module-article-tools #list-box a:hover {
    text-decoration: underline;
}
#module-article-tools #list-box li.text-size img {
    margin-left: 3px;
    display: inline;
    vertical-align: middle;
}
#module-article-tools .sponsor-logo-box {
    border-top-style: solid;
	border-top-width: 1px;
    padding: 3px;
}
#module-article-tools .sponsor-logo-box p {
    margin: 0px 0px 3px 0px;
}

#module-article-tools #list-box li {
background-image: none;
}

/* END M-018 Article Tools */

/* M-020 Related Links */
#module-related-links {
	text-align: left;
    border-bottom-style: solid;
	border-bottom-width: 1px;
    border-top-style: solid;
	border-top-width: 1px;
    padding: 6px 0px 10px 0px;
}
#article #module-related-links {
    /* Provides gutter when Related Links is inside article. */
    margin-right: 10px;
}
#module-related-links ul {
    margin-right: 30px;
}
#module-related-links li {
    margin: 8px 0px;
	background-image: none;
	padding: 0px;
	height: auto;
}
#article #module-related-links ul li{
	margin: 8px 0px;
	background-image: none;
	padding: 0px;
	height: auto;
}
#module-related-links a.more {
    display: block;
    text-align: right;
}
#module-related-links a.more:link,
#module-related-links a.more:visited,
#module-related-links a.more:active,
#module-related-links a.more:hover {
    text-decoration: underline;
}
/* END M-020 Related Links */

/* M-020.1 Recent Posts */
#module-recent-posts {
    border-top-style: solid;
	border-top-width: 1px;
    padding: 6px 0px 5px 0px;
}
#article #module-recent-posts {
    /* Provides gutter when Related Links is inside article. */
    margin-right: 10px;
}
#module-recent-posts ul {
    margin-right: 30px;
}
#module-recent-posts li {
    margin: 8px 0px;
}
#module-recent-posts a.more {
    display: block;
    text-align: right;
}
#module-recent-posts a.more:link,
#module-recent-posts a.more:visited,
#module-recent-posts a.more:active,
#module-recent-posts a.more:hover {
    text-decoration: underline;
}
/* END M-020.1 Recent Posts */


/* M-021 Ratings &amp; Comments */
#module-ratings-and-comments {
    border-style: solid;
	border-width: 1px;
    padding: 0px 9px 18px 9px;
    position: relative;
	margin-bottom: 10px;
	clear: both;
}
#module-ratings-and-comments div.topix_postform table.inputTable th.headerText {
    margin: 6px 0;
}
/*
#module-ratings-and-comments div.topix_postform {
    border-top-style: solid;
	border-top-width: 1px;
    margin-top: 9px;
}*/
#module-ratings-and-comments div.topix_postform /*table.inputTable*/ {
    border-style: solid;
	border-width: 1px;
    margin-top: 0px;
    padding: 12px 15px 14px 5px;
	margin-top: 9px;
}
#module-ratings-and-comments td.fieldHeader {
    text-align: right;
    width: 54px;
}
#module-ratings-and-comments td.fieldContent {
    height: 113px;
	width: 415px;
}
#module-ratings-and-comments td.leftBorder.fieldContent{
	height: 19px;
	width: 415px;
}
#module-ratings-and-comments table.captchaTable td.captchaText {
	height: auto;
    line-height: 190%;
    margin-bottom: 14px;
    margin-right: 0px;
    text-align: left;
    width: 215px;
}
#module-ratings-and-comments td.captchaText input {
    width: 155px;
}
#module-ratings-and-comments td.captchaText div input.submitButton {
    width: auto;
}
#module-ratings-and-comments td.captcha img {
    border-style: solid;
	border-width: 1px;
}
#module-ratings-and-comments .pick-rating-label {
	float:left;
	padding-top: .25em;
}
#module-ratings-and-comments .pick-rating{
	float: right;
}
#module-ratings-and-comments div.ratings {
    right: 10px;
    top: 4px;
    width: 270px;
    margin-bottom: 10px;
}
#module-ratings-and-comments div.label {
	float:left;
}
#module-ratings-and-comments div.label,
#module-ratings-and-comments #numberOfVotes {
	padding-top: .25em;
}
#module-ratings-and-comments div.rating-icons {
    float: left;
	margin-right: 5px;
}
#module-ratings-and-comments div.ratings p {
    line-height: 13px;
    margin-top: 9px;
    text-align: right;
}
#module-ratings-and-comments div.ratings p img {
    vertical-align: middle;
}
/* END M-021 Ratings &amp; Comments */

/* M-025 Classified Categories, Main */
#classified-categories-main {
    background-repeat: repeat-y;
    border-bottom-style: solid;
	border-bottom-width: 1px;
    border-top-style: solid;
	border-top-width: 1px;
	margin-bottom: 15px;
}
#classified-categories-main h3 {
    margin: 3px 0px 0px 0px;
}
#classified-categories-main div.column {
    float: left;
}
#classified-categories-main div.column.first {
    width: 170px;
}
#classified-categories-main div.column.second {
    width: 176px;
}
#classified-categories-main div.column.third {
    width: 180px;
}
#classified-categories-main div.column div {
    background-repeat: no-repeat;
    border-bottom-width: 1px;
	border-bottom-style: solid;
    padding: 2px 0px 10px 10px;
}
#classified-categories-main div.column.first div {
    background-position: 56px top;
}
#classified-categories-main div.column.second div {
    background-position: 62px top;
}
#classified-categories-main div.column.third div {
    background-position: 66px top;
}
#classified-categories-main div.column div {
    min-height: 140px;
}
#classified-categories-main div.column div.bottom{
    border-bottom-width: 0px;
}
#classified-categories-main div.column h4 {
    margin: 9px 0 0 0;
}
#classified-categories-main div.column div a.logo img {
    display: block;
    margin-left: auto;
}
#classified-categories-main div.column ul {
    margin: 10px 0px 0px 0px;
}
#classified-categories-main div.column div ul.special {
    margin: 0px;
}
#classified-categories-main div.column div ul.more {
    margin-top: 18px;
}
#classified-categories-main div.column div ul.more li {
    background-repeat: no-repeat;
	background-position: right 3px;
    float: left;
    line-height: normal;
    margin-right: 7px;
    padding: 0px 8px 0px 0px;
}
#classified-categories-main div.column div ul.more li.last {
    background: none;
    padding: 0px;
    margin: 0px;
}
#classified-categories-main div.column li {
    background-repeat: no-repeat;
	background-position: 1px 5px;
    line-height: 13px;
    padding-left: 11px;
}
#classified-categories-main p.more {
    margin: 0px 10px 0px 0px;
    text-align: right;
}
#classified-categories-main p.more a:link,
#classified-categories-main p.more a:visited,
#classified-categories-main p.more a:hover,
#classified-categories-main p.more a:active {
   text-decoration: underline;
}
/* END M-025 Classified Categories, Main */

/* M-026 More Classified Categories */
#classified-categories-more {
    border-bottom-style: solid;
	border-bottom-width: 1px;
}
#classified-categories-more h3 {
    margin-bottom: 10px;
}
#classified-categories-more #columns-container {
    background-repeat: repeat-y;
}
#classified-categories-more #columns-container div.special {
    float: left;
    padding: 0px 0px 0px 10px;
    width: 160px;
}
#classified-categories-more #columns-container div.column.first {
    padding-left: 0px;
    width: 164px;
}
#classified-categories-more #columns-container div h4 {
    line-height: 14px;
}
#classified-categories-more #columns-container div ul {
    margin-bottom: 13px;
}
#classified-categories-more #columns-container div li {
    background-repeat: no-repeat;
	background-position: 1px 5px;
    line-height: 13px;
    margin: 0px;
    padding-left: 11px;
}
#classified-categories-more p.more {
    margin: 0px 12px 10px 0px;
    text-align: right;
}
#classified-categories-more p.more a:link,
#classified-categories-more p.more a:visited,
#classified-categories-more p.more a:hover,
#classified-categories-more p.more a:active {
   text-decoration: underline;
}
/* END M-026 More Classified Categories */



/* M-027 Most Popular */
#module-most-popular {
    border-style: solid;
	border-width: 1px;
    margin-top: 21px;
    position: relative;
}
#module-most-popular ul {
    margin: 13px 6px;
}
#module-most-popular li {
    background-repeat: no-repeat;
	background-position: 182px 8px;
    padding: 7px 0px 8px 0px;
    position: relative;
}
#module-most-popular div.item-number {
    float: left;
    margin-top: 19px;
    text-align: right;
    width: 20px;
}
#module-most-popular dt {
    position: absolute;
    top: 26px;
    left: 25px;
    width: 152px;
}
#module-most-popular dd {
    clear: right;
    display: inline;
    float: right;
    margin: 0px 3px 0px 0px;
    width: 150px;
}
#module-most-popular dd a {
    text-decoration: underline;
}
#module-most-popular dd.date-and-section {
    clear: none;
    float: none;
    margin: 0px 0px 0px 5px;
    width: 140px;
}
#module-most-popular dd.date-and-section a {
    background-repeat: no-repeat;
	background-position: 3px 2px;
    padding-left: 9px;
}
#module-most-popular dd.email-this,
#module-most-popular dd.rating {
    margin-bottom: 6px;
}
#module-most-popular dd.email-this a {
    background-repeat: no-repeat;
	background-position: 0 2px;
    padding-left: 25px;
}
#module-most-popular dd.rating img {
    vertical-align: middle;
}
#module-most-popular ul.tabs {
    left: -1px;
    margin: 0px;
    position: absolute;
    top: -22px;
}
#module-most-popular ul.tabs li {
    background: none;
    padding: 0px;
    position: static;
}

#more-most-emailed-link{
    text-align: right;
    margin-top: 9px;
}


#more-most-viewed-link{
    text-align: right;
    margin-top: 9px;

}

#more-most-emailed-link a{

    font-weight: normal;
}


#more-most-viewed-link a{
    font-weight: normal;

}



/* END M-027 Most Popular */

/* M-028 Entertainment Search */
#entertainment-search {
    border-style: solid;
	border-width: 1px;
    margin: 21px 0px 15px 0px;
    padding: 12px 0px;
    position: relative;
}
#entertainment-search div.lead-content {
    background-repeat: repeat-y;
    float: left;
    width: 232px;
}
#entertainment-search div.lead-content.left{
    border-right: solid #999 1px;
}
#entertainment-search div.lead-content.right{
    border-left: solid #999 1px;
}
#entertainment-search div.lead-content img {
    display: block;
    margin: 0px auto;
}
#entertainment-search div.lead-content h4 {
    margin: 7px 8px 0px 8px;
}
#entertainment-search div.lead-content p {
    margin: 7px 8px 0px 8px;
}
#entertainment-search div.search-tool {
    float: left;
    width: 282px;
}
#entertainment-search div.search-tool h4 {
    line-height: 100%;
    margin-bottom: 6px;
    margin-left: 10px
}
#entertainment-search div.search-tool p {
    margin-bottom: 10px;
    margin-left: 10px
}
#entertainment-search div.search-tool p label {
    float: left;
    line-height: 18px;
    text-align: right;
    width: 60px;
}
#entertainment-search div.search-tool p label.inline {
    display: inline; /* Fixes IE double-margin float bug */
    margin-left: 5px;
    width: 45px;
}
#entertainment-search div.search-tool p input {
    display: inline; /* Fixes IE double-margin float bug */
    float: left;
    margin-left: 5px;
}
#entertainment-search div.search-tool p input#entertainment-movie-search-zip-code {
    width: 59px;
}
#entertainment-search div.search-tool p select {
    display: inline; /* Fixes IE double-margin float bug */
    float: left;
    margin-left: 4px;
}
#entertainment-search div.search-tool p select#entertainment-movie-search-radius {
    width: 87px;
}
#entertainment-search div.search-tool p select#entertainment-movie-search-movie-title,
#entertainment-search div.search-tool p select#entertainment-movie-search-theater {
    width: 205px;
}
#entertainment-search div.search-tool p.submit-button {
    margin-bottom: 0px;
    margin-right: 0px;
    text-align: right;
    width: 270px;
}
#entertainment-search div.search-tool p.submit-button input#entertainment-movie-search-submit {
    display: inline; /* Fixes IE double-margin float bug */
    float: none;
    height: 24px;
    width: 61px;
}
#entertainment-search ul.tabs {
    left: -1px;
    margin: 0px;
    position: absolute;
    top: -22px;
}
/* END M-028 Entertainment Search */

/* TOP STORY PHOTO */
#top-photo {
    display: block;
    margin: auto 0px;
    overflow: hidden;
    margin-bottom: 0px;
}
#top-photo #photo-information {
    padding: 0px 12px 0px 12px;
}
#top-photo #photo-information p.caption {
    margin: 5px 0px 2px 0px;
}
#top-photo #photo-information p.credit {
    text-align: right;
    margin-bottom: 2px;
}
/* END TOP STORY PHOTO */

/* M-029 Gallery Photos More */
#gallery-photos-more {
    border-style: solid;
	border-width: 1px;
}
#gallery-photos-more h3,
#gallery-photos-more select,
#gallery-photos-more p {
    margin-left: 5px;
}
#gallery-photos-more h3 {
    margin: 2px 0px 0px 5px;
}
#gallery-photos-more select {
    margin-top: 4px;
    width: 140px;
}
#gallery-photos-more ul {
    margin: 0px 0px 0px 6px;
    width: 150px;
}
#gallery-photos-more li {
    padding: 5px 0px 2px 5px;
    margin: 0px;
	margin-left: -5px;
	padding-left: -5px;
}
#gallery-photos-more li img{
    margin: 0px auto;
	display:block;
}
#gallery-photos-more li.current img{
	border-style: solid;
	border-width: 5px;
}
#gallery-photos-more p {
    margin: 0px 18px 4px 0px;
    text-align: right;
}
#gallery-photos-more a:link,
#gallery-photos-more a:visited,
#gallery-photos-more a:hover,
#gallery-photos-more a:active {
    text-decoration: none !important;
}
/* END M-029 Gallery Photos More */

/* M-030 Photo Gallery Slideshow */
#gallery-slideshow {
    border-style: solid;
	border-width: 0px;
    width: 500px;
	display: block;
	margin: auto 0px;
/*	overflow: hidden; */
	margin-top: 10px !important;
}

#gallery-slideshow #gallery-slideshow-nav {
    margin: 12px 13px 0px 11px;
}
#gallery-slideshow #gallery-slideshow-nav img.next {
	padding-left: 5px;
}
#gallery-slideshow #gallery-slideshow-nav img.previous {
	padding-right: 5px;
}
#gallery-slideshow #gallery-slideshow-nav ul a:hover,
#gallery-slideshow #gallery-slideshow-nav ul a:visited,
#gallery-slideshow #gallery-slideshow-nav ul a:link {
	text-decoration: none !important;
}
#gallery-slideshow #gallery-slideshow-nav .image-number {
    float: left;
    line-height: 20px;
}
#gallery-slideshow #gallery-slideshow-nav ul {
    text-align: right;
}
#gallery-slideshow #gallery-slideshow-nav li {
    display: inline;
    float: left;
    line-height: 18px;
    margin-left: 18px;
}
#gallery-slideshow #gallery-slideshow-nav a:link,
#gallery-slideshow #gallery-slideshow-nav a:visited,
#gallery-slideshow #gallery-slideshow-nav a:active,
#gallery-slideshow #gallery-slideshow-nav a:hover {
    text-decoration: underline;
}
#gallery-slideshow img.gallery-slideshow-photo {
    margin: 0px auto;
	display:block;
}
#gallery-slideshow #photo-information {
    padding: 0px 12px 12px 12px;
}
#gallery-slideshow #photo-information p.caption {
    margin-top: 5px;
}
#gallery-slideshow #photo-information p.credit {
    text-align: right;
}
/* END M-030 Photo Gallery Slideshow */

/* M-031 Photo Tools */
#gallery-photo-tools {
    border-width: 1px;
	border-style: solid;
	width: 144px;
}
#gallery-photo-tools #list-box {
    padding: 5px 5px 6px 8px;
}
#gallery-photo-tools #list-box ul {
    margin: 5px 0px 4px 0px;
}
#gallery-photo-tools #list-box a:link,
#gallery-photo-tools #list-box a:visited,
#gallery-photo-tools #list-box a:active,
#gallery-photo-tools #list-box a:hover {
    text-decoration: underline;
}
#gallery-photo-tools li {
    line-height: 16px;
    background-repeat: no-repeat;
	background-position: 0px 7px;
    padding: 0px 0px 0px 7px;
}
#gallery-photo-tools-search {
    border-top-width: 1px;
	border-top-style: solid;
    padding: 4px 0px 9px 5px;
}
#gallery-photo-tools-ratings {
    padding: 4px 0px 9px 5px;
}
#gallery-photo-tools-search #gallery-photo-tools-search-field {
    width: 102px;
}
#gallery-photo-tools .sponsor-logo-box {
    border-top-style: solid;
	border-top-width: 1px;
    padding: 2px 7px 7px 7px;
}
#gallery-photo-tools .sponsor-logo-box p {
    margin: 0px 0px 3px 0px;
}
#gallery-photo-tools .sponsor-logo-box img {
    display: block;
    margin: 0 auto;
}
/* END M-031 Photo Tools */

/* M-033 Gallery Top Photos */
#gallery-top-photos {
    border-style: solid;
	border-width: 1px;
    margin-top: 21px;
    padding: 17px 0px 7px 26px;
    position: relative;
}
#gallery-top-photos div.item {
    display: inline;
    float: left;
    height: 175px;
    margin-bottom: 4px;
    margin-right: 26px;
    width: 140px;
}
#gallery-top-photos div.item img {
    display: block;
}
#gallery-top-photos div.item p {
    line-height: 118%;
    margin: 5px 0;
}
#gallery-top-photos p.view-all {
    clear: both;
    margin: 0px 26px 0px 24px;
    text-align: right;
}
#gallery-top-photos p.view-all a:link,
#gallery-top-photos p.view-all a:visited,
#gallery-top-photos p.view-all a:hover,
#gallery-top-photos p.view-all a:active {
    text-decoration: underline;
}
#gallery-top-photos ul.tabs {
    left: -1px;
    margin: 0px;
    position: absolute;
    top: -22px;
}
/* END M-033 Gallery Top Photos */

/* M-034 Gallery Generic Module */
#module-generic h4 {
    margin: 1px 8px 0px 8px;
}
#module-generic h4 a:link,
#module-generic h4 a:visited,
#module-generic h4 a:hover,
#module-generic h4 a:active {
    text-decoration: underline;
}
#module-generic p,
#module-generic ul {
    margin: 0px 8px;
}
#module-generic p {
    line-height: 14px;
}
#module-generic ul {
    margin-top: 19px;
}
#module-generic ul li {
    line-height: 15px;
}
#module-generic ul li a {
    background-repeat: no-repeat;
	background-position: 5px 6px;
    color: #036;
    padding: 0px 0px 0px 20px;
}
#module-generic ul li a:link,
#module-generic ul li a:visited,
#module-generic ul li a:hover,
#module-generic ul li a:active {
    text-decoration: underline;
}
/* END M-034 Gallery Generic Module */

/* M-046 Search Results */
#search-results {
    border-style: solid;
	border-width: 1px;
    clear: both;
    padding: 3px 8px 6px 8px;
	margin-bottom: 15px;
}
#search-results p.search-terms {
    float: left;
    margin-bottom: 8px;
}
#search-results h3.search-terms.search-name {
	clear: both;
	float: none;
}
#search-results p#did-you-mean {
    clear:both;
    margin-bottom: 8px;
}
#search-results ul.pagination {
    float: right;
}
#search-results ul.pagination li {
    float: left;
    margin-right: 10px;
}
#search-results ul.pagination a:link,
#search-results ul.pagination a:visited,
#search-results ul.pagination a:active,
#search-results ul.pagination a:hover {
    text-decoration: underline;
}
#search-results ul.pagination li.next {
    margin-right: 0px;
}
#search-results ul.results-type {
    clear: both;
    margin-bottom: 7px;
}
#search-results ul.results-type li {
    background-repeat: no-repeat;
	background-position: right 2px;
    float: left;
    padding-right: 9px;
    margin-right: 8px;
}
#search-results ul.results-type li.last {
    background: none;
}
#search-results ul.results-type a:link,
#search-results ul.results-type a:visited,
#search-results ul.results-type a:active,
#search-results ul.results-type a:hover {
    text-decoration: underline;
}
#search-results div.sort-by {
    border-top-style: solid;
	border-top-color: #ccc;
    padding: 3px 0px;
}
#search-results div.sort-by p {
    display: inline; /* Fixes IE double-margin float bug */
    float: left;
    margin-left: 45px;
    width: 60px;
}
#search-results div.sort-by ul {
    float: left;
}
#search-results div.sort-by li {
    float: left;
}
#search-results div.sort-by li#search-sort-by-relevance {
    width: 298px;
}
#search-results div.sort-by li#search-sort-by-date {
    text-align: center;
    width: 94px;
}
#search-results div.sort-by li#search-sort-by-section {
    text-align: center;
    width: 143px;
}
#search-results ul.results-list {
    clear: both;
    margin-bottom: 3px;
}
#search-results ul.results-list li {
    padding: 8px 8px 0px 8px;
}
#search-results ul.results-list div.item-number {
    float: left;
    margin-right: 5px;
    text-align: right;
    width: 23px;
}
#search-results ul.results-list dl {
    float: left;
    width: 604px;
}
#search-results ul.results-list dt {
    float: left;
    line-height: 100%;
    width: 367px;
}
#search-results ul.results-list dl.article dt a {
    background-repeat: no-repeat;
	background-position: left 1px;
    padding-left: 14px;
}
#search-results ul.results-list span.byline {
    display: block;
    margin: 0px 0px 4px 14px;
}
#search-results ul.results-list dd.date,
#search-results ul.results-list dd.section {
    float: left;
    text-align: center;
}
#search-results ul.results-list dd.date {
    width: 94px;
}
#search-results ul.results-list dd.section {
    width: 143px;
}
#search-results ul.results-list dd.excerpt {
    clear: both;
    margin-left: 14px;
}
#search-results ul.results-list dd.excerpt p {
    margin-bottom: 8px;
}
#search-results ul.results-list dd.excerpt img {
    float: left;
    margin: 0px 8px 10px 0px;
}
#search-results ul.results-list dd.excerpt ul {
    float: left;
    margin-bottom: 8px;
}
#search-results ul.results-list dd.excerpt li {
    background-repeat: no-repeat;
	background-position: 1px 4px;
    padding: 0px 0px 0px 11px;
}

/* NOTE: An example an alternate icon follows (the image does not currently
   exist. The class of the &lt;dl&gt; sets which icon appears and could be used
   to set other styles based on search result type. The &lt;dl&gt; was chosen for
   ease of implementation, since it did not have an existing class.*/
/* #search-results ul.results-list dl.video dt a {
    background: url(../images/icon-video.gif) no-repeat left 1px;
    padding-left: 14px;
} */
/* END M-046 Search Results */

/* Mezzanine Module */
#module-mezzanine {
    margin-bottom: 25px;
}

#module-mezzanine div.item {
    float: left;
}
#module-mezzanine h3 {
    border-bottom: 1px solid;
    font-size: 122%;
    margin-bottom: 5px;
}
#module-mezzanine h4 {
    font-size: 92%;
}
#module-mezzanine p {
    font-size: 92%;
}
#module-mezzanine a.more {
    font-style: italic;
}
#module-mezzanine a.mezz-photo img {
    display: block;
}

/* Mezzanine Layout A */
#module-mezzanine.layout-a {
    padding-left: 11px;
}
#module-mezzanine.layout-a div.item {
    width: 242px;
}
#module-mezzanine.layout-a div.item.first {
    margin-right: 20px;
}
#module-mezzanine.layout-a a.mezz-photo {
    float: right;
    margin-left: 3px;
}
/* Mezzanine Layout B */
#module-mezzanine.layout-b h3 {
    margin: 0px 11px 5px 11px;
}
#module-mezzanine.layout-b h4,
#module-mezzanine.layout-b p {
    margin: 0px 11px;
}
#module-mezzanine.layout-b a.mezz-photo {
    float: left;
    margin: 0px 11px 0px 11px;
}

/* Mezzanine Layout C */
#module-mezzanine.layout-c div.item {
    display: inline; /* Fixes IE double-margin float bug */
    margin-left: 33px;
    width: 140px;
}
#module-mezzanine.layout-c div.item.first {
    margin-left: 20px;
}
#module-mezzanine.layout-c a.mezz-photo {
    display: block;
}
/* END Mezzanine Module */

/** END Modules ------------------------------- */

/** Breaking News Module (1 - 4 items : 826 layout*/
#module-breaking {
    margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
}
#module-breaking div.item {
    float: left;
	margin-right: 10px;
}
#module-breaking h4 {
    font-size: 92%;
}
#module-breaking p {
    font-size: 92%;
}
#module-breaking a.breaking-photo img {
    float: left;
	margin: 0px 3px 0px 3px;
}
/* Breaking News
----------------------------------------------- */
#breaking-news {
    float: left;
    padding-top: 21px;
    width: 836px;
}
#breaking-news h2,
#breaking-news h2 a {
    font-size: 24px;
    width: 610px;
}
#breaking-news img {
    float: left;
    padding-right: 10px;
}
#breaking-news #related-items {
    margin-left: 20px;
    margin-top: 3px;
}
#breaking-news ul.bulleted li, #breaking-news-500 ul.bulleted li {
    font-size: 85%;
    font-weight: bold;
    display: inline;
    background: transparent url(/common/images/standard/bullet-4x3.gif) no-repeat left 5px;
    margin-bottom: 10px;
    padding-left: 11px;
}
#breaking-news p.last-updated {
    font-size: 10px;
    font-style: italic;
}
#breaking-news img.full-photo {
    text-align: center;
    margin: 0px auto;
    padding: 0px;
	display: block;
    position: relative;
    clear: both;
}
#breaking-news p.caption,
#breaking-news-500 p.caption {
    font-size: 77%;
    margin-top: 1px;
    clear: both;
}
#breaking-news-500 {
    padding: 10px 0px;
}
#breaking-news-500 #main {
    float: left;
    width: 311px;
    background: url(/common/images/standard/bar-medgray-1x11.gif) repeat-y right;
}
#breaking-news-500 #related {
    float: right;
    width: 205px;
}
#breaking-news-500 div.item {
    float: left;
}
#breaking-news-500 h3 {
    border-bottom: 1px solid;
    font-size: 122%;
    margin-bottom: 5px;
}
#breaking-news-500 h4 {
    font-size: 92%;
}
#breaking-news-500 p {
    font-size: 92%;
}
#breaking-news-500 a.more {
    font-style: italic;
}
#breaking-news-500 a.photo img {
    display: block;
}

/* Breaking News Layout A */
#breaking-news-500.layout-a {
    padding-left: 11px;
}
#breaking-news-500.layout-a div.item {
    width: 242px;
}
#breaking-news-500.layout-a div.item.first {
    margin-right: 20px;
}
#breaking-news-500.layout-a a.photo {
    float: right;
    margin-left: 3px;
}
/* Breaking News Layout B */
#breaking-news-500.layout-b h3 {
    margin: 0px 11px 5px 11px;
}
#breaking-news-500.layout-b h4,
#breaking-news-500.layout-b p {
    margin: 0px 11px;
}
#breaking-news-500.layout-b a.photo {
    float: left;
    margin: 0px 11px;
}

/* Breaking News Layout C */
#breaking-news-500.layout-c div.item {
    display: inline; /* Fixes IE double-margin float bug */
    margin-left: 33px;
    width: 140px;
}
#breaking-news-500.layout-c div.item.first {
    margin-left: 20px;
}
#breaking-news-500.layout-c a.photo {
    display: block;
}
/** END Breaking News ------------------------- */

/* Text Banner
----------------------------------------------- */
#text-banner {
    float: left;
    padding-top: 21px;
    width: 836px;
}
#text-banner img {
    float: left;
    padding-right: 10px;
}
/** END Text Banner ------------------------- */

/* Tabs
----------------------------------------------- */
ul.tabs {
    border-left-width: 1px;
	border-left-style: solid;
    height: 21px;
}
ul.tabs li {
    border-top-width: 1px;
	border-top-style: solid;
    float: left;
}
ul.tabs li a {
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    display: block;
    line-height: 20px;
    padding: 0px 6px;
}
/** END Tabs ---------------------------------- */

/* Play Controls
----------------------------------------------- */
div.play-controls {
    position: absolute;
    right: -1px;
    top: -13px;
}
/** END Play Controls ------------------------- */

/* Ads
----------------------------------------------- */
#header .ad {
    float: right;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 728px;
    z-index: 9999;
}
div.ad.google-wide {
    clear: both;
    margin-left: 135px;
    padding: 10px 0px 10px 0px;
}
/** END Ads ----------------------------------- */

/* Video
----------------------------------------------- */
#video {
    margin-bottom: 15px;
}
#video h4 {
    margin-bottom: 4px;
}
#article div.rail #video {
    border-top-style: solid;
	border-top-width: 1px;
    margin-right: 10px;
	margin-bottom: 0px;
    padding: 0px 0px 10px 0px;
}
#article div.rail #video h4 {
    margin-bottom: 4px;
}
/** END Video --------------------------------- */

/* Misc: Classes (for use anywhere)
----------------------------------------------- */
a.multimedia-item-type {
    /* For "Photos" and "Video" anchors. The extra specificity in the selector
       allows these rules to override cascading styles. */
    font-size: 10px; /* Font size in pixels to avoid issues with nested
                        percentages. */
    font-weight: bold;
    margin-left: 4px;
    padding: 0px 2px 1px 2px;
}

/* Misc: Temporary - For testing only
*---------------------------------------------- */
/* BEGIN Clearfix: Allows clearing of floats without structural markup.
   More info: http://tinyurl.com/dh352 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Holly Hack targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Holly Hack targets IE Win only \*/
/* END Clearfix */
.clear {
    clear: both;
}

/* Misc: Temporary - For testing only
*---------------------------------------------- */
/* #navigation,
#content,
.rail {
    height: 300px;
}
#siteindex {
    height: 150px;
}
#footer {
    height: 50px;
} */
p.placeholder {
    background: #ccc;
    height: 150px;
    width: 280px;
}
/** END Misc  --------------------------------- */













/* END MANIFEST CODE ******************************************/

#navigation .ad {

	background-repeat: no-repeat;
	background-position: 0px bottom;
    padding: 20px 2px;
    z-index: 9997;
    margin: 0px auto;
    text-align: center;
}

/* Embeded Graffiti Board */
.graffiti-board {
	border-style: solid;
	border-width: 1px;
    padding: 7px 9px 13px 9px;
    margin-bottom: 15px;
}
.graffiti-board img {
	float: left;
	margin-right: 5px;
}
.graffiti-board p.topic {
	font-size: 92%;
    font-style: italic;
    margin-left: 11px;
}
.graffiti-board div.response {
   /* border-style: solid;
	border-width: 1px; */
    margin: 11px 0px 10px 0px;
    padding: 5px;
	background-color: #FFF;
}
.graffiti-board div.preview {
	display: none;
}
.graffiti-board div.response p.lead {
	font-style: italic;
}
.graffiti-board p.comment {
	margin-bottom: 0px;
}
.graffiti-board p.username,
.graffiti-board p.date  {
    font-size: 77%;
    font-style: italic;
	text-align:right;
}
.graffiti-board h4 {
    font-size: 122%;
    margin-bottom: 3px;
}
.graffiti-board a:link,
.graffiti-board a:visited,
.graffiti-board a:hover,
.graffiti-board a:active {
    font-style: italic;
	text-decoration:underline;
}
.graffiti-board p.instructions {
	font-size: 85%;
}
.graffiti-board form{
	border-style: solid;
	border-width: 1px;
    margin: 11px 0px 10px 0px;
    padding: 5px;
    position: relative;
}
.graffiti-board form p {
    margin-bottom: 14px;
}
.graffiti-board label {
    display: block;
    float: left;
    font-size: 85%;
    height: 19px;
    margin-right: 4px;
    text-align: right;
    width: 54px;
}
.graffiti-board input#username,
.graffiti-board textarea#comments {
    width: 199px;
}
.graffiti-board textarea#comments {
    height: 113px;
}
#module-secondary-content .graffiti-board input#username,
#module-secondary-content .graffiti-board textarea#comments {
    width: 112px;
}
/* END Embeded Graffiti Board */

/* Graffiti Board Page */
#page.graffiti .topic{
	font-size: 114%;
	font-style: italic;
}
#graffiti-comments div.response {
    margin: 11px 0px 10px 0px;
    padding: 5px;
	background-color: #FFF;
}
#graffiti-comments div.preview {
	display: none;
}
#graffiti-comments div.response p.lead {
	font-style: italic;
}
#graffiti-comments p.comment {
	margin-bottom: 0px;
}
#graffiti-comments p.username,
#graffiti-comments p.date  {
    font-size: 77%;
    font-style: italic;
	text-align:right;
}
#graffiti-form p.instructions {
	font-size: 85%;
}
#graffiti-form form{
	border-style: solid;
	border-width: 1px;
    margin: 7px 0px 10px 0px;
    padding: 5px;
    position: relative;
}
#graffiti-form form p {
    margin-bottom: 14px;
}
#graffiti-form label {
    display: block;
    float: left;
    font-size: 85%;
    height: 19px;
    margin-right: 4px;
    text-align: right;
    width: 54px;
}
#graffiti-form input#username,
#graffiti-form textarea#comments {
    width: 135px;
}
#graffiti-form textarea#comments {
    height: 113px;
}
#graffit-form h4{
	font-size: 122%;
}
/* END Graffiti Board Page */

/* Email Form */
.email-form {
	border-style: solid;
	border-width: 1px;
    padding: 7px 9px 13px 9px;
    margin-bottom: 15px;
}
.email-form h3 {
	font-size: 122%;
    margin-bottom: 3px;
	font-weight:bold;
}
.email-form form{
	border-style: solid;
	border-width: 1px;
    margin: 7px 0px 10px 0px;
    padding: 5px;
    position: relative;
}
.email-form form p {
    margin-bottom: 14px;
}
.email-form label {
    display: block;
    float: left;
    font-size: 85%;
    height: 19px;
    margin-right: 4px;
    text-align: right;
    width: 75px;
}
.email-form input.field{
	width: 135px;
}
.email-form textarea {
    width: 180px;
	height: 100px;
}
.email-form .buttons {
	float: right;
}
#page.email h3 {
	margin-bottom: 5px;
}
#page.email #brief{
	margin-bottom: 5px;
}
#page.email #byline {
	font-weight: bold;
}
#page.email .tip {
	display: block;
	margin-left: 80px;
	font-size: 85%;
}
#page.email #date{
	font-style: italic;
	margin-bottom: 5px;
	color: #666;
}
#page.email .email-form input.field{
	width: 300px;
}
#page.email .email-form textarea {
    width: 300px;
	height: 100px;
}
/* END Email Form */


/* Stock Module */
#module-stock {
    border-style: solid;
	border-width: 1px;
    padding: 7px 8px 13px 8px;
    margin-bottom: 15px;
}
#module-stock h4 {
    font-size: 122%;
}
#module-stock #content {
    float: left;
    width: 137px;
    padding: 0px;
    margin: 0px;
    border: 0px;
	position:relative;
	top: 0px;
	left: 0px;
}
#module-stock form {
    border-style: solid;
	border-width: 1px;
    padding: 6px 3px 6px 4px;
    margin-bottom: 7px;
}
#module-stock label {
    font-size: 92%;
}
#module-stock input {
    display: inline;
    font-size: 92%;
}
#module-stock input.button {
    display: inline;
}
#module-stock img {
    float: right;
}
#module-stock li {
    font-size: 92%;
    line-height: 17px;
}
#module-stock li a:link,
#module-stock li a:visited,
#module-stock li a:hover,
#module-stock li a:active {
    text-decoration: underline;
}
#module-stock p.sponsor {
	text-align: center;
	font-size: 77%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
    clear: both;
}
/* END Stock Module */

/* Photo Module */
#photo {
	margin: 0px auto;
}
#photo #gallery-slideshow {
	border-style: solid;
	border-width: 1px;
	display: inline;
	margin: 0px 0px 10px 10px;
	overflow: hidden;
	float: left;
	width: 526px;
}
#photo #gallery-slideshow img.gallery-slideshow-photo {
	margin: 5px auto;
	display:block;
	text-align: center;
}
#photo .rail {
	margin-left: 10px;
	width: 220px;
	float: left;
}
#photo #module-related-links {
	border-top: none;
	margin-bottom: 10px;
}
#photo #photo-footer {
	background: none;
	clear: both;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #999;
	padding-top:5px;
}
/* END Photo Module */

/* Photo Module */
#page.quiz .rail {
	margin-top: 7px;
}
#page.quiz #quiz-form ul ul {
	border-style: solid;
	border-width: 1px;
    padding: 7px 9px 7px 9px;
    margin-bottom: 15px;
}
#page.quiz #quiz-form ul ul li{
	padding-bottom: 0px;
}

/* END Photo Module */

/* Columnists Index */

.floatleft {
	float:left;
}

.columnists-content-align {
	display:table;           /* for IE */
	display:inline-block;    /* for firefox, opera */
}

#columnists {
    clear: both;
}
#columnists h2 {
    font-size: 246%;
}
#columnists h3 {
    margin-bottom: 10px;
}
#columnists p.categories {
    font-size: 85%;
    margin-bottom: 10px;
}
#columnists .category {
    clear: both;
    margin-bottom: 20px;
    border: 1px solid;
    padding: 10px;
}
#columnists .category h3, #columnists .category h3 a {
    font-size: 122%;
    padding-bottom: 5px;
}
#columnists .category .columnist {
    clear: both;
    margin-bottom: 10px;
}
#columnists .category .columnist h4, #columnists .category .columnist h4 a {
    font-size: 107%;
}
#columnists .category .columnist p {
    font-size: 92%;
}
#columnists .category .columnist img {
    float: left;
    margin-right: 10px;
}
#columnists .category .columnist p.links {
    font-size: 85%;
}
/* END Columnists Index */

/* Columnist Bio */

#columnist-bio {
    clear: both;
    margin-bottom: 10px;
    margin-left: 10px;
    magrin-right: 10px;
    margin-top: 10px;
    width: 510px;
}

/* End Columnist Bio */


.misc-ad {
    margin-bottom: 15px;
    z-index: 9998;
}

.skyscraper-ad {
    text-align: center;
    margin-bottom: 15px;
    z-index: 9998;
}

/* Hyperlocal Section Front */
#hyperlocal-tabs {
	position: relative;
}
#hyperlocal-tabs .gallery-photo {
	float: right;
}
#hyperlocal-tabs p {
	margin-right: 10px;
}
#hyperlocal-tabs p.credit {
	font-size: 77%;
}
#hyperlocal-tabs #photo-navigation {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#hyperlocal-tabs .gallery-photo #photo-title {
	text-align: center;
	display: block;
}

#hyperlocal-widget {
	margin-bottom: 5px;
}

#hyperlocal-subhead{
    padding-bottom: 10px;
    padding-left: 2px;
}

/* END Hyperlocal Section Front */

/* Directory Events */
#module-directory-events ul {
	float: left;
	margin: 0px 5px 0px 0px;
	border-style: solid;
	border-width: 1px;
    width: 90px;
}
#module-directory-events {
	margin-bottom: 10px;
	border-style: solid;
	border-width: 1px;
	padding:5px;
}
#module-directory-events #directory-tabs {
	float: right;
	min-height: 175px;
	height: auto;
	width: 190px
}
/* END Directory Events */

/* Story Gallery */
#content.story-gallery #special {
	margin: 0px auto;
	margin-bottom: 10px;
}
#content.story-gallery .multimedia {
	margin: 0px auto;
	display: block;
}
#content.story-gallery #description {
	margin-bottom: 20px;
}
#content.story-gallery .story-rail {
	margin-bottom: 15px;
}
#content.story-gallery .story-item {
	margin-bottom: 15px;
    clear: left;
}
#content.story-gallery .story-item .thumbnail {
	margin-right: 10px;
    margin-bottom: 10px;
	float: left;
}
#content.story-gallery .story-item h3 {
	font-weight: bold;
}
/* END Story Gallery */

/* Special Package */
#content.special-package .story-item {
	margin-bottom: 10px;
}
#content.special-package .story-item .contents{
	padding: 10px;
	border-style: none;
}
#content.special-package .story-item h3{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 2px;
}
#content.special-package .story-item .thumbnail{
	margin-right: 10px;
	margin-bottom: 10px;
}
#content.special-package .story-item p.more{
	text-align: right;
}
#content.special-package #description {
	margin-bottom: 10px;
}
#navigation .ad.special {
	padding: 5px 2px 5px 2px;
    z-index: 9997;
}
/* END Special Package */

#page.gallery .copyright {
	clear: both;
	text-align: center;
}

/* Registration */
#registration {
    width: 836px;
   /*  _width: 830px;*/
    float: left;
    margin: 20px 0px;
    background-color: #FFF;
	position: relative;
	left: 134px;
}
#registration h1, #registration h2 {
    font-size: 150%;
    font-weight: bold;
    color: black;
}
#registration #heading {
    margin-bottom: 15px;
}
#registration #loginbox {
    float: right;
    width: 350px;
    border-left: 1px solid gray;
    padding-left: 25px;
}
#registration #loginbox input {
    margin-bottom: 5px;
}
#registration #loginbox label {
    width: 65px;
    display: block;
    float: left;
    margin-top: 3px;
}
#registration p.note {
    font-size: 77%;
}
#registration span.note {
    font-size: 77%;
}
#registration #loginbox p {
    margin: 0px 0px 5px 0px;
}
#registration h3 {
    font-size: 122%;
    color: black;
}
#registration #benefits {
    float: left;
    width: 430px;
}
#registration #benefits p {
    margin-bottom: 5px;
}
#registration ul.bulleted li {
    background: transparent url(/common/images/standard/bullet-4x3.gif) no-repeat left 5px;
    margin-bottom: 10px;
    padding-left: 15px;
    margin-left: 15px;
    margin-top: 10px;
}
#registration #errors {
    margin-bottom: 15px;
    color: red;
}
#registration #errors p.larger {
    font-size: 122%;
}
#registration #password-recovery {
    width: 300px;
}
#registration #password-recovery input {
    margin-bottom: 5px;
}
#registration #password-recovery label {
    width: 150px;
    display: block;
    float: left;
    margin-top: 3px;
}
#registration #create-profile h4 {
    margin-bottom: 0px;
    margin-top: 10px;
}
#registration #create-profile #mynews h4 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 100%;
}
#registration #create-profile #mynews tr, #registration #create-profile #mynews td {
    margin: 0px;
    padding: 0px;
}
#registration #create-profile #info {
    width: 561px;
    _width: 555px;
    float: left;
}
#registration #create-profile #newsletters {
    width: 265px;
    float: right;
    margin-left: 10px;
}
#registration #create-profile #newsletters p {
    line-height: 20px;
}
#registration #create-profile #newsletters p.note {
    margin-bottom: 2px;
}
#registration #create-profile a.why {
    font-size: 77%;
}
#registration #create-profile td.type {
    width: 170px;
}
#registration #create-profile td {
    padding: 0px 10px 5px 0px;
}
#registration #unregister,
#registration #activation {
    width: 400px;
}
#registration #unregister input,
#registration #activation input {
    margin-bottom: 5px;
}
#registration #unregister label,
#registration #activation label {
    width: 100px;
    display: block;
    float: left;
    margin-top: 3px;
}
/* END Registration */

/* Columnist */
#columnist img.photo {
    float: left;
    margin: 0px 10px 10px 0px;
}
#columnist p.caption {
    font-size: 77%;
}
#columnist p.date {
    font-size: 77%;
    font-style: italic;
    margin-top: 1px;
}
#columnist h3.title {
    margin-bottom: 10px;
}
#columnist h3 {
    font-size: 136%;
    font-weight: bold;
}
#columnist h5 {
    font-size: 108%;
    font-weight: bold;
}
#columnist ul.recent-columns {
    margin-top: 15px;
}
#columnist ul.recent-columns li {
    font-size: 95%;
    margin-bottom: 10px;
}
/* END Columnist */

/* Jobs */
#content.jobs #jobs-search {
	margin-bottom: 15px;
}
#content.jobs #headline-rail {
	float: left;
	width: 258px;
}
#content.jobs #headline-rail div{
	margin-bottom: 10px;
}
#content.jobs #headline-rail .thumbnail{
	float: left;
	margin: 0px 5px 0px 0px;
}
#content.jobs #utility-rail {
	float: left;
	width: 258px;
	margin-left: 10px;
}

#headline-rail .misc-ad div.quigo-ad {
overflow: hidden;
}
/* END Jobs */

/* Cars */
#page.cars #cars-search {
	margin-bottom: 15px;
}
#page.cars #module-secondary-content div{
	margin-bottom: 10px;
}
/* END Cars */

/* quote-module */
#module-related-links .quote-module h4 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#module-related-links .quote-module p {
	padding: 0px 10px;
	margin-top: 5px;
}
/* END quote-module */

/* Travel Front */
#module-travel-front {
	margin-bottom: 10px;
}
#module-travel-front h4{
	margin-bottom: 5px;
}
#module-travel-front #destinations {
	float: left;
	width: 280px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#module-travel-front #destinations li {
	padding-bottom: 5px;
}
#module-travel-front #city-guide {
	float: left;
	width: 206px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#module-travel-front #city-guide li {
	padding-bottom: 5px;
}
#module-travel-front #travel-links {
	clear: both;
	text-align: center;
}
#module-travel-front #travel-links  span.travel-link {
	margin: 0px 10px;
}
#module-travel-front ul.bulleted li {
	background: transparent url(/common/images/standard/bullet-4x3.gif) no-repeat left 5px;
	padding-left: 10px;
}
/* END Travel Front */

/* Weather */
#wu-tropical-weather .column-1 {
    width: 250;
    float: left;
}
#wu-tropical-weather .column-2 {
    width: 250;
    float: right;
}
table.wu_regions {
    margin-top: 3px;
    border: 1px solid gray;
    width: 300px;
}
td.wu_wthrsmall, th.wu_wthrsmall {
    padding: 3px 10px;
}
th.wu_wthrsmall {
    font-weight: bold;
}
.wu_blacklink, .wu_blacklink a, .wu_blackcaps, .wu_10pointtext, .wu_w11pointtext, .wu_w12pointtext, .wu_w13pointtext, .wu_w10pointtext-bold, .wu_w11pointtext-bold, .wu_w12pointtext-bold, .wu_w13pointtext-bold, .wu_11pointtextverdana, .wu_13pointredverdana, .wu_25pointtext, .wu_5dayforecastdaytext, .wu_regionbox, .wu_topboder {
	color: #000;
}
.wu_blacklink a:visited, .wu_blacklink a:hover {
	color: #666;
}
.wu_blacklink a, .wu_blacklink a:visited, .wu_blacklink a:hover, .wu_blackcaps, .wu_w25pointtext, .wu_w5dayforecastdaytext, .wu_w10pointtext-bold, .wu_w11pointtext-bold, .wu_w12pointtext-bold, .wu_w13pointtext-bold {
	font-weight: bold;
}
.wu_w5dayforecastdaytext {
	text-align: center;
}
.wu_w10pointtext, wu_w10pointtext-bold {
	font-size: 10px;
}
.wu_blackcaps, .wu_w5dayforecastdaytext, .wu_w11pointtext, wu_w11pointtext-bold,wu_w11pointredverdana {
	font-size: 11px;
}
.wu_w12pointtext, wu_w12pointtext-bold {
	font-size: 12px;
}
.wu_w13pointtext, wu_w13pointtext-bold, wu_w13pointredverdana {
	font-size: 13px;
}
.wu_w25pointtext {
	font-size: 25px;
}
.wu_w5dayforecastdaytext {
	padding: 3px;
	display: block;
	margin: 5px 0 2px 0;
	width: 100%;
}
span.wu_w13pointredverdana {
    font-weight: bold;
    font-size: 14px;
}
table.wu_marine {
    border: 1px solid gray;
    width: 213px;
    margin-top: 3px;
    margin-bottom: 5px;
}
table.wu_marine td {
    padding: 3px 10px;
}
tr.wu_w2ptpadding .w12pointtext {
    font-size: 11px;
}
table.wu_almanac td {
    padding: 3px 10px;
}
table.wu_almanacinner td {
    padding: 0px;
}
table.wu_almanacinner {
    margin-top: 3px;
}
table.wu_almanac {
    border: 1px solid gray;
    width: 213px;
}


.wu_marine_text
{
    display:block;
    float:left;
}
.wu_marine_text_right
{
    display:block;
    text-align: right;
}
.wu_regionbox_tdright {
    padding: 5px !important;
}


#wu_alertbox  {
    width: 493px;
    background-color: #fff;
    margin: 0px;
    padding: 0px 5px 0px 5px;
    border-top: solid 0px #fff;
    border-right: solid 1px #990000;
    border-left: solid 1px #990000;
}

#weather_sect_alert  {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#weather_sect_alert img {
    display:block;
}


/* END Weather */

/* Search */
#sponsored-links {
	clear:both;
}
#sponsored-links h4 {
	margin-bottom: 10px;
}
.sponsored-link {
	margin-bottom: 10px;
}
.sponsored-link a,
.sponsored-link span.title {
	font-weight: bold;
}
#search-google-ads {
	clear: both;
}
#search-google-ads h4 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 5px;
}
#search-google-ads .google-ad {
	margin-bottom: 5px;
	background-color: #EEE;
	padding: 5px;
}

#search-google-ads .google-ad .url a {
	color: #666;
}
/* END Search */

/* Advanced Search */
#page.advanced-search #content {
	width: 666px;
}
#advanced-search-form {
	padding: 10px;
}
#advanced-search-form p {
	margin-bottom: 10px;
}
#advanced-search-form label {
	font-weight: bold;
}
#advanced-search-form #date {
	margin-bottom: 10px;
}
#advanced-search-form #date ul li span {
	font-weight: bold;
}
/* END Advanced Search */

/* MyNews */
#content.mynews .section {
    margin-bottom: 15px;
}
#content.mynews ul.bulleted li {
    background: transparent url(/common/images/standard/bullet-4x3.gif) no-repeat left 5px;
    padding-left: 11px;
}
/* END MyNews */
/* Realestate */
#headline-collection #top-item {
	margin-bottom: 5px;
}
#headline-collection #module-secondary-content-spotlight ul.bulleted {
	margin-left: 10px;
}
#headline-collection #module-secondary-content-spotlight ul.bulleted li {
	display: list-item;
}

/* Top Jobs */
#navigation #top-jobs {
	margin-top: 10px;
}
#navigation #top-jobs ul li {
	padding: 0px;
	margin: 0px 0px 5px 5px;
}
#navigation #top-jobs a {
	padding: 0px;
	margin: 0px;
}
/* END Top Jobs */

/* UGC Message Board Promo Module */
.module-ugc-promo {
    border-style: solid;
	border-width: 1px;
    padding: 8px;
	margin-bottom:15px;
}
.module-ugc-promo h4 {
    margin-bottom: 3px;
}
.module-ugc-promo img {
    float: left;
    padding-right: 4px;
}
.module-ugc-promo div.content {
    border-top-style: solid;
	border-top-width: 1px;
	margin-top: 5px;
}
.module-ugc-promo div.entry {
      padding-top: 10px;
}
.module-ugc-promo div.link {
      margin-top: 10px;
      text-align: right;
}
/* End UGC Promo Module */

/* Print Edition */
.printedition-thumbnail {
	display: block;
	width: 150px;
}
/* END Print Edition */

/* Windoid */
#windoid {
    margin: 20px 30px;
    background-color: #FFF;
}
#windoid h1, #windoid h2 {
    font-size: 150%;
    font-weight: bold;
    color: black;
}
#windoid #heading {
    margin-bottom: 15px;
}
#windoid #description {
    margin-bottom: 15px;
}
#windoid #description img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
#windoid #loginbox {
    float: right;
    width: 350px;
    border-left: 1px solid gray;
    padding-left: 25px;
}
#windoid #loginbox input {
    margin-bottom: 5px;
}
#windoid #loginbox label {
    width: 65px;
    display: block;
    float: left;
    margin-top: 3px;
}
#windoid p.note {
    font-size: 10px;
}
#windoid #loginbox p {
    margin: 0px 0px 5px 0px;
}
#windoid h3 {
    font-size: 122%;
    color: black;
}
#windoid #benefits {
    float: left;
    width: 430px;
}
#windoid #benefits p {
    margin-bottom: 5px;
}
#windoid ul.bulleted li {
    background: transparent url(/common/images/standard/bullet-4x3.gif) no-repeat left 5px;
    margin-bottom: 10px;
    padding-left: 15px;
    margin-left: 15px;
    margin-top: 10px;
}
#windoid #errors {
    margin-bottom: 15px;
    color: red;
}
#windoid #errors p.larger {
    font-size: 122%;
}
#windoid #verify {
    width: 250px;
    margin-bottom: 15px;
}
#windoid #verify.screenname {
    width: 300px;
}
#windoid #verify.upload {
    width: 400px;
}
#windoid #verify input {
    margin-bottom: 5px;
}
#windoid #verify label {
    width: 100px;
    display: block;
    float: left;
    margin-top: 3px;
}
#windoid #create-profile h4 {
    margin-bottom: 5px;
}
#windoid #create-profile #info {
    width: 561px;
    _width: 555px;
    float: left;
}
#windoid #create-profile #newsletters {
    width: 275px;
    float: right;
}
#windoid #create-profile a.why {
    font-size: 77%;
}
#windoid #create-profile td.type {
    width: 170px;
}
#windoid #create-profile td {
    padding: 0px 10px 5px 0px;
}
#windoid #footing {
    margin-top: 15px;
}
/* END Windoid */



/* M-021.5 UGC Ratings &amp; Comments */
#module-ratings-and-comments #ugc-comment-form h4 {
    margin: 8px 0px 6px 0px;
}
#module-ratings-and-comments #ugc-comment-form div.comment-form h5 {
    font-size: 92%;
    margin: 6px 0;
}
#module-ratings-and-comments #ugc-comment-form p.read-all-comments a {
    color: #036;
    font-size: 85%;
    font-weight: bold;
}
#module-ratings-and-comments #comment-group {
	border-top: solid 1px #ccc;
	margin-top: 9px;
}
#module-ratings-and-comments #ugc-comment-form div.comment-form {
	width: 290px;
	float: left;
}
#module-ratings-and-comments #ugc-comment-form p.standard {
    color: #333;
    font-size: 92%;
    margin: 6px 0;
}
#module-ratings-and-comments #ugc-comment-form form {
    background: #fafaf2;
    border: solid 1px #ccc;
    margin-top: 0px;
    padding: 12px 15px 14px 5px;
}
#module-ratings-and-comments #commentDisplay {
	float: left;
	margin-left: 10px;
	width: 200px;
}
#module-ratings-and-comments #ugc-comment-form form p {
    margin-bottom: 14px;
}
#module-ratings-and-comments #ugc-comment-form label {
    color: #333;
    display: block;
    float: left;
    font-size: 85%;
    height: 19px;
    margin-right: 4px;
    text-align: right;
    width: 54px;
}
#module-ratings-and-comments #ugc-comment-form input#post-comment-author,
#module-ratings-and-comments #ugc-comment-form textarea#post-comment-text {
    width: 250&lt;br&gt;px;
}
#module-ratings-and-comments #ugc-comment-form textarea#post-comment-text {
    height: 113px;
}
#module-ratings-and-comments #ugc-comment-form div.validate {
    margin: -8px 0px 0px 58px;
    width: 120px;
}
#module-ratings-and-comments #ugc-comment-form div.validate label {
    display: inline;
    float: left;
    height: auto;
    line-height: 190%;
    margin-bottom: 14px;
    margin-right: 0px;
    text-align: left;
    width: 120px;
}
#module-ratings-and-comments #ugc-comment-form div.validate input {
    width: 120px;
}
#module-ratings-and-comments #ugc-comment-form div.validate input.button {
    width: auto;
}

#module-ratings-and-comments #commentDisplay h5{
	margin: 6px 0px 2px 0px;
}
#module-ratings-and-comments .user-comment {
	margin-bottom: 10px;
	overflow: hidden;
}
#module-ratings-and-comments .user-comment .user{
	float: right;
	font-size: 85%;
	color: #666;
}
#module-ratings-and-comments #commentDisplay p.comment-nav {
	float: right;
}
/* END M-021.5 UGC Ratings &amp; Comments */

/* Sub-Header Subscription */
#subheader #subscription-button {
	float: right;
	display: inline;
	position: relative;
}
#subheader #subscription-button a#subsription-text {
	position: relative;
	top: -12px;
}
#subheader #subscription-button a#subsription-text-noimage {
	position: relative;
	top: 8px;
	margin-right: 5px;
}
#subheader #subscription-button img {
	position: relative;
	top: 0px;
	margin-right: 5px;
}
/* END Sub-Header Subscription */

#form-errors {
	color: #F00;
	font-weight: bold;
	margin-top: 5px;
}

#brochure-lead-content {
    margin-bottom: 25px;
    margin-top: 25px;
}

h2.image-header img{
	margin-top: 5px;
}

.rail-ad-top {
        text-align: center;
        padding: 2px;
        text-decoration: underline;
}

/* Multimedia Gallery */
#multimedia-gallery-content {

}
#multimedia-gallery-content #module-most-popular {
    border-style: solid;
	border-width: 1px;
    margin-top: 21px;
    position: relative;
}
#multimedia-gallery-content #module-most-popular ul {
    margin: 13px 6px;
}
#multimedia-gallery-content #module-most-popular li {
    background-repeat: no-repeat;
	background-position: 182px 8px;
    padding: 7px 0px 8px 0px;
    position: relative;
}
#multimedia-gallery-content #module-most-popular div.item-number {
    float: left;
    margin-top: 5px;
	margin-right: 5px;
    text-align: right;
}
#multimedia-gallery-content #module-most-popular div.description {
    float: left;
	margin-top: 5px;
    width: 152px;
}
#multimedia-gallery-content #module-most-popular div.description .brief {
	margin-top: 5px;
}
#multimedia-gallery-content #module-most-popular dd {
    clear: right;
    display: inline;
    float: right;
    margin: 0px 3px 0px 0px;
    width: 150px;
}
#multimedia-gallery-content #module-most-popular dd a {
    text-decoration: underline;
}
#multimedia-gallery-content #module-most-popular dd.date-and-section {
    clear: none;
    float: none;
    margin: 0px 0px 0px 5px;
    width: 140px;
}
#multimedia-gallery-content #module-most-popular dd.date-and-section a {
    background-repeat: no-repeat;
	background-position: 3px 2px;
    padding-left: 9px;
}
#multimedia-gallery-content #module-most-popular dd.email-this,
#multimedia-gallery-content #module-most-popular dd.rating {
    margin-bottom: 6px;
}
#multimedia-gallery-content #module-most-popular dd.email-this a {
    background-repeat: no-repeat;
	background-position: 0 2px;
    padding-left: 25px;
}
#multimedia-gallery-content #module-most-popular dd.rating img {
    vertical-align: middle;
}
#multimedia-gallery-content #module-most-popular ul.tabs {
    left: -1px;
    margin: 0px;
    position: absolute;
    top: -22px;
}
#multimedia-gallery-content #module-most-popular ul.tabs li {
    background: none;
    padding: 0px;
    position: static;
}
/* END M-027 Most Popular */


/* Skysraper ad */
.skyscraper-ad {
	float: right;
    z-index: 9998;
	margin-bottom: 15px;
}

.hidden {
      display: none;
}
/* END Skysraper ad */

/* SA */
#header.sa {
    height: 161px;
    position: relative;
}
#header.sa #loginbox {
    position: absolute;
    top: 79px;
    right: 80px;
    font-size: 85%;
}
#header.sa #loginbox a {
    text-decoration: underline;
}
#content.sa-styles {
    margin-top: 20px;
}
#content.sa-styles #promo {
    margin-bottom: 20px;
}
#content.sa-styles .sa-item {
    margin-bottom: 15px;
}
#content.sa-styles #sa-rail-left {
    float: left;
    width: 250px;
}
#content.sa-styles #sa-rail-right {
    float: right;
    width: 250px;
}
#content.sa-styles h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: 100%;
}
#content.sa-styles img.lead-photo {
    float: left;
    margin-right: 10px;
    display: block;
}
/* END SA */

#content-horoscopes-utility-rail {
    width: 526px;
    float: left;
}

/* Multimedia Audio/MP3 Gallery */

#gallery-slideshow-audio {
	border-width: 0px;
	float: left;
    width: 500px;
	display: block;
	margin: auto 0px;
	overflow: hidden;
	text-align:left;
	padding-top: 10px;
}

#gallery-slideshow-audio p.cutline {
	font-size: 122%;
	font-weight: bold;
	color: #666666;
}

/* END MA/MP3 Gallery */

/* Article Tools - Share This */
ul#social-bookmarks li a {
    padding-left: 20px !important;
    margin-top: 1px;
    margin-bottom: 1px;
}
ul#social-bookmarks li.digg a {
    background: transparent url('/common/images/icons/icon-digg.gif') no-repeat 0px 0px !important;
}
ul#social-bookmarks li.delicious a {
    background: transparent url('/common/images/icons/icon-delicious.gif') no-repeat 0px 0px !important;
}
ul#social-bookmarks li.facebook a {
    background: transparent url('/common/images/icons/icon-facebook.gif') no-repeat 0px 0px !important;
}
ul#social-bookmarks li.furl a {
    background: transparent url('/common/images/icons/icon-furl.gif') no-repeat 0px 0px !important;
}
ul#social-bookmarks li.google a {
    background: transparent url('/common/images/icons/icon-google.gif') no-repeat 0px 0px !important;
}
ul#social-bookmarks li.reddit a {
    background: transparent url('/common/images/icons/icon-reddit.gif') no-repeat 0px 0px !important;
}
ul#social-bookmarks li.spurl a {
    background: transparent url('/common/images/icons/icon-spurl.gif') no-repeat 0px 0px !important;
}
ul#social-bookmarks li.yahoo a {
    background: transparent url('/common/images/icons/icon-yahoo.gif') no-repeat 0px 0px !important;
}
ul#social-bookmarks li.permalink a {
    background: transparent url('/common/images/icons/icon-permalink.gif') no-repeat 0px 0px !important;
}
ul#social-bookmarks li.newsvine a {
    background: transparent url('/common/images/icons/icon-newsvine.gif') no-repeat 0px 0px !important;
}
li#share-bookmarks a.share {
    background-image: transparent url('/common/images/icons/bg-icon-expand.gif') no-repeat 0px 0px;
    padding-left: 10px;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left:1px
}

li#share-bookmarks {
     margin-left: 5px;
}

/* END Article Tools - Share This */

/* Flash Item */

#flash-email{
    float:right;
    padding-right: 5px;
}

/* END Flash Item */</pre></body></html>