.article-date {
    display: block;
}

.article-list .article-item {
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #eee;
    border-radius: 4px;
    -o-border-radius: 4px;
    -icab-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.article-list {
    width: auto;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

.article-list .article-box {
    text-align: left;
    clear: both;
    position: relative;
    margin-bottom: 10px;
}

.article-list .article-box:hover {
    background: #F9F9F9;
}

.article-list .article-item {
    width: auto;
    margin-top: 10px;
    position: relative;
    zoom: 1;
}

.article-list .article-item:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.article-list .article-item .details {}

.article-list .article-item .picture {
    float: left;
    margin: 10px;
}

.article-list .article-item .article-title {
    font-weight: bold;
    font-size: 16px;
    padding-left: 10px;
    margin-top: 10px;
}

.article-list .article-item .article-title a {
    font-weight: 700;
    display: block;
    height: auto;
    line-height: 1.3em;
    overflow: hidden;
    padding: 4px 10px 8px 0;
}

.article-list .article-item .article-title .article-date {
    display: block;
    padding: 10px;
    font-style: italic;
    color: #444;
    font-weight: 500;
    font-size: 12px;
}

.article-list .article-item .description {
    padding: 0px;
    text-align: left;
    color: #555;
}

.article-list .article-item .skyblue-links {
    font-weight: bold;
}

.article-list .article-item .article-details {
    display: block;
}

.article-list .tags {
    float: right;
    width: 80%;
    text-align: right;
}

.article-list .buttons {
    width: 20%;
    text-align: left;
}

.block-articlegroup-navigation .articlegroupline {}

.block-articlegroup-navigation .articleline {
    font-style: italic;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.block-articlegroup-navigation a {
    color: #5c5b5b;
    font-size: 1.1em;
    font-weight: 400;
    text-decoration: none;
}

.block-articlegroup-navigation .active>a {
    color: #5c5b5b;
    font-weight: 700;
    text-decoration: none;
}

.article-newline {}

.article-newline .article-newline-title {}

.article-newline .article-newline-title strong {}

.article-newline .article-newline-list {
    padding: 5px;
}

.article-newline .article-newline-item {}

.article-newline li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #e5e5e5;
    clear: both;
    min-height: 35px;
    padding: 0;
}

.article-newline li:last-child {
    border-bottom: medium none;
}

.article-newline .article-newline-item .picture {
    float: left;
    margin: 0;
    padding-bottom: 5px;
    padding-right: 5px;
}

.article-newline .article-newline-item .details {
    overflow: auto;
}

.article-newline .article-newline-item .details strong {
    font-weight: bold;
}

.article-page .tags,
.articlepost-page .tags {
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0 10px;
}

.article-page .tags label,
.articlepost-page .tags label {
    display: inline-block;
    margin: 0 3px 3px 0;
    font-weight: bold;
    color: #444;
}

.article-page .tags ul,
.articlepost-page .tags ul {
    display: inline-block;
    margin: 0 0 3px 3px;
    font-size: 0;
}

.article-page .tags li,
.articlepost-page .tags li {
    display: inline-block;
    font-size: 14px;
    /*reset zeroing*/
}

.article-page .tags li.separator,
.articlepost-page .tags li.separator {
    margin: 0 8px 0 0;
}

.article-page .tags a,
.articlepost-page .tags a {
    display: block;
    color: #4ab2f1;
}

.article-page .tags a:hover,
.articlepost-page .tags a:hover {
    text-decoration: underline;
}

.article-list .buttons {
    margin: 0 0 10px 0;
    padding: 0 10px;
}

.article-list .buttons .read-comments {
    display: block;
    margin: 0 0 15px;
    font-weight: bold;
    color: #444;
}

.article-list .buttons .read-comments:hover {
    color: #4ab2f1;
}

.article-list .buttons .read-more {
    display: inline-block;
    border: none;
    background-color: #4ab2f1;
    padding: 10px 20px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.article-list .buttons .read-more:hover {
    background-color: #248ece;
}

@media all and (max-width: 480px) {
    .article-list .article-item .picture {
        clear: both;
        padding: 10px;
        text-align: center;
        width: 100%;
    }

    .article-list .article-item .details {
        padding: 10px;
        clear: both;
        display: block;
        width: 100%;
    }
}