/*  
Theme Name: Capri Chocolate
Theme URI: 
Description: This is a very clean and stylish theme
Version: 1.0
Author: 
Author URI:

*/

/*** General Format ***/
* { padding: 0; margin: 0; }

body {
	margin: 0;	 padding: 0;
	font: normal .72em/1.5em 'Trebuchet MS', sans-serif;
	color: #333333;
	background: #2C221C url('img/bg.gif') repeat-x;
	text-align: center;	
	height: 100%;	
}

/*** All Links Format ***/
a { background: inherit; color: #FF7C00; text-decoration:none;}
a:hover { background: inherit; color: #FF7C00; }

/*** Text Format ***/
h1, h2, h3, h4{
	font-family:'Trebuchet MS', Tahoma, Sans-serif;
	color: #2c221c;
}
h1 { 
font-size: 16px
}
h2 { 
font-size:16px;
border-bottom:1px solid #2C221C;
}
h3 { 
font-size:14px;
}
h2.pagetitle {
	font-size: 1.6em;
	}
p {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #909898;	
}

/*** The Layout ***/

#header-content, #content, #footer-content {
	width: 800px;
}

/*** The Header Format ***/
#header {
	height: 100px;
	text-align: left;	
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#header-content #logo {
	position: absolute;	
	font: bold 3em 'Trebuchet Ms', Sans-serif;
	letter-spacing: -2px; 
	color: #FFF;
	margin: 0; padding: 0;
	
	/*** change the values of left and top to adjust the position of the logo ***/
	top: 20px; left: 0px;
}
#header-content #slogan {
	position: absolute;	
	font: 1.1em 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;	
	margin: 0; padding: 0;
	
	/*** change the values of left and top to adjust the position of the slogan ***/
	top: 65px; left: 0px;
}

/*** Header Menu Format ***/
#header-content ul {
	position: absolute;
	right: 0px; top: 0px;
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0; padding: 0;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #333;
	background: #F3AB30 url('img/menubgoff.gif') repeat-x;
	text-decoration: none;
	border-right: 1px solid #FF7304;
}
#header-content li a:hover {
	background: #F3AB30 url('img/menubg.gif') repeat-x;
	color: #333;
}
#header-content li a.active  {
	background: #F3AB30 url('img/menubg.gif') repeat-x;
	color: #333;
}
#current
{
background-color: #fff;
}
/*** Header Top Format ***/
.headertop {
	margin: 0 auto;
	width: 800px;
	height: 200px;
	padding: 0px 0px 0px 0px; 
	background: #F2F2EA url('img/header_top.jpg') no-repeat center;	
}

/*** Content Format ***/
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	text-align: left;	
	padding: 0;
	margin: 0 auto;	
}

/*** Sidebar Format ***/
#sidebar {
	float: left;
	width: 150px;
	margin: 0 0 10px 0; padding: 0;	
}	
#sidebar h1 {
  background: #4F4331 url('img/menu_top.gif') no-repeat;
	padding: 10px 0px 10px 10px;
	margin: 0;	
	color:#ff7c00;
}
.sidebox {
	background: #4F4331;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

/*** Sidebar Menu Format ***/
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0;
	padding: 0;
	background: #4F4331;
}
#sidebar ul.sidemenu ul {
	list-style:none;
	margin: 0px 0 0 10px;
	padding: 0;
	background: #4F4331;			
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu ul li {
	padding: 0;		
}

#sidebar ul.sidemenu a {
	display:block;
	background: url('img/bullet.png') no-repeat left;
	font-weight:normal;
	color: #F9CA81;

	padding:.3em 0 .3em 15px;

	text-decoration:none;
}

#sidebar ul.sidemenu a:hover {
	text-decoration:underline;
	padding: .3em 0 .3em 15px;
	color: #F9CA81;		
}

/*** Main Format ***/
#main {
	padding:10px;
	background-color:#FFF;
	float: right;
	width: 625px;	
	margin: 0 0 10px 0;
	color:#000;
	/* color: #eee !important; */
}

/*** Footer Format ***/
#footer {
	clear: both;
	background: #6D5B3E;
	margin-bottom: 0px;
	font: normal .95em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: left;	
}
#footer p {
	margin-left: 0;
}
#footer-content {	
	margin: 0 auto;
	padding-left: 15px;
}
#footer-content a {
	text-decoration: none;
	color: #FFAE31;	
}
#footer-content a:hover {
	text-decoration: none;
	color: #FFAE31;
}

/* content-specific */

.featuredProd {
  width: 30%;
  margin: 3px 5px;
  float: left;
  overflow: hidden;
  }

