@charset "utf-8";

/* General */

body {
	background: #d2dce5;
	font-family: Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5 {
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1em;
}

p, ol, ul {
	line-height: 1.3em;
	margin-bottom: 10px;
}

a {
  text-decoration: none;
	font-weight: bold;
	color: #ca3203;
}

ol {
	list-style: outside decimal;
	margin: 1em;
}

big {
	font-size: 1.2em;
}

small {
	font-size: .6em;
}

form {
	border: 1px solid #38546c;
	padding: 20px;
	background: #c0d3bd;
}

iframe {
	border: 1px solid #D2DCE5;
}




/* Layout */

#header {
	height: 128px;
	background: url(../images/headerbg.jpg) repeat-x top left;
	position: relative;
	width: 100%;
}

#splash {
	width: 96%;
	margin: 10px .9% 0;
	height: 185px;
	position: absolute;
	top: 120px;
	background: #fff;	
	padding: 10px 1%;
	border: 1px solid #b8c1c8;
}

#body_wrapper, #footer {
	top: 220px;
	line-height: 1.3em;
}

#body_wrapper {
	width: 975px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #b8c1c8;
}

#column_left {
	width: 210px;
	min-height: 500px;
	float: left;
}

#content {
	float: right;
	display: inline-block;
	width: 745px;
	padding: 10px;
	min-height: 500px;
	background: #fff /*url(../images/contentbg.jpg) repeat-y top left*/;
}

#footer {
	height: 30px;
	margin-top: 5px;
	clear: both;
	background: #fff url(../images/footerbg.jpg) repeat-x top left;
	padding: 25px 1%;
	width: 98%;
}




/* Header */

h1.title {
	color: #ffffff;
	font-size: 3em;
	height: 83px;
	margin-left: 15px;
	padding-right: 580px; /* keeps the anchor out of the tabs area */
	position: relative;
	top: -7px;
}

h1.title a {
	color: #fff;
	font-weight: normal;
}

h1.title small {
	font-size: .6em;
	background: url(../images/underline.jpg) no-repeat bottom left;
	padding: 0 10px 5px 0;
}

#tagline, #numbers {
	position: absolute;
	top: 12px;
	color: #ccc;
	font-weight: bold;
	font-size: .9em;
}

#tagline {
	left: 100px;
}

#numbers {
	right: 10px;
}

#numbers strong {
	color: #e0da2a;
	font-size: 1.1em;
}

#tabs {
 	position: absolute;
	bottom: 45px;
	right: 10px; 
}

#tabs h2 {
	float: left;
	text-align: center;
	font-size: .9em;
	height: 38px;
	width: 189px;
	margin-left: 1px;
}

#tabs a {
	padding-top: 13px;
	color: #6d949b;
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/tab-inactive.png) no-repeat top center;
}

#tabs a.tab-active {	
	color: #579;
	background-image: url(../images/tab-active.png);
}

#tabs small {
	font-size: .8em;
	font-weight: normal;
}

#shout {
	float: left;
	color: #CA3203;
  font-weight: bold;
	margin: 10px 0 0 20px;
}

#search {
	float: right;
	width: 112px;
	height: 18px;
	padding: 4px 7px 4px 25px;
	margin: 5px 10px 0 0;
	border: none;
	background: #ccc url(../images/searchbg.jpg) no-repeat top left;
	color: #777;
	font-weight: bold;
}

/* Splash Box */

#splash > div {
	height: 100%;
	overflow: hidden;
	display: inline-block;
	line-height: 1.3em;
}

#splash_text {
	max-width: 83%;
}

#splash h2 {
	font-size: 2em;
	color: #ca3203;
	font-weight: normal;
	margin-bottom: .1em;
}

#splash_links {
	float: right;
}

#splash_img {
	margin: 0 2%; 
	text-align: center;
	float: right;
}

#splash_links a {
	color:#4F5C6C;
	display:block;
	height:67px;
	line-height:normal;
	margin:0;
	padding:20px 10px 10px;
	text-align:center;
	text-transform:uppercase;
	width:110px;
}

#splash_links br {
	display: block;
	margin: 5px;
}

.splash_toplink {
	background: url(../images/splash_link-green.gif) no-repeat top center;
}

.splash_bottomlink {
	background: url(../images/splash_link-blue.gif) no-repeat top center;
}

#store_hours {
	font-size: 14px;
	line-height: 10px;
	font-weight:900;
	border-top: 1px solid #ccc;
	text-align: center;
	padding-top: 5px;
	position: relative;
	right: 0px;
}

#store_hours h1 {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 15px;
	font-weight:900;
	color: #000000;
}



/* Content */

#content h1 {
	font-size: 1.3em;
}

#content h2 {
	color: #38546c;
}

#content img {
	border: 1px solid #d2dce5;
}

.inner_content p {
	clear: both;
	color: #fff;
	margin-bottom: 10px;
}

.thumb {
	position: relative;
	float: left;
	text-align: center;
	padding: 5px;
}

.red {
	color: red;
}

