/*
Theme Name: Mellow Yellow
Version: 1.0
Author: Dave Worth
Author URI: http://www.daveworth.co.uk
*/

@import url('./style-reset.css');
@import url('./style-common.css');

/* Default fonts and colors
========================================== */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea,select { 
	color: #000;
	/*font-family: "Verdana", "Lucida Fax", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;*/
}
h1, h2, h3, h4, h5, h6 {
	color: #666;
	/*font-family: "Century Schoolbook", "Century", Georgia, "Times New Roman", serif;*/
	font-weight: normal;
}
p	{ line-height:1.3em; font-size:1em;}
/* LAYOUT
========================================== */
body {
	font-size: 78%;
	line-height: 150%;
	padding:28px 0 30px ;
	background:#e6dc00 url('images/layout/bkgd-home.jpg') no-repeat top center;
	font-family: Arial, Verdana, sans-serif;
}

div#page {
	width: 820px;
	margin: 0 auto;
}

div.container {
	width: 820px;
	margin: 0 auto;
	height: 100%;
	overflow: auto;
}

div.small {
	width: 220px;
	float: left;
}

div.large {
	width: 600px;
	float: right;
}

div.full {
	width: 100%;
	float: left;
}

#content div.container.body .large {
	background-color: #fff;
	padding-top: 16px;
	padding-bottom: 20px;
}

/* HEADER
========================================== */
#header {
	width: 100%;
	margin: 0 auto;
}

#header .container {
	padding: 25px 0 40px;
	background: url('images/logo.png') no-repeat 3px bottom;
}

#header h1,
#header h4 {
	text-transform: none;
}

#header h1,
#header h4,
#header h1 a {
	color: #666;
}

#header h1 {
	display: block;
	font-weight: normal;
	float: left;
	padding: 0 20px 1px 0;
	margin: 0 12px 0 0;
	width: 200px;
	text-align: left;
}
#header h1:first-line {
	font-weight: bold;
}
#header h1 a,
#header h1 a:visited {
	display: block;
	padding-left: 30px;
	color: #4D3F44;
	text-decoration: none;
	width: auto;
}

#header h4 {
	font-size: 120%;
	float: right;
	letter-spacing: 1px;
	padding: 0;
	line-height: 100%;
	text-transform: uppercase;
}

/* SUB HEADER
========================================== */
#sub-header {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background-color: #DA424E;
}
#sub-header ul {
	padding: 6px 70px 6px 12px;
	height: 100%;
	overflow: auto;
	color: #fff;
	font-weight: bold;
}
#sub-header ul li {
	display: block;
	float: left;
	white-space: nowrap;
	padding: 0;
}
#sub-header ul li.first {
	border-left: 0;
}
#sub-header ul li a {
	color: #ddd;
	display: block;
	line-height: 100%;
	float: left;
	padding: 5px 10px 5px;
}
#sub-header ul li a:hover {
	color: #fff;
	text-decoration: none;
}
#sub-header ul li.current-cat a {
	color: #fff;
	text-shadow: none;
}
#sub-header ul li ul {
	display: none;
}

