/*   
Theme Name: Classic Cart
Theme URI: http://www.csstemplateheaven.com
Description: A WP-ecommerce compatible theme
Author: Dieter Schneider
Author URI: http://www.csstemplateheaven.com
Version: 1.0
*/

@import url('style_browser_reset.css');
/*================================================================
Typography and links
==================================================================*/

/*------- Headings -------*/

h1, h2, h3, h4, h5, h6 {
	letter-spacing: .04em;
	line-height: normal;
	color: #433b2e;
}

h1 {font-size: 2em; margin-bottom: 20px; padding-bottom: 5px; padding-top: 20px; font-weight: normal}
h2 {font-size: 1.4em; font-weight: normal}
h3, h4, h5, h6 {font-size: 1em; font-weight: bold;}

.first_heading {padding-top: 15px}

h2.pagetitle_archive { height: 32px; padding-top: 8px; padding-left: 50px; margin-bottom: 10px; 
                       background: #ffffcc url(images/archive.png) no-repeat;
                       border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

h2.search_results { height: 32px; padding-top: 8px; padding-left: 50px; margin-bottom: 10px;
					background: #ffffcc url(images/search_results.png) no-repeat;
                    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

h2.not_found { height: 32px; padding-top: 8px; padding-left: 50px; margin-bottom: 10px;
			   background: #ffffcc url(images/404.png) no-repeat;
               border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

/*-------- Paragraphs -------- */

p {
	padding: 0 0px 15px;
}

small {
	color: #7a6f5c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic
}

small a:link, small a:visited {
	text-decoration: none
}

strong {font-weight: bold;}

em {font-style: italic;}

/* widget text */

.textwidget {padding: 10px;}

/*------- Links ------*/

a:link, a:visited {
	color: #433b2e;
	text-decoration: underline;
}
a:hover {color: #649632}

h1 a:link, h1 a:visited {text-decoration: none; color: #433b2e}

h2 a:link, h2 a:visited, .sidebar_nav a {
	text-decoration: none;
}

.more_link {display:block; width: 160px; float: right; margin-right: 20px; font-weight: 700}

/*------ blockquote -----*/

blockquote {
	margin: 10px 30px;
	padding: 20px;
	border: 1px dotted gray;
	font-style: italic;
}

/*------ Archive Category tags -----*/

.cat_tags {
	background: url(images/tags.png) no-repeat left center;
	padding-left: 65px;
	height: 30px;
	border: 0px solid gray;
}

.cat_tags ul li {
	display: inline;
	margin-right: 3px;
	background: #e6e4ca;
	padding: 3px 6px;
	float: left;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

.cat_tags li a {text-decoration: none; color: #000; text-shadow: 0 1px 0 #fff}

/*------ next and previous links -----*/

.prev_left a, .next_left a {text-decoration: none;}

.next_left {float: right; background: url(images/next_prev_left.png) no-repeat; height:21px; max-width: 275px; overflow: hidden; padding: 1px 12px 0 8px; position: relative; font-size: .8em}
.next_right {float: right; background: url(images/next_prev_right.png) no-repeat; height:22px; width: 12px; position: absolute; right: 0; top: 0}

.prev_left {float: left; background: url(images/next_prev_left.png) no-repeat; height:21px; max-width: 275px; overflow: hidden; padding: 1px 12px 0 8px; position: relative; font-size: .8em}
.prev_right {float: right; background: url(images/next_prev_right.png) no-repeat; height:22px; width: 12px; position: absolute; right: 0; top: 0}


/*================================================================
Site Structure
==================================================================*/

body {
	font-size:100%;
	line-height:1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #433b2e
}

/* Homepage styles */

#home_left {float: left; width: 250px}
#home_right {float: right; width: 250px;}
#home_middle {margin-left: 280px; margin-right: 280px;}

.home_box {
	padding: 5px; 
	min-height: 200px;
	background:#fffcfb; 
	padding-bottom: 25px;
	margin-bottom: 25px;
	border: 1px solid #c7c5b2;
	 border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}

#home_left h3, #home_right h3, #home_middle h3 {
	margin-bottom: 15px; 
	padding: 10px; 
	background: #e2e2e2; 
	font-size: 1.3em; 
	font-weight: normal;            
	/*color: #fff;*/
	text-shadow: 0 1px 0 #000;
	 border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

#home_left p {padding: 0 10px}


#introduction {
	padding: 15px;
}


/* end homepage styles */

#social_icons {
	position: absolute;
	top: 162px;
	right: 65px;

}

#page_wrapper {	
    width: 960px;
	margin: 0px auto;
	position: relative;
	
}


#header {
	height: 100px;
	padding-top: 25px;
	clear: both;
}

#logo {float:left; margin-left: 50px;}

#nav {height: 183px; background: url(images/nav.png) no-repeat}

#container {	
    width: 820px;
	padding: 0 70px;
	background: url(images/container.png) repeat-y;
	font-size:0.875em;
	padding-bottom: 30px;
}

#main_content_left {

}

#main_content_left_500px {
	width: 500px;
	float: left

}

