﻿/******************************************************************************************************
 * This file represents all styles used within the Articles content areas of the site.
 ******************************************************************************************************/
 
 
 
/** Articles Landing Pages Header Block ***/
 
.ArticlesLandingHeadBlock{
	float:left;
	padding-bottom:5px;
}
.ArticlesLandingHeadBlock img.PictureBigRectShadow{
	float:left;
}
.ArticlesLandingHeadContent{
	padding-top:3px;
	width:445px;
	float:left;
}
.ArticlesLandingHeadContent h3{
	display:inline;
	font-size:1.8em;
}

.ArticlesLandingHeadContent p{
	margin-top:4px;
	line-height:1.7em;
}

.ArticlePictureWrapper{
    width:225px;
    height:163px;
    float:right;
    margin: 0px 0px 0px 10px;
}

.ArticleDetailLandingHeadContent{
	background:url(/Styles/Images/Shared/hr_h2_gradient.gif) repeat-x bottom;
}

.ArticleDetailLandingHeadContent h2{
    float:left;
    background:none;
    width:500px;
    padding-top:4px;
}
.ArticleUtilityBar{
    float:right;
    padding-bottom:5px;
    width:180px;
}
.ArticleBodyContent{
	clear:both;
	padding-top:10px;
}

.ArticleBodyContent h4
{
    margin-top:15px;
}

.ArticleBodyContent p
{
    margin-top:10px;
	line-height:1.4em;
}

.ArticleBodyContent ul.NoBullet
{
    list-style-type: none;
}

.ArticleBodyContent ul.NoBullet li
{
    background-image:none;
}

.ArticleBodyContent li
{
	padding:3px 0 0px 11px;
}

.CenteredContent
{
    text-align:center;    
}


.ArticleUtilityBarBottom{
    float:left;
    width:100%;
    padding:5px 0px;
    border-bottom:1px solid #DDDDDD;
    border-top:1px solid #DDDDDD;
    margin:5px 0px;
}

.ArticleHr{
    float:left;
}

.ArticlePaddedHr{
    margin:15px 0px 5px 0px;
}

span.ArticleInfo, span.SignInCallout{
    font-size:1.4em;
    float:left;
}

div.ArticleUtilityContainer{
    margin:0px 10px 0 0;
    float:right;
}

h3.CommentsHeading{
    padding: 1px 0px 0px 30px;
    float:left;
    background:url(Images/Shared/CommentsHeadingIcon.gif) no-repeat 0 0;
    color:#009b7b;
    margin:5px 0px 0px 0px;
}
p.CommentError{
	padding-top:10px;
	padding-bottom:4px;
}

div.CommentFormContainer{
    float:left;
}

div.CommentTextCounterWrapper{
    float:left;
}

div.CommentListWrapper{
    float:left;
    width:682px;
    border-top:1px solid #DDDDDD;
    margin-top: 10px;
}

div.CommentList{
   float:left; 
}
div.CommentList div.Top div.Content{
	padding:5px;
	width:682px;
}

div.Left{
    float:left;   
}

div.CommentFormContainer textarea{
     border:1px solid #7F9DB9;
     width: 677px;
     height: 122px;
     float:left;
}

.CommentSubmitButton{
    width:103px;
    height:24px;
    float:right;
    margin: 10px 25px 0px 0px;
}

div.CommentListWrapper div.PaginationWrapper{
    margin:0px;
    float:right;   
}

div.CommentListWrapper div.PaginationWrapper div.Pagination{
     padding:0px;
}
.CommentNode,
.CommentNodeAlt{
	border-top:solid 1px #C5C5C5;
	clear:both;
}
.CommentNode{
	background:#F3F3F3;
	width:682px;
}
.CommentNodeAlt{
	background:#FFF;
	width:682px;
}
.CommentPicture{
	padding-top:15px;
	padding-bottom:15px;
	padding-left:15px;
	float:left;
	width:90px;
	height:80px;
}
.CommentBody{
	padding-top:15px;
	padding-bottom:15px;
	padding-right:10px;
	float:left;
	width:556px;
}
.CommentNodeFooterRow{
	padding-top:14px;
	height:20px;
}
.CommentNodeFooterRow div{
	font-size:1.3em;
	float:right;
	padding-left:17px;
	background:url(/Styles/Images/Shared/FlagAsInappropriateIcon.gif) no-repeat 0 3px;	
}
div.CommentNodeDate{
	float:left;	
	padding-left:0;
	background:none;	
}


/** Article Teasers Full (2/3 wide) on Articles Landing Pages ***/

.ArticleTeaserFull{
	margin:0px 5px 15px 0px;
	clear:both;
}

.ArticleTeaserFull img{
	float:left;
	margin-right:6px;
}
.ArticleTeaserFull .ArticlePictureSmallRectShadow{
	margin-bottom:5px;
}
.ArticleTeaserFullContent{
	float:left; 
	width:665px; 
	margin-top:4px;
}
.ArticleTeaserFullContent h4{
	font-size:1.6em;
	display:inline;
	padding:0;
	margin:0;
}