/* MAIN NAVIGATION
========================================== */
#navigation {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: url('images/bg-nav.png') no-repeat left top;
}
#navigation .container {
	height: 42px;
	overflow: visible;
	position:relative;
}
/*#nav {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 100;
	background: transparent url(images/nav-bg.gif) repeat-x left top;
	background-color: #DB4650;
	text-align: right;
	line-height: 175%;
}
#nav li {
	position: relative;
	float: left;
	height: 42px;
	font-size: 100%;
}
#nav li.last-page-item a {
	background-image: none;
}
#nav li a {
	display: block;
	float: left;
	background: url(images/nav-separator.gif) no-repeat right top;
	padding: 11px 12px 10px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
}
#nav li a:hover,
#nav ul li a:hover,
#nav li.current_page_item a,
#nav li.current_page_parent a {
	color: #FFD3D4;
}

#nav li ul {
	position: absolute;
	visibility: hidden;
	float: none;
	top: 42px;
	left: 0px;
	width: 150px;
	margin: 0;
	padding: 5px 10px 6px 10px;
	z-index: 10000;
	border: 1px solid #C0ACB2;
	border-bottom-width: 2px;
	border-bottom-color: #AF9DA3;
	border-top: 0;
	background-color: #fff;
	opacity: 0.97;
}

#nav li:hover ul,
#nav li.iehover ul {
	visibility: visible;
}
#nav ul li{
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-size: 100%;
	line-height: 100%;
	overflow: hidden;
	white-space: normal;
	border-bottom: 1px dotted #E1DAB7;
}
#nav ul li:last-child {
	border-bottom: 0;
}
#nav ul li a {
	display: block;
	width: auto;
	height: auto;
	float: none;
	font-weight: normal;
	background-image: none;
	padding: 6px 0;
	white-space: normal;
	color: #666;
}
#nav li.current_page_item ul li a,
#nav li.current_page_parent ul li a {
	color: #666;
}
#nav li ul li a:hover,
#nav li.current_page_item ul li a:hover,
#nav li ul li.current_page_item a {
	color: #DA444F;
}

#nav li.nav-start {
	background: transparent url(images/nav-start.gif) no-repeat left top; 
	width:12px;
	height:42px;
}
#nav li.nav-end {
	background: transparent url(images/nav-end.gif) no-repeat right top; 
	width:12px;
	height:42px;
}
*/

/*#mc_menu_1 {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 100;
	background: transparent url(images/nav-bg.gif) repeat-x left top;
	background-color: #DB4650;
	text-align: right;
	line-height: 175%;
}
#mc_menu_1 li {
	position: relative;
	float: left;
	height: 42px;
	font-size: 100%;
	text-transform:uppercase;
}
#mc_menu_1 li.last-page-item a {
	background-image: none;
}
#mc_menu_1 li a {
	display: block;
	float: left;
	background: url(images/nav-separator.gif) no-repeat right top;
	padding: 11px 12px 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
}
#mc_menu_1 li a:hover,
#mc_menu_1 ul li a:hover,
#mc_menu_1 li.current_page_item a,
#mc_menu_1 li.current_page_parent a {
	color: #FFD3D4;
}

#mc_menu_1 li ul {
	position: absolute;
	visibility: hidden;
	float: none;
	top: 42px;
	left: 0px;
	width: 150px;
	margin: 0;
	padding: 5px 10px 6px 10px;
	z-index: 10000;
	border: 1px solid #C0ACB2;
	border-bottom-width: 2px;
	border-bottom-color: #AF9DA3;
	border-top: 0;
	background-color: #fff;
	opacity: 0.97;
}

#mc_menu_1 li:hover ul,
#mc_menu_1 li.iehover ul {
	visibility: visible;
}
#mc_menu_1 ul li{
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-size: 100%;
	line-height: 100%;
	overflow: hidden;
	white-space: normal;
	border-bottom: 1px dotted #E1DAB7;
}
#mc_menu_1 ul li:last-child {
	border-bottom: 0;
}
#mc_menu_1 ul li a {
	display: block;
	width: auto;
	height: auto;
	float: none;
	font-weight: normal;
	background-image: none;
	padding: 6px 0;
	white-space: normal;
	color: #666;
}
#mc_menu_1 li.current_page_item ul li a,
#mc_menu_1 li.current_page_parent ul li a {
	color: #666;
}
#mc_menu_1 li ul li a:hover,
#mc_menu_1 li.current_page_item ul li a:hover,
#mc_menu_1 li ul li.current_page_item a {
	color: #DA444F;
}

#mc_menu_1 li.nav-start {
	background: transparent url(images/nav-start.gif) no-repeat left top; 
	width:12px;
	height:42px;
}
#mc_menu_1 li.nav-end {
	background: transparent url(images/nav-end.gif) no-repeat right top; 
	width:12px;
	height:42px;
}*/


