body {text-align:center;padding:0;margin:0;font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;font-size:12px;background-color:#000000;color:#000;}
a:link, a:visited {font-weight:bold;color:#000;text-decoration:none;border-bottom:1px dotted #000;}
	* html a:link, * html a:visited {border-bottom:1px solid #CCC;}
a:hover {border-bottom:1px solid #000;}
sup { 
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
}
sub {  
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: 0.4em;
}


/*******  Page Elements   *******/

#page {
	background-color: #000000;
	background-image: url(/Home/Images/AHS-Background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#body {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#header {

}

	#banner {
		background-image: url(/Home/Images/Header.jpg);
		height: 150px;
		background-color: #CC0000;
	}
	
		#banner-home {
			text-align: left;
		}
		
			#banner-home a {
				border: 0;
			}
			
			#banner-home img {
				border: 0;
			}
	
	#top-ad {
		position: absolute;
		top: 52px;
		left: 50%;
		margin-left: -364px;
		border: 1px #000000 solid;
		background-repeat: no-repeat;
		background-color: #FFFFFF;
	}
	
		#top-ad a {
			border: 0;
		}
		
		#top-ad img {
			width: 664px;
			height: 70px;
		}
	
	#nav-bar, #user-tools {
		font-size: 14px;
		color: #FFFFFF;
		font-weight: bold;
	}
	
	#nav-bar {
		background-color: #000000;
		text-align: left;
	}
	
	
		#nav-bar ul, #nav-bar li, #user-tools ul, #user-tools li, #user-tools form {
			display: inline;
			margin: 0 5px;
			line-height: 22px;
		}
		
		#nav-bar ul li a {
			color: #FFFFFF;
			border-bottom: 0;
		}
		
			#nav-bar ul li a:hover {
				color: #CC0000;
			}
	
	#user-tools {
		background-color: #CC0000;
		text-align: right;
	}
	
		#user-tools ul li a {
			color: #FFFFFF;
			border-bottom: 0;
		}
		
		#user-tools ul li a:hover {
			color: #000000;
		}
	

#main {
	text-align: left;
	background-color: #FFFFFF;
	padding-top: 10px;
}
	
	
		
#main-footer {
	background-image: url(/Home/Images/BottomBorder.jpg);
	height: 10px;
	line-height: 10px;
}

#footer {
	background-color: #CC0000;
	margin-top: 15px;
	color: #FFFFFF;
}

	#footer-top {
		background-image: url(/Home/Images/FooterTop.jpg);
		height: 10px;
		line-height: 10px;
	}
	
	#footer-main {
		padding: 0px 10px 100px 10px;
		font-size: 10px;
		line-height: 18px;
	}

		#footer-main a {
			color: #FFFFFF;
			border-bottom: #FFFFFF 1px dotted;
		}
		
			* html #footer-main a {
				border-bottom: solid;
			}
		
		#footer-main a:hover {
			color: #000000;
			border-bottom: #000000 1px solid;
		}



/*******  FONT TREATMENTS   *******/

h1, h2, h3, h4, h5, h6, h7, h8, h9 { font-weight: bold; }

