/*

Theme Name: Crafty Cart

Version: 1.0.6

Author: Billion Studio

Author URI: http://www.billionstudio.com/

Tags: two columns, e-commerce, shop, cart, widgets, gravatars

Description: A Retro Shop Theme designed for the WP e-Commerce Plugin</a>

Licence: This theme is released under the terms of the GPL Version 2 Licence.

*/



@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: #666666;
	font-family: georgia, "Times New Roman", Times, serif;
}

h1, h2, h3, h4, h5, h6 {

	color: #736859;

	font-family: georgia, "Times New Roman", Times, serif;

	font-weight: normal;

}





/* LAYOUT

========================================== */

body {

	font-size: 80%;

	line-height: 120%;

	background-color: #000000;

}



div#page {

	width: 820px;

	margin: 0 auto;

}



div.container {

	width: 820px;

	margin: 0 auto;

	height: 110%;

	overflow: auto;

}



div.small {

	width: 220px;

	float: left;

}



div.large {

	width: 600px;

	float: right;

}

div.xlarge {

	width: 820px;

	float: right;

}



div.full {

	width: 100%;

	float: left;

}



#content div.container.body .large {

	background-color: #fff;

	padding-top: 16px;

	padding-bottom: 20px;

	min-height: 1500px;



}



#content div.container.body .xlarge {

	background: white;

	padding-top: 16px;

	padding-bottom: 20px;

}



#content div.container.body .front {

	background-color: none;

	padding-top: 16px;

	padding-bottom: 20px;

	border-top-width: thin;

	border-bottom-width: thin;

	border-top-style: solid;

	border-bottom-style: solid;

	border-top-color: #DFDACE;

	border-bottom-color: #DFDACE;

	text-align: center;

	min-height: 640px;

}



/* HEADER

========================================== */

#header {

	width: 100%;

	margin: 0 auto;

}



#header .container {

	background-color: none;

	margin-bottom: -20px;

}



#header h1,

#header h4 {

	text-transform: none;

}



#header h1,

#header h4,

#header h1 a {

	color: #fff;

	

}



#header h1 {

	display: block;

	font-weight: normal;

	float: left;

	padding: 0 20px 1px 0;

	margin: 0 12px 0 0;

	text-align: left;



}

#header h1:first-line {

	font-weight: bold;

}

#header h1 a,

#header h1 a:visited {

	display: block;

	color: #ffffff;

	text-decoration: none;

	margin-left: -30px;		

}



#header h4 {
	font-size: 100%;
	float: left;
	letter-spacing: 1px;
	padding: 0;
	line-height: 100%;
	text-transform: none;
	font-style: italic;
	font-weight: lighter;
	font-variant: small-caps;
	margin-top: -55px;
	margin-left: 310px;
	color: #CCCCCC;
}



/* SUB HEADER

========================================== */

#sub-header {

	clear: both;

	width: 100%;

	margin: 0 auto;

	background-color: #3D3329;

}

#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;



}

#navigation .container {

	height: 24px;

	overflow: visible;

}

#nav {

	position: relative;

	float: right;

	margin: 0;

	padding: 0;

	list-style-type: none;

	z-index: 100;

	text-align: right;

	line-height: 100%;

	font-weight: lighter;

	font-variant: small-caps;

}

#nav li {

	position: relative;

	float: left;

	margin-top: 0px;

	height: 12px;

	font-size: 100%;

	border-right-width: thin;

	border-right-style: solid;

	border-right-color: #D6CDC2;	

}

#nav li.last-page-item a {

	background-image: none;

}

#nav li a {

	display: block;

	float: left;

	color: #fff;

	font-weight: normal;

	text-decoration: none;

	white-space: nowrap;

	text-align: left;

	padding-top: 0px;

	padding-right: 10px;

	padding-bottom: 10px;

	padding-left: 10px;

}

#nav li a:hover,

#nav ul li a:hover,

#nav li.current_page_item a,

#nav li.current_page_parent a {

	color: #80D9D9;

}



#nav li ul {

	position: absolute;

	visibility: hidden;

	float: none;

	top: 18px;

	left: 0px;

	width: 150px;

	margin: 0;

	padding: 5px 10px 6px 10px;

	z-index: 10000;

	border-bottom-width: 1px;

	border-bottom-color: #AEA484;

	background-color: #fff;

	opacity: 0.97;

	border-bottom-style: solid;

}



#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 #3D3329;

}

#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: #736859;

}

