/*
Plugin: jQuery Parallax
Version 1.1.3
Author: Ian Lunn
Twitter: @IanLunn
Author URL: http://www.ianlunn.co.uk/
Plugin URL: http://www.ianlunn.co.uk/plugins/jquery-parallax/

License: http://creativecommons.org/licenses/by-sa/3.0/ (Attribution Share Alike). Please attribute work to Ian Lunn simply by leaving these comments in the source code or if you'd prefer, place a link on your website to http://www.ianlunn.co.uk/.
*/

@charset "utf-8";
/* CSS Document */

body{
	background: #999;
	margin: 0;
	min-width: 900px;
	padding: 0;
}

p{
	margin: 0 0 20px 0;	
}

p, ul{
	font-family:"Calibri", "Univers Condensed", Arial, Helvetica, sans-serif;
	font-size-adjust:0.488;
	font-weight:200;
	font-style:normal;
}

img{
	border: 0;
}

h1, #pixels{
	font-family:"Georgia", Calibri, Verdana, serif;
	font-size-adjust:0.80;
	font-weight:500;
	font-style:normal;
}

h2{
	font-family:"Calibri", Verdana, sans-serif;
	font-size-adjust:0.531;
	font-weight:500;
	font-style:normal;
}

h3{
	font-family:"Calibri", Verdana, sans-serif;
	font-size-adjust:0.355;
	font-weight:300;
	font-style:normal;
}

#header h1, #pixels{
	color: #48941A;
}

.float-left{
	float: left;	
	margin: 0 0 0 20px;
}

.float-right{
	float: right;
	margin: 0 20px 0 0;
}

.center{
	font-size: 2.5em;
	padding: 80px 0 0 0;
	text-align: center;
}

#nav{
	list-style: none;
	position: fixed;
	right: 20px;
}

#nav li{
	margin: 0 0 0 0;	
}

#header, #home, #highlights{
	width: 100%;
}

#home{
	background: url(images/homeBG.png) 50% 0 no-repeat fixed;
	color: white;
	height: 1000px;
	margin: 0 auto;
	padding: 0;
}

#welcome-message{
	background: #fff;
	color: black;
	height: 860px;
	margin: 0 auto;
	padding: 0;
}

#highlights{
	background: url(images/highlightsBG.png) 50% 0 no-repeat fixed;
	color: white;
	height: 680px;
	margin: 0 auto;
	padding: 0;
}

#faculty{
	background: url(images/facultyBG.jpg) 50% 0 no-repeat fixed;
	color: black;
	height: 950px;
	margin: 0 auto;
	padding: 0;	
}

#preliminary-programme{
	background: #fff;
	color: #333;
	height: 950px;
	margin: 0 auto;
	padding: 0;
}

#downloads{
	background: #222;
	color: white;
	height: 450px;
	margin: 0 auto;
	padding: 0;
}

#workshops{
	background: url(images/workshopsBG.png) 50% 0 no-repeat fixed;
	color: black;
	height: 400px;
	margin: 0 auto;
	padding: 0;
}

#gallery{
	background: #fff;
	color: black;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

#registration{
	background: #fff;
	color: black;
	height: 1100px;
	margin: 0 auto;
	padding: 0;
}

#information{
	background: url(images/informationBG.png) 50% 0 no-repeat fixed;
	color: black;
	height: 880px;
	margin: 0 auto;
	padding: 0;
}

#hongkong{
	background: url(images/hongkongBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 650px;
	margin: 0 auto;
	padding: 0;
}

#aboutHK{
	background: #333;
	color: white;
	height: 700px;
	margin: 0 auto;
	padding: 0;
}

#sponsors{
	background: #fff;
	color: black;
	height: 250px;
	margin: 0 auto;
	padding: 0;
}

#organizers{
	background: #222;
	color: white;
	height: 700px;
	margin: 0 auto;
	padding: 0;
}

.contents{
	margin: 0 auto;
	min-width: 900px;
	overflow: auto;
	width: 900px;
	font-weight: bold;
}

.contents .float-left, .contents .float-right{
	padding: 50px 0 0 0;
	position: relative;
	width: 420px;
}
