/* ---------------Reset------------------ */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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.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;
}

/* ---------------Font------------------ */

@font-face {
	font-family: josifinSans;
	src: url("/include/fonts/JosefinSans-Regular.ttf");
}

@font-face {
	font-family: archerMedium;
	src: url("/include/fonts/Archer-Medium-Pro.otf");
}

h1 {
}

h2 {
	font-family: archerMedium;
	font-size: 2rem;
	color: #a44e47;
	padding-bottom: 2%;
}

h3 {
	font-family: josifinSans;
	font-size: 1.9rem;
	color: #567566;
}

h4 {
	font-family: archerMedium;
	text-align: center;
	font-size: 1.8rem;
	color: #a44e47;
}

h5 {
	font-family: josifinSans;
	font-size: 1.3rem;
	color: #567566;
	line-height: 1.4rem;
}

h6 {
	font-family: archerMedium;
	font-size: 1.2rem;
	color: #a44e47;
	line-height: normal;
}

a {
	font-family: archerMedium;
	font-size: 1rem;
	color: #a44e47;
	text-decoration: none;
}


a:hover {
	color: #e7837b;
}

a:active {
	color: #f2da5f;
}

#main p {
	font-family: archerMedium;
	padding: 20px 20px 0 20px;
}

p {
	font-family: archerMedium;
}

.caption {
	font-size: .8rem;
}

.interior p{
	color: #113333;
}

.third p {
	padding: 3% 0 0 0 !important;
}

.third h2 {
	padding-top:6%;
}

.half h2 {
	padding-top: 5%;
}

.address {
	padding-top: 15% !important;
}


/* Changed column count to 1 and added justification to text*/
.twocolumn {
	-webkit-column-count:1; /* Chrome, Safari, Opera */
	-moz-column-count:1; /* Firefox */
	column-count:1;
	text-align: justify;
}

.threecolumn {
	-webkit-column-count:3; /* Chrome, Safari, Opera */
	-moz-column-count:3; /* Firefox */
	column-count:3;
}

.right {
	padding:0 40px 5px 0 !important;
	text-align: right;
}

.tab {
padding: 0 40px;
}

.firstcharacter1 { 
	float: left; 
	color: #c43b44; 
	font-size: 62px; 
	line-height: 50px; 
	padding-top: 0px; 
	padding-right: 8px; 
	padding-left: 3px; 
	font-family: Georgia;
	margin: 0px;
}

.firstcharacter { 
	float: left; 
	color: #c43b44; 
	font-size: 75px; 
	line-height: 60px; 
	padding-top: 2px; 
	padding-right: 8px; 
	padding-left: 3px; 
	font-family: Georgia;
}

/* ---------------Structure------------------ */

body {
	background-image: url("/include/images/structure/StrawberryPatch_backgroundcropped.gif");
}

#wrapper {
	padding-top:20px;
}

.headerhome {
	background: url("/include/images/structure/header_home.png") no-repeat center top;
	height: 293px;
}

.headerinner {
	background: url("/include/images/structure/header_inner.png") no-repeat center top;
	width: 1071px;
	height: 232px;
}

#title {
	height: 65px;
	width: 620px;
	margin: 0 auto;	
	text-align: center;
	position: relative;
	top: 120px;
}

#title section {
	background-color: #ff0;
	height: 65px;
	width: 620px;
	visibility: hidden;
}

nav {
	width: 900px;
	height:10%;
	margin: 180px auto 0 auto;
	list-style:none;
}

nav li {
	float: left;
}

nav a {
	display:inline-block;
	text-align:center;
	width: 150px; /* fixed width */
	text-decoration:none; 
}

.bodyhome {
	background: url("/include/images/structure/body_home.png") no-repeat center top;
	background-size:100%;
	height:510px;
	width: 1135px;
	margin:0 auto;
	}

.bodyinner {
	background: url("/include/images/structure/body_inner.png") repeat-y;
	width: 915px;
}

#main {
	width: 84.5%;
	margin: 0 auto;
}

.mainhome {
	background: url("/include/images/structure/innerstructure_01.png") no-repeat center top;
	background-size:100%;
	width: 84.5%;
	margin: 0 auto;
}

.interior {
	padding: 80px 0 0 0;
}

.whole {
	width: 85%;
	margin: 0 auto;
}

.half {
	width: 48%;
	float: left;
	padding: 1% 1% 4% 1%;
	text-align: center;
}

.third {
	width: 31%;
	float: left;
	padding: 1% 1% 3% 1%;
}

.twothirds {
	width: 65%;
	float:left;
	padding: 1% 1% 3% 1%;
}

.center {
	text-align: center;
}



/* ---------------Contents------------------ */
#map-canvas { 
	height: 270px;
	width: 100%;
}

#map-canvas-2 { 
	height: 270px;
	width: 100%;
}

.form {
	width: 95%;
	height: auto;
	overflow: hidden;
	margin: 40px auto 0 auto;
	border: 5px black dashed;
}

figure img{
	float: left;
	width: 30%;
	height: auto;
	padding: .4% 1.6%;
}

.about {
	width: 63%;
	padding-right: 3%;
	padding-top: 2%;
	line-height: 1.4rem;
}

#gallery {
	padding: 5% 0 2% 0;
}

/* ---------------Contact Form------------------ */

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea,
#contact-form button[type="submit"] {
	font:400 12px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#contact-form {
	text-shadow:0 1px 0 #FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	padding-bottom: 40px;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea {
	width:100%;
	box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
#contact-form input[type="text"]:hover,
#contact-form input[type="email"]:hover,
#contact-form input[type="tel"]:hover,
#contact-form input[type="url"]:hover,
#contact-form textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}
#contact-form textarea {
	height:100px;
	max-width:100%;
}

.contacth5 {
	padding-bottom: 3%;
}

#contact-form button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#469d83;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
#contact-form button[type="submit"]:hover {
	background:#a44e47;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}
#contact-form button[type="submit"]:active {
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}
#contact-form input:focus,
#contact-form textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
    color:#888;
}
:-moz-placeholder {
    color:#888;
}
::-moz-placeholder {
    color:#888;
}
:-ms-input-placeholder {
    color:#888;
}

/* ---------------Footer------------------ */

.footerhome {
	background: url("/include/images/structure/footer_home.png") no-repeat center top;
	height: 436px;
	margin-bottom: 15px;
	text-align: center;
}

.footerinner {
	background: url("/include/images/structure/footer_inner.png") no-repeat center top;
	width: 915px;
	height: 301px;
	text-align: center;
	padding-bottom: 2%;
}

#social-container {
	padding-top: 180px;
	margin-left:10px;
}

#social-buttons {
	width: 260px;
	margin:0 auto;
}

.button-images {
	width:66px;
	height:66px;
	padding:10px;
	float:left;
}

.etsy {
	position: relative;
	top: 16px;
}

#social-container-inner {
	padding-top:58px;
}

#social-buttons-inner {
	width: 450px;
	margin:0 auto;
}

.button-images-inner {
	width:59px;
	height:59px;
	padding:0 80px;
	float:left;
}

.etsy-inner {
	position: relative;
	left: -6px;
	top: 15px;
}

#copyright {
	font-size: .8rem;
	opacity:0.5;
	padding: 150px 0 10px;
}

#copyright a {
	font-size: .8rem;
}

/* ---------------Responsive------------------ */

.resize {
	background-size:100%;
	max-width: 1135px;
	margin:0 auto;
}
