
/* Story -------------------------------------------------------------------- */

.story {
    position: relative;
    margin-top: 20px;
}

.story .location,
.story .date {
    color: #666;
}

.story .location .city {
    text-transform: uppercase;
}



/* Press Releases ----------------------------------------------------------- */

.press-release-story .press-release-header {
    margin-top: 20px;
    margin-bottom: 20px;
}

.press-release-story .press-release-header p {
    padding-top: 0;
}

.press-release-story .press-release-header .contact p {
    text-align: right;
}

.press-release-story h1 {
    font-family: helvetica, arial, verdana, sans-serif;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    padding: 20px 40px;
    text-transform: uppercase;
}

.press-release-story h2 {
    text-align: center;
    padding: 0 40px 20px 40px;
}

.press-release-footer {
    margin-top: 30px;
    border-top: 1px solid #999;
    padding: 0 20px;
}



/* Source types to italicize */
.date-and-source .magazine,
.date-and-source .newspaper {
    font-style: italic;
}




/* Preview Styles ----------------------------------------------------------- */

/* Digg-style with headline and abbreviated content ------------------------- */

.news-story-preview {
    margin-top: 10px;
    border-top: 1px dashed #ccc;
    padding: 10px 0 10px 0;
}

.news-story-preview:first-child {
    border-top: 0;
}

.news-story-preview h2,
.news-story-preview p {
    padding-top: 0;
}

.news-story-preview p.Link {
    padding-top: 4px;
    font-size: 10px;
}



/* Digg-style, but with logo added ------------------------------------------ */

.news-preview-logo {
    margin-top: 10px;
    border-top: 1px dashed #999;
    padding-top: 9px;
    width: 700px;    
}

.news-preview-logo:first-child {
    margin-top: 0;
    border-top: 0;
    padding-top: 10px;    
}

.news-preview-logo img {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 20px;
}

.news-preview-logo .headline-and-description {
    float: left;
    width: 580px;
}

.news-preview-logo .date-and-source {
    font-weight: bold;
    color: #666;
}

.news-preview-logo h2,
.news-preview-logo h3 {
    padding-top: 0;
    font-size: 14px;
}

.news-preview-logo p {
    padding-top: 5px;
}


/* Sticky */
.news-preview-logo-sticky .headline-and-description {
    background: #fff9ea url(/images/gradients/fff4cd-fff9ea.png) repeat-x top;
    padding: 10px;
    width: 560px;
}



/* Small preview with only ShortHeadline & ShortDescription ----------------- */

.news-mini-preview {
    margin-top: 10px;
}

.news-mini-preview p, .news-mini-preview h3 {
    padding-top: 0;
}

.news-mini-preview .date-and-source {
    color: #666;
}

.news-mini-preview .date {
    color: #666;
    font-weight: normal;
}



/* --- /news/articles/ --- */

.article-preview {
    clear: both;
    margin-top: 20px;
}

.article-preview img {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 20px;
}

.article-preview .headline-and-description {
    float: left;
    width: 430px;
}

.article-preview .date-and-source {
    font-weight: bold;
    color: #666;
}

.article-preview h3 {
    padding-top: 0;
    font-size: 14px;
}

.article-preview p {
    padding-top: 5px;
}



/* --- /news/press-releases/ --- */

.press-release-preview {
    margin-top: 20px;
}

.press-release-preview .date-column {
    float: left;
    width: 140px;
    margin-right: 20px;
}

.press-release-preview .content-column {
    float: left;
    width: 400px;
}

.press-release-preview .date {
    font-weight: bold;
    color: #666;
}

.press-release-preview h3, 
.press-release-preview p {
    padding-top: 0;
}




/* --- /news/announcements/ --- */

.announcement-preview {
    margin-top: 20px;
}

.announcement-preview .date-column {
    float: left;
    width: 140px;
    margin-right: 20px;
}

.announcement-preview .content-column {
    float: left;
    width: 390px;
}

.announcement-preview .date {
    font-weight: bold;
    color: #666;
}

.announcement-preview h3, 
.announcement-preview p {
    padding-top: 0;
}



/* blockquotes */
.article       blockquote,
.press-release blockquote,
.announcement  blockquote {
    margin: 20px;
    padding: 0 50px;
    background: url(images/ldquo32.png) no-repeat 0 0;
}

/* Position the side content */
.article       .side-content-spacer { height: 48px; }
.press-release .side-content-spacer { height: 90px; }
.announcement  .side-content-spacer { height: 48px; }



/* Styles for specific Pages */

#News h2 {
    border-bottom: 1px solid #cc0000;
}

