/* Body
------------------------------*/
html {
	background-color: white;
	height: 100%;
	
}

body {
	font: 62.5%/1.5 Arial, Helvetica, sans-serif;
	height: 100%;

	
}

.wrapper {
	display: block;
}

.wrapper a:hover {
	background-color: black;
}

.wrap {
	margin: 8px 0px 0px 0px;
	
}




/* Header
------------------------------*/

header {
	width: 100%;
	height: 100%;
	display: inline-block;
	background: url(../images/isabella.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100%;
	position: relative;
}



h3 {

	display: block;
	float: right;
	height: 150px;
	width: 149px;
	margin: 0px 20px 0px 0px;
}


h2 {
	font-size: 2em;
	margin: 3px 0px 0px 0px;
	color: black;
	font-family: 'LeckerliOneRegular';
	font-size: 3em;
}

h4 {
	font-family: 'QuicksandBook';
	color: white;
	font-size: 1.4em;
	background-color: #026388;
	padding: 3px 0px 0px 5px;
	margin-bottom: 5px;
}

header h5 {
	float: none;
	margin: 0px 0px 0px 10px;
	display: block;
	height: 50px;
	width: 500px;
	font-family: 'QuicksandBook';
	color: white;
	font-size: 2em;
}

header h6 {
	margin: 0px auto;
	display: block;
	height: 38px;
	width: 500px;
	font-family: 'LeckerliOneRegular';
	font-size: 3em;
	color: black;
	background-color: white;
	padding: 5px;
}

h7 {
	height: 25px;
	width: 8000px;
	max-width: 100%;
	background-image: url(../images/greytop.jpg);
	text-indent: -9999px;
	display: block;
}

h8 {
	height: 25px;
	width: 8000px;
	max-width: 100%;
	background-image: url(../images/whitetop.jpg);
	text-indent: -9999px;
	display: block;
	
}

/* Nav
------------------------------*/

.menu {
	background-color: white;
	display: inline-block;
	
	
	
}

#nav {
	display: inline-block;
	list-style-type: none;
	list-style-position: inside;
	text-align: left;
	margin: 10px 10px 0px 10px;
	padding: 3px 0px 0px 0px;
	vertical-align: middle;
	background-color: black;

}


#nav li {
	font-family: 'QuicksandBold';
	display: inline;
	font-size: 1.6em;
	background-color: black;
}

#nav li a {
	padding: 10px;
}

#nav li a:hover {
	background-color: #026388;
}

#details {
	display: block;
	list-style-type: none;
	list-style-position: inside;
	text-align: left;
	vertical-align: middle;
	text-align-vertical: middle;

}

#details li {
	font-family: 'QuicksandBold';
	display: block;
	font-size: 1.4em;
	text-align-vertical: middle;
}


/* Content
------------------------------*/
#page {
	vertical-align: middle;
	margin-bottom: auto;
	display: block;
	position: relative;
	padding-top: 10%;
	padding-bottom: 20%;
	height: 100%;
}

.backgrounda {
	background: white;
	width: 100%;
	margin: 0 auto;
}

.backgroundc {
	background: white;
	width: 100%;
	margin: 0 auto;
	clear: both;
}

.backgroundb {

	display: block;
	background: #eeeeee;
	width: 100%;
	margin: 0 auto;
}

.content {
	display: block;
	padding: none;
	min-height: 400px;
	width: 850px;
	margin: 0 auto;
}

#left {
	padding: 20px 10px 10px 20px;
	float: left;
	width: 450px;
	font-size: 1.1em;
}

#left a {
	color: #026288;
}

#left a:hover {
	color: white;
	background-color: black;
}

#leftfb {
	padding: 20px 10px 10px 20px;
	float: left;
	width: 450px;
	font-size: 1.1em;
}

#leftfb a {
	color: #026288;
}

#leftfb a:hover {
	color: black;
	background-color: white;
}

#leftfb ul li {
	font-size: 1.4em;
}

#right {
	position:relative;
	padding: 20px 10px 10px 10px;
	float: right;
	width: 350px;
}

#right a:hover {
	background-color: white;
}

#ybk {
	padding: 20px 10px 10px 20px;
	width: 800px;
	font-size: 1.1em;
	font-family: 'Quicksandbook';
}

#ybk a {
	color: #026288;
}

#ybk a:hover {
	color: white;
	background-color: black;
}

#testimonials {
	background: white;
	padding: 20px 10px 10px 20px;
	width: 800px;
	font-size: 1.1em;
}

#testimonials a {
	color: #026288;
}

#testimonials a:hover {
	color: white;
	background-color: black;
}

#testimonials table td{
	width: 270px;
	padding: 10px;
	text-align: left;
}

#enrolments {
	background: white;
	display: block;
	padding: 20px 10px 10px 20px;
	width: 800px;
	font-size: 1.1em;
	font-family: 'Quicksandbook';
}

#enrolments a {
	color: #026288;
}

#enrolments a:hover {
	color: white;
	background-color: black;
}

#enrolments table td{
	width: 270px;
	padding: 10px;
}

#movies {
	background: #eeeeee;
	display: block;
	padding: 20px 10px 10px 20px;
	width: 800px;
	font-size: 1.1em;
	font-family: 'Quicksandbook';
}

#movies a {
	color: #026288;
}

#movies a:hover {
	color: white;
	background-color: black;
}

#movies table td{
	width: 360px;
	padding: 10px;
}

