html, body {
	margin: 0;
	padding: 0;
	width: 100%;
/* 	height: 100%; */
	position: relative;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

@font-face {
	font-family:"Montserrat-Regular";
	src:url("fonts/Montserrat-Regular.eot?") format("eot"),url("fonts/Montserrat-Regular.woff") format("woff"),url("fonts/Montserrat-Regular.ttf") format("truetype"),url("fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:"Montserrat-Bold";
	src:url("fonts/Montserrat-Bold.eot?") format("eot"),url("fonts/Montserrat-Bold.woff") format("woff"),url("fonts/Montserrat-Bold.ttf") format("truetype"),url("fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
	font-weight:normal;
	font-style:normal;
}

.header {
	position: absolute;
	width: 260px;
	height: 100%;
	padding: 0;
	margin: 0;
	background: url(./images/menu-right.png) top right repeat-y;
}

.header .logo {
	width: 100%;
	height: 190px;
	background: url(./images/logo.png) center center no-repeat;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -9999px;
}

.header ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.header ul li {
	width: 100%;
	height: 33px;
	float: left;
	padding: 0;
	margin: 0 0 5px 0;
}

.header ul li a {
	display: block;
	margin: 0;
	width: 100%;
	height: 33px;
	line-height: 33px;
	text-decoration: none;
	padding: 0;
	color: #fff;
	text-indent: 100px;
	text-transform: uppercase;
	font-family: 'Montserrat-Bold';
	font-size: 0.9em;
	font-weight: normal;
}

.header ul li a:hover {
}

.header ul li a.fees {
	background: url(./images/fees_hvr.png) 50px 0 no-repeat;
}

.header ul li a.timetable {
	background: url(./images/timetable_hvr.png) 50px 0 no-repeat;
}

.header ul li a.gallery {
	background: url(./images/gallery_hvr.png) 50px 0 no-repeat;
}

.header ul li a.staff {
	background: url(./images/staff_hvr.png) 50px 0 no-repeat;
}

.header ul li a.news {
	background: url(./images/news_hvr.png) 50px 0 no-repeat;
}

.header ul li a.contact {
	background: url(./images/contact_hvr.png) 50px 0 no-repeat;
}

.header ul li a.fees.current,
.header ul li a.fees:hover {
	background: #00c3a6 url(./images/fees_hvr.png) 50px 0 no-repeat;
}

.header ul li a.news.current,
.header ul li a.news:hover {
	background: #00c3a6 url(./images/news_hvr.png) 50px 0 no-repeat;
}

.header ul li a.timetable.current,
.header ul li a.timetable:hover {
	background: #00c3a6 url(./images/timetable_hvr.png) 50px 0 no-repeat;
}

.header ul li a.gallery.current,
.header ul li a.gallery:hover {
	background: #00c3a6 url(./images/gallery_hvr.png) 50px 0 no-repeat;
}

.header ul li a.staff.current,
.header ul li a.staff:hover {
	background: #00c3a6 url(./images/staff_hvr.png) 50px 0 no-repeat;
}

.header ul li a.contact.current,
.header ul li a.contact:hover {
	background: #00c3a6 url(./images/contact_hvr.png) 50px 0 no-repeat;
}

.header a.newsletter {
	width: 168px;
	padding: 10px 15px;
	margin: 10px 30px 0 30px;
	border: 1px solid white;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Montserrat-Bold';
	font-size: 0.9em;
	font-weight: normal;
	display: block;
	text-decoration: none;
	text-align: center;
	behavior: url(border-radius.htc);
    border-radius: 1000px;
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -khtml-border-radius: 1000px;
}

.header a.newsletter:hover {
	background: #f1ad0c;
	border: 1px solid #f1ad0c;
}

.content {
	float: left;
	position: relative;
	left: 260px;
	padding: 0;
	margin: 0;
	width: 60%;
	display: block;
	width: -webkit-calc(100% - 260px);
	width: -moz-calc(100% - 260px);
	width: calc(100% - 260px);
}

.content a.twitter {
	position: absolute;
	width: 50px;
	height: 50px;
	display: block;
	top: 20px;
	right: 20px;
	text-indent: -9999px;
	background: url(./images/twitter.png) center center no-repeat;
	background-size: 25px 25px;
	behavior: url(border-radius.htc);
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border: 1px solid #fff;
}

.content a.twitter:hover {
	background: #55acee url(./images/twitter.png) center center no-repeat;
	background-size: 30px 30px;
	border: 1px solid #55acee;
}


.content h1.title {
	font-size: 4.5em;
	color: white;
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
	margin: 20px 0 0 50px;
	padding: 0;
}

.content .signup-wrap {
	width: 330px;
	height: 98px;
	background: url(./images/arrow.png) center left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	top: -80px;
	left: 230px;
}

.content .signup-wrap a.button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 33px;
	width: 162px;
	border: 1px solid #ffffff;
	color: white;
	text-transform: uppercase;
	font-family: 'Montserrat-Regular';
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	behavior: url(border-radius.htc);
    border-radius: 1000px;
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -khtml-border-radius: 1000px;
}

.content .signup-wrap a.button:hover {
	background: #ec3240;
	border: 1px solid #ec3240;
}

.content .signup-wrap a.button p {
	margin: 0;
	padding: 0;
	width: 162px;
	text-align: right;
	line-height: 15px;
	background: url(./images/doc.png) left center no-repeat;
	height: 30px;
}

.content .the-content {
	margin: 0 auto;
	width: 100%;
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: calc(100% - 100px);
	padding: 20px 50px 0 50px;
	color: #fff;
	font-family: 'Montserrat-Regular';
	font-weight: normal;
}

.content .the-content div {
	background-color: rgba(0,0,0,0);
}

.content .the-content table.easy-table {
	max-width: 900px;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.content .the-content table.easy-table tr {
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.content .the-content table.easy-table tr:nth-child(odd) {
	background: rgba(255,255,255,0.2);
}

.content .the-content table.easy-table tr:nth-child(odd):hover,
.content .the-content table.easy-table tr:nth-child(even):hover {
	background: rgba(255,255,255,0.4);
}

.content .the-content table.easy-table tr td{
	padding: 10px;
	color: #fff;
}

.content .the-content strong {
	font-weight: normal;
	font-size: 0.6em;
}

.content span.file_title_clean {
	color: #fff;
	line-height: 40px;
}

.content .post-box {
	margin: 10px 0 20px 50px;
	width: 100%;
	width: -webkit-calc(100% - 140px);
	width: -moz-calc(100% - 140px);
	width: calc(100% - 140px);
	max-width: 640px;
	padding: 20px;
	color: #fff;
	font-family: 'Montserrat-Regular';
	font-weight: normal;
	background: #000;
}

.content .post-box:nth-child(odd) {
	background: #BD2886;
}

.content .post-box:nth-child(even) {
	background: #820152;
}

.content .post-box h1.post-title {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 2em;
}

.content .post-box span.time {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 0.7em;
}

.content .post-box img {
	width: 150px;
	height: auto;
	float: left;
	padding: 0;
	margin: 0;
}

.content a {
	color: #fff;
	text-decoration: none;
}

.content a:hover {
	color: #fff;
	text-decoration: underline;
}