/* CONTENT
========================================== */
#content {
	clear: both;
	width: 100%;
	margin: 0 auto;
}

/*fixes other content inside content box*/
#content #content {
	background: transparent;
	width: auto;
	padding: 20px;
	margin: 0;
	border: 0;
}

/*#content h1 {
	color: #503D43;
}
#content h2 {
	padding: 0px 0 6px;
}
#content h2 a, #content h2 a:link, #content h2 a:visited,
#content h3 a, #content h3 a:link, #content h3 a:visited {
	color: #666;
	text-decoration: none;
}
#content h2 a:hover,
#content h3 a:hover {
	color: #DA444F;
	text-decoration: none;
}

#content h3 {
	padding: 6px 0 12px;
}

#content h4 a,
#content h4 a:visited {
	color: #666;
}*/

#content ul {
	list-style-type: none;
}
#content ul, #content ol {
	padding: 0 0 20px;
}
#content ul li,
#content ol li {
	background: url('images/bullet.gif') no-repeat 16px 9px;
	padding: 3px 0 3px 30px;
}
#content ul li a { font-weight: normal; text-decoration: none }
#content ul li a:hover { text-decoration: underline }

#content ul ul {
	padding: 0;
}
#content ol { 
	margin-left: 30px;
}
#content ol li {
	padding-left: 0;
	background-image: none;
}

img.right,
img.align-right,
img.alignright {
	float: right;
	margin: 0 0 6px 12px;
	display: inline;
}
img.left,
img.align-left,
img.alignleft {
	float: left;
	margin: 0 12px 6px 0;
	display: inline;
}

img.centered { display: block; margin: 0 auto 6px; }
img.wp-smiley { border: none; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* POST
========================================== */
#content .post,
#content .post-nav,
#content #comments {
	clear: both;
	padding: 0 20px 0 20px;
	height: 100%;
	overflow: auto;
}

#content .post-content img {
	max-width: 460px;
}

#content .post a.more-link {
	padding-right: 15px;
	background: url('images/icon-more.png') no-repeat right center;
}

#content .post-title h2 {
	margin-bottom: 12px;
	padding-bottom: 11px;
	border-bottom: 1px dotted #DCC49A;
}

#content .post-footer h4 {
	font-size: 110%;
	padding: 0 0 12px;
	text-transform: uppercase;
}

#content .post-footer h4,
#content .post-footer h4 a,
#content .post-footer h4 a:link,
#content .post-footer h4 a:visited {
	color: #999;
}
#content .post-footer h4 a:hover,
#content .post-footer h4 a:active {
	color: #DA444F;
}

#content .post-footer span {
	padding-right: 4px;
	padding-left: 19px;
	background: url('images/icon-post.png') no-repeat left center;
}
#content .post-footer span.post-comments {
	background-image: url('images/icon-comment.png');
}
#content .post-footer span.post-date {
	background-image: url('images/icon-date.png');
}
#content .post-footer span.post-category {
	padding-right: 3px;
}

#content .post table {
	background-color: #fff;
	border-collapse: collapse;
	border: 1px solid #EAEAEA;
	border-width: 1px 0px 1px 1px;
	border-left-width: 3px;
}
#content .post table th {
	border: 1px solid #EAEAEA;
	border-width: 0px 1px 0px 0px;
}
#content .post table td {
	border: 1px solid #EAEAEA;
	border-width: 0px 1px 0px 0px;
}

/* Next and Previous Post Navigation
========================================== */
#content .post-nav {
	clear: both;
	text-align: right;
	padding-bottom: 20px;
}
#content .post-nav,
#content .post-nav a,
#content .post-nav a:link,
#content .post-nav a:visited {
	color: #999;
}
#content .post-nav .previous {
	text-align: left;
	float: left;
}
#content .post-nav .next {
	text-align: right;
}

