/*
File:			vkr_custom_[siteidentification].css
Description:	Custom styles for each Honorable Reviews Store and Honorable Reviews Main Site

Called:		Called into custom.css in Thesis Theme

REASON FOR SEPARATING THE CSS FILES:

I wanted the custom.css to be universally same for all my sites. Any unique style definitions
with reference to each site is addressed by vkr_custom_site.css and called by custom.css through an import call

BELOW IS THE STANDARD DOCUMENTATION CONTAINED IN CUSTOM.CSS:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/



/* BEGIN --- UNDER THE FULL-WIDTH HTML FRAMEWORK, THE BACKGROUND COLORS HAVE TO BE CHANGED: AT LINES 41, 47, 55 BASED ON ANALOGOUS COLOURS  */

/* BEGIN Full Width Header Background */
.custom #header_area {background:#C2A989;}        /* Originally #C2A989  */
	.custom #header_area .page {background:transparent url(images/header.png) center;}
		.custom #header {border-bottom:0;}
/* END Full Width Header Background */


/* BEGIN Full Width Nav Area */
.custom #nav_area {background:#9D83A9;}  /* Originally background: #8C7E94 Removed: border-bottom:1px solid #F0ECDB; padding-top:10px;  */
	.custom ul#tabs {border-bottom:0; border-color:#DBD4B7;}
		.custom ul#tabs li {border-color:#DBD4B7; background-color:#E6DEC0;}
		.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {background:#fff;}
/* END Full Width Nav Area */


/* BEGIN Full Width Background Below Header Area */
body.custom { background: #7E8694; background-attachment: fixed; }
	.custom #container { margin-top: 2em; margin-bottom: 2em; }
		.custom #page { background: #fff; }
/* END Full Width Background Below Header Area */

/* END --- UNDER THE FULL-WIDTH HTML FRAMEWORK, THE BACKGROUND COLORS HAVE TO BE CHANGED   */


/* BEGIN custom header image as a background with text visible in the front */
/*.custom #header { height:150px; background:transparent url(images/header.png) center no-repeat; } */
/* END custom header image as a background with text visible in the front */



/* BEGIN Customize and Style Header and Tagline */
.custom #header #logo {
   text-align: center;
}

.custom #header #logo a {
}

.custom #header #logo a:visited {
}

.custom #header #logo a:hover {
}
.custom #header #logo a:active {
}

.custom #header #tagline {
   text-align: center;
}
/* END Customize and Style Header and Tagline */


/*---:[ custom feature box ]:---*/
.custom #feature_box { background: #ffffff; border-style: solid; border-color: #ddd; }



/* Used by WordPress page: Shopping Categories   */

.shopcat
{
	font-size:small;
	text-align:center;
}


.shopcat a
{
	color: #43719C;   /* Originally  #43719C */
	text-decoration: none;
	font-weight: normal;
	border: none;
}


.shopcat a:hover
{
	color: #c00000;   /* Originally  #7DB1E2 */
	text-decoration: none;
	font-weight: normal;
	border: none;
}


/* ALL THE STYLE DEFINITIONS TILL ABOVE WILL BE INCLUDED IN vkr_custom_site.css */
