
						/* default template */
						.cms_SocialMedia1_posts .socialItem{
							background: #f0f0f0;
							padding: 2em;
							max-width: 500px;
						}
						.cms_SocialMedia1_posts .socialItem:nth-child(odd){
							background: #ccc;
						}
						.cms_SocialMedia1_posts h2.socialTitle{
							margin: 0 0 .5em;
							padding: 0;
						}
						.cms_SocialMedia1_posts .socialImage{
						}
						.cms_SocialMedia1_posts .socialImage img{
							width: 100%;
							height: auto;
						}
						.cms_SocialMedia1_posts .socialDesc{
							margin: 1em 0 0;
						}
						.cms_SocialMedia1_posts .socialDate{
							color: #888;
							font-size: 85%;
							margin: .5em 0 1em;
						}
					