.featuredProd a img { 
  width: 175px;
  height: 175px;
  display: block;
  border: none;
  margin: auto;
  margin-bottom: 10px;
  overflow: hidden; 
} 
.featuredProd a {
font: bold 11px Arial, Helvetica, sans-serif;
text-decoration:underline;
}
.featuredProd a:hover {
text-decoration:none;
}
.featuredProd p {  /* featured products description */
  color: #333;
  margin: auto;
} 
.catProdList p { 
  color: #333;
  margin: auto;
} 
.catProdList {
  width: 30%;
  margin: 3px 3px;
  float: left;
  overflow: hidden;
  }

.catProdList a img { 
  width: 175px;
  height: 175px;
  display: block;
  border: none;
  margin: auto;
  margin-bottom: 10px;
  overflow: hidden; 
} 

.catProdList a {
font: bold 11px Arial, Helvetica, sans-serif;
margin: auto; 
text-decoration:underline;
}

.catProdList a:hover {
text-decoration:none;
}

.similarProd p { 
  color: #333;
  margin: auto;
} 

.similarProd {
  width: 30%;
  margin: 3px 5px;
  float: left;
  overflow: hidden;
  }

.similarProd a img { 
  width: 175px;
  height: 175px;
  display: block;
  border: none;
  margin: auto;
  margin-bottom: 10px;
  overflow: hidden; 
} 
.similarProd a {
font: bold 11px Arial, Helvetica, sans-serif;
text-decoration:underline;
}

.similarProd a:hover {
text-decoration:none;
}

.similarProd p { 
  color: #333;
  margin: auto;
} 
.relatedProd {
  width: 30%;
  margin: 3px 5px;
  float: left;
  overflow: hidden;
  }

.relatedProd a img { 
  width: 175px;
  height: 175px;
  display: block;
  border: none;
  margin: auto;
  margin-bottom: 10px;
  overflow: hidden; 
} 
.relatedProd a {
font: bold 11px Arial, Helvetica, sans-serif;
text-decoration:underline;
}

.relatedProd a:hover {
text-decoration:none;
}

.relatedProd p { 
  color: #333;
  margin: auto;
} 

.categoryLink {
  width: 30%;
  margin: 3px 5px;
  float: left;
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px;
  }

.categoryLink a img { 
  width: 175px;
  height: 175px;
  display: block;
  border: none;
  margin: auto;
  overflow: hidden; 
} 
.productImg { 
float: left; 
border: none;
margin: 3px; 
} 
#artlistbox {
  width: 630px;
}
#artbox {
  background: url('img/artbottom.gif') repeat-x left bottom;
  margin-left:15px;
  margin-right:15px;
  margin-top:0px;
  margin-bottom:0px;
  padding-left:0px;
  padding-right:0px;
  padding-top:0px;
  padding-bottom:8px
}

a.artlink {
	display: block; float:right; clear:both; margin-bottom:10px;
	height: 20px; width:100px; text-align:center; color:#fff;
	background: green; font:bold 14px/20px Arial, Helvetica, sans-serif; text-decoration:none
}
a.artlink:hover { background:#333; }
/*a.artlink b {
	position: absolute;
	left: -10000px;
}*/

.deptColumn {
  float: left;
  width: 202px;
  }
.deptColumn img {
  width: 200px;
  height: 200px;
  border: none;
  }
.deptColumn .mainDept li {
  list-style-image: url(img/arrow-large.gif);
  margin-bottom: 0px;
  border-bottom: 1px solid #91BB60;
  }
.deptColumn .mainDept li a {
  font: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  }
.deptColumn .catList {
  padding-left: 10px;
  }
.deptColumn .catList li {
  padding-bottom: 4px;
  list-style-image: url(img/arrow-small.gif);
  }
.deptColumn .catList li a {
  font: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  }
.deptColumn .catList .viewAll a {
  font-weight: bold;
  }
.clear { 
	overflow: hidden; 
	clear: both; 
	height: 1px; 
	margin: -1px 0 0 0; 
	font-size: 1px; 
}


.price { float:right; width:80px; padding:30px 0 30px 10px; text-align:center; clear:right; font-weight: bold; color: #2c221c; }
.iconHeadline { width:480px; }
.desc { clear:right; color:863f00 }
.prodimg { float:left; margin:0 5px 5px 0; }

.price { 
float:right; 
width:300px; 
padding:30px 0 30px 10px; 
text-align:center; 
clear:right; 
font-weight: bold;
color: #000; 
}

.product_window_med{
background-position:center center; 
width:175px; 
height:175px; 
background-repeat:no-repeat;
margin:5px;
float:left;
}

.product_window_med img {
width:175px;
height:175px;
}

.product_window_lrg {
background-position:center center; 
width:275px; 
height:300px; 
background-repeat:no-repeat;
margin:5px;
float:left;
}

.product_window_lrg img {
width:275px;
height:300px;
}

.prodPageImg {
margin:0 10px 5px 0;
}