/*=============================================================
Type:				Vocademy Website
Document Author:	Mark Perkins
Author Email:		mark@medium.io
---------------------------------------------------------------
Creation Date:		18-01-2010
============================================================ */

/* Fonts
============================================== */

@font-face {
	font-family: 'Museo700';
	src: url('../fonts/Museo700-Regular.eot');
	src: local('Museo 700'), local('Museo-700'), url('../fonts/Museo700-Regular.otf') format('opentype');
}

@font-face {
	font-family: 'Museo500';
	src: url('../fonts/Museo500-Regular.eot');
	src: local('Museo 500'), local('Museo-500'), url('../fonts/Museo500-Regular.otf') format('opentype');
}

@font-face {
	font-family: 'Museo300';
	src: url('../fonts/Museo300-Regular.eot');
	src: local('Museo 300'), local('Museo-300'), url('../fonts/Museo300-Regular.otf') format('opentype');
}

/* General styles
============================================== */

body {
	color: #000;
	line-height: 1.3;
	font-family: arial, sans-serif;
	background: #EF9A1A url('../img/parallax_bg_stars.png') repeat fixed 30% 0;
}

p, ul {
	font-size: 1.2em;
	margin-bottom: 1.0em;
}

strong {
	font-weight: bold;
}

#parallax_wrapper {
	background: url('../img/parallax_bg_globes2.png') no-repeat fixed -70px -100px;
}

#page {
	background: url('../img/parallax_bg_rays.png') no-repeat fixed 50% 0;
}

#content a {
	color: #000;
}

#page {
	width: 100%;
	min-width: 960px;
	overflow-x: hidden;
}

#wrapper {
	margin-right: 0px;
	margin-left:440px;
	position: relative;
	font-family: arial, sans-serif;
}

#content {
	width: 50%;
	float: left;
	padding-bottom: 140px;
}

.ie7 #content {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
}

#aside {
	width: 50%;
	float: right;
	padding-top: 0;
	font-family: arial, sans-serif;
}

.ie7 #aside {
	float: none;
	position: absolute;
	top: 0;
	right: 0;
}

.receptacle {
	width: 200%;
	float: right;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: transparent;
}

.ie7 .receptacle {
	width: auto;
}

.section {
	width: 640px;
	background: #FFF;
	float:right;
	margin-top: 40px;
	padding: 30px 30px 20px 30px;
	position: relative;
	-moz-border-radius-topleft: 25px;
	-webkit-border-top-left-radius: 25px;
	border-top-left-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	-webkit-border-bottom-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

.section .pic {
	position: absolute;
	right: -20px;
	bottom: -20px;
	visibility: visible;
}

/* header
============================================== */

#ff_fix {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: 110px;
	z-index:100;
}

#header_wrapper {
	position: relative;
	padding: 1px 0 18px 0;
	background: #000;
	height: 82px;
}

.ie7 #header_wrapper {
	padding-top: 10px;
}

#header {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#header a {
	color: #FFF;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#branding a {
	display: block;
	width: 146px;
	height: 146px;
	text-indent: -9999px;
	background: url('../img/logo_vocademy.png') no-repeat 0 0;
	position: absolute;
	top: -76px;
	left: -94px;
	visibility: visible;
}

#quick_contact {
	color: #FFF;
	float: right;
	margin-right: 260px;
	text-align: right;
}

#quick_contact p {
	margin: 0;
	z-index:-1;
}

#speakers {
	position: absolute;
	top: -120px;
	right: 0;
}

#for_more {
	font-size: 20px;
	color: #F5D634;
	font-family: 'Museo500', arial, sans-serif;
	opacity: 0.99999;
}

#in_touch {
	font-size: 1.7em;
	padding-bottom: 3px;
}

#supported_by {
	font-size: 1.1em;
}

#credits {
	font-size: 10px;
}

#headerpic {
	height: 297px;
	padding-top: 20px;
}

div.boys {
	background: url('../img/header_boys_backing.gif') no-repeat 0 20px;
}

div.boys img {
	margin-left: 190px;
}

div.girls {
	background: url('../img/header_girls_backing.gif') no-repeat 0 20px;
}

div.girls img {
	margin-left: 148px;
}

/* navigation
============================================== */

#main_nav_wrapper {
	width: 204px;
	list-style: none;
	margin-left: 15px;
	position: fixed;
	top: 40px;
	float: left;
	font-family: arial, sans-serif;
}

#main_nav {
	padding: 10px;
	font-family: 'Museo700', arial, sans-serif;
	font-size: 1.8em;
	background: #F4BC68 url('../img/bg_nav_bottom.gif') no-repeat 0 bottom;
	padding-bottom: 56px;
	-moz-border-radius-topright: 25px;
	-webkit-border-top-right-radius: 25px;
	border-top-right-radius: 25px;
	overflow-y: auto;
	margin-bottom: 0;
	list-style: none;
}

.ie6 #main_nav {
	position: absolute;
	top: 0;
	left: 0;
/*	top: expression( ( pos = document.body.scrollTop ) + 'px' );*/
}

#main_nav a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 2px 10px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	outline: none;
}

#main_nav li a:hover {
	color: #FFF;
}

#main_nav li.current a {
	background: #F7CC8C;
}

