body
{
	margin: 0;
	padding: 0;
	color: #000; /* color of text  */
	background-color: #000;  /* black background for body  */
	font: 14px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.center
{
	margin: 0 auto;
	text-align: center;
}


/* nlds div - nlds div - nlds div - nlds div - nlds div - nlds div - nlds div - nlds div - nlds div - nlds div - nlds div */
/* nlds div - nlds div - nlds div - nlds div - nlds div - nlds div - nlds div - nlds div - nlds div - nlds div - nlds div */
.nlds /* holds all divs  */
		{
			width: 900px;
			margin: 0 auto;
			padding-bottom: 10px;
			background-color: #000; /* space between the navigation bar and the content divs  */



		}
/* nlds div - nlds div - nlds div - nlds div - nlds div - nlds div - nlds div - nlds div - nlds div - nlds div - nlds div */
/* nlds div - nlds div - nlds div - nlds div - nlds div - nlds div - nlds div - nlds div - nlds div - nlds div - nlds div */









/* container div - container div - container div - container div - container div - container div - container div */
/* container div - container div - container div - container div - container div - container div - container div */
.container /* holds header, navigation and page divs  */
		{
			width: 900px;
			margin: 0 auto;
			padding-top: 50px;
			background-color: #000; /* space between the navigation bar and the content divs
			 /* border-radius: 0px 0px 25px 25px;*/
		}

		.header /* holds mainheader and navigation divs  */
		{
			width: 900px;
			margin: 0 auto;
			background-color: #000; /* black background for header so there is black behind the logo's rounded corners and navigation bar*/
		}


		.mainheader {
			padding-top: 50px;
		}

/* container div - container div - container div - container div - container div - container div - container div */
/* container div - container div - container div - container div - container div - container div - container div */




/* index page styles - index page styles  - index page styles  - index page styles  - index page styles  - index page styles */
/* index page styles - index page styles  - index page styles  - index page styles  - index page styles  - index page styles */
/* 		.festival { text-align: center; padding-top: 50px; color: #000000; font-size: 28px; font-weight: 900 }
		.host { text-align: center; color: #000000; font-size: 16px; font-style: italic }
		.adj { text-align: center; color: #000000; font-size: 16px; font-style: italic; padding-bottom: 20px; }
		.play { text-align: center; font-size: 23px; font-weight: 900; }
		.playwright { text-align: center; font-size: 20px; font-weight: 900; }
		.date { text-align: center; font-size: 18px; font-weight: 900; }
		.group { text-align: center;  font-size: 16px; font-style: italic; font-weight: 900; } */
/*		hr { colour: #cococo; background-color:#c00; margin: 0 auto; width: 85%; } */
		.festivalentry { text-align: center; font-weight: 400; }
		.festivalentry h3 {font-weight: 500; }
		.summary { text-align: justify; padding-top: 20px; padding-bottom: 35px; }
		.quote { text-align: justify; font-style: italic; padding: 5px 30px 5px 30px; }
		.purchase { text-align: center; font-size: 14px; font-weight: 900; }
/* index page styles - index page styles  - index page styles  - index page styles  - index page styles  - index page styles */
/* index page styles - index page styles  - index page styles  - index page styles  - index page styles  - index page styles */










/* index page navigation bar - index page navigation bar - index page navigation bar - index page navigation bar - index page navigation bar */
/* index page navigation bar - index page navigation bar - index page navigation bar - index page navigation bar - index page navigation bar */
.navigation
		{
		border: 1px solid #c0c0c0;
		background-color: #fff;
		border-width: 2 px 0;
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: center;
		}

.navigation li
		{
		display: inline;
		}

.navigation a
		{
		display: inline-block;
		padding: 10px;
		font-size: 16px;
		color: #000;
		text-decoration: none;
		font-weight: bold;
		}

a:hover
		{
		/* text-decoration: underline; */
		color: orange;
		}
/* index page navigation bar - index page navigation bar - index page navigation bar - index page navigation bar - index page navigation bar */
/* index page navigation bar - index page navigation bar - index page navigation bar - index page navigation bar - index page navigation bar */




.content
{
	width: 900px;
	margin: 0 auto;
	background-color: #fff; /* white background for content  */
	border-radius: 0px 0px 25px 25px;  /* this rounds the corners at the bottom of the page.  */
}

.page
{
	width: 850px; /* this inner div is set to 850px (900px - 50px = 850px) to account for the 25px pading from the left and right sides below.  */
	margin: 0 auto;
	padding: 25px;
	background-color: #fff;
	overflow: auto;
	/* border: 2px solid; */
	/* border-radius: 25px;  */
	border-radius: 0 0 25px 25px;
}




/* Style the groups sub-navigation bar - Style the groups sub-navigation bar - Style the groups sub-navigation bar - Style the groups sub-navigation bar */
/* Style the groups sub-navigation bar - Style the groups sub-navigation bar - Style the groups sub-navigation bar - Style the groups sub-navigation bar */
/* Style the groups sub-navigation bar - Style the groups sub-navigation bar - Style the groups sub-navigation bar - Style the groups sub-navigation bar */


.group_navbar {
			padding: 20px 0px 15px 0px;
			width: 900px;
			background: #fff;
			margin-left: auto; margin-right: auto; text-align: center;
      }

.group_navbar p { /* Sytle the award title above the list of titles */
           font-size: 18px; font-weight: 900;
		   margin: 0;
		   text-align: center;
		   padding-bottom: 10px;
      }

.navbargroup ul {
           margin: 0;
           padding: 0;
           text-align: center;
      }

.navbargroup li {
           display: inline;
           list-style: none;
		   line-height: 1.5; /* Multiplys font-size by 1.8 to determine line height */

      }

.navbargroup a {
			outline: 0;
           font-size: 12px;
           color: #000;
           text-decoration: none;
           padding-left: 5px;
           padding-right: 15px;
           background: #fff;
      }

.navbargroup a:hover {
	color: orange;
      }

/* Style the groups sub-navigation bar - Style the groups sub-navigation bar - Style the groups sub-navigation bar - Style the groups sub-navigation bar */
/* Style the groups sub-navigation bar - Style the groups sub-navigation bar - Style the groups sub-navigation bar - Style the groups sub-navigation bar */
/* Style the groups sub-navigation bar - Style the groups sub-navigation bar - Style the groups sub-navigation bar - Style the groups sub-navigation bar */




/* Style the slide show on the Group page   Style the slide show on the Group page   Style the slide show on the Group page */
/* Style the slide show on the Group page   Style the slide show on the Group page   Style the slide show on the Group page */
/* Style the slide show on the Group page   Style the slide show on the Group page   Style the slide show on the Group page */
.gallery {
	margin: auto;
	width: 90%;
	text-align: center;
	border: 1px solid #878E63;
	padding: 10px;
}

.preview {
	text-align: center;
}

.thumbnails img {
	height: 80px;
	border: 1px solid #878E63;
	padding: 1px;
	margin: 0 10px 10px 0;
}

.thumbnails img:hover {
	border: 1px solid #878E63;
	cursor:pointer;
}

.preview img {
	border: 2px solid #878E63;
	padding: 2px;
}
/* Style the slide show on the Group page   Style the slide show on the Group page   Style the slide show on the Group page */
/* Style the slide show on the Group page   Style the slide show on the Group page   Style the slide show on the Group page */
/* Style the slide show on the Group page   Style the slide show on the Group page   Style the slide show on the Group page */





/* Style the award entries on the award archives pages Style the award entries on the award archives pages */
/* Style the award entries on the award archives pages Style the award entries on the award archives pages */
/* Style the award entries on the award archives pages Style the award entries on the award archives pages */
/*.awardentry {
	padding-top: 20px; padding-bottom: 25px; clear: left;
}

.awardentryleft {
	float: left; padding-right: 35px;
}

.awardentryright {
	float: left;
}*/

.awardtitle
{
	font-size: 16px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
}
.awardentry {
	padding-bottom: 15px; width: 100%; clear: both;
}

.awardentryleft {
	float: left; 
	width: 10%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.awardentryright {
	float: right; width: 90%;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Style the award entries on the award archives pages Style the award entries on the award archives pages */
/* Style the award entries on the award archives pages Style the award entries on the award archives pages */
/* Style the award entries on the award archives pages Style the award entries on the award archives pages */



/* Style the festival entries on the festival archives pages Style the festival entries on the festival archives pages */
/* Style the festival entries on the festival archives pages Style the festival entries on the festival archives pages */
/* Style the festival entries on the festival archives pages Style the festival entries on the festival archives pages */
/*.awardentry {
	padding-top: 20px; padding-bottom: 25px; clear: left;
}

.awardentryleft {
	float: left; padding-right: 35px;
}

.awardentryright {
	float: left;
}*/

.festiva;title
{
	font-size: 16px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
}
.festivalentry {
	padding-bottom: 15px; width: 100%; clear: both;
}

.festivalentryleft {
	float: left; 
	width: 10%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.festivalentryright {
	float: right; width: 90%;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Style the festival entries on the festival archives pages Style the festival entries on the festival archives pages */
/* Style the festival entries on the festival archives pages Style the festival entries on the festival archives pages */
/* Style the festival entries on the festival archives pages Style the festival entries on the festival archives pages */



/* Style the festival history on the group's page  -  Style the festival history on the group's page */
/* Style the festival history on the group's page  -  Style the festival history on the group's page */
/* Style the festival history on the group's page  -  Style the festival history on the group's page */
		.wrapper {
			width: 850px;
			margin: 0 auto;
			padding-bottom: 10px;
			overflow: hidden;
		}

		/* example 1 border: 1px solid red; */
		
		.left {
			float: left;
			vertical-align: middle;
			font: 14px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
			width: 7%;
			overflow: hidden;
			line-height: 120%;
			padding-bottom: 5px;
		}
		.right {
			overflow: hidden;
			font: 14px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
			vertical-align: middle;
			line-height: 120%;
			padding-bottom: 5px;
		}


		</style>
/* Style the festival history on the group's page  -  Style the festival history on the group's page */
/* Style the festival history on the group's page  -  Style the festival history on the group's page */
/* Style the festival history on the group's page  -  Style the festival history on the group's page */