/* STORY LIST */
h1.mainTitle {
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #b71116;
}
.storyNav {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.storyNav .imageHolder {
    float: left;
    margin: 0 20px 0 0;
}
.storyNav a.mediumThumb {
    background-color: #ffffff;
    border: 1px solid #dadadc;
    display: table-cell;
    height: 150px;
    text-align: center;
    vertical-align: middle;
    width: 200px;
}
.storyNav a.mediumThumb * {
    text-align: center;
    vertical-align: middle;
}
.storyNav span.eventDate {
    color: #606060;
    font-size: 13px;
    padding-right: 5px;
} 
.storyNav span.section {
    background-color: #265079;
    color: #ffffff;
    font-size: 13px;
    line-height: 100%;
    padding: 5px 10px;
}
.storyNav span.section a {
    color: #fff;
    text-transform: uppercase;
}
.storyNav h2.title {
    font-size: 18px;
    line-height: 120%;
}
.storyNav p.leadShort {
    color: #606060;
    margin-left: 220px;
    padding-bottom: 0;
}
.storyNav a.smallThumbComments {
    width: 33%;
    margin-right: 20px;
    float: left;
    position: relative;
    display: block;

}

.storyNav a.smallThumbComments img {
    max-width: 300px;
    width: 100%;
}

.storyNav a.smallThumbComments span.commentThumb {
    position: absolute;
    top: 10px;
    left: 10px;
    background: url('/img/commentThumb.png') no-repeat left top;
    width: 40px;
    height: 43px;
    line-height: 40px;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    color: #fff;
    font-weight: bold
}

.storyNav a.smallThumbComments span.commentThumb {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 43px;
    background-image: url('/img/sisica.png');
    background-repeat: no-repeat;
    background-position: left 0;
}

.storyNav a.smallThumbComments span.commentThumb span {
    display: block;
    width: auto;
    min-width: 26px;
    padding: 0 7px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial;
    background-color: #666;
}



.storyNav p.photoVideo_eventDate_releaseUpdateTime {
    padding-bottom: 25px;
    color: #333;
    font-family: Arial;
    font-size: 10px;
    line-height: 100%;
}

.storyNav p.photoVideo_eventDate_releaseUpdateTime span.icon-photo {
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    font-family: Arial;
    line-height: 140%;
    padding: 0 3px;
    position: relative;
    margin: 0;
    background-color: #F31955;
}

.storyNav p.photoVideo_eventDate_releaseUpdateTime span.icon-video {
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    font-family: Arial;
    line-height: 140%;
    padding: 0 3px;
    position: relative;
    margin: 0;
    background-color: #00CCFF;
}

.storyNav p.photoVideo_eventDate_releaseUpdateTime span.icon-audio {
    background-color: #33CC33;
}

.storyNav p.photoVideo_eventDate_releaseUpdateTime span.releaseUpdateTime span {
    color: #666;
}

.storyNav p.photoVideo_eventDate_releaseUpdateTime span.eventDate {
    margin: 0 15px 0 5px;
}

p.eventDate_releaseUpdateTime_source_author {
    padding: 0 0 35px 0;
    font-size: 10px;
    color: #333;
    line-height: 140%;
    font-family: Arial;
}

p.eventDate_releaseUpdateTime_source_author span.eventDate {
}

p.eventDate_releaseUpdateTime_source_author span.source {
    text-transform: uppercase;
    border-left: 1px solid #666;
    padding-left: 5px;
    margin-left: 5px;
    display: inline-block;
    line-height: 27px;
}

p.eventDate_releaseUpdateTime_source_author span.releaseUpdateTime span {
    background: #282828;
    color: #fff;
    padding: 0 2px;
}

p.eventDate_releaseUpdateTime_source_author span.author {
    text-transform: uppercase;
    border-left: 1px solid #666;
    padding-left: 5px;
    margin-left: 5px;
    display: inline-block;
    line-height: 27px;
}

p.eventDate_releaseUpdateTime_source_author span.author span {
    color: #EE174C;
}

p.uptitle_eventDate_releaseTime_commentCount {
    padding: 0;
    padding-bottom: 20px;
}

p.uptitle_eventDate_releaseTime_commentCount span.uptitle {
    padding: 9px 20px;
    background: #CC0000;
    display: inline-block;
    color: #fff;
    line-height: 100%;
    text-transform: uppercase;
}

p.uptitle_eventDate_releaseTime_commentCount span.eventDate,
p.uptitle_eventDate_releaseTime_commentCount span.releaseTime {
    padding: 9px 10px;
    background: #fff;
    display: inline-block;
    font-size: 12px;
    color: #161616;
    line-height: 100%;
}

p.uptitle_eventDate_releaseTime_commentCount span.commentCount {
    padding: 9px 12px 9px 25px;
    display: inline-block;
    font-size: 12px;
    color: #161616;
    line-height: 100%;
    background: url("/img/commentCount.gif") no-repeat scroll 10px center #FFFFFF
}

.author_source {
    padding-bottom: 0;
    font-size: 12px !important;
}

.author_source .source {
    font-style: italic
}

/* @end */

/* PRINT PAGE & SEND MAIL TO FRIEND */
/*a.printPage {
    background: transparent url("/img/icons/print.png") no-repeat left top;
    display: block;
    height: 24px;
    text-indent: -2000px;
    width: 24px;
}

a.mailFriend {
    background: transparent url("/img/icons/mail.png") no-repeat left top;
    display: block;
    height: 24px;
    text-indent: -2000px;
    width: 24px;
}

a.printPageWindow {
    display: none
}*/

/* @end */

/* INCREASE FONT, DECREASE FONT, RESET FONT */
/*.fontSize {
    position: absolute;
    height: 24px;
    right: 0px;
    top: 2px
}

.fontSize a {
    float: right;
    margin-left: 10px;
}

a.increaseFont {
    background: transparent url("/img/icons/font/increaseFont.png") no-repeat left top;
    display: block;
    height: 24px;
    text-indent: -2000px;
    width: 25px;
}

a.resetFont {
    background: transparent url("/img/icons/font/resetFont.png") no-repeat left top;
    display: block;
    height: 24px;
    text-indent: -2000px;
    width: 17px;
}

a.decreaseFont {
    background: transparent url("/img/icons/font/decreaseFont.png") no-repeat left top;
    display: block;
    height: 24px;
    text-indent: -2000px;
    width: 18px;
}*/

/* @end */

/* STORY VIEW */
.data {
    position: relative;
}

.data h2.title {
    margin-bottom: 30px;
    text-transform: none;
}
.data p.lead {
    font-size: 20px;
    font-style: italic;
}

.tags {
    margin-bottom: 35px;
}

.tags .tagTitle {
    background: url("/img/tags.jpg") no-repeat left top;
    display: block;
    float: left;
    text-transform: uppercase;
    color: #fff;
    font-family: Arial;
    font-size: 10px;
    padding: 10px 15px 10px 30px;
    line-height: 100%;
    margin: 0 20px 0 0;
}

.tags .tagList a {
    font-size: 15px;
    font-weight: bold;
    line-height: 140%;
    display: block;
    float: left;
    color: #332C37;
    text-transform: uppercase;
    margin: 0 20px 0 0;
    padding: 5px 0;
}

.tagRelated {
    margin-bottom: 35px;
    clear: left;
}

.tagRelated h3 {
}

.tagRelated .tagStory {
    float: left;
    width: 140px;
    margin: 0 12px 0 0;
    position: relative;
}

.tagRelated .tagStory.last {
    margin: 0;
}

.tagRelated .tagStory a {
    width: 140px;
    margin-bottom: 5px;
    position: relative;
    display: block
}

.tagRelated .tagStory a img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 0;
}