h1, h2 { font-size: 1.5em; }

	h1 { color: #CC0000; }

h3 { font-size: 3em; }

h4 { font-size: 4em; }

h5 { font-size: 5em; }

h6 { font-size: 6em; }



/*******  STANDARD ELEMENTS   *******/

img {
	border: 1px solid #000000;
}

u {
	text-decoration: none;
	border-bottom: 1px dotted;
}

	* html u {
		text-decoration: none;
		border-bottom: 1px solid;
	}

ins {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

blockquote {
	color: #000000;
	background-color: #F3C6C6;
	padding: 5px 5px 5px 15px;
	border-left: 4px solid #CC0000;
	font-style: italic;
	margin: 20px 30px 20px 30px;
}

del {
	color: #CC0000;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li {

}

strong {
	font-weight: bold;
}



/*******  OTHER ELEMENTS   *******/

div.caption {
	 font-size: 11px; 
	 margin-top: 0px;
}

a.white {
	color: #FFFFFF;
	border-color: #FFFFFF;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.mp3-player {
	background-color: #ffaaaa; 
	width: 475px; 
	margin: 10px; 
	float: left; 
	text-align: center; 
	font-weight: bold; 
	font-family: Arial; 
	font-size: 16px;
	border: 1px solid #000000;
}


.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.efefef-rounded-top, .efefef-rounded-bottom,
	.ffefef-rounded-top, .ffefef-rounded-bottom,
	.b000000-rounded-top, .b000000-rounded-bottom
	{ line-height: 10px; }

	.efefef-rounded-top {
		background-image: url(/Home/Images/Rounded/EFEFEF_Top.png);
	}

	.efefef-rounded-bottom {
		background-image: url(/Home/Images/Rounded/EFEFEF_Bottom.png);
	}
	
	.ffefef-rounded-top {
		background-image: url(/Home/Images/Rounded/FFEFEF_Top.png);
	}

	.ffefef-rounded-bottom {
		background-image: url(/Home/Images/Rounded/FFEFEF_Bottom.png);
	}
	
	.b000000-rounded-top {
		background-image: url(/Home/Images/Rounded/000000_Top.png);
	}

	.b000000-rounded-bottom {
		background-image: url(/Home/Images/Rounded/000000_Bottom.png);
	}
	
.efefef-body {
	background-image: url(/Home/Images/Rounded/EFEFEF_Body.png); 
	padding: 0 10px;
}

	.ffefef-body {
		background-image: url(/Home/Images/Rounded/FFEFEF_Body.png); 
		padding: 0 10px;
	}
	
	.b000000-body {
		background-color: #000000;
		background-image: url(/Home/Images/Rounded/000000_Body.png); 
		margin-top: 0px;
	}
	

form#search-main {
	margin: 0;
	padding: 0;
}

	form#search-main input {
		background-color: #FFEFEF;
		padding: 2px;
		color: #000000;
		font-weight: bold;
		border: 1px solid #000000;
	}

form#ebulletin, form#search-shows, form#search-rlf, form#speaking, form#plogin, form#psignup, form#pconfirm {
	font-weight: bold;
	font-size: 1.25em;
	padding-left: 40px;
}

	form#ebulletin input, form#search-shows input, form#search-rlf input, form#speaking input, form#plogin input, form#psignup input, form#pconfirm input  {
		padding: 5px 10px;
		font-size: 1.25em;
		color: #CC0000;
		font-weight: bold;
		border: 1px solid #000000;
		background-color: #EFEFEF;
		margin: 10px;
	}
	
	form#ebulletin select, form#search-shows select, form#search-rlf select, form#speaking select, form#plogin select, form#psignup select, form#pconfirm select {
		font-weight: bold;
		font-size: 1.25em;
		color: #CC0000;
		margin-left: 10px;
	}
	
	form#search-shows, form#search-rlf, form#speaking {
		padding: 0;
	}
	
	form#speaking input {
		background-color: #FFEFEF;
		color: #000000;
	}
	
	form#speaking textarea {
		padding: 5px 10px;
		font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
		font-size: 1.25em;
		color: #000000;
		font-weight: bold;
		border: 1px solid #000000;
		background-color: #FFEFEF;
		margin: 10px;
	}

form#Checkout {
	font-weight: bold;
	font-size: 1.25em;
	padding-left: 40px;
}


	form#Checkout input  {
			padding: 5px 10px;
			font-size: 1.25em;
			color: #CC0000;
			font-weight: bold;
			border: 1px solid #000000;
			background-color: #EFEFEF;
			margin: 10px;
		}




/*******  FRONT PAGE   *******/

#frontpage-billboard {
	margin-bottom: 30px;
}

	#frontpage-billboard a {
		border: 0;
	}

#frontpage-shows {
	color: #FFFFFF;
}

#frontpage-tweet {
	background-color: #FFFFFF;
	margin-top: 20px;
}

#frontpage-twitter, #frontpage-blog {
	margin-bottom: 30px;
}


/*******  ADMIN   *******/
#cpanel-select a {
	border: 0;
}

#cpanel-select img {
	border: 0;
	padding: 0 2px;
}
	
.cpanel-name, .cpanel-icon {
	border-bottom: 1px solid #000000;
	padding: 3px;
}

.ShowList {
	border-bottom: 1px solid #000000;
	padding: 3px;
}

/*******  PHOTO   *******/
.photo-box {
	float: left;
	margin: 0 20px 20px 0;
	padding: 15px;
	background-color: #FFEFEF;
}

	.front-album {
		margin-bottom: 20px;
		padding: 20px;
		background-color: #FFEFEF;
	}
	
		.front-album img {
			margin-right: 20px;
		}

	.photo-box img {
		margin-bottom: 10px;
	}

	.photo-omega {
		margin-right: 0;
	}