/* ===============================================	layout		*/
	#roster #pagebody {
	width: 67em;
}
#banner {
	width: 67em;
	text-align: left;
}
#home #banner, #home #page, #wings #banner, #wings #page {
	width: 59em;
}
#about, #sidebar, #viva, #wings {
	/*width: 22em; float: right; */
		background-color: #f6f3f3;
	padding: 1em;/*margin: 0 1em 1em 0;
		
		border: 1px solid #dcd1d1;*/}
#home #content {
	/* width: 29em;
		float: left; */
		padding: 0; 	/* canceling out dca.css */
	margin: 0 auto; /**/
	background-color: #fff;
}
#content {
	padding: 0;
}
#content #contactdetails p {
	margin-top:0;
}
#pagebody, #home #page {border-bottom: 1.5em solid #7B3A70;}

.section {
	padding: 1em;
	border-top: 1px solid #303;
}
#programSteps {
	counter-reset:li; /* Initiate a counter */
	margin-left:0; /* Remove the default left margin */
	padding-left:0; /* Remove the default left padding */
}
#programSteps > li {
	background: none repeat scroll 0 0 #F6F6F6;
	/* border-top: 2px solid #7B3A70;*/
  float: left;
	list-style: none outside none;/* Disable the normal item numbering */
	margin: 0 0 6px 1.3em;/* Give each list item a left margin to make room for the numbers */
	padding: 4px 8px;/* Add some spacing around the content */
	position: relative; /* Create a positioning context */
	width: 28%;
	min-height: 290px;
}
#programSteps > li:before {
	-moz-box-sizing: border-box;
	background: none repeat scroll 0 0 #7B3A70;
	/* border-top: 2px solid #7B3A70;*/
  color: #FFFFFF;
	content: counter(li, decimal); /* Use the counter as content */
	counter-increment: li;		/* Increment the counter by 1 */
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 1.9em;
	font-weight: bold;
	left: 0; /**/
	float: left;
	margin: -4px 8px 0 -8px;
	padding: 0.5em 4px;
	/*  position: absolute;*/
  text-align: center;
	top: -2px;
	width: 1.5em;
}
/*  =============================================== artist display 	*/

		#content .artistpic {
	border: 1px dotted #ef9c4c;
	margin: 0 auto 1em 1em;
	padding: 1px;
	float: right;
	line-height: 0;
	text-align: right;
}
.artistpic img {
	margin: 0;
	border: 0;
	width: 350px;
}
.artistpic .caption {
	font-size: 0.75em;
	line-height: normal;
	margin: 3px;
	padding: 0;
}
.artist {
	/*border-bottom: 1px solid #7B3A70;*/
			margin: 0 2em .25em 2.5em;
	padding: 0 0 .25em 0;
}
.artists {
	width: 50em;
	float: left;
	padding: 0 1em 15px 0;
}
.artistDetails {
	padding: 0 1em 0 0;
	margin: 0;/*
				float: right; 
			clear: right;
			border-left: 1px dotted #ef9c4c;
			width: 328px; */
			}
.artistTitle {
	margin-bottom: 1.5em;
	border-bottom: 1px solid #EEEEEE;
}
.rightCol {
/*float: right; 
			clear: right;
			padding: 0; 
			margin: 0;
			width: 370px;  */

		}
