﻿/*****************************************************
* News stylesheet
* Cactusoft Ltd - www.cactusoft.com
* Copyright © 1998 - 2014. All rights reserved.
* Build date: 15 Apr 2014 | Paul Gay
*****************************************************/

/*----- Forms -----*/
.FieldWrap label.inline { float: none; width: auto; text-align: left; font-weight: normal; }
.FieldLabel { width: 30%; float: left; display: inline-block; }
label.sociallabel { font-size: 13px; }

.profile-details {
    margin-top: 0.5rem;
}
.profile-details label, .profile-details .FieldLabel label {
    font-size: 0.9rem;
}

textarea.about-me {
    min-height: 128px;
}

hr.blackline { margin: 1rem 0; background-color: #999; border-color: #999; color: #999; }

.record-details .date { padding: 5px 0 0; color: #47c; font-size: 95%; }
.record-details .tags { line-height: 1.1; padding: 0 0 3px 0; margin: 0 0 1rem; font-size: 0.7rem; color: #8e9092; }
.record-details .tags strong { font-weight: bold; color: #333; }
.record-details .tags a { color: #8e9092; }

.author-details .profile-image {
    width: 25%;
    padding-right: 0;
    float: left;
}
.author-details .profile-text {
    width: 75%;
}
.author-details p.authorprofile { line-height: 1.1; padding: 0 0 3px 0; margin: 0; font-size: 13px; }
.author-details p.abouttheauthor { font-size: 11px; font-weight: bold; padding: 0 0 3px 0; margin: 0; }
a.viewarticleslink { font-size: 0.7rem; font-weight: 600; margin-top: 0.4rem; display: inline-block; }

/*----- News left hand sidebar -----*/
#NewsSide { background-color: #fff; }
#NewsSide #newssite-header { display: block; padding: 7px 10px; }
#NewsSide .news_date { background-color: #eaf1bd; padding: 8px 10px; font-size: 0.85rem; }
#NewsSide .news_url { display: block; padding: 10px; }
#NewsSide .news_url a { font-size: 0.85rem; font-weight: 600; color: #333; }
#NewsSide .news_image { overflow: hidden; height: 130px; }
#NewsSide .news_image img { min-width: 100%; }
#NewsSide #dedicated-news-link { background-color: #eaf1bd; display: block; color: #333; padding: 10px; font-size: 0.85rem; }

.side-button .text {
    padding: 0.8rem 0.5rem;
    white-space: nowrap;
}

