/* CSS Document */

/********************************************************/
/*resets*/

* {
	padding: 0px;
	margin: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.allClear{
	clear:both;
}
body{
	background-color:#6CF;
}

#container{
	margin-left:auto;
	margin-right:auto;
	width:960px;
	font-family: 'Gabriela', serif;
	min-height:600px;

}
h1{
		/*font-family: 'Niconne', cursive;*/
	/*font-family: 'Allura', cursive;*/
	/*font-family: 'Modern Antiqua', cursive;*/
	font-family: 'PT Serif Caption', serif;
	font-size:3em;
			/*font-family: 'Gilda Display', serif;*/
}
	/*#content h1{
	font-family: 'Niconne', cursive;
	font-family: 'Allura', cursive;*/
	/*font-family: 'Modern Antiqua', cursive;
	font-size:2.5em;
}*/
#homeContent h1{
	/*font-family: 'Niconne', cursive;*/
	/*	font-family: 'Allura', cursive;*/
	/*font-family: 'Modern Antiqua', cursive;*/
/*			font-family: 'Gilda Display', serif;
*/
	font-size:2.5em;
}
 h2{
	/*font-family: 'Modern Antiqua', cursive;*/
	font-family: 'Gabriela', serif;

}

p{
	/*font-family: 'Cagliostro', sans-serif;*/
	font-family: 'Carme', sans-serif;
	/*font-family: 'Gabriela', serif;*/
	padding-top:10px;

}

/********************************************************/
/*header*/
#logo1 img{
	width:150px;
	transform:rotate(-15deg);
	float:left;
}
#headlines{
	color: #009;
	padding: 35px 0px 15px 20px;
	/*margin-left:155px;*/
	width:600px;
	float:left;
}
#contactDetails{
	width:200px;
	float:left;
	padding: 35px;
}
#contactDetails ul{
	text-decoration:none;
	color: #009;
}
#contactDetails ul li{
	list-style-type: none;
}
#contactDetails ul li:first-child{
	font-size: 1.05em;
	font-weight:bold;
}
/********************************************************/
/*Navigation*/
#nav{
	text-align:center;

	
}
#nav a{
	padding: 5px 25px;
	text-decoration:none;
	font-weight:bold;
	font-size: 1.15em;
	color: #009;
	font-family: 'Gabriela', serif;
}
#nav a:hover{
	color: #fff;
}
#nav a.activePg{
	text-decoration:overline;
}
/********************************************************/
/*content*/
#content{
	background-color:#FFF;
	margin:5px;
	padding:15px;
	border-top:#009 solid 8px; 
	border-bottom:#009 solid 8px;
	border-left:#009 solid 18px; 
	border-right:#009 solid 18px;
	min-height:270px;
}
#container #content p {
	padding-top: 15px;
}
#content .leftImages{
	width:300px;
	float:left;
	margin-right:10px;
}
#content .leftImages img{
	margin:10px 0px;
}

/*********************************************************/
/*home*/

#homeContent{
	background-color: #FFF;
	margin: 5px;
	/*padding-left: 320px;*/
	border-top: #009 solid 8px;
	border-bottom: #009 solid 8px;
	border-left: #009 solid 18px;
	border-right: #009 solid 18px;
	min-height: 270px;
	padding: 10px;

	/*background-image: url(images/yellowPlate_detailj.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
}
#homeContent  h2{
	/*font-family: 'Modern Antiqua', cursive;*/
	font-family: 'Gabriela', serif;
font-size:1.2em;
}

#homeContent .testimonial{
	width: 800px;
	margin-left: 50px;
	margin-top: 15px;
	padding: 10px;
		border-top: #009 solid 8px;
	border-bottom: #009 solid 8px;
	border-left: #009 solid 18px;
	border-right: #009 solid 18px;
	min-height:240px;
	font-size: 1.3em;

}
#homeContent .testimonial img{
	height:200px;
}
/*********************************************************/
/*locations*/
div#locationsContent{
	min-height:900px;
}
table#locationsTable{
	/*width:870px;*/
	margin-left:20px;
	font-size:14px;
		font-family: 'Carme', sans-serif;
		min-height: 850px;
		

}
table#locationsTable tr td{
padding:10px 2px;
vertical-align:top;
}
table#locationsTable tr td .myBold{
	font-weight:bold;
}
/*********************************************************/
/*contact*/

#contactContent{
	float:left;
		font-family: 'Carme', sans-serif;

}
#contactImg{
	float:left;
	width:250px;
	margin-left:45px;
}


/*********************************************************/
/*shop*/

#etsyModule{
	width:780px;
	margin: 30px auto;
}
/*********************************************************/
/*footer*/
#footer{
	width:960px;
	font-size:.8em;
	font-family:Tahoma, Geneva, sans-serif;
	position:relative;
	bottom:0px;
	padding-top:15px;
}
#footer .left{
	text-align:left;
	width:480px;
	float:left;
}
#footer .right{
		text-align:right;
	width:480px;
	float:left;
}