#gallery {
	background: #eeeeee;
	padding: 20px 10px 10px 20px;
	float: left;
	width: 800px;
	font-size: 1.1em;
	font-family: 'Quicksandbook';
}

#gallery a {
	color: #026288;
}

#gallery a:hover {
	color: white;
	background-color: black;
}

#gallery table td{
	width: 230px;
	padding: 10px;
}

#contact {
	background: #eeeeee;
	padding: 20px 10px 10px 20px;
	float: left;
	width: 800px;
	font-size: 1.1em;
	font-family: 'Quicksandbook';
}

#contact a {
	color: #026288;
}

#contact a:hover {
	color: white;
	background-color: black;
}

#contact table td{
	padding: 10px;
	text-align: left;
}


table {
	width: 100%;
	text-align: center;
}

table td {
	width:270px;
}

#phone {
	vertical-align: middle;
	text-align: left;

}

#phone td {
	vertical-align: middle;
	font-size: 1.4em;
}	

#gallery table {
}	



/* Footer
------------------------------*/

footer {
	background: #026388;
	width: 100%;
	float: left;
	height: 30px;
	padding: 3px 0 0 0;
	color: white;
	clear: both;
	position: fixed;
	bottom: 0px;
	z-index: 999999;
	margin-top: 50px;
}

footer p {
	color: white;
	height: fixed;
	text-align: center;
	margin-top: 5px;
}


/* Text and links
------------------------------*/

p {
	color: black;
	margin-left: 5px;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #fff200;
	background-color: black;
	text-decoration: none;
}

n {
	font-family: 'QuicksandBold';
	color: white;
	background-color: #026288;
	padding: 5px;
	font-size: 1.1em;
}

m {
	font-family: 'QuicksandBook';
	color: black;
	font-size: 1.1em;
}

k {
	font-family: 'QuicksandBook';
	color: black;
	font-size: 1.1em;
	background-color: white;
	padding: 3px;
}

q {
	font-family: 'QuicksandBold';
	color: black;
	font-size: 1.1em;
}

span {
	color: white;
	margin-left: 5px;
	float: right;
	background-color: #026388;
	padding: 0px 3px 0px 3px;
	font-size: 1.4em;
	margin-bottom: 5px;
}


.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }







/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 30, 2013 03:06:08 AM America/New_York */



@font-face {
    font-family: 'QuicksandLight';
    src: url('../fonts/Quicksand_Light-webfont.eot');
    src: url('../fonts/Quicksand_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Quicksand_Light-webfont.woff') format('woff'),
         url('../fonts/Quicksand_Light-webfont.ttf') format('truetype'),
         url('../fonts/Quicksand_Light-webfont.svg#QuicksandLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandLightOblique';
    src: url('../fonts/Quicksand_Light_Oblique-webfont.eot');
    src: url('../fonts/Quicksand_Light_Oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Quicksand_Light_Oblique-webfont.woff') format('woff'),
         url('../fonts/Quicksand_Light_Oblique-webfont.ttf') format('truetype'),
         url('../fonts/Quicksand_Light_Oblique-webfont.svg#QuicksandLightOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandBook';
    src: url('../fonts/Quicksand_Book-webfont.eot');
    src: url('../fonts/Quicksand_Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Quicksand_Book-webfont.woff') format('woff'),
         url('../fonts/Quicksand_Book-webfont.ttf') format('truetype'),
         url('../fonts/Quicksand_Book-webfont.svg#QuicksandBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandBookOblique';
    src: url('../fonts/Quicksand_Book_Oblique-webfont.eot');
    src: url('../fonts/Quicksand_Book_Oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Quicksand_Book_Oblique-webfont.woff') format('woff'),
         url('../fonts/Quicksand_Book_Oblique-webfont.ttf') format('truetype'),
         url('../fonts/Quicksand_Book_Oblique-webfont.svg#QuicksandBookOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandBold';
    src: url('../fonts/Quicksand_Bold-webfont.eot');
    src: url('../fonts/Quicksand_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Quicksand_Bold-webfont.woff') format('woff'),
         url('../fonts/Quicksand_Bold-webfont.ttf') format('truetype'),
         url('../fonts/Quicksand_Bold-webfont.svg#QuicksandBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandBoldOblique';
    src: url('../fonts/Quicksand_Bold_Oblique-webfont.eot');
    src: url('../fonts/Quicksand_Bold_Oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Quicksand_Bold_Oblique-webfont.woff') format('woff'),
         url('../fonts/Quicksand_Bold_Oblique-webfont.ttf') format('truetype'),
         url('../fonts/Quicksand_Bold_Oblique-webfont.svg#QuicksandBoldOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandDash';
    src: url('../fonts/Quicksand_Dash-webfont.eot');
    src: url('../fonts/Quicksand_Dash-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Quicksand_Dash-webfont.woff') format('woff'),
         url('../fonts/Quicksand_Dash-webfont.ttf') format('truetype'),
         url('../fonts/Quicksand_Dash-webfont.svg#QuicksandDash') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'LeckerliOneRegular';
    src: url('../fonts/LeckerliOne-Regular-webfont.eot');
    src: url('../fonts/LeckerliOne-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LeckerliOne-Regular-webfont.woff') format('woff'),
         url('../fonts/LeckerliOne-Regular-webfont.ttf') format('truetype'),
         url('../fonts/LeckerliOne-Regular-webfont.svg#LeckerliOneRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