#main_content_right {
	width: 300px;
	float: right;
	margin: 0px 0;
}

#sidebar {
	width: 300px;
	background: #fffcfb;
	border: 1px solid #c7c5b2;
	padding: 5px 0;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

#footer {
	height: 46px;
	width: 960px; 
	margin: auto;
	padding-top: 20px;
	clear: both;
	text-align: center;
	background: url(images/footer.png) no-repeat;
	font-size: .7em
}

/*-----------------------------------------------*/
/*---------------      Slider     --------------*/
/*---------------------------------------------*/

    #screen {border: 1px solid  #c7c5b2; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;}

	#slideshow {
	background-color:#f1f1f1;
	width: 818px;
	margin: auto;
	height: 254px;
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}

	#slideshow a {color: #433b2e}
	
	#slideshow img, .product_grid img {float: left; margin-right: 25px; padding: 24px 25px 25px 22px; 
	                background: url(images/featured_thumb.jpg) no-repeat
}
	
	#slideshow-threed{
	width: 920px;
	height: 283px; 
	margin: 15px 0px 0px 0px;
	float: left;
	}
	
	#box-nav-slider{
	width:818px;
	height:17px;
	float:left;
	margin-bottom: 40px
	}
	
	#slideshow-navigation a{
	background: url(images/slide.png) no-repeat scroll 50% 50%;
	display: block;
	float: left;
	font-size: 0px;
	width: 9px;
	height: 9px;
	margin: 10px 0 0;
	outline-style: none;
	outline-width: medium;
	padding: 2px;
	}
	
	#slideshow-navigation{float:left; padding-left:10px}
	#slideshow-navigation .activeSlide {background: url(images/slide.png) no-repeat scroll 0% 50%;}
	.slidehalf { margin-top:0px; margin-right:20px; float:left;} /* Editable Slider Image Position */
	.slidehalf2 { margin-top:0px; margin-right:0px; float:left;} /* Editable Slider Image Position */
	.slide-text h2{color:#433b2e; padding: 0px 20px 0px 0px; font-size: 1.8em; text-transform: uppercase}
	.slide-text {padding: 15px}
	.slide-text p{font-size:12px; color:#433b2e; line-height:22px;}
	.flash-img {text-align:center; display:block; margin:100px auto 0 auto;}
	
	a.read_more{color:#433b2e; font-size:12px; float: right; margin-right: 20px}
	
	.view_details {position: absolute; bottom: 0px; right: -10px}


/*================================================================
The posts
==================================================================*/

.post_date {float: right; text-align: center; line-height: normal; background: url(images/date.png) no-repeat; width: 114px; height: 47px; margin-right: -28px; margin-top: 15px; color: #fff}

.post_day {font-family: Georgia, "Times New Roman", Times, serif; font-size: 2em; margin-left: 8px}

.post_month {font-size: 1.2em; font-family: Georgia, "Times New Roman", Times, serif; }

.heading {width:350px; float: left; margin-bottom: 20px; padding-top: 15px}


/* Regular posts (and pages) */

.page_content {
	background: #f1f1f1; 
    padding: 0px 18px 20px; 
	border: 1px solid #c7c5b2;
    margin-bottom: 20px;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.post_header{
	width: 640px;
	height: 20px;
	background: #fff
}

.post_header_blog {
	width: 600px;
	padding: 20px;
	height: 40px;
	background: #fff
}


.post_body {
	padding: 0px 20px;
	font-size: .9em;
	line-height: 1.6em;
	background: #fff
}

.post_footer {
    padding-bottom: 22px;
	width: 600px;
	margin-bottom: 25px;
	text-align: right;
	clear: both;
	margin-left: -20px
}

.post_footer_archive {
	margin-top: 10px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	padding-left: 3px;
	padding-right: 3px;
	text-align: right;
	background: #fff
}

.meta {
	margin: 25px 0;
	padding: 0px 25px 10px;
	color: #666;
}

/* Archive extras */


.archive_comment_count {
	float: right;
	background: url(images/comments_big.png) no-repeat;
	width: 46px;
	height: 39px;
	padding-right: 4px;
	margin-top: -25px;
	text-align: center;
	padding-top: 3px;
	font-size: 1.4em;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif
}

.archive_comment_count a {
	text-decoration: none;
	color: #175379;
	text-shadow: 0 1px 0 #fff
}

#search_results_header {background: url(images/search_results.png) no-repeat; text-align: center; font-size: 1.8em; width: 640px; height: 56px; margin: auto;}

/*================================================================
Sidebar
==================================================================*/

#sidebar h3, #sidebar_right h3 {
	color: #fff;
	text-shadow: 0 1px 0 #000;
	font-size: 1.4em;
	font-weight: normal;
	padding: 12px;
	margin: 15px 12px;
	background: #e2e2e2;
       	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px
}

.sidebar_nav ul, .home_box ul {}
.sidebar_nav li, .home_box li {}
.sidebar_nav ul li, .home_box ul li {border-bottom: 1px solid #efeeee; padding: 5px 0; margin: 0 15px;}
.sidebar_nav ul ul li, .home_box ul ul li {border-bottom: none; padding: 5px 0;}
.sidebar_nav ul ul li li, .home_box ul ul li li {}
.sidebar_nav ul ul ul li, .home_box ul ul ul li {}

.sidebar_nav ul ul li a, .home_box ul ul li a {}

.sidebar_nav a, .home_box a  {
    display: block;
    padding: 4px;
	text-decoration: none;
}

.sidebar_nav a:link, .sidebar_nav a:visited, .home_box a:link, .home_box a:visited {
	text-decoration: none;
}

.sidebar_nav a:hover, .home_box a:hover {
}

/*================================================================
Top navigation
==================================================================*/

#cat_nav {height: 40px; padding-top: 38px; padding-left: 90px; border: 0px solid red}

#cat_nav ul li {display: inline; float: left;}

#cat_nav ul li a {
	  margin-right: 20px; 
	  color: #958e78; 
	  font-weight: 700; 
	  text-decoration:none; 
	  letter-spacing: .02em;
}

#cat_nav ul ul {display: none}

/***** drop menu *****/

#dropmenu {padding-left: 70px; padding-top: 8px}

#dropmenu, #dropmenu ul {
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	z-index: 10;
	font-weight: normal;
}

#dropmenu ul {margin-top: 3px;}

#dropmenu a {
	display:block;
	padding: 15px 15px 15px;
	text-decoration:none;
	/*color: #fff;*/
	border: 0px solid white;
	font-size: 1.2em;
	letter-spacing: .05em;
	text-shadow: 0 1px 0 #000
}

#dropmenu a:hover {
	color: #a59f96;
	text-shadow: none;
}

#dropmenu li {
	float:left;
	position:relative;
}

