/*
FW Embedded Media
Default Styles
*/

.FW_EM_MediaContainer {
	display: inline-block;
	margin: 5px;
	border: solid 1px #5274AE;
	background: #F6F6ED;
	padding: 0;
}
	
.FW_EM_Image {
	display: block;
	margin: 0;
	max-width: 100%;
	border: none;
}

.FW_EM_EnlargeLink {
	outline: none;
}

.FW_EM_Caption {
	padding: 5px;
	color: #333333;
	font-size: 0.8em;
	font-weight: normal;
}

.FW_EM_Credits {
	padding: 5px;
	color: #333333;
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic; /* if this changes, be sure to update the inner <i> and <em> behavior defined below */
}
.FW_EM_Credits i, 
.FW_EM_Credits em {
	font-style: normal; /* since this element is currently italicized, gramatically we need to reverse this tag's behavior */
}