/* Post Pages Navigation
========================================== */
#content p.pagenav {
	clear: both;
}
#content p.pagenav,
#content .pagenav a,
#content .pagenav a:link,
#content .pagenav a:visited {
	color: #666;
}

#content .pagenav a,
#content .pagenav span {
	border: 1px solid #EAEAEA;
	margin: 0 2px 0;
	padding: 3px 6px 4px;
	display: inline;
}
#content .pagenav span.extend {
	border: 0;
	padding: 0;
}

#content .pagenav a {
	text-transform: lowercase;
	background-color: #F3F3F3;
	text-decoration: none;
	line-height: 50%;
}
#content .pagenav a:hover {
	border-color: #BDAEB4;
}
#content .pagenav span.current {
	background-color: #fff;
}

/* COMMENTS
========================================== */
#comments #comment_form {
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#comments .comment-wrap {
	height: 100%;
	overflow: auto;
	margin: 0 0 12px 0;
	padding: 0 12px 0;
	clear: both;
	background-color: #fff;
	border: 1px solid #EAEAEA;
}

#comments h3 {
	padding-top: 0;
}
#comments h3#respond {
	padding-top: 8px;
}

#comments .comment-wrap img.avatar {
	margin: 0;
	margin-bottom: 12px;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
}

#comments .comment-wrap .left {
	width: 65px;
	padding-top: 12px;
	float: left;
}

#comments .comment-wrap .right {
	width: 457px;
	float: left;
	padding: 12px 0 6px 12px;
}

#comments .comment-wrap .right a {
	text-decoration: none;
}

#comments .comment-wrap .right a:hover {
	text-decoration: none;
}

#comments .comment-wrap .right cite {
	margin: 0;
	padding: 0;
	font-style: normal;
	display: block;
	height: 100%;
	overflow: auto;
}
#comments .comment-wrap .right cite b {
	float: left;
}
#comments .comment-wrap .right cite b a {
	
}
#comments .comment-wrap .right cite small {
	font-size: 90%;
	float: right;
}

#comments .comment-wrap .right p {
	padding: 12px 0;
	clear: both;
}

#comments .comment-wrap .right blockquote,
#comments .comment-wrap .right code,
#comments .comment-wrap .right pre {
	margin: 6px 0;
	clear: both;
}

#comments .alt {
	background-color: #F6F6F6;
}

#comments .author {
	background-color: #F7F8E8;
	border-color: #E1DAB7;
}

/* MAIN SIDEBAR
========================================== */
#sidebar-1 {
	background-color: transparent;
}
#sidebar-1 .sidebar:first-child,
#sidebar-1 .sidebar.first-child {
	background-color: #7DCFE7;
	border-bottom-color: #1F9FD4;
	border-bottom-style: dotted;
}
#sidebar-1 .sidebar {
	behavior: expression(this.firstChild.style.background = &quot;#7DCFE7&quot;);
}
#sidebar-1 .sidebar:first-child h3,
#sidebar-1 .sidebar.first-child h3 {
	color: #fff;
}

#content .sidebar {
	padding: 12px 20px 12px;
	margin: 0 0 0px 0;
	clear: both;
	height: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #DCC49A;
}

#content .sidebar a:link,
#content .sidebar a:visited {
	color: #375362;
	font-weight: normal;
}
#content .sidebar a:hover,
#content .sidebar a:active {
	color: #DA444F;
	text-decoration: none;
}

#content .small h3 {
	color: #DA444F;
	padding: 0 0 12px;
	margin: 0;
	font-weight: normal;
}
#content .small h4 {
	padding: 0;
}
#content .small p {
	padding-right: 0;
	padding-bottom: 6px;
	margin: 0;
	color: #666;
}

#content .small ul {
	margin: 0;
	padding: 0 0 0px 0;
}
#content .small ul li {
	color: #375362;
	font-weight: bold;
	line-height: 125%;
	padding-left: 12px;
	background-position: 0px 8px;
}
#content .small ul li a:link,
#content .small ul li a:visited {
	text-decoration: none;
}

