/* CSS Document */

/* ---------------------------------------------------------------------------------------------------------------------------------
--	Image objects
--------------------------------------------------------------------------------------------------------------------------------- */
.image img {
	width: 100%;
}
.image.alert {
	margin: 1em;
}
.image.alert img {
	border: 0;
}
.image.box {
	margin-top: 1em;
}
.image.box img {
	border: 1px solid #FFF;
}
.image.framed {
	padding: 4%;
	background-color: #FFF;
	border: 10px ridge #999;
}
.image.framed img {
	border: 4px solid #000;
}
.image.matte {
	margin-top: 1em;
}
.image.matte img {
	border: 4px solid #900;
	padding: 2px;
}
.image.inset {
	border: 1px solid #FFF;
	background-color: #000;
	padding: 2em;
}
.image.inset img {
	border: 1px solid #FFF;
	margin-top: 1em;
}
.image.title {
	color:#FF0000;
	font-size:1.3em;
	font-style: oblique;
	font-weight: bold;
	text-align: center;
	margin: 0em;
}
.image.subtitle {
	font-size:1.2em;
	font-style: oblique;
	font-weight: bold;
	text-align: center;
	margin: 0em;
}
.image.caption {
	font-size:0.9em;
	font-size: 0.75em;
	font-style: oblique;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.image.note {
	font-size:0.9em;
	font-size: 0.7em;
	font-style: oblique;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.image.video {
	width: 100%;
	border: 2px solid #FFF;
	height: 540px;
	margin-top: 15px;
}