#dropmenu ul {
	position:absolute;
	display: none;
	width:180px;
	top: 3em;
	left: 0px;
}

#dropmenu ul a {
	background: #e2e2e2;
}

#dropmenu li ul {
	width:224px;
}

#dropmenu li ul a {
	width: 193px;
	height:auto;
	float:left;
	padding: 5px 15px;
}

#dropmenu ul ul {
	top:auto;
}

#dropmenu li ul ul {
	left: 212px;
	margin: 0px 0 0 10px;
}

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	display:none;
}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
	display:block;
	background: #e2e2e2;
}


/*================================================================
Respond and Comments
==================================================================*/

/* the respond froms */

#respond {
	margin-top: 25px;
}

#respond p {padding: 2px 0}

#comment {width: 97%;}
#comment:focus {background: #fcfbf4}

#url, #email, #author, #log, #pwd {
	padding: 5px;
	border: 1px solid #c7c5b2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}

#commentform p {margin: 2px 0;}

#rememberme {margin-top: 10px}

#submit {
	margin-bottom: 15px;
	background: url(images/submit_comment.png) repeat-x center; 
	padding: 4px; 
    cursor: pointer;
	margin-top: 5px;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-shadow: 0 1px 0 #000;
	border: none; 
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px
}



/* the comments */

ol.commentlist { list-style:none; margin:0 0 1em; padding:0px; text-indent:0; }
ol.commentlist li {border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}

