/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

body {
	background-image:  url(images/background.gif);
	background-repeat: repeat-y;
	background-color: #FFF;
	}
	
a, a:link {
	color: #990000;
	text-decoration: none;
	}


#page {
	/* The entire design is contained within the 'page' id */
	border: none;
	width: 740px;
	margin:0 auto;
	padding:20px 0 0 183px;
}
#page, body.smartposition #rollingarchives {
	background: transparent;
}
.content {
	padding: 0 10px;
	position:relative;
}
	
#header {
	/* Contains the H1 and menu */
	background-color: transparent;
	height: 180px;
	width: 490px;
	}
	
#header a {
	display: block;
	float: left;
	height: 70px;
	margin:0;
	padding:0;
	text-decoration: none !important;
}
	
#header li {
	margin:0;
	padding:0;
}

#header a:hover {
	text-decoration: none !important;
}

#header a span {
	visibility: hidden;
}

ul.menu{

	margin:0;
	width:100%;
	
} .admintab{

	display:none;
}

/*
#nvision, .blogtab {
	background: url(images/header/nvision.jpg) no-repeat top left;
	clear: both;
	width: 490px;
	height: 268px !important;
	display:none;
}
*/
#clothing a{
	background: url(images/header/clothing.jpg) no-repeat top left;
	width: 175px;
}
	
#art a{
	background: url(images/header/art.jpg) no-repeat top left;
	width: 96px;
}
	
#furnishing a{
	background: url(images/header/furnishings.jpg) no-repeat top left;
	width: 219px;
}
	
#primary {
	/* Contains the main column */
	padding: 0px;
	}
	
#dynamic-content {
	padding: 0px;
}

.hentry {
	padding-left: 10px;
	padding-right: 10px;
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}
	
.commentslink {
}

.secondary {
	/* Contains the sidebar */
	font-size: 1.02em;
	}
	
.secondary h4 {
	text-transform: uppercase;
	}
	
/* For WP Shopping Cart */
	
.secondary #PeCatsOnly {
	display: none;
	visibility: hidden;
}

.secondary .PeCategories a {
	color: #990000 !important;
	font-weight: normal;
} .secondary div{

	position:inherit;

} #sidebar-1{

	margin:-200px 0 0 0;
	
} #single_product_page_container{

	width:auto !important;

} .imagecol{

	margin: 0 20px 0 0 !important;
	overflow: inherit !important;
}