.delete {
	position: absolute;
	bottom: 5px;
	right: 65%;
	text-align: right;
	color: #888;
	font-size: .8em;
	letter-spacing: .1em;
}

.item {
	position: absolute;
	bottom: 5px;
	right: 10%;
	text-align: right;
	color: #888;
	font-size: .8em;
	letter-spacing: .1em;
}

.post {
	margin-bottom: 20px;
}

.post img {
	float: right;
}

.post ul {
	min-height: 150px;
}

#content h1, #content h2, #content h3 {
	margin-bottom: 5px;
}

#specials {
	float: left;
	border: 2px solid red;
	width: 510px;
	background: white;
	text-align: center;
}

#specials h2 {
	background: #fff;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
	color: #CA3203 !important;
}

#specials .inner_content {
	text-align: center;
}

#specials a {
	color: #0000FF;
}

#specials .thumb {
	display: inline-block;
	width: 150px;
	height: 250px;
	font-size: .8em;
	padding: 5px 10px;
	line-height: 1.3em;
	background: inherit;
}

#catalog {
	background: #679966;
	width: 220px;
	float: left;
	margin-left: 10px;
	text-align: center;
	display: inline-block;
}

#catalog .inner_content {
	
}

#catalog h2 {
	font-weight: bold;
	color: #fff;
	padding-bottom: 5px;
}

#catalog img {
	border: 1px solid #000;
}

#catalog a {
	text-transform: uppercase;
	font-size: .8em;
	color: #fff;
}

#catalog .thumb {
	padding: 0;
	width: 110px;
	height: 150px;
	line-height: 1em;
}

#about {
	clear: both;
	top: 10px;
	padding-top: 10px;
	border-top: 1px solid #d2dce5;
}




/* Side Menu */

#nav_left {
	background: #a79766;
}

#nav_left li {
	border: 1px solid #dad6a9;
	border-top: none;
	text-align: center;
}

#nav_left li:hover {
	cursor: pointer;
	background: #dad6a9;
}

#nav_left a {
	font-size: .8em;
	color: #fff;
	padding: 5px;
	display: block;
	height: 20px;
}

#nav_left li:hover a {
	color: #a79766;
}

#nav_left h2 {
	font-size: inherit;
}

li.contact {
	background: #38546c;
}





/* Footer */

#footer {
	color: #777;
	font-size: .8em;
	text-align: center;
}

#footer strong {
	color: #444;
}




/* Forms */

#contact form {
	float: left;
	width: 400px;
	margin: 20px;
}

/* BLR test */
#contact rt_col {
	float: left;
	width: 50px;
	margin: 20px;
}
/* end test */

#contact input, #contact textarea,
.form_standard textarea {
	display: block;
	margin: 3px 0 10px 0;
	border: 1px solid #aaa;
	padding: .4em;
	font-size: .8em;
	font-family: helvetica;
	background: #fff url(../images/grad-small.png) repeat-x bottom left;
}

.form_standard input {
	margin: 3px 0 10px 0;
	border: 1px solid #aaa;
	padding: .4em;
	font-size: .8em;
	font-family: helvetica;
	background: #fff url(../images/grad-small.png) repeat-x bottom left;
}

#contact label,
.form_standard label {
  font-size: .8em;
}

#contact input.send {
	background: #d2dce5;
	color: #38546c;
	font-weight: bold;
	border-color: #38546c;
}

#contact em {
	position: relative;
	bottom: -.2em;
	color: #ff0000;
	font-size: 1.5em;
	margin-right: 4px;
}

#contact storeloc {
	width: 20%;
	height: 174px !important;
	padding: 5px;
	border: 1px solid #eaeaea;
	background: #fafafa;
	float: left;
	text-align: center;
	font-size: .8em;
}





/* Store Locator */

.storeloc {
	width: 47%;
	height: 174px !important;
	padding: 5px;
	border: 1px solid #eaeaea;
	background: #fafafa;
	float: left;
	text-align: left;
	font-size: .8em;
}

h2.storeloc {
	text-align: right;
}

div.storeloc {
}

.storeloc iframe {
	float: left;
	margin-right: 10px;
}




/* Category view */

#category {
	font-size: .8em;
}

#category big {
	color: #CA3203;
}

#category img {
	margin: 10px auto 0;
	display: block;
}

#category div.thumb {
  width: 30%;
	min-height: 250px;
  border: 1px solid #ccc;
	margin: 0 1% 10px 0;
	padding-bottom: 50px;
}




/* Pagination */

.pagination {
	border-top: 1px solid #EEEEEE;
	background: #F8F8F8;
	display: inline-block;
	width: 96.5%;
}

.pagination .links, .pagination .results {
	padding: 9px;
}

.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #ddd;
}

.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}

.pagination .results {
	float: right;
}



/* Page specific */

#content.home {
	background: #679966;
}

#content.home h2 {
	color: #fff;
}




/* Admin side */

body.admin {
	padding: 20px;
}

.admin h1, .admin h2 {
	color: #38546c;
}
