﻿/*  GENERAL  */

.sectionWrapper{
    border-bottom:8px solid white;
}
.sectionWrapperPadded{
    padding:7px;
    border-bottom:8px solid white;
}
.newsFeedButton
{
    border:solid 1px #49453a;
    width:175px;
    padding:10px;
}
.newsFeedTextBox
{
    border:solid 1px #49453a;
    width:300px;
}
 
 /*  SETTINGS  */
 
.newsFeedSettings
{
    width:100%;
    background-color:#e9d3d3;
    padding:10px;
}
.editArticleButton
{
    border:solid 1px #49453a;
    width:100px;
    padding:5px;
    font-size:10px;
}
.emailSubscribeWrapper
{
    width:440px;
    padding-left:7px;
}


/*  ARTICLE LIST  */
.pageListWrapper {
    padding: 7px;
    text-align: right;
    border-bottom: 8px solid white;
}
a.pageLinkActive,a.pageLinkActive:hover{
    font-weight:bold;
    text-decoration:none;
}
a.pageLinkDisabled,a.pageLinkDisabled:hover{
    color:#bbb;
    text-decoration:none;
}
 
.iconImageWrapper{

}
.iconImage{
    width:100px;
    height:100px;
    border:10px solid #cccccc;
    overflow:hidden;
}
.newsPreview{
    margin-left:10px;
    width:1030px;
}
.newsPreviewWrapper{
    padding:7px;
}
.newsPreview h1 a:link{
    color:#222222;
    text-decoration:none;
}

.newsPreview h2{
    line-height:140%;
}
div.divArticleDateWrapper{

}
.newsDivider{
    border-top:8px solid #ffffff;
    padding:0px;
}
.articleDisplayWrapper{
    padding:7px;
}
.featured{
    background-image:url('../images/featured.png');
    background-repeat:no-repeat;
    background-position:top right;
    border-bottom:10px solid #f5ed32;
}
.newsDisplayWrapper{

}
.newsDisplay{
    margin-left:10px;
    width:1030px;
}
.articleTitleWrapper{

}
.socialToolbar{
    padding-top:25px;
    text-align:center;
    padding-bottom:25px;
    height:130px;
}

div.continuationWrapper{
    text-align:center;
    margin:20px 0 30px 0;
}
div.continuationLine{
    display:inline-block;
    vertical-align:top;
    position:relative;
    height:12px;
    width:100px;
    border-bottom: 1px solid #aaa; 
    margin:0px auto 0px auto;
} 
div.continuationText{
    display:inline-block;
    vertical-align:top;
    color:#aaa;
    font-style:italic;
    padding: 0 10px;
}
div.padder{
    padding:30px;
}


.newsSubscribe{

}
.subscribeControl{
    display:block;
    width:440px;
    margin-left:auto;
    margin-right:auto;
}
.adButton{
    padding:10px;
}
.adButton:last-child{
    padding-right:0px;
}





div.newArticleDetailsWrapper{
    width:500px;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:50px;
}
.txtInput{
    background: white;
    border: 1px solid #888;
    border-radius: 5px;
    box-shadow: 0 0 3px #aaa inset;
    color: #666;
    padding: 3px;
    outline: none;
}
.fupImage{
    width:350px;
}
.txtTitle{
    width:500px;
}
.articleSaveControlsWrapper{
    text-align:right;
    padding:30px;
    padding-bottom:100px;
}



.previousArticlesWrapper{
    height:120px;
    width:389px;
    margin-top:7px;
    margin-left:7px;
    margin-bottom:7px;
}
.previousArticlesHeadingWrapper{
    padding:7px;
}
.previousArticleText{
    width:250px;
    padding-left:8px;
}
.divPreviousArticleTitle{
    overflow:hidden;
    height:23px;
}
div.divPreviousArticleDateWrapper{
    font-size:12px;
    height:25px;
}
div.divPreviousArticlePreviewWrapper *{
    font-size:12px;
    height:60px;
}



h1.newsTitle{
    font-style:italic;
    font-weight:bold;
    color:white;
}



.newsBackLink:link{
    display:inline-block;
}
div.newsBackButton{
    border:2px solid #fedd14;
    padding:10px;
    font-weight:bold;
    width:150px;
    text-align:center;
    margin:20px 0;
    color:Black;
    margin-right:20px;
}
.newsNextLink:link{
    display:inline-block;
}
div.newsNextButton{
    background-color: #fedd14;
    padding:12px;
    font-weight:bold;
    width:150px;
    text-align:center;
    margin:20px 0;
    color:Black;
}


.priceBoxWrapper {
    width: 420px;
    margin-right: 10px;
}
.swiperWrapper{

}



.homeNewsFeedOuterWrapper {
    margin-bottom: 10px;
}
.homeFeedNewsHeaderWrapper{

}

.homeFeedNewsItemWrapper{
    height:80px;
    padding:20px 0px;
    overflow:hidden;
    border-bottom:1px solid #aaa;
}


.homeFeedNewsItemHeaderWrapper {
    height: 20px;
    margin-bottom: 3px;
    overflow: hidden;
}
div.homeFeedNewsItemHeaderWrapper h2 {
    font-size: 18px;
    line-height: 110%;

}
.homeFeedNewsItemDetailsWrapper{
    height:20px;
}
div.homeFeedNewsItemDetailsWrapper{
    font-size:12px;
    color:#888888;
}
.homeFeedNewsItemPreviewWrapper {
    height: 40px;
    overflow: hidden;
}
div.homeFeedNewsItemPreviewWrapper {
    font-size: 12px;

}
.homeFeatured{
    background-repeat:no-repeat;
    background-position:top right;
    background-image: url('../images/featured.png');
}
a.homeFeedLink{
    text-decoration:none;
}