#content .small ul li a:hover,
#content .small ul li a:active {
	text-decoration: none;
	font-weight: bold;
}

#content .small ul li.current_page_item,
#content .small ul li.current_page_item a {
	font-weight: bold;
}

#content .small ul li ul {
	border: 0;
}
#content .small ul li input,
#content .small ul li select {
	margin-bottom: 0;
}

#content .small ul li span.recent_date {
	padding-left: 3px;
	font-size: 80%;
	font-weight: bold;
	color: #889763;
}
#content .sidebar ul li a:hover {
	text-decoration: none;
}
#content .small ul ul {
	border: 0;
	padding: 0;
}
#content .small ul ul li {
	border: 0;
	padding: 3px 0;
	background: url('images/bullet.gif') no-repeat 3px center;
	padding-left: 14px;
}

/*Custom sidebars*/
#content .sidebar.tiny {
	float: left;
	clear: none;
	margin-right: 0;
}
#content .sidebar.tiny ul {
	margin-right: 20px
}
/*Ads sidebar*/
#content #ads.sidebar {
	margin-right: 0;
	margin-bottom: 0;
	padding-right: 20px;
	height: 100%;
	overflow: auto;
	border: 0;
	padding: 0;
}
#content #ads.sidebar img {
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
}

/* CREDITS
========================================== */
#credits {
	clear: both;
	width: 100%;
	padding: 12px 0 0;
}

#credits p {
	padding: 0 20px 12px 0;
	margin: 0;
	color: #BDAEB4;
	font-size: 90%;
}

#credits a,
#credits a:visited {
	color: #666;
}

#credits a:hover,
#credits a:active {
	color: #DA444F;
}

/* Footer Credits
========================================== */
#credits ul.nav {
	padding: 0 0 12px;
	text-align: right;
}

#credits ul.nav li {
	color: #666;
	margin: 0;
	display: inline;
}

#credits ul.nav li a {
	display: inline;
	margin: 0;
	padding: 0px 6px 0px 4px;
	border-right: 1px solid #BDAEB4;
}
#credits ul.nav li a,
#credits ul.nav li a:visited {
	
}
#credits ul.nav li a:hover,
#credits ul.nav li a:active {
	
}
#credits ul.nav li a.top {
	border: 0;
	padding-right: 0;
}

/* WIDGETS AND PLUGINS */
/* Search form
========================================== */
form#search-form {
	height: 25px;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #DCC49A;
	border-width: 0 1px 1px 0;
	margin: 0;
	position: relative;
}

form#search-form input.text,
form#search-form label.overlabel-apply {
	font-size: 110%;
}

form#search-form input.text {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 110px;
	height: 15px;
	padding: 4px 3px 4px 4px;
	margin: 0;
	z-index: 0;
	background: #fff;
}
form#search-form input.button-search {
	position: absolute;
	top: 3px;
	right: 3px;
	margin: 0px;
	display: block;
	line-height: 100%;
	width: 50px;
	height: 25px;
}
form#search-form label.overlabel {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
form#search-form label.overlabel-apply {
	display: block;
	color: #666;
	position: absolute;
	top: 10px;
	left: 9px;
	margin: 0;
	z-index: 1;
	cursor: text;
	line-height: 100%;
	font-size: 100%;
}

/* Calendar
========================================== */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #666;
	text-align: right;
}
#wp-calendar th {
	color: #666;
	font-size: 80%;
	padding-left: 0;
	padding-right: 0;
}
#wp-calendar a {
	font-weight: bold;
}

#wp-calendar tfoot td {
	text-align: left;
}
#wp-calendar tfoot td#next {
	text-align: right;
}
#wp-calendar td#today {
	background-color: #f3f3f3;
}

/* Shopping Cart Buttons
========================================== */
input.wpsc_buy_button {
	/*width: 115px;
	height: 33px;*/
}
input.make_purchase {
	width: 138px;
	height: 33px;
}


