﻿@import url('layout.css');
body {
	background-image: url('../images/charlotte-tile.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	border-right: 3px solid #663300;
	border-bottom: 3px solid #663300;
	border-left: 1px solid #663300;
	border-top: 1px solid #663300;
	background-color: #FFEEAA;
	background-image: url('../images/ParchPapSmlssLite.jpg');
	box-shadow: 10px 10px 50px #663300;

}
#masthead {
	text-align: right;
	background-image: url('../images/canvas2.jpg');
	background-position: top;
	background-repeat: repeat;
}
#navigation {
	border-top: 9px ridge #663300;
	border-bottom: 9px ridge #663300;
	background-image: url('../images/woodvert.jpg');
	background-color: #fea;
	text-align: center;
	font-size: large;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	color: #FFFFCC;
	vertical-align: middle;
}
html>body #navigation {
	overflow: hidden;
}
html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}
#content {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 40px;
	margin-left: 30px;
	background-color: #FFEEAA;
	background-image: url('../images/ParchPapSmlssLite.jpg');
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
#content a {
	font-weight: bold;
	text-decoration: none;
	color: #003a6b;
	padding:3px;
}
#content a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ffffcc;
	border: 2px solid #ffffcc;
	background-image:url('../images/blue-background-with-stone-like-texture.png');
}

#plugz {
	position:relative;
	width:100%;
	background-image: url('../images/canvas2.jpg');
	border-top-width:10px;
	border-top-color:#663300;
	border-top-style:ridge;
	padding:0;
	margin:0;
}
#footer {
	text-align: center;
	font-style:normal;
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-weight:bold;
	background-image: url('../images/woodvert.jpg');
	border-top-width:10px;
	border-top-color:#663300;
	border-top-style:ridge;
	margin-top:0;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #8b0000;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffcc;
	padding:20px;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ffffcc;
	border: 2px solid #663300;
	background-image:url('../images/blue-background-with-stone-like-texture.png');
}
#map a:hover {
	border: 3px solid #ffffcc;
}
.tableshop {
    padding:10px;
}
.tdshop {
    padding:10px;
}

/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #700;
}
h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer p {
	font-size: small;
	color: #FFFFCC;
}
/* Links */
#footer a {
	color: #ffffcc;
	text-decoration:none;
}
#footer a:hover {
	font-weight: bold;
	color: #ffffcc;
	border: 1px solid #ffffcc;
	background-image:url('../images/blue-background-with-stone-like-texture.png');
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}