/*
THEME NAME: JRCI
THEME URI: http://www.kwallingdesign.com
DESCRIPTION: The Default JRCI Theme
VERSION: 1.0
AUTHOR: <a href="http://www.kwallingdesign.com">Kyle Walling</a></a>
*/

* {
	margin: 0;
	padding: 0;
}

body { 
	background-color: #87321b;
	font-family: 'Helvetica', Arial, san-serif;
}

#header {
	width: 985px;
	margin: 0 auto;
}

h1#logo-tab {
	width: 277px;
	height: 95px;
	margin-top: 20px;
	float: left;
	background: transparent url(images/bkg-h1-logo.png) no-repeat top left;
}

h1#logo-tab a {
	display: none;
}

#wrapper {
	
	background-color: #fff;
}

#main-navigation {
	width: 674px;
	float: right;
	display: inline;
	overflow: hidden;
}

#container {
	background: #fff url(images/bkg-container.png) repeat-x bottom left;
}

#content {
	width: 970px;
	min-height: 340px;
	margin: 15px auto 0 auto;
	padding: 15px 0 30px 15px;
	background: transparent url(images/bkg-content.png) no-repeat top center;
}

#bottom-navigation-wrapper {
	background-color: #e5e5da;
	border-top: 2px solid #e0e0da;
	clear: both;
}

#bottom-navigation {
	width: 990px;
	padding-top: 20px;
	margin: 0 auto;
}

li.linkcat {
	min-height: 150px;
	margin-bottom: 40px;
	padding: 0 18px 0 15px;
	float: right;
	display: inline;
	border-right: 1px #d8d8cf solid;
}

li.linkcat h5 {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	list-style: none;
}

li.linkcat li {
	list-style: none;
}

li.linkcat li a {
	font-size: 10px;
	font-weight: normal;
	color: #9d9d9d;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 17px;
	border-bottom: 1px #9d9d9d solid;
}

li.linkcat li a:hover {
	color: #666;
	border-bottom: 1px #666 solid;
}

li#linkcat-3 {
	border-right: none;
	margin-right: 80px;
}

#footer-wrapper {
	height: 32px;
	background-color: #87321b;
	border-top: 3px solid #792b17;
}	

#footer {
	width: 960px;
	margin: 0 auto;
	color: #bc644d;
	font-size: 10px;
	line-height: 32px;
	text-transform: uppercase;
}

#footer a {
	color: #bc644d;
	text-decoration: none;
}

#footer a:hover {
	color: #eee;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* -----------GENERIC CLASSES ----------- */

a.more {
	font-size: 11px;
}

a:hover.more {
	text-decoration: underline;
}


/* -----------GENERIC PAGE TEMPLATE ----------- */

#page-content {
	width: 620px;
	float: left;
	display: inline;
	padding: 20px 0 0 20px;
}

.entry-content {
	margin-top: 20px;
	font-size: 13px;
	color: #666; 
}

.entry-content p {
	margin: 10px 0;
	font-weight: normal;
	line-height: 20px;
}

.entry-content ul {
	margin-left: 36px;
	
}

.entry-content ul li {
	margin: 5px 0;
	list-style: square;
}

.entry-content ol {
	margin-left: 36px;
	
}

.entry-content ol li {
	margin: 5px 0;
}

.entry-content blockquote {
	margin-left: 20px;
	padding-left: 12px;
	border-left: 3px solid #eee; 
}

img.main-image {
	margin-bottom: 15px;
	padding: 10px 10px;
	background: transparent url(images/bkg-page-mainImg.png) no-repeat top left;
}

.entry-content h3,h4 {	
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #434343;
}

.entry-content a {
	color: #446eac;
	text-decoration: none;
	border-bottom: 1px dotted #446eac;
}

.entry-content a:hover {
	color: #700000;
	border-bottom: 1px solid #700000;
}

h2.entry-title {
	padding-bottom: 8px;
	border-bottom: 5px solid #eee; 
	font-family: Georgia, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #333;
}

#page-sidebar {
	width: 220px;
	float: right;
	display: inline;
	margin: 64px 30px 0 0;
	padding: 24px 15px;
	background-color: #434343;
	border-bottom: 2px solid #393939;
}

form#side-searchform {
	text-align: center;
}

#page-sidebar li {
	margin-top: 0px;
	padding-top: 10px;
	font-size: 12px;
	line-height: 16px;
	color: #999;
	list-style: none;	
}

#page-sidebar p {
	margin-bottom: 15px;
}

#page-sidebar li a {
	width: 220px;
	display: block;
	padding: 9px 0 7px 0;
	background-color: #87321b;
	border-bottom: #5b2e22 solid 2px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}

#page-sidebar li a:hover {
	background-color: #632211;
	border-bottom: #222 solid 2px;
}


#page-sidebar span.post-meta-key {
	display: none;
}


/* -----------GENERIC BLOG POST TEMPLATE ----------- */


#post-content {
	width: 620px;
	float: left;
	display: inline;
	padding: 20px 0 0 20px;
}

#post-content form {
	font-size: 13px;
	color: #666;
}

img#blog-header {
	margin: 20px 0 30px 0;
}

.blog-post {
	margin-bottom: 40px;
}

.blog-post h2 {
	font-size: 26px;
}

.blog-post h2 a {
	color: #446eac;
	text-decoration: none;
}

.blog-post h2 a:hover {
	color: #434343;
	text-decoration: none;
}

.entry-date {
	margin-top: 4px;
	font-family: Georgia, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #e0e0da;
	font-variant: small-caps;
}

.entry-meta {
	margin-top: 25px;
	padding: 8px 0;
	font-family: Georgia, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	font-variant: small-caps;
	border-top: 1px dotted #e0e0da;
	border-bottom: 1px dotted #e0e0da;
}

.entry-meta a {
	color: #446eac;
	text-decoration: none;
}

.entry-meta a:hover {
	color: #700000;
	text-decoration: underline;
}

#blog-sidebar {
	width: 220px;
	float: right;
	display: inline;
	margin: 64px 30px 0 0;
	padding: 24px 15px;
	background-color: #434343;
	border-bottom: 2px solid #393939;
}

#blog-sidebar li {
	font-size: 12px;
	color: #999;
	list-style: none;	
}

#blog-sidebar p {
	margin-bottom: 15px;
}

#blog-sidebar li a {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #999;
}

#blog-sidebar li a:hover {
	color: #eee;

}

li#archives h3 {
	margin-top: 22px;
	line-height: 40px;
	border-top: 1px #333 dotted;
	border-bottom: 1px #333 dotted;
}

li#archives li {
	padding-left: 20px;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* -----------STORE HOME TEMPLATE ----------- */

#main-image {
	width: 954px;
	height: 290px;
	
	background: transparent url(images/store-main-image.jpg) no-repeat top center;
}

#home-featured {
	margin-top: 25px;
}

#home-featured h3 {
	margin-bottom: 20px;
	padding: 5px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#home-featured div.producttext {
	margin-top: 0px;
}

#home-featured div.category_view_product {
	width: 120px;
	margin-right: 25px;
}

#home-featured div.category_view_product img {
	padding: 3px;
	border: 1px solid #e1e1e1;
	border-bottom: 2px solid #ddd;
}

#home-featured div.category_view_product div.product_details {
	margin-top: 7px;
}

#home-featured div.category_view_product div.product_details a {
	border-bottom: none;
}

#home-featured div.category_view_product div.product_details form {
	margin-top: 7px;
}

#home-featured div.category_view_product div.product_details input {
	margin-top: 7px;
}

#post-content strong.cattitles {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #434343;
	margin-bottom: 20px;
	padding: 5px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
