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

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

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

#sidebar p {
	margin-bottom: 2px;
}
/* LINKS */

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

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

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

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

/* HEADINGS */

h1 {
	font-size: 1.8em;
	font-family: "Ropa Sans", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

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

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

h4 {
	font-size: 1.3em;
	font-family: "Ropa Sans", 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: "Ropa Sans", 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: "Ropa Sans", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* SIDEBAR */

#sidebar ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#sidebar li {
	padding: 0px;
	list-style-type: none;
	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: #999;
	text-decoration: none;
}

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

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

#footer-container a:active {
	color: #999;
	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;
}

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

.underline {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF9;
	padding-bottom: 3px;
}

.yellow-button {
	color: #000;
	background-color: #FF9;
	padding: 3px;
	font-size: 0.7em;
}

