/**
 * @file        blog.css
 * @description Styles for Blogs
*/

/**
 * @section LAYOUT
*/
#navigation {
    background: url(/css/i/global/xrail-bg.gif) repeat-y 100% 0;
    float: left;
    margin-bottom: -44px;
    padding-right: 15px;
    position: relative;
    top: -64px;
    width: 140px;
}

#main {
    background: url(/css/i/global/xrail-bg.gif) repeat-y;
    clear: none;
    margin-bottom: 29px;
    padding-left: 15px;
    position: relative;
    top: 9px;
    left: -1px;
    width: 460px;
}

/* Blog Header */
#index_headers {
    color: #575a4f;
    margin-left: 174px;
    position: relative;
    top: 11px;
    text-align: center;
}

#index_headers #indhed {
    font: bold 10px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.filterheader {
    border-bottom: 1px dotted #999;
    color: #444;
    display: block;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}


/**
 * @section NAVIGATION RAIL
*/
.navComponent {
    border-top: 3px double #ccc;
    margin-bottom: 17px;
    padding-top: 3px;
}

.navComponent.first {
    border: 0;
    margin: 0;
    padding: 0;
}   /* compensating for navProxy tomfoolery */

.navComponent h3 {
    font-style: italic;
    font-size: 13px;
    margin-bottom: 7px;
}

.navComponent .sectionItems {
    font: 12px Arial, Helvetica, sans-serif;
}

.navComponent .sectionItems li {
    color: #e0e0e0;
    line-height: 1.1;
    list-style-type: disc;
    margin: 0 0 7px 13px;
}


/**
 * @section ENTRIES
*/
.entry {
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.hfeed .entry {
    border-bottom: 1px dotted #ccc;
}

.hfeed .entry:last-child {
    border: 0;
}

/* Rubric */
.entry .rubric {
    font-weight: normal;
    letter-spacing: normal;
    text-align: center;
}

.entry .rubric a {
    color: #137095;
}

/* Title */
.entry .entry-title {
    font-weight: normal;
    font-size: 30px;
    line-height: 1;
    text-align: center;
}

.entry .entry-title a {
    color: #444;
}

/* Meta Data */
.entry .entry-metadata {
    text-align: center;
    margin-bottom: 10px;
}

.entry .byline {
    display: none;
}

.entry .published {
    color: #666;
    font: 10px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

/* Body */
.entry .entry-content {
    line-height: 1.4;
}

.entry .entry-content p {
    margin-bottom: 10px;
}

.entry .entry-content .insetPhoto {
    color: #666;
    font: 11px Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    text-align: center;
}

.entry .entry-content .insetPhoto img {
    margin-bottom: 2px;
}

.entry .entry-content .insetPhoto span {
    display: block;
}

.entry .entry-more-link {
    font: bold 11px Arial, Helvetica, sans-serif;
    text-transform: lowercase;
}

/* Rating + Comments */
.comments .commentText {
    width: 424px;
}

#archived-comments {
    background: none;
    border: 0;
    -moz-border-image: none;
    -webkit-border-image: none;
    border-image: none;
    padding: 0;
}   /* overrides default rating-comment styles */

#archived-comments h3 {
    background: none;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 3px;
    text-indent: 0;
    width: auto;
    height: auto;
}

#archived-comments .totalComments {
    display: inline-block;
    font: 11px Arial, Helvetica, sans-serif;
    margin: 0 10px 6px 0;
}

#archived-comments .expand {
    font: bold 11px Arial, Helvetica, sans-serif;
    text-transform: lowercase;
}

#archived-comments .expand:after {
    content: " \203a\203a";
}

#archived-comments .commentAnchor {
    border-top: 3px double #e0e0e0;
}

#archived-comments .commentAnchor .entry {
    background: #f6f5f4;
    border-bottom: 1px solid #e0e0e0;
    margin: 0;
    padding: 7px 10px 14px;
}

#archived-comments .commentAnchor .entry:nth-child(2n) {
    background: #fff;
}

.comments-count {
    font: bold 11px Arial, Helvetica, sans-serif;
    text-align: right;
    text-transform: lowercase;
}

/* Post Navigation */
.post-nav {
    font: bold 11px Arial, Helvetica, sans-serif;
    margin-top: 15px;
    text-align: center;
    text-transform: lowercase;
}

.post-nav li {
    display: inline;
}

.post-nav .previous {
    border-right: 1px solid #e0e0e0;
    margin-right: 6px;
    padding-right: 10px;
}

.post-nav .next {
    border-left: 1px solid #e0e0e0;
    margin-left: 6px;
    padding-left: 10px;
}


/**
 * @section SLIDESHOW
*/

/* Non-JS Styles */
.entry .slideshow {
    color: #666;
    font: 11px Arial, Helvetica, sans-serif;
}

.entry .slideshow li {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

/* Initialized Slideshow */
.entry .ssFrame {
    border: 1px solid #e0e0e0;
    margin: 20px auto;
    overflow: hidden;
    padding-bottom: 23px;
    position: relative;
    width: 458px;
    z-index: 2;
}

.entry .ssFrame .slideshow {
    overflow: hidden;
    position: relative;
    z-index: 1;
}


.entry .ssFrame .slideshow li {
    border: 0;
    float: left;
    overflow: hidden;
    position: relative;
    left: 0;
    text-align: center;
    width: 458px;
    z-index: -20;
}

.entry .ssFrame .slideshow li a {
    display: inline;
    margin: auto;
    padding: 0;
}

.entry .ssFrame .slideshow li .caption {
    text-align: left;
    margin: 5px;
}

.entry .ssFrame .slideshow li img {
    clear: both;
    float: none !important;
    margin: 0 auto;
    position: relative;
    text-align: center;
    min-height:320px;
}

.entry .ssFrame .slideshow li ul {
    margin: 0;
    width: auto;
}

.entry .ssFrame .slideshow li ul li {
    float: none;
    width: auto;
}

/* navigation */
.entry .ssFrame .ssNav {
    border-top: 1px solid #e0e0e0;
    font: 9px Arial, Helvetica, sans-serif;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 458px;
    height: 22px;
}

.ssNav .count {
    line-height: 22px;
    position: absolute;
    left: 208px;
    width: 57px;
    height: 22px;
}

.ssControl span {
    display: none;
}

.ssControl .sPrev,
.ssControl .sNext {
    background: url(/css/i/slide/slideshow-nav.png) no-repeat;
    border: 1px solid #e0e0e0;
    border-width: 0 1px;
    cursor: pointer;
    display: block;
    position: absolute;
    text-indent: -9999px;
    height: 22px;
}

.ssControl .sPrev {
    background-position: -442px -49px;
    left: 129px;
    width: 75px;
}

.ssControl .sPrev:hover {
    background-position: -442px -73px;
}

.ssControl .sNext {
    background-position: -576px -49px;
    left: 264px;
    width: 53px;
}

.ssControl .sNext:hover {
    background-position: -576px -73px;
}

