@charset "utf-8";
/* CSS Document */

a:link {color: #6DBDD6;text-decoration: none}
a:visited {color:#6DBDD6; text-decoration: none}
a:hover {color:#96F; text-decoration: none}
a:active {color:#6DBDD6; text-decoration: none}

.nav-mobile a:link {color:#999; text-decoration:none}
.nav-mobile a:visited {color:#999; text-decoration:none}
.nav-mobile a:hover {color: black;text-decoration: underline}
.nav-mobile a:active {color: #999; text-decoration: none; font-weight: bold}

.footer-nav a:link {color: #666; text-decoration: underline; padding:10px}
.footer-nav a:visited {color:#666; text-decoration:underline; padding:10px}
.footer-nav a:hover {color: black;text-decoration: none; padding:10px}
.footer-nav a:active {color: #666; text-decoration: underline; padding:10px}

blockquote {
	font-style: italic;
	font-size: .9em;
}

h2 {
	font-size:1.3em;
	line-height: 1.1em;
}

p {
	text-indent: 40px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.3em;
	height: 100%;
	margin: 0px;
}
.center {
	text-align: center;
}
.clear {clear:both}

.small {
  font-size: 13px;
}

/* image rules */

img {
	max-width: 100%;
	height: auto;
	border-style: none;
}
.left {
	float: left;
	margin-right: 12px;
	margin-top: 3px;
	margin-bottom: 5px;
}
.right {
	float: right;
	margin-left: 12px;
	margin-top: 3px;
	margin-bottom: 5px;
}
.middle {
	vertical-align: middle;
	margin-right: 7px;
	margin-left: 7px;
}
.img-text-l {
	float: left;
	margin: 3px 25px 10px 0px;
	font-size: .7em;
	font-style: italic;
	color: #666;
	line-height: 1.2em;
}
.img-text-r {
	float: right;
	margin: 3px 0px 10px 25px;
	font-size: .7em;
	font-style: italic;
	color: #666;
	line-height: 1.2em;
}
.img-text-c {
	margin: 3px autopx 10px autopx;
	font-size: .7em;
	font-style: italic;
	color: #666;
	line-height: 1.2em;
	text-align: center;
}
.gallery {
	width: 50%;
	height: 340px;
	font-size: .85em;
	float: left;
	position: relative;
	text-align: center;
	line-height: 1.2em;
}
.store-item {
	border: thin solid #666;
	border-radius: 10px;
	width: 90%;
	margin-bottom: 20px;
}
legend {
	font-size: 1em;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}
.store-item-box {
	width: 50%;
	margin-top: 15px;
	height: 275px;
	font-size: .85em;
	float: left;
	position: relative;
	text-align: center;
	line-height: 1.2em;
}
.view-cart {
	float: right;
	margin-left: 20px;
	text-align: right;
}
 /* end image rules */
 

#header {
	width: 100%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.nav-menu {
	float: right;
	margin-top: 48px;
}
.nav-menu ul li{
	list-style: none;
	float: left;
	margin-right: 1px;
	padding: 5px 12px 5px 12px;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-IE-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	background-color: #666;
}
#content {
	width: 90%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#footer {
	width: 100%;
	background-color: #E5E5E5;
	border-top: black solid 15px;
	color: black;
	margin-top: 20px;
	text-align: center;
	padding-top: 15px;
}
.footer-nav {
	width: 95%;
	text-align: center;
	font-size: .9em;
	margin:  25px auto 25px auto;
	color: #666;	
}
.mailing-form {
	border: #666 solid 2px;
	border-radius: 12px;
	background-color: white;
	width: 80%;
	max-width: 450px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 15px 5px 15px;
}
.contact-form {
	border: #999 solid thin;
	border-radius: 12px;
	background-color: #E9E9E9;
	width: 90%;
	max-width: 450px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 15px 5px 15px;
}
.contact-form input[type=text]{
	background-color: white;
}
.contact-form textarea {
	background-color: white;
}
.form-info {
	text-align: left;
}
input[type=text],
textarea {
	font-size: 1em;
	padding: 2px 6px;
	margin-top: 2px;
	box-sizing: border-box;
	border: 1px solid #999;
	border-radius: 7px;
	background-color: #EEEEEE;
	max-width: 90%;
}
textarea {
   font-family: inherit;
   font-size: .9em;
}
input[type=text]:focus {
	background-color: #ECFFE8;
}
textarea:focus {
    background-color: #fFFFCC;
}
.send-button {
	width: 200px;
	font-size: .9em;
	color: white;
	text-indent: 2px;
	padding: 3px;
	text-align: center;
	background-color: #666;
	border: 3px outset #666;
	border-radius: 8px;
	font-weight: bold;
}
.send-button:hover {
	cursor: pointer;/* cursor: hand; for IE5 */
}
.buy-button {
	width: 228px;
	height: 42px;
	font-size: 1.1em;
	background-image: url(../img/add-to-cart.jpg);
	color: #039;
	border: none;
	text-align: center;
	font-weight: bold;
	margin: 5px 0px 10px 0px;
	vertical-align: middle;
	background-repeat: no-repeat;
}
#web {
	display: none;
}

@media screen and (min-width:200px) {
	
h1 {
	font-size: 2em;
	line-height: 1.2em;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
}

#content {
	margin-top: 10px;
}
.menu-button {
	display: block;
	margin-left: 10px;
	margin-top: 5px;
	cursor: pointer;
	position: absolute;
}
.nav-menu {
	display: none;
}
div.nav-mobile {
	display: none;
	width: 80%;
	margin-left: 40px;
}
div.nav-mobile ul li {
	list-style: none;
	float: none;
	border: #999 solid thin;
	padding: 3px 12px 3px 12px;
	text-align: center;
	background-color: white;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-IE-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin-right: 0px;
	margin-bottom: 5px;
}
div.nav-mobile ul li:last-child {
	display:block;
}
div.nav-mobile ul li:hover {
	background-color: #ccc;
}	
.close-menu {
}

#header-container {
	width: 100%;
	background-color: black;
	color: white;
	padding-bottom: 10px;
}	
#logo {
	font-family:"Comic Sans MS", cursive;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.img-text-r {
	float: none;
	margin: 3px auto 10px auto;
}
.img-text-l {
	float: none;
	margin: 3px auto 10px auto;
}
.gallery {
	width: 100%;
}
.store-item-box{
	width: 100%
}
	
}
@media screen and (min-width:550px) {

#header-container {
	margin-bottom: 0px;
	max-height: 85px;
}
#content {
	margin-top: 50px;
}
.menu-button {
	display: none;
}
.nav-menu {
	width: 500px;
	display: block;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 0px;
	float: none;		
}
.nav-menu ul li {
	list-style: none;
	float: left;
	background-color: white;
	border: #999 solid thin;
	padding: 3px 12px 3px 12px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-IE-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin-right: 5px;
}
.nav-menu ul li:hover {
	background-color: #ccc;
}
.nav-menu a:link {color:#999; text-decoration:none}
.nav-menu a:visited {color:#999; text-decoration:none}
.nav-menu a:hover {color: black;text-decoration: underline}
.nav-menu a:active {color: #999; text-decoration: none; font-weight: bold}

.img-text-r {
	float: right;
	margin: 3px 0px 10px 25px;
}
.img-text-l {
	float: left;
	margin: 3px 25px 10px 0px;	
}

}

@media screen and (min-width:900px) {
	
#header-container {
	width: 100%;
	height: 100px;
	max-height: 100px;
	background-color: black;
	color: white;
	margin-bottom: 20px;
	padding-bottom: 0px;
}
#content {
	margin-top: 10px;
}
#logo {
	float: left;
	font-family:"Comic Sans MS", cursive;
	text-align: center;
	margin-left: 10px;
}
div.nav-mobile {
	display: none;
}	
.nav-menu {
	width: auto;
	display: block;
	float: right;
	margin-top: 48px;
	margin-left: auto;
	margin-right: auto;
}
.nav-menu ul li{
	list-style: none;
	float: left;
	border: none;
	margin-right: 1px;
	padding: 5px 12px 5px 12px;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-IE-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	background-color: #666;
}	
.nav-menu a:link {color:white; text-decoration:none}
.nav-menu a:visited {color:white; text-decoration:none}
.nav-menu a:hover {color: gold;text-decoration: underline}
.nav-menu a:active {color: white; text-decoration: none; font-weight: bold}	
.nav-menu ul li:hover {
	background-color: #666;
}
.gallery {
	width: 50%;
}
.store-item-box {
	width: 50%;
}
	
}