/* ========================================== */
/* DW ADDITIONS */
/* ========================================== */
body.page-id-24		{ background:#e5b918 url('images/layout/bkgd-womens.jpg') no-repeat top center; }
body.page-id-27		{ background:#3b1306 url('images/layout/bkgd-mens.jpg') no-repeat top center; }

h1					{ }
h1.home				{ text-indent:-999em; position:absolute;}
h2					{ font-weight:normal; font-size: 2em; color:#91260a; margin:0 0 5px 0; line-height:1.1em; letter-spacing:-.01em; padding:0; }
h2 a,
h2 a:visited		{ color:#91260a; text-decoration:none; }
h3					{ background-color:#ac0021; color:#FFF; margin:0; padding:5px 20px 3px 30px; font-size:1.2em; margin:-3px 0 25px 0;  }

/* ---------------------------- */
/* LAYOUT */
/* ---------------------------- */
#container				{ width:796px; text-align:left; margin:0 auto; position:relative;  } 
#col-left				{ float:left; width:186px; margin-right:15px; }
#col-left img.logo		{ margin-bottom:25px;}
#col-right				{ float:left; width:595px; padding-bottom:35px; }
#header					{ position:relative; height:60px;}
#content				{ clear:both; }

/* ---------------------------- */
/* SHOPPING-CART */
/* ---------------------------- */
#sideshoppingcart						{ position:absolute; top:0; right:0; background:url('images/layout/bkgd-shoppingCart.png') no-repeat 0 0; width:387px; height:36px; }
#sideshoppingcart h3					{ text-indent:-999em; background-color:transparent;}
#sideshoppingcart span.items			{ display:block; margin-left:225px; margin-top:-20px;}
#sideshoppingcart p.empty,
#sideshoppingcart p.visitshop,
div.shopping-cart-wrapper p,
#sideshoppingcart table.shoppingcart	{ display:none; }
#sideshoppingcart span.items			{ position:absolute; top:8px; left:215px; margin:0; font-size:.8em;}
#sideshoppingcart  span.numberitems		{ margin-right:0;}
#sideshoppingcart span.totalhead,
#sideshoppingcart span.checkout-shipping{ display:none;}
#sideshoppingcart span.checkout-total	{ position:absolute; top:8px; right:10px; font-weight:bold; width:auto; }


form.wpsc_empty_the_cart,
span.gocheckout							{ display:none;}

a.shopping-cart							{ display:block; width:156px; height:25px; position:absolute; top:5px; left:250px; text-indent:-999em; background:url('images/layout/btn-shoppingCart.png') no-repeat 0 0;}
a.shopping-cart:hover					{ opacity: 0.7; -ms-filter: "alpha(opacity=70)"; filter: alpha(opacity=70); zoom: 1; }


/* ---------------------------- */
/* HOME */
/* ---------------------------- */
body.home #col-right						{ padding-bottom:0; }

#cnt-colLeft							{ background:url('images/home/bkgd-content.jpg') no-repeat 0 0; float:left; margin-right:15px; width:390px; height:520px; position:relative;}
#cnt-colRight							{ float:left; width:190px; } 
#cnt-colLeft div						{ display:block; position:absolute; width:160px; top:190px; right:15px; }

#cnt-colRight ul li						{ list-style:none; margin-bottom:15px; background-image:none; padding:0; }
#cnt-colRight ul li	a,
#cnt-colRight ul li	a:visited			{ display:block; height:164px; text-decoration:none; background-position:0 0; background-repeat:no-repeat; text-indent:-999em;  }
#cnt-colRight ul li.womens a			{ background-image:url('images/home/bkgd-womens.jpg'); }
#cnt-colRight ul li.mens a				{ background-image:url('images/home/bkgd-mens.jpg'); }
#cnt-colRight ul li.accessories a		{ background-image:url('images/home/bkgd-accessories.jpg'); }
#cnt-colRight ul li	a:hover				{
opacity: 0.7;                    /* Firefox, Safari(WebKit), Opera */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
filter: alpha(opacity=70);       /* IE 4-7 */
zoom: 1;       /* set "zoom", "width" or "height" to trigger "hasLayout" in IE 7 and lower */ 
}


/* ---------------------------- */
/* NAVIGATION */
/* ---------------------------- */
/* Primary Nav */
/* ---------------------------- */
ul#mc_menu_1						{}
ul#mc_menu_1 li						{ list-style:none; margin-bottom:6px; }
ul#mc_menu_1 li a,
ul#mc_menu_1 li a:visited			{ display:block; text-decoration:none; padding:9px 15px 0 50px; height:27px; color:#90270a; font-size:1.2em; font-weight:bold; background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
ul#mc_menu_1 li#menu_item_2 a		{ background-image:url('images/navigation/about.png') }
ul#mc_menu_1 li#menu_item_7 a		{ background-image:url('images/navigation/womens.png') }
ul#mc_menu_1 li#menu_item_8 a		{ background-image:url('images/navigation/mens.png') }
ul#mc_menu_1 li#menu_item_9 a		{ background-image:url('images/navigation/accessories.png') }
ul#mc_menu_1 li#menu_item_10 a		{ background-image:url('images/navigation/contact.png') }
ul#mc_menu_1 li a:hover				{ opacity: 0.7;                    /* Firefox, Safari(WebKit), Opera */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
filter: alpha(opacity=70);       /* IE 4-7 */
zoom: 1;       /* set "zoom", "width" or "height" to trigger "hasLayout" in IE 7 and lower */ 
}

/* Top Nav */
/* ---------------------------- */
#mc_menu_2						{ padding-top:10px;}
#mc_menu_2 li					{ list-style:none; float:left; margin-right:15px; }
#mc_menu_2 li a,
#mc_menu_2 li a:visited			{ font-size:.9em; color:#FFF; text-decoration:underline; }
#mc_menu_2 li a:hover			{ text-decoration:none; }

/* Footer Nav */
/* ---------------------------- */
#footer							{ clear:both; background:url('images/layout/bkgd-footerNav-left.png') no-repeat top left; padding-left:10px; position:absolute; right:0; bottom:0;}
#footer-child					{ height:27px; background:url('images/layout/bkgd-footerNav-right.png') no-repeat top right; position:relative; width:400px; }		
#footer ul						{ position:absolute; right:20px; top:5px;}
#footer ul li					{ list-style:none; float:left; padding-right:10px; margin-left:10px; border-right:1px solid #952C0A}
#footer ul li#menu_item_14		{ border:none; padding:0;}
#footer ul li a					{ font-size:.9em;}

/* ---------------------------- */
/* CLOTHES */
/* ---------------------------- */
#content-fullWidth						{ background:url('images/layout/bkgd-contentTop.png') no-repeat 0 0; padding-top:15px; }
#content-fullWidth-child				{ padding:0 15px 15px 15px; background:#FFF url('images/layout/bkgd-contentBottom.png') no-repeat left bottom;}

/* ---------------------------- */
/* ABOUT US */
/* ---------------------------- */
body.page-id-2 #content-fullWidth			{ background:url('images/layout/bkgd-aboutBottom.png') no-repeat left bottom; padding-bottom:15px; }
body.page-id-2 #content-fullWidth-child		{ padding:15px 25px 15px 270px; background:url('images/layout/bkgd-aboutTop.jpg') no-repeat left top;}
body.page-id-2 #content-fullWidth-child h2	{ margin-bottom:0}
body.page-id-2 #content-fullWidth-child h2 a{ margin-bottom:.5em; color:#FFDE16}
body.page-id-2 #content-fullWidth-child p	{ color:#FFF;}

/* ---------------------------- */
/* CONTACT US */
/* ---------------------------- */
body.page-id-31 #content-fullWidth					{ background:url('images/layout/bkgd-contactBottom.png') no-repeat left bottom; padding-bottom:15px; }
body.page-id-31 #content-fullWidth-child			{ padding:150px 25px 15px 270px; background:url('images/layout/bkgd-contactTop.jpg') no-repeat left top; min-height:400px; height:auto !important; height:400px;}
body.page-id-31 #content-fullWidth-child h2			{ margin-bottom:0; }
body.page-id-31 #content-fullWidth-child h2 a		{ margin-bottom:.5em; }
body.page-id-31 #content-fullWidth-child p			{ color:#000;}




/* List */
/* ---------------------------- */
div.product_grid_display div.product_grid_item					{ margin:0 21px 16px 0; width:120px; /*border-bottom:1px solid #91260a;*/ }
div.item_image													{ background-image:none; height:auto; width:auto; }
div.product_grid_display div.product_grid_item img				{ width:120px; height:160px; border:1px solid #CECECE !important; padding:0 !important}
div.product_grid_display div.product_grid_item a:hover img		{ opacity: 0.7; -ms-filter: "alpha(opacity=70)"; filter: alpha(opacity=70); zoom: 1; }
div.grid_product_info div.product_text							{ padding-top:0; line-height:1.2em }
div.grid_product_info											{ text-align:left;}


/* Single Item */
/* ---------------------------- */
div.productdisplay									{ margin-bottom:0;}
.single_product_display								{ margin-top:15px; position:relative; /*min-height:370px; height:auto !important; height:370px;*/}
.single_product_display div.producttext				{ width:270px; float:left;}
/*.single_product_display div.textcol					{ margin-left:270px !important;}
div.productdisplay div.imagecol img					{ position:absolute; top:0; left:0; width:250px; height:264px; border:1px solid #CECECE }*/
div.single_product_display div.textcol div.imagecol			{ width:250px; position:relative; display:block; z-index:9; float:left; }
div.productdisplay div.imagecol img					{ border:2px solid #CECECE}
.single_product_display h2.prodtitles				{ font-size:1.3em; font-weight:bold;}
.single_product_display .wpsc_description p			{ }
.single_product_display .wpsc_product_price			{ font-size:1.1em; font-weight:bold; margin-top:10px; color:#a6654b;}

div.producttext form,
div.textcol form									{ min-width:270px !important; }

p.soldout				{ color:red; margin:10px 0; font-weight:bold; }

/* Fancy notification */
#fancy_notification #fancy_notification_content, #fancy_notification #loading_animation	{ /*position:static; left:auto; height:auto;*/}


/* ---------------------------- */
/* FORMS */
/* ---------------------------- */
form table h4										{ padding-top:20px;}
form table td										{ padding:0;}
form input.text, form textarea.text					{ background-image:none;}


/* ---------------------------- */
/* SHOPPING CART */
/* ---------------------------- */
table.productcart										{ width:100%; margin-bottom:10px;}
table.productcart label									{ font-weight:bold; color:#000;}
div#wpsc_shopping_cart_container h2						{ font-size:1.5em; }
div#wpsc_shopping_cart_container table.productcart		{ width:70%; margin-left:108px; text-align:left;}
div#wpsc_shopping_cart_container table.productcart td	{ text-align:left; /*width:19px;*/ padding:7px 15px;}
td label 
form.wpsc_checkout_forms								{ margin-top:20px;}
p.validation-error										{ background-color:red; color:#FFF; margin-bottom:15px; padding:3px 7px; font-size:.9em; }
table.wpsc_checkout_table label							{ margin:12px 0 12px 75px; padding-right:10px}
table.wpsc_checkout_table input.make_purchase			{ margin:25px 0 0 168px}

#TB_overlay		{ height:100% !important;}

/* --------------------- */
.clearfix:after {
    content: "."; /* the period is placed on the page as the last thing before the div closes */
	display: block; /* inline elements don't respond to the clear property */ 
    height: 0; /* ensure the period is not visible */
    clear: both; /* make the container clear the period */
    visibility: hidden; /* further ensures the period is not visible */
}
/*.clearfix {display: inline-block;} /* a fix for IE Mac */
/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */