/*
Theme Name: Hermitage
Theme URI: 
Description: Hermitage WordPress Theme featuring an integrated Shopp theme
Version: 1.0
Author: Elliot Condon
Author URI: http://www.elliotcondon.com/
*/

/* Global
-----------------------------------*/
@import url('blog.css');

body
{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#464646;
	background-color:#f8f7f5;
}

.container
{
	width:900px;
	margin:0 auto;
}

a img
{
	border:none;	
}

a
{
	color:#464646;
	text-decoration:none;	
}

h1
{
	font-size:10px;
	line-height:10px;
	text-transform:uppercase;
	font-weight:normal;
	padding:0px;
	margin:0px; 
}


h2
{
	font-size:10px;	
	line-height:10px;
	text-transform:uppercase;
	font-weight:normal;
	padding:0px;
	margin:0px; 
}

h3
{
	font-size:10px;	
	line-height:10px;
	text-transform:uppercase;
	font-weight:normal;
	padding:0px;
	margin:0px; 
}

p
{
	font-size:10px;	
	line-height:13px;
}


/* Header
-----------------------------------*/

.header
{
	height:160px;	
}

.header h3, .header h1
{
	font-size:0px;
	line-height:0px;
	margin:0px;
	padding-top:35px;
}


/* The Box
-----------------------------------*/

.the-box
{
	background-color:#000;
	width:100%;
	overflow: hidden;
	height:450px;
}

.the-box ul.images
{
	display: block;
  	height: 450px;
  	width: 9999px;
  	padding: 0px;
  	margin: 0;
  	list-style: none;
}

.the-box ul.images li
{
  	float: left;
	position:relative;
}

.the-box ul.images li a
{
   display:block;
}

.the-box ul.images a.text
{
	position:absolute;
	top:30%;
	display:block;
	padding:12px;
	width:126px;
	background-color:#333333;
	color:#FFF;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
}

.the-box ul.images a.text span
{
	display:block;
}



/* Breadcrumbs
-----------------------------------*/

#shopp ul.breadcrumb li
{
	background:#CCC url(images/breadcrumb-separator.gif) 100% 0% no-repeat;
}

#shopp ul.breadcrumb-extra li
{
	background:#CCC url(images/breadcrumb-separator.gif) 100% 0% no-repeat;
}

#shopp ul.breadcrumb li:last-child
{
	background:#CCC url(images/breadcrumb-separator-last.gif) 100% 0% no-repeat;
}

#shopp ul.breadcrumb-extra li:last-child
{
	background:#CCC url(images/breadcrumb-separator-last.gif) 100% 0% no-repeat;
}

/* Nav
-----------------------------------*/

.nav
{
	position:relative;
	background-color:#000;
	clear:left;
}	

.nav ul
{
	list-style:none;
	padding:0px;
	margin:0px;
}	

.nav ul li
{
	position:relative;
	display:block;
	font-size:10px;
	line-height:10px;
	text-transform:uppercase;
/*	color:#FFF; */
	padding:0px;
	margin:0px;
	width:150px;
	float:left; 
	background-color:black;
}	

.nav ul li a
{
	width:126px;
	padding:8px 12px;
	color:#FFF;
	display:block;
}

.nav ul li a:hover
{
	background-color:#333;
}

.nav ul li.current a, .nav ul li.current2 a
{
	background-color:#333;
}

.nav ul li .close, .nav ul li .close2
{
	position:absolute;
	top:8px;
	right:12px;
	cursor:pointer;
	color:#CCC;
}

.nav ul li.current, .nav ul li.current2 .close:hover, .nav ul li.current .close2:hover
{
	color:#FFF;
}

a.cart
{
	padding:8px 12px;
	width:126px;
	display:inline-block;
	color:#FFF;	
	position:absolute;
	top:0px;
	right:0px;
	font-size:10px;
	line-height:10px;
	text-transform:uppercase;
}

.nav ul li.designers
{
	position:relative;
}

.nav ul li.designers
{
	position:relative;
}

.nav ul li.current2 ul li a
{
	background-color:#000;
}

.nav ul li.current2 ul li a:hover
{
	background-color:#333;
}

.nav ul li.designers ul
{
	display:block;
	position:absolute;
	bottom:26px;
	background-color:#000;
}

.nav ul li.designers ul li
{
	display:none;
}

/* Footer Content
-----------------------------------*/
.page
{
	display:none;
}

.page-spacer
{
	display:block;
	width:100%;
	height:0px;
	overflow:hidden;
}


.page#contact table td:first-child, .page#blog table td:first-child
{
	padding-left:0px;
	width:138px;
}

.page table tr
{
	vertical-align:top;
}

