.news-page .index .news-item
{
    background: url(images/icon-news.jpg) left top no-repeat;
    text-decoration: none;
    margin-bottom: 30px;
    padding-left: 50px;
    display: block;
}

.news-page .index .news-item img
{
    max-width: 210px;
}

.news-page .index .news-item span
{
    text-decoration: none;
    line-height: 24px;
    display: block;
}

.news-page .index .news-item span.date
{
    font-size: 14px;
    color: #000;
}

.news-page .index .news-item span.text
{
    font-size: 18px;
    color: #000;
}

.news-page .index .news-item span.more
{
    text-decoration: underline;
    display: inline;
}

.news-page .index .artist-item a
{
    text-decoration: underline;
    font-weight: bold;
    color: #000;
}

.news-page .index .artist-item .flag
{
    margin-top: 5px;
}

.news-page .index .artist-item .flag a
{
    font-weight: normal;
    color: #FF5563;
}

.news-page .index a.button
{
    font-family: 'Open Sans', arial, sans-serif;
    margin: 40px 0 20px;
    -moz-border-radius: 5px;
    background-color: #000;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    display: block;
    padding: 8px 0;
    color: #fff;
}

.news-page .index .twitter-item
{
    margin-bottom: 30px;
    overflow: hidden;
    width: 780px;
}

.news-page .index .twitter-item .avatar
{
    margin-right: 10px;
    width: 50px;
    float: left;
}

.news-page .index .twitter-item .avatar img
{
    max-width: 50px;
}

.news-page .index .twitter-item .tweet
{
    width: 720px;
    float: left;
}

.news-page .index .twitter-item .tweet a
{
    word-break: break-all;
    color: #000;
}

.news-page .index .twitter-item .tweet a.from
{
    text-decoration: none;
    word-break: normal;
    margin-bottom: 5px;
    font-size: 14px;
    display: block;
    color: #000;
}

.news-page .index .twitter-item .tweet p
{
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 14px;
    width: 340px;
}

.news-page .index .twitter-item .tweet p.date
{
    margin-bottom: 20px;
    font-size: 14px;
}

.news-page .index .twitter-item .toolbar
{
    overflow: hidden;
    float: left;
}

.news-page .index .twitter-item .toolbar a
{
    margin-right: 80px;
    float: left;
}

.news-page .index .twitter-item .toolbar .reply
{
    background: url(images/twitter/tweet-reply.png) left center no-repeat;
    display: block;
    height: 25px;
    width: 21px;
}

.news-page .index .twitter-item .toolbar .reply:hover
{
    background: url(images/twitter/tweet-reply-hover.png) left center no-repeat;
}

.news-page .index .twitter-item .toolbar .retweet
{
    background: url(images/twitter/tweet-retweet.png) left center no-repeat;
    display: block;
    height: 25px;
    width: 31px;
}

.news-page .index .twitter-item .toolbar .retweet:hover
{
    background: url(images/twitter/tweet-retweet-hover.png) left center no-repeat;
}

.news-page .index .twitter-item .toolbar .favourite
{
    background: url(images/twitter/tweet-favourite.png) left center no-repeat;
    display: block;
    height: 25px;
    width: 26px;
}

.news-page .index .twitter-item .toolbar .favourite:hover
{
    background: url(images/twitter/tweet-favourite-hover.png) left center no-repeat;
}

.news-page .index .twitter-item .toolbar a.follow
{
    background-color: #bfbfbf;
    text-decoration: none;
    display: inline-block;
    margin-right: 0px;
    line-height: 25px;
    padding: 0 10px;
    color: #fff;
}

.news-page .index .twitter-item .toolbar a.follow:hover
{
    background-color: #000;
}

/***************/
/* DETAIL PAGE */
/***************/
.news-page .story-navigation
{
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-align: right;
    overflow: hidden;
    width: 100%;
}

.news-page .story-navigation a
{
    text-transform: uppercase;
    -moz-border-radius: 3px;
    background-color: #fff;
    border: 1px solid #000;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    padding: 6px 5px;
    font-size: 13px;
    color: #000;
}

.news-page .story-navigation a.back
{
    float: left;
}

.news-page .story-navigation a:hover
{
    background-color: #000;
    color: #fff;
}

.news-page .story-navigation-bottom
{
    border-top: 2px solid #000;
    border-bottom: none;
    margin-bottom: 40px;
    padding-top: 15px;
    padding-bottom: 0;
}

.news-page .story
{
    font-size: 18px;
    color: #000;
}

.news-page .story h2,
.news-page .story p
{
    margin-bottom: 20px;
}

.news-page .story p a
{
    word-break: break-all;
}

.news-page .story .date
{
    text-decoration: none;
    line-height: 24px;
    font-size: 14px;
    display: block;
    color: #000;
}

.news-page .story img
{
    margin: 0 auto 20px;
    max-width: 100%;
    display: block;
}