.tagRelated .tagStory a span {
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    font-family: Arial;
    line-height: 140%;
    padding: 0 3px;
    float: right;
    position: relative;
    z-index: 1;
    margin: 0;
    top: -14px;
}

.tagRelated .tagStory a span.icon-photo {
    background-color: #F31955;
}

.tagRelated .tagStory a span.icon-video {
    background-color: #00CCFF;
}

.tagRelated .tagStory a span.icon-audio {
    background-color: #33CC33;
}

.tagRelated .tagStory p.eventDate_releaseUpdateTime {
    font-size: 10px;
    color: #333;
    line-height: 140%;
    font-family: Arial;
    padding-bottom: 0;
}

.tagRelated .tagStory p.eventDate_releaseUpdateTime span {
}

.tagRelated .tagStory p.eventDate_releaseUpdateTime span.releaseUpdateTime {
    padding-left: 3px;
}

.tagRelated .tagStory p.eventDate_releaseUpdateTime span.releaseUpdateTime span {
    color: #F31955;
}

.tagRelated .tagStory h2.title {
    color: #332C37;
    font-size: 16px;
    margin: 0;
    line-height: 120%;
}

.tagRelated .tagStory h2.title a {
    color: #332C37;
}

.tagRelated .tagStory span.thumb-comment {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 43px;
    background-image: url('/img/sisica.png');
    background-repeat: no-repeat;
    background-position: left 0;
    z-index: 1;
}

