/*
Theme Name: MAKA services
Theme URI: http://wordpress.org/extend/themes/maka
Author: Matthew Storer
Version: 1.0
*/
@font-face {
	font-family:'century gothic';
		src: url('font/GOTHIC.ttf'),
			url('font/GOTHIC.eot'),
			url('font/GOTHIC.woff'),
}

body {
	min-width:300px;
	font-family:'century gothic';
	color:#ffffff;
	font-size:.9em;
}

h1, h2 {
	font-family:'century gothic';
	color:#ffffff;
	font-size:1.2em;
	font-weight:bold;
	position:relative;
	top:5px;
	left:10px;
}

#responsivecontent h1 {
	display:inline-block;
	font-family:'century gothic';
	color:#ffffff;
	font-size:1.25em;
	font-weight:bold;
	background-color:#F15A24;
	padding:8px 10px;
	margin-left:-20px;
}

#responsivecontent h2 {
	display:inline-block;
	font-family:'century gothic';
	color:#ffffff;
	font-size:1.1em;
	font-weight:bold;
	background-color:#F6921E;
	padding:4px 10px;
	margin-left:-20px;
	margin-bottom:10px;
}

.linkbutton {
		display:block;
		text-align:center;
		padding-top:10px;
}

#responsivecontent a {
	display:inline-block;
	height:40px;
	padding:0px 20px;
	text-decoration:none;
}

#responsivecontent a:hover {
 background-color:#808080;
border-radius:10px;
-moz-border-radius:10px; /* Old Firefox */
}

.phonebutton a:hover {
	 background-color:#404041;
}

#responsivecontent p, #responsivecontent li {
color:#B3B3B3;
font-family:arial;
font-size:1em;
line-height:1.4em;
}

.contentparagraph p {
font-family:arial;
font-size:.9em;
}


a {
	color:#ffffff;
}

/*NAVIGATION*/
#nav {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background-color:#404041;
	box-shadow: 0px 5px 5px #888888;
}

#links ul {
	max-width:600px;
	min-width:300px;
	margin:0 auto;
		
}

#links li {
	display:inline-block;
	height:40px;
	padding:0px 20px;
	  -moz-transition: background-color .3s ease-in;
  -webkit-transition: background-color .3s ease-in;
  -o-transition: background-color .3s ease-in;
  transition: background-color .3s ease-in;
	
}

#links li p {
	position:relative;
	top:-4px;
}

#links li:hover {
	background-color:#F15A24;
	 -moz-transition: background-color 0.01s;
  -webkit-transition: background-color 0.01s;
  -o-transition: background-color 0.01s;
  transition: background-color 0.01s;
}

/*LOGO AREA*/

#bodywrap {
	margin:0 auto;
	max-width:1000px;
	width:100%;
	position:relative;
	top:80px;
}	

#header img {
	display:block;
	margin:0 auto;
	min-width:250px;

}

#header .logo {
	display:block;
	margin:0 auto;
	max-width:340px;
	width:90%;
	height:113px;
}

#header p {
	text-align:center;
	color:#404041;
	font-weight:bold;
	font-size:1.3em;
	padding:0px 2%;
}

.orangetext {
	color:#F15A24;
}

#hideimage {
	overflow:hidden;
}

#bottomborder {
	padding-bottom:70px;
}

/*CONTENT AREA*/

#contentwrap {
	width:100%;
	background-color:#404041;
}

#responsivecontent {
	width:54%;
	float:left;
	padding:0px 2.5%;
}

	/*CONTACT FORM*/
	
	
	
#responsivecontactform {
	float:right;
	max-width:360px;
	width:40%;
	background-image:url('images/formbg_2.png');
	background-repeat:no-repeat;
	position:relative;  
	top:-35px;
	height:670px;
	overflow:show;
}
	
#contactform2 {
	margin:20px 0px 0px 35px;
	float:left;
	max-width:260px;
	width:90%;
	background-repeat:no-repeat;
	position:relative;
	overflow:show;
}
	
