/* Expanded Narrative Symposium Stylesheet */

/* Reset Styles */

html, body, div, span, h1, h2, h3, ul, li, p, a, address, em {
	margin: 0; padding: 0; font-style: normal; font-weight: normal;
}

/* Web Fonts */

@font-face {
    font-family: 'vegurbold';
    src: url('fonts/vegur-b-webfont.eot');
    src: url('fonts/vegur-b-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/vegur-b-webfont.woff') format('woff'),
         url('fonts/vegur-b-webfont.ttf') format('truetype'),
         url('fonts/vegur-b-webfont.svg#vegurbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vegurlight';
    src: url('fonts/vegur-l-webfont.eot');
    src: url('fonts/vegur-l-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/vegur-l-webfont.woff') format('woff'),
         url('fonts/vegur-l-webfont.ttf') format('truetype'),
         url('fonts/vegur-l-webfont.svg#vegurlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vegurmedium';
    src: url('fonts/vegur-m-webfont.eot');
    src: url('fonts/vegur-m-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/vegur-m-webfont.woff') format('woff'),
         url('fonts/vegur-m-webfont.ttf') format('truetype'),
         url('fonts/vegur-m-webfont.svg#vegurmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'vegurregular';
    src: url('fonts/vegur-r-webfont.eot');
    src: url('fonts/vegur-r-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/vegur-r-webfont.woff') format('woff'),
         url('fonts/vegur-r-webfont.ttf') format('truetype'),
         url('fonts/vegur-r-webfont.svg#vegurregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Main Element Styles */

body {
	
	font-family: VegurRegular, Arial, sans-serif;
	line-height: 160%;
	font-size: 19px;
	color: #4f4f4f;
}

h1 {
	font-family: VegurMedium;
	font-size: 60px;
	line-height: 80%;
}

h2 {
	font-family: VegurMedium;
	font-size: 38px;
}

h3 {
	font-family: VegurBold;
	font-size: 56px;
}

ul {
	list-style-type: none;
}

p {
	font-family: VegurLight;
	margin-bottom: 1em;
	
}

a {
	font-family: VegurRegular;
	text-decoration: none;
	color: #333;
}

em {
	font-style: italic;
}

a:hover {
	border-bottom: 1px dashed #333;
}

#wrapper {
	
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	background: #f7f7f7;
}

.section {
	
	padding: 80px 120px 120px 120px;
	
}

/* Book Now Button */

a#booking-button {
	
	position: fixed;
	z-index: 100;
	display: block;
	width: 180px;
	height: 72px;
	margin-left: 780px;
	margin-top: 20px;
	background: url(images/bg-book-now.png) left top no-repeat;
	padding-top: 20px;
	;
	padding-left: 16px;
	font-size: 15px;
	;
	text-align: center;
	text-transform: uppercase;
}

a#booking-button:hover {

	color: #fff;
	border-bottom: none;
}

/* Intro Section */

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}
}

#intro {
	height: 650px;
	padding-bottom: 0;
	overflow: hidden;
}

#intro-image {
	margin-top: -365px;
	margin-left: -310px;
	//-webkit-animation: rotation 9s infinite linear;
}

#intro h1 {
	position: absolute;
	top: 300px;
	left: 640px;
}

#intro h1 #t1 {
	
}

#intro h1 #t2 {
	font-family: VegurRegular;
}

#intro h1 #t3 {
	font-family: VegurLight;
}

address#venue {
	position: absolute;
	top: 500px;
	left: 640px;
	font-size: 24px;
}

address#venue p {
	margin-bottom: 0;
	line-height: 140%;
}

/* Synopsis Section */

#synopsis {
	background: url(images/bg-synopsis.png) right top no-repeat #e5e5e5;
	margin-top: -40px;
	padding-top: 140px;
}

#synopsis p {
	max-width: 480px;
}

#opener {
	
	font-family: VegurMedium;
	font-size: 24px;
	margin-bottom: 1.6em;
	line-height: 160%;
}

/* Speakers Section */