.tagRelated .tagStory span.thumb-comment span {
    display: block;
    width: auto;
    min-width: 26px;
    padding: 0 7px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial;
    background-color: #666;
}
.searchStory {
    border-bottom: none
}

form.searchByDate {
    background-color: #282828;
    padding: 50px 20px 20px;
    position: relative;
    display: block;
}

form.searchByDate h2.storySearchTitle {
    background: url("/img/page-title-red.jpg") no-repeat scroll left top #EE174C;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 100%;
    margin: 0;
    padding: 9px 20px 9px 30px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
}

form.searchByDate .holderSmall {
    width: 70px;
    float: left;
    margin: 0 10px 20px 0;
}

form.searchByDate select {
    font-family: Arial;
    color: #E6E6E6;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    background-color: #444;
    width: 70px;
}

form.searchByDate .holderLarge {
    width: 100px;
    float: left;
    margin: 0 0 20px 0;
}

form.searchByDate .holderLarge select {
    width: 100px;
}

form.searchByDate button {
    background: url("/img/searchStory.jpg") no-repeat scroll left top;
    width: 38px;
    height: 40px;
    display: block;
    margin: 0 auto;
    text-indent: -9999px;
    float: none;
    cursor: pointer;
}

/*#stripe2 .hero-item a span.type{background: url("/img/page-title.png") no-repeat left top;}
#stripe2 .hero-item a span.commentsCloud {background: url("/img/commentThumb.png") no-repeat left top; height: 48px;}
#stripe2 .hero-item{border-bottom: 1px solid #666;}*/
#stripe2 .hero-item.latestFive {
    border-bottom: none;
}
@media screen and (max-width: 1037px) {
    .data {
        padding-right: 20px;
    }
    .storyNav {
        padding-right: 20px;
    }
    .storyNav h2.title {
        margin-left: 222px;
    }
    .storyNav  p.leadShort {
        clear: left;
        margin-left: 0;
    }
    .storyNav  .imageHolder {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 805px) {
    h1.mainTitle {
        margin-bottom: 30px;
        margin-left: 10px;
    }
    .storyNav {
        padding-left: 10px;
        padding-right: 10px;
    }
    .storyNav a.mediumThumb  {
        height: 75px;
        width: 100px;
    }
    .storyNav a.mediumThumb * {
        max-height: 75px;
        max-width: 100px;
    }
    .storyNav h2.title {
        margin-left: 0;
    }
    .data {
        padding-right: 0;
    }

}
@media screen and (max-width: 357px) {
    h1.mainTitle {
        margin-left: 0px;
    }
    .storyNav {
        padding-left: 0;
        padding-right: 0;
    }
}
/*@media screen and (max-width: 785px) {


    p.eventDate_releaseUpdateTime_source_author span.author {
        display: block;
        margin: 0;
        padding: 0;
        border: none;
    }

    p.eventDate_releaseUpdateTime_source_author span.source {
        padding: 0;
        border: none;
    }

    .QapTcha, .QapTcha .bgSlider {
        width: 240px !important;
    }

    .QapTcha .TxtStatus {
        top: 5px !important;
        left: 85px !important;
    }

    .storyNav h2.title {
        font-size: 20px;
    }

    .QapTcha .dropSuccess {
        left: 5px !important;
        width: 140px !important;
    }

    form.searchByDate button {
        float: right;
        margin-left: 10px;
    }

    .storyNav p.photoVideo_eventDate_releaseUpdateTime {
        padding-bottom: 10px;
    }

    .box450 {
        width: 100% !important;
        margin: 0 0 20px 0 !important;
    }

    .box900 {
        margin: 0 0 20px 0 !important;
    }

    .listTagsHolder {
        clear: both;
    }

    .tagRelated .tagStory.fourth, .tagRelated .tagStory {
        margin-right: 10px;
    }

    .tagRelated .tagStory.fifth {
        display: block;
        margin-right: 10px;
    }

    .tagRelated .tagStory, .tagRelated .tagStory a {
        width: 140px;
    }

    .tagRelated .tagStory.third, .tagRelated .tagStory.last {
        margin-right: 0;
    }

    .tagRelated .tagStory.last {
        display: block;
    }

    .tagRelated .tagStory {
        margin-bottom: 10px;
    }

    .tagRelated .tagStory p.eventDate_releaseUpdateTime span.releaseUpdateTime {
        padding-left: 3px;
    }

    .voting {
        margin-top: 10px;
        clear: right;
    }

    a.replyTo {
        border-left: none !important;
    }

}*/

/*@media screen and (max-width: 677px){
    .storyNav a.smallThumbComments {
        width: 100%;
    }
    .data p.lead {
        font-size: 18px;
    }

    .storyNav p.leadShort {
        font-size: 14px;
        margin-left: 0;
        padding-left: 0
    }

    .storyNav a.smallThumbComments {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .storyNav p.author {
        margin-left: 0;
        padding-left: 0;
    }

    .storyNav h2.title {
        margin-left: 0;
        padding-left: 0
    }
}*/
/*@media screen and (max-width: 537px) {

    p.eventDate_releaseUpdateTime_source_author span.source {
        margin: 0;
        display: block;
    }

    table thead tr td, table thead tr td th, table tbody tr td, table tbody tr th {
        font-size: 12px;
        padding: 5px
    }

    .holderButton {
        clear: both;
        padding-top: 10px;
    }

    .QapTcha, .QapTcha .bgSlider {
        width: 240px !important;
    }

    .voting {
        margin-top: 10px;
        clear: right;
    }

    a.replyTo {
        border-left: none !important;
    }

    .QapTcha .dropSuccess {
        left: 5px !important;
    }

    .tagRelated .tagStory {
        width: 32%;
    }

    .tagRelated .tagStory a {
        width: 100%;
    }

    .tagRelated .tagStory.fourth, .tagRelated .tagStory {
        margin-right: 2%;
    }

    .tagRelated .tagStory.fifth {
        margin-right: 2%;
    }

    .tagRelated .tagStory p.eventDate_releaseUpdateTime span.releaseUpdateTime {
        padding-left: 0;
    }

    .tagRelated .tagStory h2.title {
        font-size: 12px;
    }

    .tagRelated .tagStory span.thumb-comment {
        left: 5px;
        top: 5px;
    }



    .tagRelated .tagStory a span {
        padding: 0 1px;
    }
}*/

@media screen and (max-width: 330px) {
    .QapTcha {
        margin-left: 20px !important;
    }
}