@charset "utf-8";

/*   
   Filename: contact_designs.css
*/


/* =============================================
	Styles used by Contact Page
   =============================================
*/

h1.contact_heading {
   color: black;
   display: block;
   font-size: 1.4em;
   font-style:italic;
   font-weight:bold;
   text-align: left;
   padding-left:40px;
   padding-top:20px;	
}

div#contact p {
	padding-left:50px;
}

div#contact a {
	text-decoration:none;
}

aside {
	display:none;
}

article table#schedule {
	border:4px solid darkred;
	margin:10px auto;
	border-collapse:collapse;
	padding:5px;
	width:35%;
    margin: 10px 10px 120px 20px;
    box-shadow: rgba(70,36,37,1.00) 10px -10px 30px;

}

article table#schedule caption {
	line-height:20px;
	background:darkred;
	color:white;
	font-weight:700;
}

article table#schedule th, article table#schedule td {
	border: 1px darkred solid;
	padding:3px;
}

article table#schedule th {
	font-weight:800;
}

article table#schedule td#tickets {
	text-align:center;
	font-size:1.2em;
	color:white;
	background-color:darkred;
}

article table#schedule td#tickets a:link, article table#schedule td#tickets a:visited {
	color:white;
	font-style:italic;
	}

article table#schedule {
	border:4px solid darkred;
	margin:10px auto;
	border-collapse:collapse;
	padding:5px;
	width:35%;
}

article table#schedule caption {
	line-height:20px;
	background:darkred;
	color:white;
	font-weight:700;
}

article table#schedule th, article table#schedule td {
	border: 1px darkred solid;
	padding:3px;
}

article table#schedule th {
	font-weight:800;
}

article table#schedule td#tickets {
	text-align:center;
	font-size:1.2em;
	color:white;
	background-color:darkred;
}

article table#nutschedule td#tickets a:link, article table#nutschedule td#tickets a:visited {
	color:white;
	font-style:italic;
	}

