/*
Theme Name: Mates 4 Life
Theme URI: http://www.mates4life.co.nz
Description: WordPress Theme
Author: Macstudio
Author URI: http://www.macstudio.co.nz
Version: Luxury 1.0
Tags: MacStudio Design
*/

body {
	background-color:#EEE;
	background-image:url(images/bkg-body.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-size:100%;
	color: #333;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight:400;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}

/* LINKS */

a:focus {
	outline:none;
}

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

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

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

a:hover img { opacity: 0.7; }

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

/* HEADINGS */

h1 {
	color:#663366;
	font-size: 1.6em;
	font-family: "Arvo", Helvetica, Arial, sans-serif;
	font-weight: 800;
	line-height: 1.25em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

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

h3 {
	color: #666;
	font-size: 1.4em;
	font-family: "Arvo", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.25em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

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

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

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

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


/* THEME STYLES */


#header-right {
	color:#FFF;
	font-family: "Arvo", Helvetica, Arial, sans-serif;
	font-size:1.25em;
	font-weight:800;
	text-transform:uppercase;
}

#banner-home {
	background-color:#663366;
	background-color:rgba(102,51,102,0.70)
}

#home-right {
	color:#663366;
}

#home-right p {
	color:#663366;
	font-size:1.25em;
	margin-right:20px;
	margin-left:20px;
	text-align:center;
}

#banner-home h1 {
	color:#FFF;
	font-size:2em;
	font-weight:400;
	margin-bottom:0;
	padding:15px;
	text-align:center;
	text-transform: none;
}

#sidebar {
	font-size:0.9em;
}

#sidebar input, #sidebar button {
	width: 100%; 
	border: 0;
	background-color: #fff;
	padding: 5px;
	box-sizing: border-box;
	color: #571b57;
	font-family: inherit;
}

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

#footer-left li {
	color:#FFF;
	display: inline-block;
	font-size:0.9em;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#footer-right p {
	color:#FFF;
	font-size:0.9em;
	padding:20px;
}

#footer-left a:link,
#footer-left a:active,
#footer-left a:visited,
#footer-right a:link,
#footer-right a:active,
#footer-right a:visited {
	color:#FFF;
}

#footer-left a:hover,
#footer-right a:hover {
	color:#999;
}

.bkg-grey {
	background:#EEE;
}

.breadcrumb {
	display:block !important;
	margin-bottom:30px !important;
}

.padding {
	padding: 30px;
}

.section {
	display:block;
	float:left;
	margin-top:30px;
	width:100%;
}

.alignleft {
	float: left;
	margin-right:15px;
	margin-bottom:15px;
}

.alignright {
	float: right;
	margin-bottom:15px;
	margin-left:15px;
}

.clear {
	clear: both;
}

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

.xmas {
	float:right;
	margin-top:-200px;
}

/* SHOPP OVERIDES */

.shopp_page .products .frame img {
	padding:15px;
}

.view.controls {
	margin-bottom:20px;
}

