@charset "UTF-8";
/* CSS Document */

/* Primary CSS for plagalcadence.com a/o 140627 */
/* last modified 170409 */



/********************************************************************************/
/* begin primary layout */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: black;
	margin: 0;
	/*background-image: url(../images/bg_content.gif);*/
	background-repeat: repeat-x;
	background-position: 0px 0px;

}

#wrapper {
	background-color: green;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	width: 1044px;  /* includes wrapperL and wrapperR (22px each) and holder (1000px) */
	position: relative;
	
}

#wrapperL { /* LH holder for drop shadow effect used in HF */
	width: 22px;
	height: 1800px;
	/*background-color: white;*/
	background-color: black;
	position: absolute;
	top: 0px;
	left: 0px;
	/*background-image: url(../images/fx/dropL.jpg);*/
	background-repeat: repeat-y;
}

#wrapperR { /* RH holder for drop shadow effect used in HF */
	width: 22px;
	height: 1800px;
	/*background-color: white;*/
	background-color: black;
	position: absolute;
	right: 0px;
	top: 0px;
	/*background-image: url(../images/fx/dropR.jpg);*/
	background-repeat: repeat-y;
}

#holder { /* sits within wrapper in between wrapperL and wrapperR */
	background-color: black;
	width: 1000px;
	height: 1800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	padding: 0px;
}


div#masthead {
	background-color: black; 
	/*height: 133px;*/
	height: 100px;
}

div#bannerLine {
	background-color: gray;
	height: 1px;
}


div#contentMain { 
	position: relative;
	/*background-color: pink;*/
	background-color: black;
	color: #555555;
	border: 0px solid gray;
	top: 0px;
	left: 165px;
	right: 260px;
	padding: 0px 10px 0px 10px;
	z-index: 100;
	width: 650px;
	margin-bottom: 110px;
}

div#contentMain h2 {
	border-bottom: 1px solid gray;
	font-size: 14px;
}

div#contentMain p {
	font-size: 12px;
}


/* end primary layout */
/********************************************************************************/





/********************************************************************************/
/* begin tests */

div#testAudio {
	
	height:auto;
	width: 400px;
	background-color: red;
	position: relative;
	color: white;
	margin: 20px;
	padding: 20px;
	border-radius: 20px;
	
}

audio {
	
	width: 400px;
	height: 30px;
}

.login {
	top:20px;
	left:20px;
	position:absolute;
	font-size:16px;
	color:white;
}
.login a {
	color:silver;
	text-decoration:none;
}


.login a:hover {
	
	color:white;
}



/* end tests */
/********************************************************************************/