@charset "utf-8";
/* CSS Document for Adelphian Academy Site*/

body {
	font: normal small "Trebuchet MS", Helvetica, sans-serif;
	color: #000;
	background: #220038 url(none);
	margin: 10px auto 50px;
}
table {
	background-color:#FFFFFF;
}
th {background-color:#dadada; color: #660099; padding: 2px 3px;}
a:link {
	color: #660099;
	text-decoration:underline;
}
a:visited {
	color: #660099;
	text-decoration:underline;
}
a:hover {
	color: #CC0000;
	text-decoration:none;
}
a:active {
	color: #660099;
	text-decoration:underline;
}

.small {font-size: 11px;}
.small a:link {
	color: #660099;
	text-decoration:underline;
}
.small a:visited {
	color: #660099;
	text-decoration:underline;
}
.small a:hover {
	color: #660099;
	text-decoration:none;
}
.small a:active {
	color: #660099;
	text-decoration:underline;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
}
#maincontent {
	background-color:#FFFFFF;
	min-height: 500px;
	padding: 6px 20px 12px;
	line-height: 1.4em;
	margin-left: 200px;
}
#leftcontent {
	background-color:#FFFFFF;
	min-height: 500px;
	padding: 12px 12px;
	line-height: 1.4em;
	margin-left: 0;
	border-left: #ccc;
}
#footer {
	background-image:url(../site%20templates/footerfill.jpg);
	padding: 15px 0;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #fff;
	border-bottom: 1px solid #FFFFFF;
}
#footer a:link {
	color: #fff;
	text-decoration:underline;
}
#footer a:visited {
	color: #fff;
	text-decoration:underline;
}
#footer a:hover {
	color: #fff2A5;
	text-decoration:none;
}
#footer a:active {
	color: #fff;
	text-decoration:underline;
}
#navbar {
	background-image:url(../site%20templates/NavBg.jpg);
	padding: 0 0 9px 0;
	margin-top: -20px;
	margin-bottom: 5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #660099;
	text-transform:uppercase;
	line-height: 1.45em;
	padding: 0 0 0 0;
	margin: 0 0 6px 0;
}
h2 {
	color: #985AC0;
	text-transform:none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font: normal 14px/1.45em tahoma, "MS Sans Serif", "Trebuchet MS";
	
}
.announcements {font: bold 13px/1.45em tahoma, "MS Sans Serif", "Trebuchet MS"; padding: 2px 0 2px 6px; margin: 0 0 10px 0; background-color: #c9f; color: #fff; border-bottom: 1px solid #660099;}
h3 {
	font-family: tahoma, "MS Sans Serif", "Trebuchet MS";
	font-size: 12px;
	color: #999999;
	text-transform:none;
	font-weight:bolder;
	line-height: 1.45em;
	margin: 0 0 0 0;
}
.hrzline {
	border-bottom: 1px solid #a570c8;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: .065em;
}
.announce {
	width: 145px;
	border-left: 1px dotted #660099;
	border-bottom: 1px dotted #660099;
	font-family:tahoma, "MS Sans Serif", "Trebuchet MS";
	font-size: 11px;
	color: #480079;
	padding: 0px 0px;
	background-color: #FFFfff;
}
.announce p {padding: 0 3px 0 6px; line-height: 140%;}
.announce h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-transform:none;
	font-weight:bolder;
	line-height: 25px;
	text-align:center;
	padding: 0 0 0 0; margin: 0 0 0 0;
	background-image: url(../images/titlebg.jpg);
}
/* Tool Tip and Acronym Styles from Xavi  */
/* Note - these require the javascript file called title_utilities.js */

abbr, acronym {border-bottom: 1px dotted #000; cursor: help;}
/* Fading Tooltips */
body div#toolTip {
	background-color: #A570C8;
	min-height: 1em;
	padding: 5px;
	position: absolute;
	text-align: left;
	width: 220px;
	z-index: 1000;
	font-family:"Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
	font-weight:normal;
	border: 1px solid #fff2a5;
}
body div#toolTip p {margin: 0; padding: 0; color: #FFF;}
body div#toolTip p em {display: block; margin-top: 3px; color: #FFF; font-style: normal; font-weight: bold;}
body div#toolTip p em span {font-weight: bold; color: #FFF;}


blockquote.photoleft {
	float:left;
	font-size:11px;
	font-weight:700;
	/*border-top:2px solid #ccc;
	border-left:2px solid #ccc;
	border-right:3px solid #666;
	border-bottom:3px solid #666;*/
	font-family:arial, helvetica, sans-serif;
	text-align:center;
	background:#fff;
	line-height:130%;
	margin:0 20px 6px 0;
	padding:0px;
	border:0px solid #CCC;
	
}
blockquote.photoright {
	float: right;
	font-size:11px;
	font-weight:700;
	/*border-top:2px solid #ccc;
	border-left:2px solid #ccc;
	border-right:3px solid #666;
	border-bottom:3px solid #666;*/
	font-family:arial, helvetica, sans-serif;
	text-align:center;
	background:#fff;
	line-height:130%;
	margin:6px 0 6px 10px;
	padding:4px;
}


blockquote.photo {
float:right;
font-size:11px;
font-weight:700;
border:0 solid gray;

text-align:center;
margin:3px 0 3px 10px;
padding:10px;
}

div.hr {border-bottom: 1px solid #dadada;
	height: 1px;
	margin: 3px 0px 14px 0px;
	line-height: 1px;
}
.tagline {text-align:center; padding: 0 20px 0 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #68019A; font-size:14px;
}
/* ------------  styles for bios pages -----------------*/
#bios {max-width: 750px;}
/*#bios h1	{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 10px 10px 0;
	font-size:20px;
	font-weight:bold;
	color: #999999;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: normal;
	line-height: 130%;
	padding: 0;
	}
#bios h2	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:16px; font-weight:bold;
	color:#999; text-decoration:none;
	text-transform:uppercase; padding: 0 0 0 0;
	margin-bottom: 6px;
	line-height:130%;
	}	*/
#bios a:link {
	color: #660099;
	text-decoration:underline;
}
#bios a:visited {
	color: #660099;
	text-decoration:underline;
}
#bios a:hover {
	color: #a570c8;
	text-decoration:none;
}
#bios a:active {
	color: #660099;
	text-decoration:underline;
}	
#bios p{
	margin-left: 0;
	line-height: 130%;
}
#bios img {
	display: inline;
	margin: 0 0px;
	border: 0px solid #666;
	padding: 0px;
}
blockquote.pull {
	font: 12px/130% "Trebuchet MS", Helvetica, sans-serif;
	color: #666666;
	margin: 0 0px 10px 10px;
	padding: 10px 10px;
	float: right;
	/*position: absolute;
	top: 570px;*/
	width: 290px;
	border: 1px solid #dadada;
}
img.photoleft{padding: 3px; margin-top: 16px; border: 0px solid gray; margin-left: 0;}
#searchform th {background-color: #639; color: #fff;}
#searchform {margin: 0 0 0 0; padding: 0 0 0 0; }
#searchform input {font-style:italic;}

.poster {font-size: 11px; color: #999;}
.album {font-size: 11px; padding: 6px 6px; border: 1px solid #eaeaea;}
.album img {border: 1px solid #666;}
.guestbook {padding: 10px 10px;
	background: #e5d7d9;
	border-color: #666;
}
.videoclips { color: #FFF; font: 12px/130% "Trebuchet MS", Helvetica, sans-serif;}
#memorium ul {margin: 0 0 0 0; list-style-type:square;}
#memorium li {padding: 0 0 6px 6px;}
