/*
Theme Name: Premium 1.0
Theme URI: http://www.macstudio.co.nz
Description: WordPress Theme
Author: Macstudio
Author URI: http://www.macstudio.co.nz
Version: Premium 1.0
Tags: MacStudio Design
*/

body {
	background: #CCC;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

/* LINKS */

a:link {
	color: #F00;
	text-decoration:none;
}

a:visited {
	color: #F00;
	text-decoration:none;
}

a:hover {
	color: #F00;
	text-decoration:none;
}

a:active {
	color: #F00;
	text-decoration:none;
}

/* HEADINGS */

h1 {
	font-size: 1.8em;
	font-family: 'expletus-sans', Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #F00;
}

h2 {
	font-size: 1.6em;
font-family: 'expletus-sans', Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #F00;
}

h3 {
	font-size: 1.4em;
	font-family: 'expletus-sans', Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h4 {
	font-size: 1.3em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h5 {
	font-size: 1.2em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h6 {
	font-size: 1.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


/* FOOTER */

#footer-left ul {
	margin: 0px;
	padding: 0px;
}

#footer-left li {
	list-style-type: none;
	padding: 0px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer-container a:link {
	color: #FFF;
	text-decoration:none;
}

#footer-container a:visited {
	color: #FFF;
	text-decoration:none;
}

#footer-container a:hover {
	color: #FFF;
	text-decoration:none;
}

#footer-container a:active {
	color: #FFF;
	text-decoration:none;
}

/* COLOURS */

.white {
	color: #FFFFFF;
}

/* STYLES */

.padding {
	padding: 15px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.rounded {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.button {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #FFF;
	background-color: #F00;
	padding: 10px;
	margin-bottom: 15px;
}

.rounded-top {
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
}

/* .rounded img {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
} */

/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}