/* Website for Monocacy Title */
/* Spring 2008 */
/* Site design and development by Red Letter Design, www.RedLetterDesign.net */

/* ----------------------------------------------- 
   PHOTOS, IMAGES, GRAPHICS
   ----------------------------------------------- */

img.photoRight {
	border: 1px solid #666666;
	padding: 5px;
	background-color: #999999;
	margin: 5px 0 5px 10px;
	float: right;
}

img.photoLeft {
	border: 1px solid #666666;
	padding: 5px;
	background-color: #999999;
	margin: 5px 10px 5px 0;
	float: left;
}
img.graphicRight {
	border: none;
	padding: 0;
	margin: 5px 0 5px 5px;
	float: right;
}
img.graphicLeft {
	border: none;
	padding: 0;
	margin: 5px 5px 5px 0;
	float: left;
}

p.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	letter-spacing: 0px;
	line-height: 1.2;
	font-weight: normal;
	color: #00417b;
	padding: 2px 0 4px 0;
	margin: 0;	
}
/* ----------------------------------------------- 
   SPECIAL USES
   ----------------------------------------------- */

.floatclear {
	clear: both;
}

.warning {
	color: #990000; 
	font-weight: bold;
	padding-left: 0;
}

.aside {
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}

.coname {
	font-weight: bold;
	font-style: italic;
	color: #455a21;
}
h1 .coname, h2 .coname, h3 .coname, h4 .coname {
	font-weight: bold;
	font-style: normal;
	letter-spacing: 1;
}
