		body
		{
			background-color: #2e1432;/*#f7efeb;*/
			margin:0;
			padding:0;
		}

table	{ table-layout: auto; border-collapse: separate; border-spacing: 10px; empty-cells: show; }
ul		{ list-style:none; margin:0; padding:2px;}
nav a	{ text-decoration:none; }


h1 {font-size:190%;margin-top:0px; margin-bottom:.4em;}
h2 {font-size:150%;margin-top:10px;margin-bottom:.4em;}
h3 {font-size:120%;}
h4 {font-size:105%;}
h5 {font-size:90%;}
h6 {font-size:80%;}





		#nav
		{
			width: 70em; /* 1000 */
			height: 4.0em;
			position: relative;
			margin-left:auto;
			margin-right:auto;


			font: 100%/1.45 "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
			font-size: 0.75rem;
			letter-spacing: 0.1rem;
			text-transform: uppercase;
			font-weight: 700;
			box-shadow: 0px 0px 2px #888888;
			z-index:2;

		}


			#nav > img
			{
				width:11em;
				float:left;
				padding-left:1em;
			}

			#nav > a
			{
				display: none;
			}

			#nav li
			{
				position: relative;
			}
				#nav li a
				{
					color: #FDD023;
					display: block;
				}
				#nav li a:active
				{
					background-color: #fff !important;
				}

			#nav span:after
			{
				width: 0;
				height: 0;
				border: 0.313em solid transparent; /* 5 */
				border-bottom: none;
				border-top-color: #efa585;
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				right: -0.313em; /* 5 */
			}

			/* first level */

			#nav > ul
			{
				padding-left: 15em;
				height: 4.0em; /* 60 */
				background-color: #fff;
			}
				#nav > ul > li
				{
					/* width: 10em; */
					padding: 0em 1em;
					height: 100%;
					float: left;
				}
					#nav > ul > li > a
					{
						height: 100%;
						font-size: 1em; /* 24 */
						line-height: 4.0em; /* 60 (24) */
						text-align: center;
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: 1px solid #fff;
						}
						#nav > ul > li:hover > a,
						#nav > ul:not( :hover ) > li.active > a
						{
							background-color: #fff;
							color: #000;
						}


				/* second level */

				#nav li ul
				{
					background-color: #fff;
					display: none;
					position: absolute;
					top: 100%;
				}
					#nav li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
					}
						#nav li:not( :first-child ):hover ul
						{
							left: -1px;
						}
						#nav li ul a
						{
							font-size: .8em; /* 20 */
							border-top: 1px solid #eee;
							padding: 1.0em; /* 15 (20) */
						}
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{
								background-color: #fff;
								color: #000;
							}





/* Changes*/



		#title
		{
			width: 70em; /* 1000 */
			position: relative;
			margin-left:auto;
			margin-right:auto;


			font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
			font-size: 0.75rem;
			letter-spacing: 0.1rem;
			text-transform: none;
			font-weight: 700;
			box-shadow: 0px 0px 2px #888888;
		}





#picture
{
	position: absolute;
	width:100%;
	z-index:-2;
}


#banner
{
	font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1rem;
	letter-spacing: 0.1rem;
	text-transform: none;
	font-weight: 500;
	text-align:left;


	position: absolute;
	height:14em;
	width:70%;
	color:white;
	background-color: #461D7C;
	float: right;
	margin-top:12%;
	padding: 1.5em;
	opacity:.8;
}

#banner h1 {font-size:190%;margin-bottom:.4em;}
#banner h3 {font-size:120%;margin-bottom:.2em;}
#banner h4 {font-size:105%;}




		#info
		{
			width: 70em; /* 1000 */
			position: relative;
			margin-left:auto;
			margin-right:auto;
			top:35em;
			background:white;

			font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
			font-size: .75rem;
			letter-spacing: 0.1rem;
			text-transform: none;
			font-weight: 500;
			text-align:left;
			padding:1.5em;

			box-shadow: 0px 0px 2px #888888;

		}



		#info section
		{
			font: 100%/1.45 "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
			font-size: 1.1rem;
			letter-spacing: 0.1rem;
			font-weight: 300;
			
		}

		#info section > ul > li
		{
			/*display:inline-block;*/
			/*list-style-type:disc;*/
			list-style-position:inside;
			vertical-align:top;
			padding:2px;
		}

	#info h1, #info h2, #info h3, #info h4, #info h5, #info h6 {
		color:#461D7C;
	}
	


#thanks ul > li
{
	display:block;
	list-style-type:disc;
}



.copywrite 
{
	margin:5em 2em 1em 1em; 
	text-align:center;
	font: 10px Helvetica, sans-serif;
}


.participants
{
	font-weight:bold;
}
.universities
{
	padding-left:2em;
	font-style:italic;
}

.email
{
	padding-left:1em;
	font-style:italic;
}


/* Changes when about iPad Sized website */


		@media only screen and ( max-width: 58em ) /* 1000 */
		{
			#nav
			{
				width: 100%;
				margin: 0;
			}



			#title
			{
				width: 100%;
				margin:0;
			}



			#banner
			{
				height:14em;
				width:100%;
				padding: 1.5em;
				opacity:.8;
			}
		

			#info
			{
				width: 100%;
				margin:0;
				top:35em;
				padding:1.5em;

			}


		}


/* #674592 */


/*Chaned*/

		@media only screen and ( max-width: 40em ) /* 640 */
		{
			html
			{
				font-size: 80%; /* 12 */
			}

			#title
			{
				background-color:#fff;
			}

			#banner
			{
				height:17em;
				width:100%;
				margin:0;
				opacity:.8;
			}

			#info
			{
				top:20em;
			}

			#Jserre
			{
				height:160px;
			}

			#nav
			{
				position: relative;
				top: auto;
				left: auto;
				background-color: #fff;

			}

			#nav > img
			{
				width:12em;
				float:right;
				padding-right:1em;
			}


				#nav > a
				{
					width: 4.0em; /* 50 */
					height: 4.0em; /* 50 */
					text-align: left;
					text-indent: -9999px;
					background-color: #FDD023;
					position: relative;
				}
					#nav > a:before,
					#nav > a:after
					{
						position: absolute;
						border: 2px solid #fff;
						top: 35%;
						left: 25%;
						right: 25%;
						content: '';
					}
					#nav > a:after
					{
						top: 60%;
					}

				#nav:not( :target ) > a:first-of-type,
				#nav:target > a:last-of-type
				{
					display: block;
				}


			/* first level */

			#nav > ul
			{
				background-color: #674592; /*ChangedHere*/
				height: auto;
				display: none;
				position: absolute;
				left: 0;
				right: 0;
			}
				#nav:target > ul
				{
					display: block;
				}
				#nav > ul > li
				{
					width: 100%;
					float: none;
				}
					#nav > ul > li > a
					{
						height: auto;
						text-align: left;
						padding: 0 0.833em; /* 20 (24) */
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: none;
							border-bottom: 1px solid #eee;
						}


				/* second level */

				#nav li ul
				{
					background-color: #674592; /*ChangedHere*/
					position: static;
					padding: 1.25em; /* 20 */
					padding-top: 0;
				}

				#nav ul li a:hover, 
				#nav li ul li a:hover  /*FIXME*/
				{
					background-color: #674592; /*ChangedHere*/
					color: #fff;
				}
		}




















