/********************************  ><(((*>   <*)))><  ********************************//    css file for mypisgah.com/    Reed Nethercutt 7/4/2014/    updated 7/24/2014 for improved readability//********************************  ><(((*>   <*)))><  ********************************//* main content box */#contentWrapper{	z-index: 0;	/*float: left;*/	height: 900px;}#content{	width: 800px;	/*float: left;*/		margin-left: auto;	margin-right: auto;	margin-top: 10px;	margin-bottom: 10px;	padding: 5px;	z-index: 1;}#content h1{	color: white; 	font: 70px 'Kaushan Script', cursive;	text-shadow: 5px 5px 4px gray;	letter-spacing: 0;	text-align:center;	margin-top: 5px;	margin-bottom: 5px;	}.main {	background-color: white;	opacity: 0.8;	border-style: solid;    border-width: 5px;	border-color: black;	}	.maincont {	background-color: white;	opacity: 0.8;	border-style: solid;    border-width: 5px;	border-color: black;	}/* sub content box */	.sub{	background-color: darkred;	color: white;	opacity: 0.7;	border-style: solid;    border-width: 5px;	border-color: black;}/* page title */.title {
	color: white; 	font: 70px 'Kaushan Script', cursive;	text-shadow: 5px 5px 4px gray;
	letter-spacing: 0;	text-align:center

}
/* body content box */
body
{ 
background: #0A0A0A url('guitarBackground.jpg')  scroll no-repeat left top;  
}
.my_line{     display:block;    border:none;    color:white;    height:2px;    background:black;   /* background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#CC5500), to(#FFFFCC));*/	margin-bottom: 20px;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8a0707+0,cc0000+100&amp;1+0,1+74,0.01+90 */background: -moz-linear-gradient(left,  rgba(243,113,33,1) 0%, rgba(187,2,2,1) 74%, rgba(197,1,1,0.01) 90%, rgba(204,0,0,0.01) 100%); /* FF3.6-15 */background: -webkit-linear-gradient(left,  rgba(243,113,33,1) 0%,rgba(187,2,2,1) 74%,rgba(197,1,1,0.01) 90%,rgba(204,0,0,0.01) 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to right,  rgba(243,113,33,1) 0%,rgba(187,2,2,1) 74%,rgba(197,1,1,0.01) 90%,rgba(204,0,0,0.01) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a0707', endColorstr='#03cc0000',GradientType=1 ); /* IE6-9 */}.boxContainer{	position: relative;/*float: left;	*/	clear: all;	min-height: 20px;		display: table;		margin-bottom: 20px;	}.cBig{	width: 710px;	min-height: 20px;	margin-left: 20px;	margin-right: 20px;	padding: 5px;	}	.cLeft{			width: 430px;	height: 90px;	margin-left: 20px;	margin-right: 20px;	padding: 5px;	}.cRight {	width: 200px;}.boxContent 	{    position: relative;    color: white;    z-index: 5;	width: 100%;	margin: 0 auto;	padding: 10px;	text-align: center;	display: table-cell;	vertical-align: middle;		font: 16px 'Signika', sans-serif;}.boxContent h2{	color: black;	font: 20px 'Signika', sans-serif;		padding: 5px;	text-align: center;	margin: 5px;	font-style: italic;	font-weight: bold;}.boxContent h3{	font: 18px 'Signika', sans-serif;		padding: 5px;	text-align: center;	margin: 5px;}.boxContent ul{	font: 18px 'Signika', sans-serif;	width: 15%;	padding: 10px;	margin: 0 auto;	text-align: left;	list-style-type: disc;	list-style-position: inside;}.boxBackground {    position: absolute;    top: 0px;    left: 0px;    width: 100%;    height: 100%;    z-index: 1;    	/* These three lines are for transparency in all browsers.     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";    filter: alpha(opacity=70);    opacity: .7;*/		background-color: #F37121;	/*-webkit-box-shadow: 0px 7px 10px -3px gray;	-moz-box-shadow: 0px 7px 10px -3px gray;	box-shadow: 5px 5px 4px gray;		box-shadow: 5px 5px 4px #707070;*/		border: 2px solid #F37121;	-webkit-border-radius:5px 15px;	-moz-border-radius:5px 15px;	border-radius:5px 15px;}/* unvisited link */a:link {    color: white;}/* visited link */a:visited {    color: white;}/* mouse over link */a:hover {    color: hotpink;}/* selected link */a:active {    color: white;}form{	display:table;}p{	display:table-row;}label{	display:table-cell;		width: 120px;	padding: 5px;	text-align: right;}input{	display:table-cell;	width: 180px;	padding: 3px;	}	