/*
Theme Name: Stephen Harte Music 
Description: Stephen Harte Music Sheet
Version: 1
Author: Meta Solutions
Author URI: http://metasolutions.co.nz/



Created  by Meta Solutions 29/01/2014

*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


* {margin:0;padding:0;} 



/*=============Generic layout styles==============*/

body{
	background:#000;
	font-family: 'Quattrocento Sans',Arial , sans-serif;color:#fff;
	font-size:14px;
}

.middle{
	width:960px;
	margin: 0 auto;
}

.clear{clear:both;}

/*==============Fonts and Headings=================*/

h1,h2,h3,h4,h5,h6{
	font-family: 'Arvo', serif;
	font-weight:700;
}

h1{
	font-size:48px;
	color:#c6e2ed;
}

h2{
	font-size:18px;
	color:#fff;
}

p{
	color:#fff;
	font-size:14px;
	line-height:22px;
}

a, a:link, a:active, a:visited {
     transition: color 0.5s ease-out;
     -webkit-transition: color 0.5s ease-out;
     -moz-transition: color 0.5s ease-out;
     -o-transition: color 0.5s ease-out;
}

/*====================Nav Bar========================*/

nav{
	position:fixed;
	width:100%;
	z-index:99999;
	transition: background-color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
}

nav img{
	float:left;
	padding:20px 0;
}

nav ul{
	float:left;
	margin-top:60px;
	margin-left: 29.5%;
	width: 44%;
}

nav ul li{
	display:inline-block;
	padding:0 3%;
	border-right:1px solid #fff;
}

nav ul li.first{
	padding:0 3% 0 0;
}

nav ul li.last{
	border-right:none;
}

nav ul li a{
	color:#fff;
	text-decoration:none;
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	display:block;
} 

nav ul li a:hover{
	color:#c6e2ed;
} 

nav.scroll-menu{
	background:#151515;
	z-index:99999;
	background-color:rgba(21,21,21,0.9);
}

/*====================Home========================*/

#home{
  min-height:700px;
  background: url(images/home.jpg) no-repeat center top fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.images/home.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/home.jpg', sizingMethod='scale')";
}

#home .middle{
}

#home-left{
	height:700px;
	float:left;
	width:50%;
}

#home-right{
	height:550px;
	float:left;
	width:46%;
	background-image:url('images/home-bg.png');
	background-position:center bottom;
	background-color: transparent;
	background-size: 100% 100%;
	padding:150px 2% 0 2%;
}

#home-right h1{
	padding-top:40px;
}

#home-right h2{
	margin: 15px 0 15px 65px;
}

#home-right p{
	margin-left:15%;
    font-size:16px;
}

/*====================About========================*/

#about{
	padding:220px 0px 140px;
}

#about-header{
	margin:0px 0 60px 0;
	position:relative;
}

#about-header:before{
	content:"{";
	font-size:138px;
	position:absolute;
	top:-35px;
	left:0px;
	color:#fff;
	font-family: 'Arvo', serif;
}

#about-header h1{
	margin: 0 0 0 6%;
}

#about-header h2{
	margin: 10px 0 0 10%;
	font-size:24px;
}

#about-left{
	float:left;
	width:80%;
	margin: 0 4% 0 8%;
	padding:0 2% 0 2%;
}

#about-right{
	float:left;
	width:40%;
	padding:0 2% 0 2%;
}

#about-right p, #about-left p {
    padding-bottom:20px;
    font-size:16px;
}

#about-right ul, #about-left ul {
    padding-top:10px;
}

#about-right li, #about-left li { 
padding-bottom:20px;
    list-style-type:disc;
    margin-left:20px;
    line-height:20px;
}

/*===================Services=====================*/

#services{
	padding:60px 0 140px 0;
	min-height:620px;
	background: url(images/services.jpg) no-repeat center top fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.images/services.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/services.jpg', sizingMethod='scale')";
}

#services-left{
	min-height:500px;
	float:left;
	width:54%;
}

#services p {
    margin-bottom:20px;
    font-size:16px;
}

strong {
    font-weight:bold;
}

#services-right{
	min-height:550px;
	float:left;
	width:42%;
	background-image:url('images/home-bg.png');
	background-position:center bottom;
	background-color: transparent;
	background-size: 100% 100%;
	padding:150px 2% 0 2%;
}

#services-right h1{
	padding:0 0 0 0%;
}

#services-right h2{
	margin: 15px 0 15px 0px;
}

#services-right p{
	margin-left:0;
}

#services-right ul{
	margin: 20px 0 20px 20%;
	line-height:22px;
	list-style-type: disc;
}

/*====================Music========================*/

#music{
	min-height:660px;
    padding:220px 0 60px 0;
}

#music-left{
	float:left;
	width:30%;
	min-height:660px;
	padding-right:2%;
}

#music-left h2{
	padding-top:20px;
	font-size:16px;
    line-height:24px;
}

#music-right{
	float:left;
	width:68%;
	min-height:660px;
}



#music-right iframe{
	margin:5px 0 20px 0;
}

/*====================Contact========================*/

#contact{
	min-height:600px;
    padding:180px 0 60px 0;
    background: url(images/contact.jpg) no-repeat center top fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.images/contact.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/contact.jpg', sizingMethod='scale')";
}

#contact-left{
	min-height:660px;
	float:right;
	width:46%;
	background-image:url('images/home-bg.png');
	background-position:center bottom;
	background-color: transparent;
	background-size: 100% 100%;
	padding:0px 2% 0 2%;
}

#contact-left h1{
	margin: 15px 0 15px 0;
}


#contact-left p{
	font-size:16px;
}

.gform_title{
    display:none;
}

.gform_wrapper li label{
    font-weight:100!important;
    margin-bottom:10px!important;
    font-size:14px!important;
}

.gform_wrapper li input[type="text"]{
    Width:99.5%!important;
    border:1px solid #000;
    height:25px;
    font-size:14px;
}

.gform_wrapper li textarea{
    border:1px solid #000;
}

.gform_footer{
    margin:0!important;
}

.gform_button{
    background:#797979;
    border:none;
    color:#fff;
    padding: 10px 25px;
}

.gform_button:hover{
    background-color:#C6E2ED;
    color:#000;
    cursor:pointer;
    transition: background-color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
}

.blue {
    color:#7cd1f3;
}

.validation_error {
    color:#fff!important;
    background-color:#7cd1f3;
    padding:10px;
}

/*=========Ipad image fixes==========*/

@media only screen 
	and (min-device-width : 0px) 
	and (max-device-width : 1024px) {
		
	#home,#contact,#services{	
		background-attachment: scroll;
	}
}



