@charset "utf-8";
/* CSS Document */
/* SITE SHELL */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, strong, em, img, b, i, #wrapper, header, hgroup, nav, section, #article, footer {margin:0; padding:0; border:0;}
body {font-size:16px;}
body.ie6, body.ie7 {font-size:100%;}
header, menu, hgroup, nav, section, #article, footer {display:block;}

nav ul, footer ul {list-style:none;}

img, object {max-width:100%;border:none;outline:none;}
html, body {height: 100%; margin: 0; padding: 0;}

html { -webkit-font-smoothing: antialiased; }


/* FONT

------ */

@font-face {
    font-family: 'SanfordBook';
    src: url('../fonts/sanfw___-webfont.eot');
    src: url('../fonts/sanfw___-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/sanfw___-webfont.woff') format('woff'),
         url('../fonts/sanfw___-webfont.ttf') format('truetype'),
         url('../fonts/sanfw___-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* DEFAULT

------- */

body {
	background:#353535 url('../img/bg2.png') repeat;
	font-family:SanfordBook, Garamond, Arial, Helvetica, sans-serif;
	color:#353535;
	font-size: 1em; 
}


a:link, a:visited {
	color:#353535;
	padding:3px;
	text-decoration:none;
}

a:hover, a:active {
	background-color:#ffaa36;
	-webkit-transition: background 0.2s linear;
-moz-transition: background 0.2s linear;
-o-transition: background 0.2s linear;
transition: background 0.2s linear;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}


/* SECTION

------- */

section {
	background-color:#fff;
	margin:0 auto;
	margin-top:1.25em;
	max-width:60em;
	position:relative;
	-webkit-box-shadow: 0 0 10px #222;
	-moz-box-shadow: 0 0 10px #222;
	box-shadow: 0 0 20px #222;
}

#container {
	background-color:#fff;
	background-image:url('../img/MAP8.jpg');
	background-repeat:no-repeat;
	height:29em;
	max-width:inherit;
	overflow:auto;
}

#container-article {
	background-color:#ffffff;
}

article {
	margin:0;	
	min-width:15em;
	overflow:auto;
}

article p {
	margin:1em 5em 1em 5em;
	background-image:url('../img/sepia.png');
	font-size:1.1em;
	font-weight:normal;
	line-height:1.3em;
	padding:10px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow: 0 0 10px #eee;
	-moz-box-shadow: 0 0 10px #eee;
	box-shadow: 0 0 10px #eee;
}

#content {
	margin:0;	
	min-width:15em;
	overflow:auto;
}

#content p {
	margin:1em 5em 1em 5em;
	background-image:url('../img/sepia.png');
	font-size:1.1em;
	font-weight:normal;
	line-height:1.3em;
	padding:10px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow: 0 0 10px #eee;
	-moz-box-shadow: 0 0 10px #eee;
	box-shadow: 0 0 10px #eee;
}

#landing-content {margin:0; font-size:16px;}

.designer-links a:hover, .designer-links a:active {
	background-color:#fff;
}


/* HEADER

------- */

header {
	background-color:#ffffff;
	height:19.9em;
}


img {
	max-width: 100%;
}

#logo {
	position:absolute;
	top:42px;
	left:-3px;
	z-index:99;
}

#logo a:link, #logo a:visited {
	background-color:transparent;
	text-decoration:none;
}

#logo-mobile {
	display:none;
}

#logo-mobile a:link, #logo-mobile a:visited {
	background-color:transparent;
	text-decoration:none;
}

/* NAV

------- */

nav {
	background-image:url('../img/white-trans.png');
	display:block;
	font-size:1.125em;
	float:left;
	margin:1.875em 0 0 1.875em;
	padding:0.625em;	
	max-width:25em;
	-webkit-box-shadow: 0 0 5px #eee;
	-moz-box-shadow: 0 0 5px #eee;
	box-shadow: 0 0 5px #eee;
}

nav ul {
	margin:0;
	padding:0;
}

nav li {
	list-style-type:none;
	padding:0.3125em 0;
}

nav .current {
	padding:0.3125em 0.1875em;
	text-decoration:underline;
}

nav .margin {
	margin-top:1.25em;
}

.menus {
	font-size:.7em;
	font-style:italic;
	margin-top:1.5em;
	margin-bottom:0;
}


/* TYPOGRAPHY

------- */