ol.commentlist li.comment { border: 0px solid red; padding: 0; margin: 10px 0; background:#e9ebee }

ol.commentlist li div.comment-author {}
ol.commentlist li div.vcard {   }
ol.commentlist li div.vcard cite.fn { font-size: 1.3em; text-transform: capitalize }
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard img.avatar { border:1px solid #c7c5b2; float:right; margin:0 0 1em 1em; padding: 2px; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font-size:.8em; }
ol.commentlist li div.comment-meta a { color:#000; }
ol.commentlist li p { margin:1em 0 1em; }
ol.commentlist li ul { font-size:1em; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li div.reply { font-size:1em; }

ol.commentlist li div.reply a { font-weight:bold; padding: 5px 10px; border: 1px solid #c7c5b2; text-decoration: none; background: url(images/submit_comment.png) repeat-x center; color: #fff; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
ol.commentlist li div.reply a:hover { background: #669933; color: #fff}

ol.commentlist li ul.children { list-style:none; margin: 20px 0 0; text-indent:0; }

ol.commentlist li ul.children li { background: url(images/seperator.png) repeat-x top }
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { background: url(images/seperator.png) repeat-x top; padding-right: 0px }
ol.commentlist li ul.children li.depth-3 { background: url(images/seperator.png) repeat-x top; padding-right: 0px }
ol.commentlist li ul.children li.depth-4 { background: url(images/seperator.png) repeat-x top; padding-right: 0px }
ol.commentlist li ul.children li.depth-5 { background: url(images/seperator.png) repeat-x top; padding-right: 0px }
ol.commentlist li ul.children li.depth-6 { background: url(images/seperator.png) repeat-x top; padding-right: 0px }
ol.commentlist li ul.children li.depth-7 { background: url(images/seperator.png) repeat-x top; padding-right: 0px }
ol.commentlist li ul.children li.depth-8 { background: url(images/seperator.png) repeat-x top; padding-right: 0px }
ol.commentlist li ul.children li.depth-9 { background: url(images/seperator.png) repeat-x top; padding-right: 0px }
ol.commentlist li ul.children li.depth-10 { background: url(images/seperator.png) repeat-x top; padding-right: 0px }
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { padding: 20px; background: #fffcfb }
ol.commentlist li.odd { padding: 20px; background: #e3f0cc }
ol.commentlist li.parent { border-left:0px solid #188dac; }
ol.commentlist li.pingback { border-bottom:0px dotted #666; padding:1em; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

.cancel_comment_reply {margin-top: 5px;}

.cancel_comment_reply small a {padding: 3px; background: #ffffcc; width: 160px; text-decoration:none}


/*================================================================
Image floats for posts
==================================================================*/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft, .post_thumb, .featured_thumb {
	float: left
	}
	
.post_thumb {margin: 2px 20px 20px 0px; padding: 10px; background: #fff;}

.post_thumb_archive {margin: 2px 7px 2px 0px; padding: 4px; background: #fff; float: left}

.featured_thumb {margin: 0px 15px 4px 0px; padding: 10px; background: #fff}

/*================================================================
Forms
==================================================================*/

/* General forms */

fieldset {border:1px solid gray; padding: 15px;}

legend {
  padding: 0.2em 0.5em;
  border:1px solid gray;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .08em;
}


/* Search form */

.header_search {
	  background: url(images/search.png);
	  width: 233px; 
	  height: 43px;
	  padding: 0px;
	  float: right;
	  margin-top: 28px;
	  margin-right: 84px;
}

.search_input_header {
	  background: none; 
	  border: none;
	  margin: 8px 10px 0;
	  font-weight: 700;
	  font-size: 1.4em;
	  width: 170px;
	  color: #1f190d;
	  float: left;
}

.search_form { width: 220px; margin: 25px 30px; overflow: auto; padding: 10px; background: #e4e2c8; border: 1px solid #c7c5b2;
              border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.search_form:hover {background: #FFC}

.search_input {border: 1px solid #c7c5b2; float: left; width: 175px; padding: 3px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}

.search_submit {float: right;}

/* login */

/* slidedown for shopping cart */


a:focus {
	outline: none;
}
#panel {
	background: #fffcfb;
	display: none;
	padding: 30px;
	-moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px;
}
.slide {
	border-top: solid 0px #422410;
	width: 125px;
	float: right;
	margin-right: 10px;
	background: url(images/btn-slide.gif) no-repeat center top;
}
.btn-slide {
	background: url(images/white-arrow.gif) no-repeat right -50px;
	text-align: center;
	width: 125px;
	height: 24px;
	padding: 10px 10px 0 0;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.active {
	background-position: right 12px;
}

/* Calendar widget */

#wp-calendar {width: 100%}

#wp-calendar table {border-collapse: separate}

#wp-calendar th {text-align: center; background: #d7ebc9; }

#wp-calendar tr td {background: #e3e1cb; padding: 3px; border: 1px solid white; text-align: center; border-radius: 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px;}

#wp-calendar a {font-weight:bold; background: #c36629; color: #FFF; border-radius: 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px;}

/* frontpage categories */

#frontpage_categories {background: #f1f1f1; padding: 15px; margin-bottom: 30px; font-size: .8em;
                       border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

#frontpage_categories ul li {
	width: 218px;
	height: 170px;
	padding: 6px;
	display: inline;
	float: left; 
	margin: 15px;
	background:#fffcfb;
	overflow: hidden;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#frontpage_categories ul li img {float: left; margin-right: 8px; border: 1px solid #c7c5b2;}

#frontpage_categories ul li a {font-weight: 700}