#nav li.current_page_item ul li a,

#nav li.current_page_parent ul li a {

	color: #736859;

}

#nav li ul li a:hover,

#nav li.current_page_item ul li a:hover,

#nav li ul li.current_page_item a {

	color: #80D9D9;

}



#nav li.nav-start {

	width:0px;

	height:12px;

}

#nav li.nav-end {

	width:0px;

	visibility: hidden;

	height:12px;

}



/* 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: #3D3329;

}

#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 {

	text-decoration: none;

}

#content h2 a:hover,

#content h3 a:hover {

	text-decoration: none;

}



#content h3 {

	padding: 6px 0 12px;

}



#content h4 a,

#content h4 a:visited {

	color: #736859;

}



#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-top: 3px;

	padding-right: 0px;

	padding-bottom: 3px;

	padding-left: 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 { 

	

}

#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: 560px;

}



#content .post a.more-link {

	padding-right: 15px;

	background: url('images/icon-more.png') no-repeat right center;

}



#content .post-title h2 {

	margin-bottom: 8px;

	padding-bottom: 10px;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #AEA484;

	color: #736859;

}



#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: #80D9D9;

}



#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-left-width: 3px;

	border-top-width: 1px;

	border-right-width: 0px;

	border-bottom-width: 1px;

	border-top-style: solid;

	border-right-style: solid;

	border-bottom-style: solid;

	border-left-style: solid;

	border-top-color: #D6CDC2;

	border-right-color: #D6CDC2;

	border-bottom-color: #D6CDC2;

	border-left-color: #D6CDC2;

}

#content .post table th {

	border: 1px solid #D6CDC2;

	border-width: 0px 1px 0px 0px;

}

#content .post table td {

	border: 1px solid #D6CDC2;

	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: #736859;

}



#content .pagenav a,

#content .pagenav span {

	border: 1px solid #D6CDC2;

	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: #D6CDC2;

	text-decoration: none;

	line-height: 50%;

}

#content .pagenav a:hover {

	border-color: #AEA484;

}

#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 #D6CDC2;

}



#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 #D6CDC2;

}



#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: #D6CDC2;

}



#comments .author {

	background-color: #D6CDC2;

	border-color: #AEA484;

}



/* MAIN SIDEBAR

========================================== */

#sidebar-1 {

	background-color: transparent;

}

#sidebar-1 .sidebar:first-child,

#sidebar-1 .sidebar.first-child {

	background-color: none;



}

#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: #80D9D9;

}



#content .sidebar {

	clear: both;

	height: 100%;

	overflow: hidden;

	background-color: none;

	margin-top: 0;

	margin-right: 0;

	margin-bottom: 0px;

	margin-left: 0;

	padding-top: 5px;

	padding-right: 20px;

	padding-bottom: 8px;

	padding-left: 20px;

}



#content .sidebar a:link,

#content .sidebar a:visited {

	color: #ffffff;

	font-weight: normal;

	padding-left: 10px;

}

#content .sidebar a:hover,

#content .sidebar a:active {

	color: #80D9D9;

	text-decoration: none;

}



#content .small h3 {

	color: #80D9D9;

	margin: 0;

	font-weight: normal;

	padding-top: 5px;

	padding-right: 0;

	padding-bottom: 5px;

	padding-left: 0;

}

#content .small h4 {

	color: #BEB09E;

	padding-top: 0;

	padding-right: 0;

	padding-bottom: 0;

	padding-left: 5px;

}

#content .small p {

	padding-right: 0;

	padding-bottom: 6px;

	margin-left: 1px;

	color: #BDAF9D;	

}



#content .small ul {

	margin-left: 15px;

	padding: 0 0 0px 0;

}

#content .small ul li {
	color: #FFFFFF;
	font-weight: normal;
	line-height: 115%;
	padding-left: 12px;
	background-position: 0px 8px;
	font-size: 90%;
}

#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;



}



#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: #AEA484;

}

#content .sidebar ul li a:hover {

	text-decoration: none;

}

#content .sidebar ul li a{

	margin-left: -10px;

}

	

#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: #333333;
	font-size: 90%;
}



#credits a,

#credits a:visited {
	color: #333333;
}



#credits a:hover,

#credits a:active {
	color: #BBE3E3;
}



/* Footer Credits

========================================== */

#credits ul.nav {

	padding: 0 0 12px;

	text-align: right;

	font-size: x-small;

}



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



#credits ul.nav li a {
	display: inline;
	margin: 0;
	padding: 0px 6px 0px 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}

