﻿/*****************/
/*ARMY CSS       */
/***************/

#ARMYFeedMain {
	background-color: #171F2C;
}

	#ARMYFeedMain a,
	#ARMYFeedMain a:visited,
	#ARMYFeedMain a:hover,
	#ARMYFeedMain a:active {
		color: #6A675B;
		text-decoration: none;
	}

/*Feed*/
div.ARMYFeedOuterPane
{
    height: 300px;
    background-color: #ffffff;
    border-color: #707070;
    border-style: solid;
    border-width: thin;
    padding: 4px;
    -moz-box-shadow: inset 0 0 1px 1px #656565;
    -webkit-box-shadow: inset 0 0 1px 1px #656565;
    box-shadow: inset 0 0 2px 1px #656565;
    border-radius: 2px;
}

div.ARMYFeedPane
{
    height: 300px;
    overflow: auto;
    padding-right: 10px;  
}

div.ARMYFeedFirst
{
    width: 15px;
    float: left;
    padding-top: 18px;
}

div.ARMYFeedSecond
{
    width: 48px;
    float: left;
    overflow: hidden;
    border-radius: 8px;
}

div.ARMYFeedThird
{
    width: 120px;
    float: left;
    margin-left: 5px;
}

div.ARMYFeedThird span
{
    font-size: 12px;
    color: #124068;
    font-weight: bold;
    line-height: 14px;
}

div.ARMYFeedThird span a
{
    color: #6A675B;
    text-decoration: none !important;
    font-weight: 500;
}

div.ARMYFeedThird span a:visited
{
    color: #6A675B;
    text-decoration: none !important;
}

div.ARMYFeedThird span.ARMYFeedCaption a
{
    font-size: 11px;
    color: #6A675B !important;
    text-decoration: none !important;
}

div.ARMYFeedSep
{
    border-bottom: 1px solid #707070;
    margin-bottom: 10px;
    margin-top: 5px
}

/*Panel*/
div.ARMYPanelPane
{
    margin-top: 10px;
}

div.ARMYPanelFacebook
{
    float: left;
}

div.ARMYPanelTwitter
{
    /*float: left;*/
}
div.ARMYPanelFacebook a img,
div.ARMYPanelTwitter a img
{
    float:left;
    width:32px;
    height:32px;
}
div.ARMYPanelSocialStats
{
    float: left;
    margin-left: 5px;
}
span.ARMYPanelSocialText
{
    color: #6A675B;
    font-size: 11.4px;
    font-weight: bold;
}
a.ARMYPanelFacebookLike
{
    position: relative;
    top: 2px;
}
div.ARMYPanelFacebook div.ARMYPanelSocialStats a.ARMYPanelFacebookLike img,
div.ARMYPanelTwitter div.ARMYPanelSocialStats a.ARMYPanelTwitterFollower img
{
    float:none;
    height:auto;
    width:auto;
}
div.ARMYPanelSocialIcons
{
    margin-top: 8px;
    padding-bottom: 10px;
}
div.ARMYPanelSocialIcons img
{
    margin-right: 3px;
}
div.ARMYPanelSocialIcons a img.LastSocialMediaFeedIcon
{
    margin-right: 0px;
}

#ARMYFeedMain #ARMYFeedHeader 
{
		background-color: #707070;
		height: 39px;
		*zoom: 1;
	}

	#ARMYFeedMain .clearFix:before,
	#ARMYFeedMain .clearFix:after 
    {
		content: " ";
		display: table;
	}

	#ARMYFeedMain .clearFix:after 
    {
		clear: both;
	}

	#ARMYFeedMain #ARMYFeedHeader a,
	#ARMYFeedMain #ARMYFeedHeader a:visited,
	#ARMYFeedMain #ARMYFeedHeader a:hover,
	#ARMYFeedMain #ARMYFeedHeader a:active 
    {
		display: block;
		height: 39px;
		text-transform: uppercase;
	}

	#ARMYFeedMain #ARMYFeedHeader img 
    {
		display: block;
		float: left;
		border: none;
		margin: 7px 9px 0px 15px;
	}

	#ARMYFeedMain #ARMYFeedHeader p 
    {
		height: 39px;
		line-height: 39px;
		font-size: 14px;
		font-weight: bold;
		padding: 0px;
		margin: 0px;
	}

	#ARMYFeedMain #ARMYFeedContainer 
    {
		padding: 12px 15px 0px;
		margin-bottom: 18px;
		overflow: auto;
		height: 290px;
	}

	#ARMYFeedMain #ARMYFeedContainer #ARMYFeedError 
    {
		padding: 15px;
		color: #ffffff;
		font-weight: bold;
	}

		#ARMYFeedMain #ARMYFeedContainer .ARMYFeedItem 
        {
			margin-bottom: 6px;
		}

			#ARMYFeedMain #ARMYFeedContainer .ARMYFeedItem .ARMYFeedItemAge 
            {
				text-align: right;
				color: #767572;
				line-height: 12px;
			}

			#ARMYFeedMain #ARMYFeedContainer .ARMYFeedItem a 
            {
				font-size: 12px;
				margin-right: 3px;
			}

			#ARMYFeedMain #ARMYFeedContainer .ARMYFeedItem .ARMYFeedCaption a,
			#ARMYFeedMain #ARMYFeedContainer .ARMYFeedItem .ARMYFeedCaption a:visited,
			#ARMYFeedMain #ARMYFeedContainer .ARMYFeedItem .ARMYFeedCaption a:hover,
			#ARMYFeedMain #ARMYFeedContainer .ARMYFeedItem .ARMYFeedCaption a:active 
            {
				color: #767572;
			}

	#ARMYFeedMain #ARMYFeedFooter 
    {
		background: url('/DesktopModules/SocialMediaFeed/Templates/ARMY/Images/headlines_footer.gif') no-repeat center;
		height: 71px;
		text-align: center;
	}

		#ARMYFeedMain #ARMYFeedFooter a 
        {
			display: inline-block;
			margin: 0px;
			padding: 16px 10px 0px;
		}

			#ARMYFeedMain #ARMYFeedFooter a img 
            {
				border: none;
			}

			#ARMYFeedMain #ARMYFeedFooter a p 
            {
				font-size: 10px;
				text-transform: uppercase;
			}

#ARMYFeedShadow 
{
	background: url('/DesktopModules/SocialMediaFeed/Templates/ARMY/Images/shadow2.png') no-repeat center;
	height: 13px;
}