/* Styling for Poppa's Hall */

/* sizes & positioning */
body		{ min-width: 950px; text-align: center; }
#wrapper	{ width: 950px; margin-left: auto; margin-right: auto; margin-top: 0px; padding-top: 0px; text-align: center; }
#npwrapper	{ width: 100%; text-align: center; margin-top: 0px; padding-top: 0px; }
#nav		{ width: 250px; float: left;  font-size: small;  text-align: left;   margin-top: 0px; padding-top: 10px; padding-left: 10px;  }
#logos		{ width: 250px; float: right; font-size: small;  text-align: right;  margin-top: 0px; padding-top: 05px; padding-right: 10px; }
#play		{ min-width: 450px; margin: 0px auto 20px auto;  text-align: center; }
#xspfplayer	{ margin-top: 30px; margin-bottom: 0px; }
img.main	{ width: 150px; vertical-align: middle; border: none; }
table		{ width: 100%;  border: none; margin-left: auto; margin-right: auto; }
tr		{ margin-top: 50px; margin-bottom: 250px; border: none; }
td		{ width: 150px; border: none; margin-bottom: 250px; text-align: center; }

#wrapper1	{ width: 800px; margin-left: auto; margin-right: auto; margin-top: 0px; padding-top: 0px; text-align: center; }
#returnlink	{ width: 800px; margin: 0px auto 25px auto; padding-top: 0px; }
#candle		{ width: 300px; float: left;  text-align: center; }
#candle img	{ position: fixed; }
#textentry	{ width: 500px; float: right; text-align: left; }
#footer		{ width: 800px; clear: both; }
	
p.indnt		{ position: relative; left: 50px; }


/* colors */
body		{ background: rgb(0,0,0); 	color: rgb(29,76,226);  }
.emph		{ background: rgb(20,20,20); 	color: rgb(29,76,226); }

a:link		{ color: rgb(210,210,210); 	text-decoration: underline; }
a:visited 	{ color: rgb(97,171,252);	text-decoration: underline; }
a:hover		{ color: rgb(255,255,255);	text-decoration: none; }
a:active	{ color: rgb(255,255,255);	text-decoration: none; }

a.pic:link img 		{ border: none; }
a.pic:visited img 	{ border: none; }
a.pic:hover img		{ border: none; background: rgb(2,1,10); }
a.pic:active img 	{ border: none; }	

a#mhlogo		{ display: block; margin: 0; padding: 0; border: 0; width: 120px; height: 48px; background-image: url("../memhall-logo3-l-dark-half.gif"); background-repeat: no-repeat; }
a#mhlogo:hover		{ background-image: url("../memhall-logo3-l-light-half.gif"); }
a#mhlogo:active		{ background-image: url("../memhall-logo3-l-light-half.gif"); }

a.pic2 img		{ border: none; }
a.pic2:link img		{ filter:alpha(opacity=80);  -moz-opacity:0.8; opacity:0.8; }
a.pic2:visited img	{ filter:alpha(opacity=80);  -moz-opacity:0.8; opacity:0.8; }
a.pic2:hover img	{ filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0; }
a.pic2:active img	{ filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0; }

