@charset "utf-8";

/*   
   Filename: company_designs.css
*/


/* =============================================
	Styles used by Dance Company Page
   =============================================
*/

h1.company_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#company p {
	padding-left:50px;
}
*/

div#company p {
   margin-bottom: 5px;
   padding-left:1%;
   padding-right:1%;
   text-align:justify;
}


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


table#levels {
	border:4px solid darkred;
	margin:40px auto;
	border-collapse:collapse;
	padding:10px;
	width:70%;
    box-shadow: rgba(70,36,37,1.00) 10px -10px 30px;
    text-align:center;
}

table#levels caption {
	line-height:25px;
	background:darkred;
	color:white;
	font-weight:700;
	padding:3px;
	font-size:1em;		
}

table#levels tr, table#levels td {
	border: 1px darkred solid;
	padding:3px;
}

table#levels td > ul > li {
	font-size:1.1em;
}

table#levels th.newLevel {
	font-weight:800;
	font-size:1em;
	border: 4px darkred solid;
	padding:3px;
	line-height:25px;
	background-color:lightpink;
}

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

article ul li {
	font-style:normal;
	font-weight:normal;
}

aside#SDTG_events h1 {
   font-size: 1.5em;
   font-weight: normal;
   text-align: center;
   margin: 20px 0px 20px;
   letter-spacing:normal;
   line-height:1.2;
}


/*
article table#levels 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;
	}
*/