#speakers {
	background: url(images/bg-speakers-heading.png) 25px 30px no-repeat #c6c6c6;
	padding-left: 0;
	padding-right: 0;
}

#speakers h2 {

	padding-left: 120px;
	padding-right: 120px;	
	padding-bottom: 80px;
	color: #474747;
}

#speaker-menu {
	padding: 0 120px 60px;
	line-height: 220%;
	font-size: 24px;
	overflow: hidden;
}

#speaker-menu li {
	//display: inline;
	float: left;
	margin-right: 1em;
}

#speakers a.next {
	display: block;
	margin: 0 0 60px 120px
}

#speaker a.back {
	
}

#speakers a.next:hover, #speakers a.back:hover {
	border: none;
	color: #fff;
}

#speaker-list li {

	padding: 60px 120px 80px 120px;
}

#speaker-list li h3 {

	padding-top: 15px;
	margin-bottom: 0.4em;
	line-height: 100%;
	color: #474747;
}

#speaker-list li.left {

	background-color: #d6d6d6;
	overflow: hidden;
	
}

#speaker-list li.left img {

	float: left;
	margin-right: 60px;
	margin-bottom: 30px;
}

#speaker-list li.left .bio {

	width: 400px;
	float: left;
}

#speaker-list li.right {
	
	overflow: hidden;
}

#speaker-list li.right img {

	float: right;
	margin-left: 60px;
	margin-bottom: 30px;
}

#speaker-list li.right .bio {

	width: 400px;
	float: right;
}

/* Programme Section */

#programme {
	background-color: #F7F7F7;
	
}

#programme h2 {
	margin-bottom: 0.8em;
	line-height: 120%;
}

#cost {
	list-style-type: disc;
	padding-left: 1em;
	padding-bottom: 1em;
}

#programme h4 {
	font-size: 1.4em;
	padding-top: 0.4em;
}

#programme p.event {
	//max-width: 600px;
}

#programme p.event strong {
	font-size: 1.2em;
}

#programme.section table {
	border: medium none;
	width: 100%;
	font-family: VegurLight;
}

/* Directions Section */

#directions {
	
}

#directions h2 {
	padding-bottom: 1em;
}

#directions iframe {
	width: 100%;
	height: 400px;
	padding-bottom: 1em;
}

/* Supporters Section */

#supporters {
	background-color: #dedede;
	overflow: hidden;
}

#supporters h2 {

	padding-bottom: 60px;
	line-height: 120%;
}

#supporter-list {
	overflow: hidden;
	padding-bottom: 4em;
}

#supporters li a {

	display: block;
	text-indent: -9999px;
	width: 250px;
	height: 120px;
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
}

#supporters li a:hover {
	border-bottom: none;
}

a#pennarts {
	background: url(images/logo-peninsula-arts.png);
	padding-bottom: 40px;
}

a#vivid {
	background-image: url(images/logo-vivid.png);
	padding-left: 50px;
	padding-bottom: 40px;
}

a#erdf {
	background-image: url(images/logo-edrf.png);
	padding-bottom: 50px;
	width: 180px!important;
}

a#foaah {
	background: url(images/logo-arts-humanities.png);
	background-position-y: 14px!important;
	margin-right: -10px;
}

a#ssu {
	background-image: url(images/logo-ssu.png);
	padding-left: 75px;
}

a#lw {
	background-image: url(images/logo-literature-works.png);
	width: 180px!important;
	background-position-y: 18px!important;
}

/* Footer */

#footer {
	overflow: hidden;
	background: url(images/bg-footer.png) left bottom no-repeat;
}

#footer a#logo-link {
	display: block;
	width: 407px;
	height: 104px;
	float: left;
	margin-right: 80px;
}

#footer a#logo-link:hover {
	border-bottom: none;
}

#colophon {
	width: 270px;
	float: left;
	padding-top: 4px;
	font-size: 18px;
}

/* Media Queries for Mobile Devices */

/* Tablet Portrait */