#main_nav ul {
	list-style: none;
	margin-left: 20px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.hasJS #main_nav ul {
	display: none;
}

.hasJS #main_nav li.current ul {
	display: block;
}

#main_nav ul li a {
	font-family: arial, sans-serif;
	font-size: 13px;
	padding: 0;
}

#main_nav li.current li a {
	background: none;
}

#main_nav li li.current a {
	color: #FFF;
}

#visit_our_blog {
	text-align: right;
	margin-top: -5px;
}


/* VIDEO PLAYER 
==============================================*/
.vid{
position:absolute;
margin-left:0px;
top:350px;
z-index:200;
}


/* Social Links
============================================== */
.fb_link{
position:absolute;
left:220px;
top:0px;
}

.twit{
position:absolute;
left:220px;
top:80px;
}

.blog_link{
position:absolute;
left:220px;
top:160px;
}


/* content
============================================== */

#content h1,
#content h2,
#content h3,
#content p,
#content ul {
	width: 515px;
}

h1 {
	font-size: 5.0em;
	line-height: 1.1;
	margin-bottom: 15px;
	font-family: 'Museo500', arial, sans-serif;
}

h2, h3 {
	font-size: 3.7em;
	line-height: 1.1;
	margin-bottom: 15px;
	font-family: 'Museo500', arial, sans-serif;
}

.section div h3 {
	font-size: 22px;
	color: #F16522;
	font-family: 'Museo500', arial, sans-serif;
	margin-bottom: 0;
}

.ie7 .section div h3 {
	font-family: 'Museo500', arial, sans-serif;
}

.intro p {
	color: #F74C22;
	font-size: 17px;
	font-family: 'Museo500', arial, sans-serif;
	margin-bottom: 8px;
}

.ie7 .intro p {
	font-family: 'Museo500', arial, sans-serif;
}

p.intro {
	font-size: 1.6em;
	font-family: 'Museo500', arial, sans-serif;
	color: #ee8c00;
	line-height: 1.3;
}

p.intro strong, .intro p strong {
	color: #000;
	font-weight: normal;
}

#content ul {
	margin-left: 12px;
}

.ie7 #content ul {
	margin-left: 0;
}

.ie7 #content li {
	margin-left: 16px;
}

#content .links, #content .links li {
	margin-left: 0;
}

#content ul.links {
	list-style: none;
	margin-left: 0;
}

ul.links a {
	font-size: 22px;
	font-family: 'Museo500', arial, sans-serif;
	text-decoration: none;
	padding-right: 20px;
	background: url('../img/bullet_arrow.gif') no-repeat right 55%;
}

p.look {
	font-size: 22px;
	font-family: 'Museo500', arial, sans-serif;
	margin-bottom: 0;
}

/* 'home' */

#headerpic {
	width: 860px;
	margin: 0 auto;
	padding-left: 80px;
	font-family: arial, sans-serif;
}

#home {
	background-image: url('../img/sectionbg_home.png');
	margin-top: -64px;
	padding-top: 64px;
	padding-bottom: 94px;
	position: relative;
	z-index: 10;
}

#home .section {
	margin-top: 0 !important;
}

#home p {
	width: 590px;
}

/* news */

.hasJS #news_archived_inner {
	display: none;
}

#news .section {
	margin-top: 20px;
}

.section div.news_item h3 {
	color: #ee8c00;
	font-size: 16px;
}

/* courses */

#courses {
	background: url('../img/sectionbg_courses.png') no-repeat right bottom;
	padding-bottom: 60px;
}

#courses .pic {
	bottom: -60px;
	right: 20px;
}

#pop_vocademy_1 .section {
	margin-top: 20px;
}

/* further info */

#further_info {
	background: url('../img/sectionbg_courses.png') no-repeat right bottom;
	padding-bottom: 40px;
}

#locations .section {
	margin-top: 20px;
	padding-bottom: 40px;
}

#locations .pic {
	bottom: -40px;
	right: 0;
}

/* tutors */

#tutors {
	margin-top: 10px;
}

.tutor {
	position: relative;
	padding-top: 1px;
}

.ie7 .tutor {
	padding-top: 20px;
}

.tutor p {
	margin: 1.0em 0 0 0;
}

.tutor img {
	position: absolute;
	top: 40px;
	right: 0;
	visibility: visible;
}

.tutor h3 {
	margin-top: 20px;
}

p.title {
	color: #ee8c00;
	font-size: 1.6em;
	font-family: 'Museo500', arial, sans-serif;
	margin-top: 0;
}

#tutors .tutor p {
	width: 450px;
}

#sarah img { top: 60px; }
#kelly img { top: 50px; }
#marianne img { top: 100px; }
#sam img { top: 60px; }
#bubsie img { top: 30px; }

#tutors {
	background: url('../img/sectionbg_courses.png') no-repeat right bottom;
	padding-bottom: 50px;
}

/* contact */

#contact .section {
	margin-top: 20px;
	padding-bottom: 70px;
}

#contact {
	background: url('../img/sectionbg_contact.png') no-repeat right bottom;
	padding-bottom: 50px;
}

#contact p.address {
	color: #000;
	font-size: 1.6em;
}

#contact img {
	right: -5px;
	top: 0;
}

.blog {
	position:fixed;
	top:630px;
	left:250px;
	z-index:200;
}
