html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(img/bg01.png) repeat;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 300;
	color: #363636;
}


h1, h2, h3 {
	margin: 0;
	padding: 0;
}

p, ol, ul {
	margin-top: 0em;
}

p {
	line-height: 190%;
	margin-bottom: 2em;
}

a {
	color: #171717;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

.deprecated {
	text-decoration: line-through;
}

	.image
	{
		display: inline-block;
	}
	
		.image img
		{
			display: block;
			width: 100%;
		}

	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 0 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-right
	{
		float: right;
		margin: 0 0 2em 2em;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}

		.image-centered img
		{
			margin: 0 auto;
			width: auto;
		}

hr {
	display: none;
}

	ul.style2
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	ul.style2 li
	{
		border-top: solid 1px #E5E5E5;
		padding: 0.80em 0;
	}
	
	ul.style2 li:first-child
	{
		border-top: 0;
		padding-top: 0;
	}
	
	ul.style3 {
		margin: 0em 0em 0.5em 0em;
		padding: 0;
		list-style: none;
	}
	
	ul.style3 li {
		padding: 0.80em 0;
	}
	
	ul.style4 {
		padding: 0;
		list-style-position: inside;
		margin-bottom: 2.5em;
	}
	
	ul.style4 li {
		padding: 0.80em 0em 0em 1em;
	}
	
	ul.style4 li:first-child {
		padding: 0em 0em 0em 1em;
	}
	
	ol.style1 {
		padding: 0;
		list-style-position: inside;
	}
	
	ol.style1 li {
		padding: 0.80em 0em 0em 1em;
	}
	
	ol.style1 li:first-child {
		padding: 0em 0em 0em 1em;
	}

/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
		margin: 0;
		padding: 2em 0em 0em 0em;
		list-style: none;
	}
	
	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.30em;
		font-size: 1em;
	}
	
	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a
	{
		color: #FFF;
	}
	
	ul.contact li a:before
	{
		display: inline-block;
		background: #3f3f3f;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #FFFFFF;
	}
	
	ul.contact li a.icon-twitter:before { background: #2DAAE4; }
	ul.contact li a.icon-facebook:before { background: #39599F; }
	ul.contact li a.icon-dribbble:before { background: #C4376B;	}
	ul.contact li a.icon-tumblr:before { background: #31516A; }
	ul.contact li a.icon-rss:before { background: #F2600B; }
	ul.contact li a.icon-google-plus:before { background: #d34836; }
	ul.contact li a.icon-youtube-sign:before { background: #cc181e; }
	ul.contact li a.icon-youtube:before { background: #cc181e; }
	
/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 2em;
		text-transform: uppercase;
	}

	.title h2
	{
		letter-spacing: 0.10em;
		font-weight: 700;
		font-size: 2em;
		color: #171717;
	}
	
	.title .byline
	{
		letter-spacing: 0.15em;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.90em;
		color: #6F6F6F;
	}

/** WRAPPER */

#wrapper {
	background: #FFFFFF url(img/bg01.png) repeat;
}

#footer-wrapper
{
	background: #0F0F0F;
}

.container {
	width: 88%;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}


/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header-wrapper
	{
		padding-bottom: 3em;
		background: #E8E8E8 url(img/bg01.png) repeat;
		box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,.1);
	}

	#header 
	{
		position: relative;
		overflow: hidden;
		text-align: center;
		display: flex;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		display: table; /* not supported by IE7 or lower*/
		/*float: left;*/
		width: 550px;
		height: 250px;
		margin: auto auto auto 0;
		text-transform: uppercase;
	}
	
	#logo h1
	{
		letter-spacing: 0.10em;
		font-size: 2em;
		font-weight: bold;
	}
	
	#logo h2
	{
		letter-spacing: 0.10em;
		font-size: 1em;
		font-weight: bold;
	}
	
	#logo p 
	{
		letter-spacing: 0.10em;
		color: #292A28;
	}
	
	#logo a 
	{
		text-decoration: none;
		color: #292A28;
	}
	
	#logo span { /*Not supported by IE7 or lower*/
		  display: table-cell;
		  vertical-align: middle;
	}
	
	#logo-pic {
		display: table; /* not supported by IE7 or lower*/
		width: 550px;
		height: 250px;
		margin: auto 0 auto auto;
	}
	
	#logo-pic span { /*Not supported by IE7 or lower*/
		  display: table-cell;
		  vertical-align: middle;
	}

	@media screen and (max-width: 1200px) {
		#logo {
			width: 50%;
		}
		
		#logo-pic {
			width: 50%;
		}
	}
	
	@media screen and (max-width: 620px) {
		#header {
			display: block;
		}
		
		#logo {
			width: 100%;
			margin: auto;
		}
		
		#logo-pic {
			width: 100%;
			margin: auto;
		}
	}
	
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner 
	{
		position: absolute;
		left: 0;
		overflow: hidden;
		z-index: 1;
	}
	
	#banner .image
	{
		border: 5px solid #FFFFFF;
	}
	