h1 {
	background-image: url('../img/white-trans.png');
	font-size:1.375em;
	font-weight:normal;
	line-height:1.3em;
	margin-left:14.5em;
	margin-top:3.7em;
	padding:5px;
	overflow:auto;
	width:15.6em;
	-webkit-box-shadow: 0 0 5px #eee;
	-moz-box-shadow: 0 0 5px #eee;
	box-shadow: 0 0 5px #eee;
}

h2 {
	
}

h3 {
	
}


/* CONTENT

------- */

.pic {float:right; padding:5px;}

/* FOOTER

------- */

footer {
	background-color:#ffffff;
	color:#111;
	font-size:14px;
	font-weight:500;
	height:100%;
	overflow:auto;
	line-height:1.4em;
	padding:10px 0;
}

.hours {
	font-size:12px;
	font-style:italic;	
}

.one {
	float:left;
	margin:10px 0 10px 25px;
	width:325px;
}

.two {
	float:left;
	margin:20px 0;
	width:50px;
}

.two img {
	-webkit-box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #cc;
}

.two a:link, #logo a:visited {
	background-color:transparent;
	text-decoration:none;
}

.three {
	float:left;
	margin-right:10px;
	margin:10px 20px;
	width:200px;
}

.four {
	float:right;
	margin:10px 25px 10px 0;
	text-align:right;
	width:275px;
}

.newsletter {
	font-size:12px;
	color:#846b58;
	margin-bottom:0;
	padding-left:4px;
}


/* CLEAR

------- */

.clear {
	clear:both;
}


@media only screen and (max-width : 700px) {
	
	body {
		background-image:none;
		background-color:#fff;
	}
		
	header {
		height:125px;
		width:100%;
	}
	
	section {
		margin-top:0;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;	
	}
	
	#logo {
		display:none;
	}
	
	#logo-mobile {
		display:block;
		margin:10px 0;
		text-align:center;
	}
	
	h1 {
		height:100%;
		width:98%;
		padding:10px 0;
		margin-left:2%;
	}
	
	nav {
		background-color:#f93;
		margin: 10px 0;
		max-width:100%;
		padding:0;
		text-align:center;
		width:100%;
		float:none;
	}
	
	nav li {
		display:inline;
		line-height:1.5em;		
		text-align:center;
	}
	
	#container {
		background-image:none;
		height:100%;
		width:100%;
	}
	
	
	.one {
		margin:2%;
		width:98%;
	}
	
	.two {
		margin:2%;
		width:98%;
	}
		
	.three {
		float:left;
		margin:2%;
	}
	
	.four {
		float:left;
		margin:2%;
		text-align:left;
	}
	
	#mc_embed_signup input.email {
		margin:2%;
		padding:0;
	}
	
	article p {
		background-image:none;
		color: #333;
		margin:5px;
	}
	
	#content {float:none;}
	
	#content p {float:none; margin:5px; background-image:none; background-color:#fff;	
	}
	
	#content img {display:block;}
	
}


/* DEVICES */


@media screen and (max-device-width : 700px) {
	
	body {
		background-image:none;
		background-color:#000;
	}

	section {
		margin-top:0;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;	
	}
	
	header {
		height:125px;
		width:100%;
	}
	
	h1 {
		height:100%;
		width:98%;
		margin-left:2%;
		padding:10px 0;
	}
	
	#logo {
		display:none;
	}
	
	#logo-mobile {
		display:block;
		margin:10px 0;
		text-align:center;
	}
	
	nav {
		background-color:#f93;
		margin:10px 0;
		max-width:100%;
		padding:0;
		text-align:center;
		width:100%;
		float:none;
	}
	
	nav li {
		display:inline;
		line-height:1.5em;
		text-align:center;
	}
	
	#container {
		background-image:none;
		height:100%;
		width:100%;
	}
	
	.one {
		margin:2%;
		width:98%;
	}
	
	.two {
		margin:2%;
		width:98%;
	}
		
	.three {
		float:left;
		margin:2%;
	}
	
	.four {
		float:left;
		margin:2%;
		text-align:left;
	}
	#mc_embed_signup input.email {
		margin:2%;
		padding:0;
	}

	article p {
		background-image:none;
		color:#333;
		margin:5px;
	}
	
	#content {float:none;}
	
	#content p {float:none; margin:5px; background-image:none; background-color:#fff;	
	}
	
	#content img {display:block;}	


}



/* PRINT */

@media print {


}