.bio {
	clear: left;
}
/* ===============================================	general style 	*/

		h2 {
	color: #a9003c;
	font-size: 1.5em;
	letter-spacing: normal;
	border: 0;
	margin: 0 13px 5px 0;
	padding: 5px 0;
}
h2.artistName {
	font-size: 1.8em;
	line-height: normal;
	margin: 0 0 0.25em;
}
h2.viva, .subtitle.viva {
	width: 75%;
	float: left;
	
}
.subtitle {
	font-size: 1.2em;
	color: #EF9C4C;
	margin-top: -.75em;
	clear: left;
}
h2 .parenthetical {
	font-size: 0.7em;
}
p.parenthetical {
	text-align:right;
}
h3 {
	color: #D76A13;
	margin-bottom: 0;
}
#home div > p {
	margin: 8px 0;
	padding: 0 12px;
}
#home div ul, #home div h2 {
	padding: 0 12px;
}
.cozy {
	margin-top: 0;
}
dt {
	margin-left:0;
	font-weight: bold;
	padding-right: 1em;
}
dd {
	margin-left:0;
}
dd p {
	margin: 0 0 1em 0;
}
.activities {
	margin: 0;
	padding-left: 1em;
}
.activities li {
	margin-top: 1em;
}
.activities li p {
	margin: 0;
}
.discipline {
	text-transform: uppercase;
	color: #538135;
	margin: 0;
}
.rosterTitle {
	margin-left: 1.1em;
	padding-top: 1em;
}
.discipline {
	/*			background-color: #eee;*/
				border-top: 1px solid #ccc;
	padding: 0.5em 0 2px;
	text-align: left;
}
.attention {
	color: red;
	font-weight: normal;
	font-size: .8em;
}
li .attention, td .attention {
	font-weight: bold;
	font-size: .9em;
}
.info {
	margin: 0;
	padding: 0;
}
/* ===============================================	navigation		*/

	.nav {
	background-color: #ece9da/*#EEE9E9*/;
	padding: 0 1em .5em 1em;
	border-bottom: 1px solid #7B3A70;
	border-top: 1px solid #7B3A70;
}
.nextNav {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	padding-top: .5em;
	margin-bottom: 0;
}
.nextNav li {
	float: left;
	list-style: none;
	padding: 0;
	width: 33%;
}
.nextNav a {
	padding: 5px;
}
.nextNav .prev {
	text-align: left;
}
.nextNav .back {
	border: 0;
	padding: 0;
	margin-top: 0;
	text-align: center;
}
.nextNav .next {
	text-align: right;
}
.artistlist {
	margin: 0.5em 0 0 0;
	padding: 0;
	list-style: none;
}
/*#artistlist ul li { line-height: 175%; }*/
	
	.artistlist li a {
	border-left: 3px solid #EF9C4C;
	padding-left: 1em;
}
.artistlist li a:hover {
	border-color: #A9003C;
	color: #A9003C;
}
#artistlist table {
	border-collapse: collapse;
	width: 95%;
	margin: 0 1em;
}
#artistlist td {
	padding: 2px .5em;/*	border-bottom: 1px dotted #ccc;	*/
	}
#artistlist .newsection td {
	border-top: 1px dotted #ccc;
}
#artistlist td p {
	margin: 0;
	border-left: 3px solid #F90;
	padding-left: 1em;
}
#artistlist .special a {
	font-size: 1.2em;
}
#artistlist th {
	background-color: #F6F3F3;
	color: #7B3A70;
	padding: .1em .5em;
}
#artistlist .detail {
	text-align: center;
	border-left: 1px dotted #ccc;
	width: 8em;
}
#artistlist td.discipline {
	background-color: inherit;
}
#artistlist .special {
/*	border: 5px solid #ffea73;
		border-width: 0 5px;*/
	}
#artistlist .special td {
	padding: 1em .5em;
}
/*#artistlist .special td.detail {
		background-color: #ffea73;
	}	*/
	#artistlist tr:hover {
	background-color: #FFC !important;
}
#home #artistlist ul, #home #artistlist h3 {
	margin-left: 	25px;
}
.shortartistlist {
	margin: .25em 0 0 0;
	clear: both;
	padding: 0 1em;
}
.shortartistlist li {
	display: inline;
}
.shortartistlist .listheader {
	color: #a9003c;
	font-weight: bold;
}
.shortartistlist .current {
	color: #D76A13;
}
.shortartistlist li a {
	padding-right: 5px;
	line-height: 200%;
	text-decoration: none;
}
.shortartistlist li a:hover {
	text-decoration: underline;
}
.shortartistlist .section {
	border-bottom: 1px solid #C4B2A4;
}
.shortartistlist .inwings {
	border: 0;
}
.menu {
	width: 15em;
	float: right;
	background-color: #000;
	padding: 0 .5em;/*border-left: 1px solid #ccc;*/
	}
#artistlist.menu a {
	border-color: #C4B2A4;
	color: #A2A2A2;
}
#artistlist.menu a:hover {
	border-left: 3px solid #EDB903;
	color: #D76A13;
}
.menu .current {
	color: #EF9C4C;
	border-left: 3px solid #EF9C4C;
	padding-left: 1em;
	display: block;
}
.menu a {
	display: block;
	line-height:normal;
}
.menu li {
	margin-bottom: 5px;
}/**/
.menu h3 {
	border-bottom: 1px solid #421F3B;
}
.vivalogo {
	/**/	float: right;
	margin-top: -12px;
}