/** MENU */

#menu {
	overflow: hidden;
	margin-bottom: 2em;
	background: #25292B;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
}

#menu a {
	display: block;
	letter-spacing: 1px;
	line-height: 50px;
	padding: 0 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.80em;
	font-weight: 600;
	border: none;
	color: #FFF;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	background: #2d59b9;
}

/*Hide dropdown links until they are needed*/
#menu ul ul {
	display: none;
	position: absolute;
    background-color: #25292B;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    z-index: 1;
}

/*Make dropdown links vertical*/
#menu ul ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
/*#menu ul ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}*/

/*Display the dropdown on hover*/
#menu ul li:hover > ul {
	display: block;
}

/** PAGE */

#page
{
	position: relative;
	overflow: hidden;
	padding: 6em 0em 5em 0em;
}

/** CONTENT */

#content
{
	width: 100%;
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		overflow: hidden;
		padding: 5em 0em;
		text-align: center;
		text-transform: uppercase;
		color: #6F6F6F;
	}
	
	#footer h2
	{
		letter-spacing: 0.20em;
		font-weight: 700;
		font-size: 2.4em;
		color: #FFF;
	}
	
	#footer .byline
	{
		letter-spacing: 0.15em;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.90em;
		color: #6F6F6F;
	}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		overflow: hidden;
		padding: 5em 0em;
		text-align: center;
	}
	
	#copyright p
	{
		letter-spacing: 0.20em;
		text-align: center;
		text-transform: uppercase;
		font-size: 0.80em;
		color: #6F6F6F;
	}
	
	#copyright a
	{
		text-decoration: none;
		color: #8C8C8C;
	}

/*********************************************************************************/
/* Welcome                                                                       */
/*********************************************************************************/

	#welcome
	{
		overflow: hidden;
		padding: 5em 0em;
		border-bottom: 1px solid #E5E5E5;
		text-align: center;
	}
	
	#welcome h2
	{
		letter-spacing: 0.20em;
		text-transform: uppercase;
		font-size: 2.6em;
	}
	
	#welcome p
	{
		font-size: 1.3em;
	}

	#welcome .byline
	{
		display: block;
		padding: 0em 0em 1.5em 0em;
		letter-spacing: 0.15em;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1.2em;
		color: #6F6F6F;
	}
	
/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		padding: 1em 3em 1em 2em;
		letter-spacing: 0.20em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.90em;
		color: #FFF;
	}
	
		.button:before
		{
			display: inline-block;
			background: #2d59b9;
			margin-right: 1em;
			width: 40px;
			height: 40px;
			line-height: 40px;
			border-radius: 20px;
			text-align: center;
			color: #272925;
		}

/*********************************************************************************/
/* PAST ETRA                                                               		 */
/*********************************************************************************/
	#previous a {
		text-decoration: none;
	}
	
	#previous a:hover {
		text-decoration: underline;
	}
	
/*********************************************************************************/
/* ORGANIZERS                                                              		 */
/*********************************************************************************/
	
	#organizers {
		width: 750px;
		margin-bottom: 2.5em;
		margin-top: 0.5em;
	}
	
	#organizers .pure-table {
		width: 70%;
	}
	
	#single-table .pure-table {
		width: 35%;
	}
	
	@media screen and (max-width: 1200px) and (min-width: 621px) {
		#organizers {
			width: 70%;
		}
	}

	@media screen and (max-width: 620px) {
		#organizers {
			width: 70%;
		}
		#organizers tr {
			border-right: 1px solid #D3D3D3;
		}
		#organizers tr td:nth-child(2), #organizers tr th:nth-child(2)  {
			display: block;
		}
		#organizers tr td:nth-child(1), #organizers tr th:nth-child(1)  {
			display: inline-block;
			border-bottom: none;
		}
	}

	