/*
Design by Free Responsive Templates
http://www.free-responsive-templates.com
Released for free under a Creative Commons Attribution 3.0 Unported License (CC BY 3.0)
Coder: lsa, free.responsive.templates@gmail.com
Created: 12 September 2012 
*/
* {
	margin:0;
	padding:0;
}
body {
	font-family: 'Lustria', serif;
	font-size:100%;
	background: url(../images/siteBackground.jpg) repeat left top;
	margin: 0;
	padding: 0;
	color: #555555;
	text-shadow:0 0px, 1px 1px #ffffff;
}
h1 {
	padding:15px 0 0 0;
}
h1 a {
	font-size:1.9em; 
	font-family: 'Niconne', cursive;
	text-decoration:none;
	line-height:10px;
}
h2 {
	font-family: 'McLaren', cursive;
	font-size:1.7142857142857142857142857142857em;
	color:#b53401;
	font-weight:inherit;
}
span {
	font-size:1em;
}
a img { 
	border: none;
}
a {
	color: #b53401;
	text-decoration: underline; 
}
a:hover { 
	color: #eb4200;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	width: auto;	
}
p {
	line-height:140%;
}
hr {
	background: none repeat scroll 0 0 #8e8e8e;
    border: 0 none;
    box-shadow: 0 0px, 1px 1px #ffffff;
    height: 1px;
    margin: 15px 0;
}
.wrapper {
	width:93.75%; /* 960px/1024px  */
	margin:0 auto;
}
.box {
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
	padding:1%;
	margin-right:2%;
	text-align:center;
	float:left;
	width:21.49%;
}
.lastBox, .lastGal {
	margin-right:0 !important;
}
.wg {
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
	padding:1%;
	margin-top:3%;
}
.readMore {
	text-align:right;
}
.welcome {
	float:left;
	width:47%;
}
.gallery {
	float:right;
	width:47%;
}
.gallery li {
	display:inline;
	float:left;
	width:48%;
	text-align:center;
	margin-right:4%;
}
footer {
	text-align: center;
	padding:20px 0;
}
footer p {
	font-size:0.8571428571428571em; /* 12px/14px */
	padding: 0 10px;
}
.icons {
	position:absolute;
	top:4%;
	right:3%;
}
.icons li {
	list-style:none;
	display:inline;
}
section img {
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}
.button {
	margin-top:10px;
}
.button a {
	font-family: 'McLaren', cursive;
	text-shadow:none;
	color:#ffffff;
	background:#555555;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
	text-decoration:none;
	padding:2px 12px;
}
.button a:hover {
	background:#b53401;
}
.clearfloat { 
	clear:both;
	height:0;
	line-height: 0px;
}
/**************************/
/*********************************Begin main menu****************************************/
/**************************/
.lastNavBtn a {
	border-right:0;
}
nav {
	text-align:center;
}
nav li {
	list-style:none;
	display:inline;
}
nav li a {
	font-family: 'McLaren', cursive;
	text-shadow: none;
	color:#434343;
	text-transform:uppercase;
	text-decoration: none;
	padding:0px 15px;
	font-weight:bold;
	border-right:1px solid #8e8e8e;
}
nav li a:hover {
	color:#b53401;
}
nav .active a {
	color:#b53401;
}
nav select {
      display: none;
    }
select {
	width:200px;
}
/**************************/
/*********************************End main menu****************************************/
/**************************/
/*********************************Begin Media Queries****************************************/
/**************************/
/* for 960px or less */
@media screen and (max-width: 980px) {
	.wrapper {
		width:93.75%; /* 960px/1024px  */
		margin:0 auto;
	}
}
/* for 768px or less */
@media screen and (max-width: 768px) {
	nav ul { display: none; }
	nav select { display: inline-block; }
	.icons {
		position: inherit;
		text-align:center;
		margin-bottom:5px;
	}
	.box {
		padding:3%;
		margin:0 0 3% 0;
		text-align:center;
		float:none;
		width:auto;
	}
	header {
		text-align:center;
	}
	.wg {
		padding:5%;
	}
	.welcome, .gallery {
		float:none;
		width:auto;
	}
	.gallery {
		margin-top:5%;
	}
	/*.lastGal {
		margin-right:0 !important;
	}*/
}
/* for 480px or less */
@media screen and (max-width: 480px) {
	.gallery li {
		display:block;
		float:none;
		width:auto;
		text-align:center;
		margin:5% 0;
	}

}
/**************************/
/*********************************End Media Queries****************************************/
/**************************/