/* Do not forget this is the CSS for both the preview and individual biographies */

div#BiographiesContainer
{
}

div.BiographiesPreview
{
	padding:1%;
	width:47%;
	margin-right:2%;
	background-color:#333;
	float:left;
}

div.BiographiesPreview h2
{
	font-size:1em;
	line-height:1.2em;
	/* This ensures empty fields do not upset the layout */
	min-height:17px;
}

div.BiographyPreviewImage
{
	width:42%;
        margin-left:2%;
	float:right;
}

div.BiographyPreviewImage img
{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

div.BiographiesPreview.LastColumn
{
	padding:1%;
	margin:0;
	width:47%;
	float:right;
}

div#BiographiesFullview
{
	padding:1%;
}

div#BiographyContent
{
	width: 53%;
	float:left;
	margin-right: 2%;
	text-align: justify;
}

div#BiographyMainImage img
{
	width: 45%;
	height:auto;
	float:right;
}
div.BiographiesAdditionalImages
{
	overflow:auto;
	float:right;
	width:50%;
	margin-top: 25px;
}
div.BiographiesAdditionalImages img
{
	margin-right: 10px;
	float: right;
}


div#BiographyEmbeddedTweetsWrapper
{
	width:50%;
	float:left;
}
p#AdminDynamicCSSAlert
{
         display:none;
}