.formtitle {
	font-style:italic;
	font-weight:bold;
	font-size:2.5em;
	text-align:center;
}
	
	.wpcf7-form-control {
		width:260px;
		height:26px;
	}
	
	.wpcf7-submit {
		display:inline-block;
		float:right;
		width:100px;
		height:40px;
		font-family:'century gothic';
		font-style:italic;
		font-weight:bold;
		font-size:1.5em;
		background-color:#F6921E;
		border:1px solid;
		border-radius:10px;
		-moz-border-radius:10px; /* Old Firefox */
		border-color:#ffffff;
		color:#ffffff;
		cursor: pointer;
	}

	.wpcf7-submit:hover {
		background-color:#ED7D0F;
		cursor: pointer;
	}
	
#privacypolicy {
	display:block;
	width:100px;
	margin-left:200px;
	text-decoration:none;
	font-size:.9em;
	font-style:italic;
	padding-top:4px;

}

#privacypolicy a {
		text-decoration:none;
}
	
#content {
	margin-left:4%;
	max-width:420px;
	width:95%;
	float:left;
	margin-top:30px;
}

.contentbox {
	min-height:180px;
	padding-bottom:20px;
	max-width:404px;
	width:100%;
	background-image:url('images/textbg.png');
	background-repeat:no-repeat;
}

.contentparagraph {
	max-width:356px;
	width:90%;
	padding-left:1px;
}

.contentbox p {
	position:relative;
	left:2px;
	width:95%;
	margin-top:0px;
	margin:0px 12px;
	padding:0px 18px;
	background-color:#F15A24;
}

.contentbox ul {
	margin-left:6px;
}

.contentbox h2 {
	padding:10px 20px;
	width:100%;
	margin-top:0px;
	margin-bottom:0px;
}

#clearer {
	clear:both;
}
 /* FOOTER */
#footer {
	background-color:#1A1A1A;
	font-size:.9em;
	width:100%;
}

#locationdetails {
	position:relative;
	top:-30px;
	margin-left:20px;
	height:200px;
	float:left;
	max-width:300px;
	min-width:200px;
	width:28%;
	background-image:url('images/maka-service-location.png');
	background-position:left top;
	overflow:show;
	background-repeat:no-repeat;
}

#locationdetails p {
	font-size:1.1em;
	text-align:center;
	position:relative;
	top:60px;
	width:200px;
}

#facebook {	
	margin-top:30px;
	float:left;
	max-width:400px;
	min-width:200px;
	width:42%;
	text-align:center;
}


#mstorerdesign {
	margin-top:100px;
	float:right;
	width:20%;
	padding-right:1.333%;
	min-width:200px;
}

#facebook img {
	padding-right: 25px;
}	

#footer .fb-like {
	position:relative;
	top:-18px;
}

#abn {
	text-align:center;
}


#mstorerdesign a{
	text-decoration:none;
	color:#999999;
}

#mstorerdesign a img {
border:0;
}

#mstorerdesign a:hover {
	color:#ffffff;
}

#mstorerdesign  img{
	position:relative;
	top:6px;
}
.clearfix {
	clear:both;
}

@media screen and (max-width: 900px) {
#responsivecontent {
		width:92.9292929292%;
		float:none;
		padding:0px 3.33333%;
		margin-top:-70px;
	}
	
	#responsivecontactform {
		max-width:360px;
		width:90%;
		margin:0 auto;
		margin-top:50px;
		position:static; 
		float:none;
	}
	
	.wpcf7-form-control {
		max-width:260px;
		width:90%;
		height:26px;
	}
	
	.wpcf7-submit {
		margin-right:20px;
		width:100px;
		height:40px;
		float:right;
	}
	
	#privacypolicy {
		margin-top:5px;
		margin-left:186px;
	}
	
		#responsivecontactform {
		margin-bottom:50px;
	}
	
	#locationdetails, #facebook, #mstorerdesign {
		float:none;
		margin:0 auto;
		max-width:900px;
		min-width:100%;
		width:100%;
		text-align:center;
	}
	
	#locationdetails {
		background-position:center center;
	}
	
	#locationdetails p {
		margin:0 auto;
		padding-top:70px;
		position:static;
	}	
}