#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;

	margin: 0;

	position: relative;

	border-top-width: 0;

	border-right-width: 1px;

	border-bottom-width: 1px;

	border-left-width: 0;

	border-top-style: solid;

	border-right-style: solid;

	border-bottom-style: solid;

	border-left-style: solid;

	border-top-color: #D6CDC2;

	border-right-color: #D6CDC2;

	border-bottom-color: #D6CDC2;

	border-left-color: #D6CDC2;

}



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: #736859;

	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: #736859;

	text-align: right;

}

#wp-calendar th {

	color: #736859;

	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: #D6CDC2;

}



/* Shopping Cart Buttons

========================================== */

input.wpsc_buy_button {

	width: 95px;

	height: 25px;

}

input.make_purchase {

	width: 138px;

	height: 25px;

}



/* hail to the king :D */



/* ================================================================ 

This copyright notice must be untouched at all times.



The original version of this stylesheet and the associated (x)html

is available at http://www.cssplay.co.uk/menus/final_drop.html

Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.

This stylesheet and the associated (x)html may be modified in any 

way to fit your requirements.

=================================================================== */



.menu {

	position:relative;

	width:600px;

	font-size: 9pt;

	height:32px;

	float:left;

	z-index:100;

	margin-left: -900px;

	margin-top: 129px;

	display: inline;

}



.menu a, .menu a:visited {

	display:block;

	font-variant: small-caps;

	margin-top: 6px;

	padding-top: 5px;

	padding-right: 15px;

	padding-bottom: 7px;

	padding-left: 15px;

}



.menu a:hover, {

	}

	

.menu li {

	float:left;

	position:relative; }



.menu ul, .menu ul a {

	list-style-type:none; 

	color: #ffffff;

	}

	

.menu ul a:hover, .menu ul :hover > a {

	color:#D1EF25;

	background-color: #8b7666;

	}

	

.menu ul ul, .menu ul ul a {

	margin-top: 16px;

	width:auto;

	font-size: 9pt;

	color:#8b7666;

	background-color: #e8f792;

	line-height: 9pt;	

	}



.menu ul ul a:hover, .menu ul ul :hover > a {

	color:#8b7666;

	background-color: #D1EF25;	

}



/* style the second level background */

.menu ul ul a.drop, .menu ul ul a.drop:visited {}

/* style the second level hover */

.menu ul ul a.drop:hover{}

.menu ul ul :hover > a.drop {}



/* hide the sub levels and give them a positon absolute so that they take up no room */

.menu ul ul {visibility:hidden;position:absolute; margin-top: 0px; width: auto;}



.menu ul ul ul a, .menu ul ul ul a:visited, .menu ul ul ul a:hover  {

	background-color: #FFFFff;

	line-height: 24pt;

}

/* position the third level flyout menu */

.menu ul ul ul{left:130px; top:-5px; min-width: 100px;}



/* position the third level flyout menu for a left flyout */

.menu ul ul ul.left {right:0px;}



/* style the table so that it takes no ppart in the layout - required for IE to work */

.menu table {position:absolute; top:0; right:0; border-collapse:collapse;;}





/* make the second level visible when hover on first level list OR link */

.menu ul li:hover ul,

.menu ul a:hover ul{visibility:visible; }

/* keep the third level hidden when you hover on first level list OR link */

.menu ul :hover ul ul{visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */

.menu ul :hover ul :hover ul{ visibility:hidden;}





/* ================================================================ 

   This CSS is further CSS I have created specifically for Wordpress

   so that the current page is highlighted in two levels.

   If you want it in three levels let me know.



   Author: Isaac Rowntree

   Website: www.zackdesign.biz

=================================================================== */





.menu ul ul .current_page_item a {

	color: #ffffff;

	background-color: #D6F49B;

}



.menu .current_page_item a {

	color: #ffffff;

	background: #D6F49B;

}



.menu ul .current_page_item ul a {

  color: #ffffff;

  background: #D6F49B;

}



.menu ul .current_page_item ul a:hover {

  background: gray;

}



.menu .current_page_item a:hover {

	background-color: #E9C5FC;

}



.thumbnail {

	border: thin solid #D6CDC2;

	background-color: #ffffff;

	padding: 3px;

	margin-top: 5px;

}



#disclaimer {

	font-size: 90%;

	font-style: italic;

	color: #AEA484;

	}


#specials_widget {
	border: thin solid #FFFFFF;

}
	

