body {
	margin: 0;
	padding: 0;
	color: #6B6B6B;
	background-image: url(images/background.png);
	background-repeat: repeat;
	background-position: left top;
	font: 90%/1.5em Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.4em;
	background: url(images/h1-background.png) no-repeat;
	height: 28px;
	padding-top: 8px;
	padding-left: 14px;
	color: #202020;
	margin-top: 0px;
}

h2 {
	font-size: 1.2em;
	background: url(images/calendar-icon.png) no-repeat left center;
	padding-left: 30px;
	color: #676767;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	background: url(images/h3.png) no-repeat left center;
	padding-left: 8px;
	color: #595959;
	text-transform: uppercase;
}

.dark {
	color: #202020;
}

a:focus {
	outline: none;
}

a {
	color: #087BB2;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #656565;
}

img {
	border: none;
}

.thumb-no-float {
	background: #FFF;
	padding: 5px;
	border: 1px solid #CCC;
}

.thumb-left {
	background: #FFF;
	padding: 5px;
	float: left;
	margin-right: 15px;
	border: 1px solid #CCC;
}

.thumb-right {
	background: #FFF;
	padding: 5px;
	float: right;
	margin-left: 15px;
	border: 1px solid #CCC;
}
.merch-thumb {
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#header-wrapper {
	background-image: url(images/header-wrapper.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 236px;
}

#header {
	width: 990px;
	height: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}

#phone {
	float: right;
	margin: 0px;
	padding: 6px 10px 0px 20px;
	background: url(images/phone-icon.png) no-repeat left 55%;
	color: #CCC;
	font-size: small;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
}

#page-wrapper {
	background-image: url(images/page-wrapper.png);
	background-repeat: repeat;
	background-position: left top;
}

/* Menu */

#menu {
	margin: 0px auto;
	height: 36px;
	width: 990px;
	background-image: url(images/menu-background.png);
	background-repeat: no-repeat;
}

#nav, #nav ul {
	height: 36px;
	list-style: none;
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#nav a {
	display:block;
	padding:7px 20px 0px;
	color:#fff;
	text-decoration:none;
	font-size: 14px;
	height: 29px;
	border-right: 1px solid #202020;
}

#nav a:hover {
	background-image: url(images/menu-hover.png);
	background-repeat: repeat-x;
}

#nav li {
	position:relative;
	float: left;
}

#nav ul {
	position:absolute;
	display:none;
	width:120px;
	top:36px;
	margin-left: -10px;
}

#nav li ul a {
	width:134px;
	float:left;
	font-size: 12px;
	background: url(images/menu-hover.png) repeat-x;
	text-align: center;
	border-top: 1px solid #202020;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#nav li ul a:hover {
	background: url(images/sub-menu-hover.png) repeat-x;
}

/* Page */

#page {
	width: 950px;
	background-image: url(images/page-background.png);
	background-repeat: repeat-y;
	background-color: #FFF;
	margin: 0px auto;
	padding: 40px 20px 0px;
}

/* Content */

#contentwide {
	float: left;
	width: 950px;
	padding-top: 8px;
}

#contentwide h1 {
	letter-spacing: -1px;
	font-size: 1.4em;
	background: url(images/contentwide-h1.png) no-repeat;
	height: 28px;
	padding-top: 8px;
	padding-left: 14px;
	color: #202020;
	margin-top: 0px;
}


#content {
	float: left;
	width: 580px;
	padding-top: 8px;
}

.post {
	text-align: justify;
}

.post .entry {
	padding: 10px;
}

.post .sale {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6B6B6B;
}

.post .hours {
	padding: 0px 10px 0px 20px;
}

tr {
	vertical-align: top;
	font-size: small;
}

td {
	width: 209px;
	padding: 0px 10px 10px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	text-align: justify;
}

#sidebar p {
	padding-bottom: 15px;
}

#sidebar a {
	background: url(images/view.png) no-repeat left center;
	padding-left: 22px;
}

#sidebar a:hover {
	background-image: url(images/view-hover.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

#sidebar ul {
	margin: 0px;
	list-style: none inside;
	padding: 10px 0px;
}

#sidebar li {
	margin-bottom: 8px;
}

#sidebar h2 {
	font-size: 1.2em;
	color: #676767;
	border-bottom: 1px solid #676767;
	background: url(none);
	padding-left: 0px;
}

/* Footer */

#footer-wrapper {
	background-image: url(images/footer-wrapper.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 284px;
}

#footer {
	height: 284px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	font-size: small;
	background-image: url(images/footer-top.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer p {
	text-align: center;
	color: #727272;
	margin: 0px;
	padding-top: 80px;
	font-size: 11px;
	line-height: 2em;
}

#footer a {
	color: #727272;
	padding: 4px 6px;
	text-decoration: underline;
}

#footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
	background: #202020;
}

address {
	line-height: 0px;
	font-style: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

label {
	display: block;
}

input {
	font: 13px Arial, Helvetica, sans-serif;
	color: #202020;
	padding: 5px;
	width: 340px;
	border: 1px solid #CCC;
}

textarea {
	font: 13px Arial, Helvetica, sans-serif;
	color: #202020;
	padding: 5px;
	width: 440px;
	border: 1px solid #CCC;
}

.submit {
	height: 29px;
	width: 106px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: -5px;
}

/* Table Styles for Schedules */

#box-table-a {
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#box-table-a th {
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
	color: #FFF;
	background-color: #1D1D1D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

#box-table-a td {
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #FFF;
	border-top: 1px solid transparent;
	background-color: #7B7B7B;
}

#box-table-a tr:hover td {
	color: #FFF;
	background-color: #656565;
}
