/*   
Theme Name: MZ Makeup
Theme URI: http://www.mzmakeup.com
Description: WordPress theme for MZ Makeup
Author: Anem Design Pty. Ltd
Author URI: http://www.anem.com.au
Version: 1.0
.
General comments/License Statement if any.
.
*/

@charset "UTF-8";

/* General CSS Styles */

html, body, div, span, applet, object, iframe, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code, strike, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, th, {
	font-size:100%;
	font-family: inherit;
	vertical-align:baseline;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
}
caption, th, blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;
}
body {
	background-color: #000;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
small {
	color: #666;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #0E4B4A;
}
.left {
	float: left;
}
.right {
	float: right;
}
.white {
	color: #FFF;
}
#container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}#image-rotator {
	margin-top: 5px;
	overflow: hidden;
	height: 350px;
}
#image-rotator img {
	border-style: none;
}
#image-rotator ul  {
	list-style-type: none;
}
#logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 101px;
}
#content {
	clear: both;
	background-color: #000;
	background-image: url(images/content-background.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 70px;
	min-height: 200px;
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;
}
#content #buttons {
	padding: 70px 10px 0 10px;;
	height: 50px;
	clear: both;
}
#buttons {
}
#buttons ul {
	margin-top: 15px;
	border-top: solid 1px #136A69;
	border-bottom: solid 1px #136A69;
	height: 30px;
}
#buttons ul li {
	float: left;
	list-style: none;
	padding-right: 10px;
	height: 30px;
	display: block;
	line-height: 30px;
	padding-right: 10px;
}
#buttons a {
	color: #136A69;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	border-right: solid 1px #136A69;
	padding-right: 10px;
}
#buttons .current_page_item a {
	color: #fff;
}
#buttons a:hover {
	color: #FFF;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
#content h1 {
	font-weight: lighter;
	font-size: 18px;
	color: #1EA6A4;
	margin-bottom: 10px;
}
#content h2 {
	margin-top: 10px;
	font-weight: lighter;
	font-size: 15px;
	color: #1EA6A4;
	margin-bottom: 10px;
}
#content img {
	padding-bottom: 10px;
}
#content #contactform label {
	display: block;
	margin: 0 0 6px 0;
}
#content #contactform {
	margin-top: 65px;
}
#content .wpcf7-form {
	padding-top: 20px;
}
#content input  {
	width: 250px;
	border: 1px solid #1EA9A7;
	padding: 3px;
	height: 16px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-color: #333;
	color: #FFF;
}
#content textarea {
	width: 250px;
	border: 1px solid #1EA9A7;
	padding: 3px;
	height: 60px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-color: #333;
	color: #FFF;
}
#content #submit {
	background-color: #00A6A4;
	width: 70px;
	height: 16px;
	margin: 0px;
	padding: 0px;
}
#content #contactform #enquiry {
	background: #fff url(images/form-bg.gif) repeat-x;
	display: block;
	margin: 0;
	border: none;
	padding: 3px;
	width: 250px;
	height: 80px;
	float: left;
}

#content #contactform #submit {
	margin: 65px 0 0 14px;
	border: none;
	width: 72px;
	height: 21px;
	background: url(images/submit.gif) no-repeat;
}
#content #corporate-logos {
	margin-top: 20px;
}
#footer {
	padding-bottom: 30px;
	background-image: url(images/footer-background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 50px;
	padding-top: 40px;
	padding-right: 50px;
	padding-left: 50px;
	color: #666;
	font-size: 10px;
}