.page table tr td
{
	width:126px;
	padding:12px;
	overflow:hidden;
}

.page table tr td.double
{
	width:288px;
	padding-left:0px;
}

.page table tr td.double p
{
	font-size:12px;
	line-height:15px;
}

.page table tr td.tripple
{
	width:426px;
}
.page table p
{
	display:block;
	width:inherit;
	overflow:visible;
}


/* Product Single
-----------------------------------*/

.single
{
	background-color:#FFF;
	min-height:450px;
}

.single.normal-height
{
	height:auto;
}

.single .cart
{
	background-color:#FFF;
	height:auto;
	min-height:450px;	
}

.inner
{
	padding:12px 0px 12px 12px;	
}

.product-info h2
{
	margin-bottom:13px;
}

.product-info h3
{
	margin-top:15px;
	margin-bottom:0px;
}

.product-info p
{
	margin-top:0px;
	margin-bottom:2px;
}

.product-info hr
{
	margin:2px 0px;
}

.product-info select
{
	font-size:10px;
}

.product-info option
{
	font-size:10px;
}

h3.samples { background:black; padding:5px;margin-top:5px;}
h3.samples a { color:white;}

/* Product Single
-----------------------------------*/
table tr td hr
{
	margin:0px;	
}



/* Cart
-----------------------------------*/
table tr.vmiddle
{
	vertical-align:middle;
}

#shopp #cart table tr.vmiddle td
{
	padding:6px 12px;
}

#shopp #cart table tr.vmiddle.top td
{
	padding-top:12px; 
}

#shopp #cart table tr.vmiddle.bottom td
{
	padding-bottom:12px;
}

h3 a.checkout
{
	color:#FFF;
	background-color:#333333;
	padding:3px 10px;
}

h3 a.continue
{
	color:#FFF;
	background-color:#666;
	padding:3px 10px;
}

/* Checkout
-----------------------------------*/
table.checkout
{
	
}

table.checkout td
{
	padding:2px 12px;
	width:150px;
}

table.checkout input
{ 
	width:276px;
}


p.info
{
	position:absolute;
	top:0px;
	right:0px;
}

.cart-summary
{
	background-color:#E6E0DF;
}

th
{
	font-size:10px;	
	line-height:10px;
	text-transform:uppercase;
	font-weight:normal;
	padding:0px;
	margin:0px; 	
}

td
{
	font-size:10px;	
	line-height:13px;
}	

#shopp .cart-summary #cart .totals.total th, #shopp .cart-summary #cart .totals.total td {
font-size:12px;
font-weight:bold;
}

.checkout p
{
	margin:0px;	
}

.checkout .title td
{
	padding:12px;	
}

.checkout input
{
	background-color:#ebebeb;
	border:none;
	padding:2px 4px;
}

table.payment
{
	padding-top:12px;	
}

table.payment td
{
	width:auto;
	padding:2px 0px;
	overflow:visible;
}

table.payment input
{
	width:96%;
}

#shopp form table.payment label
{
	font-size:10px;	
	line-height:13px;
}

p.submit
{
	padding:0px 0px 12px 0px;
	margin:0px;
	
}

p.submit.lovely
{
	display:block;
	padding:3px;
	background:#000 url(images/add-to-cart.gif) 90% 50% no-repeat;
}

p.submit input
{
	color:#FFF;
	background-color:#000;
	padding:3px 0px 3px 12px;
	border:none;
	font-size:10px;	
	line-height:10px;
	text-transform:uppercase;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-stretch:normal;
	width:138px;
	text-align:left;
	cursor:pointer;
}

p.warning
{
	padding:12px;
	margin:0px;
}

p.submit.lovely input
{
	display:block;
	height:40px;
	white-space:normal;
	text-align:left;
	width:132px;
	
	padding:0px;
	padding-right:50px;
	background:none;

}

p.footer
{
	display:block;
	overflow:hidden;
	color:#999;
}

p.footer span
{
	float:right	
}

p.footer a
{
	color:#999;
}

p.footer a:hover
{
	text-decoration:underline;
	color:#666;
}

img#wpstats
{
	display:none;	
}

/* lightbox styling */
#hoverbox {height:auto; width:455px; overflow-x:hidden;}
#hoverbox ul {margin:0; padding:5px 0 0;}
#hoverbox li {height:212px;list-style:none; text-align:center;}
#hoverbox li .label {font-size:13px;/*height:39px;*/}
#hoverbox .addtocart {background:black;color:white;padding:3px 5px; border:hidden;text-transform:uppercase;}
.cartlink {width:455px;margin:0 auto; padding:3px; text-align:center;clear:both;}


#hermitage_close {

position: fixed;
top: 0;
right: 0;

}