@media screen and (max-width: 999px) {
	
	.section {
		padding: 40px;
	}
	
	a#booking-button {
		margin-left: 70%;
		
	}
	
	#intro {
		height: auto;
		margin-bottom: 2em;
	}
	
	#intro-image {
		margin: -180px 0 1em 0;
		max-width: 100%;	
	}
	
	#intro h1, #intro address#venue {	
		display: block;
		position: static;
		margin: 0 auto;
		width: 80%;
		text-align: center;
	}
	
	#intro h1 {
		margin-bottom: 0.6em;
	}
	
	#synopsis {
		background-position: left top;
	}	
	
	#synopsis p {
		max-width: 460px;
	}
	
	#speakers {
		padding-top: 50px;
		background-position: -10px -8px;
	}
	
	#speakers h2 {
		padding: 0 40px 40px 40px;
	}
	
	#speakers p {
		max-width: 85%;
	}
	
	#speaker-menu {
		padding: 0 40px 40px;
	}
	
	#speakers a.next {
		margin: 0 0 40px 40px;
	}
	
	#speaker-list li.left, #speaker-list li.right {
		padding: 40px;
	}
	
	#speaker-list li.right {
		text-align: right;
	}
	
	#speaker-list li.right p {
		float: right;
	}
	
	#speaker-list li.left img, #speaker-list li.right img {
		margin: 0 auto 1em auto;
		float: none;
	}
	
	#speaker-list li.left .bio, #speaker-list li.right .bio {
		width: auto;
	}
	
	#supporter-list {
		padding-bottom: 2em;
	}
	
	#supporter-list li a {
		width: 300px !important;
		height: 120px!important;
		padding-bottom: 20px!important;
		padding-left: 0;
	}
	
	#footer {
		padding-bottom: 6em;
		background: url(images/bg-footer-reverse.png) right bottom no-repeat;
	}
	
	#footer a#logo-link {
		width: 100%;
		padding-bottom: 3em;
	}
	
	#footer img#en-logo {
		max-width: 100%;
	}
	
	#colophon  {
		width: auto;
	}
	
	#colophon p {
		width: 80%;
	}

}

/* Phone Browsers */

@media screen and (max-width: 480px) {

	body {
		font-size: 18px;
	}
	
	h1 {
		font-size: 44px;
	}
	
	.section {
		padding: 30px;
	}
	
	#intro.section {
		padding: 20px;
	}
	
	a#booking-button {
		background-color: #e5e5e5;
		width: 100%;
		height: 34px;
		padding: 10px 0 0;
		margin: 0;
		box-shadow: 3px 0 9px #808080;
	}
	
	#intro-image {
		margin-top: -30px;
	}
	
	#intro address {
		font-size: 18px;
	}
	
	#synopsis {
		padding-top: 80px;
		background-position: -125px top;
	}
	
	#synopsis #opener {
		font-size: 20px;
	}
	
	#speakers h2 {
		line-height: 100%;
		padding-bottom: 30px;
	}
	
	#speakers p {
		max-width: 100%;
	}
	
	#speaker-menu {
		line-height: 240%;
		font-size: 18px;
	}
	
	#speaker-menu li {
		display: block;
		float: none;
	}
	
	#speaker-list li.left, #speaker-list li.right {
		padding: 30px;
	}
	
	#speaker-list li h3 {
		font-size: 40px;
	}
	
	#speaker-list li.right p {
		float: none;
	}
	
	#speaker-list li img {
		max-width: 100%;	
	}
	
	#speaker-list li.right {
		text-align: left;
	}
	
	#directions, #programme {
		padding-top: 50px;
	}
	
	#directions h2 {
		line-height: 100%;
	}
	
	#directions iframe {
		height: 50%;
	}
	
	#supporters h2 {
		line-height: 100%;
	}
	
	#directions iframe {
		display: none;
	}
	
	#footer {
		padding-bottom: 10em;
	}
	
	#footer a#logo-link {
		padding-bottom: 0;
	}
	
	#colophon {
		
	}
	
	#colophon p{
		width: 100%;
	} 

}