﻿/*Stil-styrning för artiklar, i huvud- och sidoflödet*/

@media only screen and (min-width: 599px)
{
    .Headline
    {
        font-size: 24px !important;
    }
}
.Headline {
    font-family: Georgia, "MyriadWebPro Bold";
	font-size: 24px;
	font-weight: bold;
	color: #444;
    line-height: 26px;
    padding-bottom:5px;
}
.HeadlineSmall {
    font-family: Georgia, "MyriadWebPro Bold";
	font-size: 18px;
	font-weight: bold;
	color: #444;
    line-height: 26px;
    padding-bottom:5px;
}
.HeadlineSmallWhite {
    font-family: Georgia, "MyriadWebPro Bold";
	font-size: 18px;
	font-weight: bold;
	color: #fff;
    padding-bottom:3px;
}
.PagerTop {
    text-align:center;
    font-family: MyriadWebPro;
	font-weight: normal;
	color: #444;
	font-size: 14px;
	line-height: 20px;
}

.PagerBottom {
    text-align:center;
    font-family: MyriadWebPro;
	font-weight: normal;
	color: #444;
	font-size: 14px;
	line-height: 20px;
}

.Category {
    font-family: Verdana, MyriadWebPro, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: gray;
	font-size: 12px;
    padding-top:15px;
     padding-bottom:3px;
}

.Lead {
    font-family: Verdana, MyriadWebPro;
	font-weight:300;
	color: #444;
	font-size: 12px;
	line-height: 20px;
}

.Summary {
    font-family: Verdana, MyriadWebPro, Georgia;
	font-weight: normal;
	color: #282828;
	font-size: 12px;
	line-height: 20px;
}
.Link {
    font-family: Verdana, MyriadWebPro;
	color: #6EA600;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
    padding-bottom:15px;
}
.Link a:link {text-decoration:none; color:#6EA600;}
.Link a:visited {text-decoration:none; color:#6EA600;}
.Link a:hover {text-decoration:underline; color:#6EA600;}
.Link a:active {text-decoration:underline; color:#6EA600;}
.Headline a:link {text-decoration:none; color:#444;}
.Headline a:visited {text-decoration:none; color:#444;}
.Headline a:hover {text-decoration:underline; color:gray;}
.Headline a:active {text-decoration:underline;}

.Article, .ArticleAlternateRow {
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-color:#444;
}

.HeadlineMostRead {
    padding-top:5px;
}
/*.LinkMostRead {
    padding-bottom:5px;
}*/
