/*---------------------------------------------------------------------------

Copyright ©2011-2013 by Andrew Casson. All rights reserved. 

THIS CSS STYLESHEET IS NOT IN THE PUBLIC DOMAIN.

More information: http://www.cantigasdesantamaria.com/sourcecopy.html

Thank you for your understanding and cooperation.

---------------------------------------------------------------------------*/

div.mss {
	float: right;
	clear: right;
	margin-left: 16px;
}

div.msfolio {
	outline: none;
	margin-bottom: 16px;
	position: relative;
}

div.msfolio span.popup {
	font-size: 9px;
	color: #555577;
	left: 0em;
	margin-left: -999em;
	position: absolute;
	width: 252px;
	padding: 16px 8px 16px 8px;
	border: solid 1px #880000;
	background: white;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
}

div.msfolio:hover span.popup {
	margin-top: 16px;
	margin-left: 16px;
	text-align: center;
}

div.msfolio:hover span.popup a {
	color: #555577;
}

div.msfolio:hover span.popup a:hover {
	color: #000044;
}

img.msfolio {
	border: solid 1px #777799;
}

img.msfolio:hover {
	border: solid 1px black;
}

div.mscaption {
	margin-bottom: 16px;
	width: 300px;
	font-size: 11px;
	text-align: center;
	color: #555577;
}

div.prose h2 {
	font-size: 15px;
	margin-bottom: 4px;
}

div.prose h3 {
	font-size: 13px;
	margin-bottom: 2px;
}

div.prose p {
	margin-top: 0px;
}

div.prose p.rule {
	margin-left: 32px;
}

div.prose p.aside {
	font-size: 11px;
	text-align: left;
}
