/* 
Theme Name: Michael MacMillan
Description: Michael MacMillan theme
Version: 1.0
Author: Andy, mod by Karl
*/

/* General styles                                   */
/* ------------------------------------------------ */
body {
	margin: 0;
	background: #ffffff;
}

html, body, p, ul, dd, td {
	color: #000;
	font: 0.9em arial, verdana, helvetica, sans-serif;
}

img a, a img {
	border: 0;
}

td {
	vertical-align: top;
}

a {
	color: #a09870;
	text-decoration: underline;
	outline: none;
}
  
a:hover {
	color: #60472b;
}

ul { 
	margin: 8px 0 18px 18px;
	padding: 0;
}

li {
	padding-left: 4px;
	line-height: 180%;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	line-height: 120%;
	color: #474745;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}

h1, h1 a {
	font-size: 2.2em;
	margin-top: 0;
}

h2, h2 a {
	font-size: 1.8em;
}

h3, h3 a {
	font-size: 1.7em;
}

hr {
	height: 1px;
	border: 0;
	width: 100%;
	background: #d9d3b8;
	color: #d9d3b7;
	margin: 5px 0 15px 0; 
}
  
#wrapper {
	max-width: 960px;
	padding: 0 20px;
	margin: 20px auto;
	line-height: 150%;
}

/* Header                                           */
/* ------------------------------------------------ */
#header a {
	height: 69px;
	background: #0000ff url(images/header-bg.gif) left top no-repeat;
	display: block;
}

.thick {
	color: #60472b;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	}
	
.thin {
	color: #60472b;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	}
#sitename-container {
	padding-bottom:30px;
	}
	
.sitename {
	line-height: 32px;
	font-size: 50px;
	letter-spacing: 0.05em;
	}

.sitenamesmall {
	line-height: 32px;
	font-size: 40px;
	letter-spacing: 0.05em;
	}

#slideshow {
	height: 400px;
	overflow: hidden;
}

/* Navbar                                           */
/* ------------------------------------------------ */
#navbar {
	padding-top: 30px;
	height: 64px;
}

#navbar ul, #subnavbar ul {
	margin: 0 auto;
	list-style-type: none;
}

#navbar ul li, #subnavbar ul li {
	padding: 0;
	background: none;
}

#navbar ul li a, #subnavbar ul li a {
	display: block;
	float: left;
	font-size: 28px;
	letter-spacing: 0.05em;
	padding-right:27px;
}

#navbar ul li a:hover, #navbar li.current_page_item a {
	color: #cac3a3;
}

#navbar #sculptor a, #navbar #stay a {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}

#subnavbar {
	margin-left: 240px;
	height: 95px;
}

#subnavbar ul li a {
	color: #cac3a3;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	line-height: 40px;
	display: block;
	float: left;
}

#subnavbar #shop {
	padding-top: 28px;
}

#subnavbar ul li a:hover, #subnavbar li.current_page_item a {
	color: #60472b;
}

#navbar a.current, #subnavbar a.current {
	color: #e5e3da;
}

/* Content                                          */
/* ------------------------------------------------ */
#content {
	overflow: hidden;
	margin: 45px 0;
}

#content, #content p {
	line-height: 160%;;
}

.news {
	width: 480px;
}

.col {
	width: 25%;
	float: left;
}

.col-padding {
	margin-right: 28px;
}

.oswald {
	font-family: 'OswaldLight';
	text-transform: uppercase;
	font-size: 1.5em;
}

.activity {
	background: #f6f4f0;
	overflow: hidden;
	padding: 12px;
	line-height: 140%;
	margin-bottom: 20px;
}

.activity h2 {
	margin: 0 0 5px 0;
	font-size: 1.4em;
}

.activity a {
	font-weight: bold;
	text-decoration: none;
}

.activity img {
	float: left;
	margin-right: 12px;
}

/* Footer                                           */
/* ------------------------------------------------ */
#footer {
	margin-top: 60px;
}
 

#footer img:hover {
	opacity: 0.70;
	filter: alpha(opacity=70);
}

#footer .col h3 {
	margin-top: 0;
	font-size: 1.6em;
}
#footer .col h3 a {
	font-size: 1.1em;
	text-decoration: none;
}
#footer .col h3 a:hover {
	color: #cac3a3;
}

#copyright {
	clear: both;
	font-size: 0.8em;
	padding: 12px 0;
	margin: 12px 0;
	text-align: center;
}

#copyright, #copyright a {
	color: #ccc;
}

.clear {
	clear: both;
}

a.readmore {
	text-decoration: none;
	color: #cac3a3;
}

.date {
	font-style: italic;
	color: #999;
	font-size: 0.7em;
}

h2.newsheader {
	margin: 0;
}

/*-----------PORTFOLIO WITH PREVIEW -----------*/

.portfolio-big-img {
	margin-bottom: 15px;
	width:580px;
	min-height:200px;
	background-image: url(images/ajax-loader-small.gif);
	background-repeat: no-repeat;
	background-position: center; 
	background-color: transparent;
}

#portfolio-preview {
	float: left;
	height: auto;
	min-height: 200px;
	width: 590px;
	margin: 40px 10px 40px 40px;
}

#portfolio-preview h4 {
	font-style: normal;
}

#portfolio-preview h1,#portfolio-preview h1 a {
	font-size: 22px;
	margin-bottom: 8px;
	font-style: normal;
	margin-top: 0px;
}

#portfolio-preview hr{
	margin-bottom:10px;	
}

.portfolio-items {
	float: left;
	width: 300px;
	padding-left: 1px;
}

.showcase-item {
	float: left;
	display: block;
	width: 297px;
	margin-bottom: 8px;
	background-color: #efefec;
	border: 1px solid #e6e6e6;
}

.showcase-item:hover {
	background-color: #f5f5f2;
}

.showcase-item h6 {
	float: left;
	width: 210px;
	margin-top: 7px;
	text-transform: capitalize;
	font-size: 13px;
	font-style: normal;
}

.showcase-item span {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 11px;
}

.portfolio-items img {
	margin: 5px 10px 5px 4px;
	width: 50px;
	height:46px;
	background-image: url(images/ajax-loader-small.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.portfolio-sidebar {
	height: auto;
	min-height: 200px;
	float: right;
	width: 300px;
	margin-top: 40px;
	font-size: 15px;
	overflow: hidden;
	margin-right: 40px;
}

.portfolio-sidebar h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #484848;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 0px;
	padding-bottom: 8px;
	text-transform: uppercase;
}

#portfolio-wrapper {
	height: 369px;
}

#portfolio-big-pagination {
	margin-top: 1px;
	margin-left: 1px;
	margin-bottom:30px;
	display: block;
	width: 299px;
	height: 30px;
	float: left;
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	text-transform: uppercase;
	line-height: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.portfolio-big-arrows {
	font-size: 26px;
	line-height: 22px;
	position: relative;
	top: 2px;
}

#portfolio-big-pagination a {
	text-decoration: none;
	font-style: normal;
	color: #454545;
}

#portfolio-big-pagination a:hover {
	color: #333;
	text-decoration: none;
}

#portfolio-navigation {
	margin-top: 17px;
}

#portfolio-navigation ul {
	display: inline;
}

#portfolio-navigation ul li {
	float: left;
	width: 135px;
}

#portfolio-navigation ul li a {
	border-bottom: 0px;
	width: 135px;
}

#portfolio-navigation ul li a img {
	padding: 7px;
}

#content-container ul#sidebar-projects, #footer ul#sidebar-projects {
	float: left;
	width: 288px;
	padding-left: 1px;
	margin-top: 10px;
}

#footer ul#sidebar-projects {
	margin-top: 5px;
}

#sidebar-projects img {
	margin-bottom: 0px;
	margin-right: 0px;
	float: left;
}

#footer #sidebar-projects img {
	width:83px;
}

#sidebar-projects li, #footer #sidebar-projects li{
	border-bottom: 0px;
	width: 124px;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	margin-right: 15px;
}

#footer ul#sidebar-projects li {
	width:93px;	
	margin-bottom: 8px;
	margin-right: 8px;
}

/*------------------ WORKS GALLERY ---------------------*/
#gallery {
	min-height: 500px;
}

#gallery img {
	margin-right: 0px;
}

#gallery-categories {
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	line-height: 29px;
}

#gallery-categories h6 {
	float: left;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-left: 3px;
}

#gallery-categories ul li {
	display: inline;
	padding-right: 30px;
	font-size: 14px;
	text-transform: uppercase;
	color: #a4a4a4;
	position: relative;
	top: -1px;
}

#gallery-categories ul li.selected,#gallery-categories ul li:hover {
	color: #6a6a6a;
}

/* pagination styles */
#portfolio-pagination {
	float: left;
	margin-top: 10px;
}

#portfolio-pagination ul {
	margin: 0;
	padding: 0;
}

#portfolio-pagination ul li {
	width: 15px;
	height: 15px;
	background-image: url(images/page_nav.png);
	background-repeat: no-repeat;
	float: left;
	list-style: none;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 40px;
}

#portfolio-pagination ul li:hover,#portfolio-pagination ul li.selected {
	background-image: url(images/page_nav_active_black.png);
}

/* item styles */
.portfolio-item {
	float: left;
	margin-right: 28px;
	margin-bottom: 26px;
	display: none;
	border: 0px solid #eef1f5;
	background-repeat: no-repeat;
	width: 211px;
}

.portfolio-item-last {
	margin-right: 0;
}

.portfolio-item a {
	display: block;
}

.portfolio-item img {
	display:block;
	background-image: url(images/ajax-loader-small.gif);
	background-repeat: no-repeat;
	background-position: center; 
	background-color: transparent;
}

.page-wrapper {
	float: left;
}

/* category filter styles */
#portfolio-categories {
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	line-height: 32px;
	float: left;
	margin-bottom: 26px;
}

#portfolio-categories h6 {
	float: left;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-left: 3px;
}

#portfolio-categories_left {
	display: none;
}

#portfolio-categories_right {
	display: none;
}

#portfolio-categories ul li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	text-transform: uppercase;
	color: #999999!important;
	position: relative;
	top: -1px;
	float: left;
	letter-spacing: 1px;
}

#portfolio-categories ul li.selected {
	color: #ffffff!important;
	background-color: #00aeef;
	font-weight: bold;
}

#portfolio-categories ul li:hover a {
	text-decoration: none;
	font-style: normal;
}

.port_cat_l {
	display: none;
}

.port_cat_r {
	display: none;
}

.port_cat_active {
	display: inline;
	float: left;
}

.loading {
	width: 54px;
	height: 55px;
	background-image: url(images/ajax-loader.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	top: 160px;
}

.item-wrapper {
	float: left;
}

.item-desc {
	width: 300px;
	margin-top: 15px;
}


.item-desc h4 {
	margin-bottom: 0px;
	/*background-image: url(images/viewbg.png);*/
	/*background-repeat: no-repeat;*/
}

.item-desc h4 a {
	text-decoration: none;
	color: #000;
}

.item-desc p {
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 160%;
	//font-size: 10px;
}







/*----------------------- COMMENTS ---------------------------*/
.commentContainer {
	border: #ebebeb 1px solid;
	margin-top: 20px;
	background-color: #fafafa;
	padding: 0px;
	font-size: 12px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#commentContentContainer ul.children .commentContainer {
	margin-top: 20px;
	padding: 0px;
	margin-left: 20px;
}

#commentContentContainer ul.children li {
	border-left: 1px solid #ccc;
	margin-top: -1px;
	padding-top: 1px;
	margin-left: 10px;
	padding-bottom: 20px;
	margin-bottom: -20px;
	background-image: url(images/comment-reply-bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

#content-container ul.commentlist,#content-container ul.commentlist ul {
	margin-left: 0px;
	list-style: none;
	padding-left: 0px;
}

.comentBox {
	padding: 20px;
	min-height: 108px;
	position: relative;
}

#commentContentContainer ul.children .comentBox {
	padding: 20px;
	position: relative;
}

.comentBox p {
	margin-top: -10px;
}

.comentBox img {
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 4px;
	background-color: #FFFFFF;
	border: 1px solid #e6e6e6;
}

.commentAutor {
	float: left;
}

.commentDate {
	position: absolute;
	bottom: 10px;
	right: 20px;
	color: #999999;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

ul.children .commentDate {
	right: 10px;
}

.commentNavigation {
	width: 100%;
	float: left;
	height: 30px;
	position: relative;
	margin-top: 20px;
}

.commentInput {
	padding-top: 4px;
	height: 20px;
	width: 250px;
	margin-bottom: 5px;
}

.commentTextArea {
	width: 350px;
	margin-bottom: 15px;
}

.commentText {
	margin-top: 10px;
}

.reply_icon {
	width: 22px;
	height: 22px;
	background-image: url(images/reply.png);
	background-repeat: no-repeat;
	float: left;
	margin-right: 9px;
	margin-top: -2px;
}

.reply {
	float: left;
}

#commentform {
	margin-top: 25px;
}

/*-----------------------  END COMMENTS ---------------------------*/




/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/
/* jigoshop continues...*/
/************************************************************************************************************************/
/************************************************************************************************************************/
/************************************************************************************************************************/

/* Global/Helpers/Clears */
.clear {
  clear: both;
}
.nobr {
  white-space: nowrap;
}
.info {
  background: #f2efe4;
  padding: 10px 20px;
  border: 1px solid #9b956d;
  color: #747165;
}
.info a {
  color: #93864E;
}
div.jigoshop_error, div.jigoshop_message {
  border: 1px solid;
  margin: 10px 0px;
  padding: 10px 10px 10px 32px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
div.jigoshop_error a.button, div.jigoshop_message a.button {
  margin-top: 0;
  float: right;
}
div.jigoshop_error {
  color: #D8000C;
  background-color: #f2efe4;
  background-image: url('jigoimages/error.gif');
}
div.jigoshop_message {
  color: #8c7356;
  background-color: #eeeadb;
  background-image: url('jigoimages/success.gif');
}
p small {
  color: #999;
}
p.demo_store {
  position: fixed;
  top: 0;
  width: 100%;
  font-size: 14px;
  text-align: center;
  background: #f7f5c6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f5c6), to(#eeeac1));
  background: -webkit-linear-gradient(#f7f5c6, #eeeac1);
  background: -moz-linear-gradient(center top, #f7f5c6 0%, #eeeac1 100%);
  background: -moz-gradient(center top, #f7f5c6 0%, #eeeac1 100%);
  padding: 8px 0;
  border: 1px solid #EEEAC1;
  color: #747165;
  z-index: 999999;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.3);
}
small.note {
  display: block;
  color: #999;
  font-size: 11px;
  line-height: 21px;
  margin-top: 10px;
}
#breadcrumb {
  overflow: hidden;
  zoom: 1;
  margin: 0 0 1em !important;
  padding: 0;
  font-size: 0.92em;
  color: #999 !important;
}
#breadcrumb a {
  color: #999 !important;
}

#container {
	margin: 0;
	padding: 0;
}
/* =Product Page
-------------------------------------------------------------- */
div.product {
  position: relative;
}
div.product .product_title {
  clear: none;
}
div.product p.price {
  font-size: 1.3em;
}
div.product p.price del {
  font-size: 14px;
  color: #ccc;
}
div.product p.stock {
  font-size: 0.92em;
  float: left;
  padding: 2px 0 0 0;
}
div.product div.images {
  float: left;
  width: 314px;
  margin-bottom: 10px;
}
div.product div.images img {
  border: 1px solid #ddd;
  background: #f5f5f5;
  padding: 6px;
  display: block;
}
div.product div.images div.thumbnails {
  padding-top: 10px;
  overflow: hidden;
  zoom: 1;
}
div.product div.images div.thumbnails a {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
div.product div.images div.thumbnails a img {
  padding: 3px;
}
div.product div.images div.thumbnails a.last {
  margin-right: 0;
}
div.product div.images div.thumbnails a.first {
  clear: both;
}
div.product div.summary {
  float: right;
  width: 350px;
  margin-right: 260px;
}
div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}
div.product div.social span {
  margin: 0 0 0 2px;
}
div.product div.social span span {
  margin: 0;
}
div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}
div.product div.social iframe {
  float: left;
  margin-top: 3px;
}

div.product #tabs {
  clear: both;
  padding: 1em 0 0 0;
  margin: -10px 0 1em 0;
  float: right;
  width: 460px;
  margin-right: 150px;
}
div.product #tabs ul.tabs {
  overflow: hidden;
  zoom: 1;
  margin: 0 !important;
  padding: 0;
  list-style: none outside !important;
  display: none;
}
div.product #tabs ul.tabs li {
  float: left;
  margin: 0 4px 0 0;
  font-size: 1.92em;
}
div.product #tabs ul.tabs a {
  text-decoration: none;
  color: #474745;
  margin-left: -4px;
  font-size: 1.2em;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
div.product #tabs ul.tabs li.active a {
}
div.product #tabs .panel {
  border-top: 0;
  margin-top: -16px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
div.product #tabs .panel p {
	line-height: 160%;
}

#tab-attributes h2 {
	display: none;
}

.stock {
  color: green;
  float: left;
}
.out-of-stock {
  color: red;
}
p.cart {
  float: right;
}
form.cart {
  margin-bottom: 24px;
  float: right;
  width: 270px;
}
form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0;
}
form.cart table {
  font-size: 14px;
  border-width: 0 0 1px 0 !important;
}
form.cart table td {
  padding: 4px 4px 4px 0 !important;
}
form.cart table div.quantity {
  float: none;
  margin: 0;
  width: 72px;
}
form.cart table small.stock {
  display: block;
  float: none;
}
form.cart .button {
  vertical-align: middle;
  float: left;
  margin: 2px 0 !important;
}
span.onsale {
  background: green;
  color: #fff;
  min-height: 32px;
  min-width: 32px;
  padding: 4px;
  font-size: 14px;
  position: absolute;
  text-align: center;
  line-height: 32px;
  top: 0;
  right: 320px;
  margin: -6px 0 0 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.products ul, ul.products {
  margin: 0 0 14px !important;
  padding: 0 !important;
  list-style: none;
  float: left;
}
.products {
  clear: both;
}
.products li {
  float: left;
  margin: 0 20px 20px 0;
  padding: 0 !important;
  position: relative;
  width: 220px;
}
.products li .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: -6px -6px 0 0;
}
.products li a {
  text-decoration: none;
}
.products li a img {
  width: 216px !important;
  height: 216px !important;
  display: block;
  margin: 0 0 8px !important;
  border: 1px solid #ddd;
}
.products li a:hover img {
  border: 1px solid #bbb;
}
.products li strong {
  color: #555;
  display: block;
}
.products li .price {
  color: #000;
  display: block;
  font-weight: normal;
}
.products li .price del {
  font-size: 12px;
  line-height: 10px;
  margin: -2px 0 0 0;
  display: block;
  color: #ccc;
}
.products li .price .from {
  font-size: 12px;
  line-height: 10px;
  margin: -2px 0 0 0;
  display: block;
  color: #ccc;
}
.products li.first {
  clear: both;
}
.products li.last {
  margin-right: 0;
}
table.shop_attributes {
  border: 0 !important;
  /*border-top: 1px dotted #ccc !important;*/
}
table.shop_attributes th {
  width: 150px;
  font-weight: bold;
  /*padding: 8px 0;*/
  color: black !important;
  /*border-bottom: 1px dotted #ccc;*/
  margin: 0 !important;
  vertical-align: middle;
  text-align: left;
}
table.shop_attributes td {
  font-style: italic;
  padding: 0 !important;
  /*border-bottom: 1px dotted #ccc;*/
  margin: 0 !important;
  vertical-align: middle;
}
table.shop_attributes td p {
  margin: 0 !important;
  padding: 8px;
}
table.shop_attributes .alt td, table.shop_attributes .alt th {
  background: #f9f9f9;
}




/* =Buttons
-------------------------------------------------------------- */
.col-padding input.button {
  background: #00aeef;
}

a.button,
button.button,
input.button,
#review_form #submit {
  color: #fff !important;
  background: #beb796;
  padding: 6px;
  line-height: 1em !important;
  margin: 4px 2px 0 0;
  float: left;
  font-size: 12px !important;
  width: auto !important;
  vertical-align: middle !important;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
a.button:hover,
button.button:hover,
input.button:hover,
#review_form #submit:hover {
/*  background: #ff9933; */
  background: #c02942;
  text-decoration: none;
}
.cart .button, .cart input.button {
  float: none;
}
.button-alt {
  color: #fff !important;
  background: #beb796;
  padding: 6px;
  line-height: 1em !important;
  margin: 4px 2px 0 0;
  float: left;
  font-size: 12px !important;
  width: auto !important;
  vertical-align: middle !important;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.button-alt:hover {
  background: #0588b5;
}
#reviews h2 small {
  float: right;
  color: #999;
  font-size: 15px;
  line-height: 21px;
  margin: 10px 0 0 0;
}
#reviews h2 small a {
  text-decoration: none;
  color: #999;
}
#reviews h3 {
  margin: 0;
}
#reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}
#reviews #comment {
  height: 75px;
}
#reviews #comments .add_review {
  overflow: hidden;
  zoom: 1;
}
#reviews #comments h2 {
  clear: none;
}
#reviews #comments ol.commentlist {
  overflow: hidden;
  zoom: 1;
  margin: 0 !important;
}
#reviews #comments ol.commentlist li {
  padding: 00;
  margin: 0 0 20px;
  border: 0;
  position: relative;
}
#reviews #comments ol.commentlist li .meta {
  color: #999;
  font-size: 0.75em;
}
#reviews #comments ol.commentlist li img {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  border: 1px solid #ddd;
  background: #fff;
  margin: 0;
  line-height: 1;
}
#reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 11px 11px 0;
}
#reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 11px;
}
#reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.86em;
}
.star-rating {
  float: right;
  width: 80px;
  height: 16px;
  background: url(jigoimages/star.png) repeat-x left 0;
}
.star-rating span {
  background: url(jigoimages/star.png) repeat-x left -32px;
  height: 0;
  padding-top: 16px;
  overflow: hidden;
  float: left;
}
.hreview-aggregate .star-rating {
  margin: 10px 0 0 0;
}
#review_form #respond {
  overflow: hidden;
  zoom: 1;
  border: 1px solid #E7E7E7;
  margin: 0 !important;
  padding: 10px 20px 20px;
}
#review_form #respond p {
  margin: 0 0 10px !important;
}
p.stars {
  overflow: hidden;
  zoom: 1;
}
p.stars span {
  width: 80px;
  height: 16px;
  position: relative;
  float: left;
  background: url(jigoimages/star.png) repeat-x left 0;
}
p.stars span a {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 0;
  padding-top: 16px;
  overflow: hidden;
}
p.stars span a:hover, p.stars span a:focus {
  background: url(jigoimages/star.png) repeat-x left -16px;
}
p.stars span a.active {
  background: url(jigoimages/star.png) repeat-x left -32px;
}
p.stars span a.star-1 {
  width: 16px;
  z-index: 10;
}
p.stars span a.star-2 {
  width: 32px;
  z-index: 9;
}
p.stars span a.star-3 {
  width: 48px;
  z-index: 8;
}
p.stars span a.star-4 {
  width: 64px;
  z-index: 7;
}
p.stars span a.star-5 {
  width: 80px;
  z-index: 6;
}
/* =Tables
-------------------------------------------------------------- */
table.shop_table {
  border: 1px solid #E7E7E7;
  margin: 0px -1px 24px 0px;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
table.shop_table th {
  color: #888;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  padding: 9px 12px !important;
}
table.shop_table td {
  border-top: 1px solid #E7E7E7;
  padding: 6px 12px !important;
  vertical-align: middle;
}
table.shop_table td a.button {
  margin: 0 3px;
}
table.shop_table tfoot td {
  font-weight: bold;
}
table.my_account_orders {
  font-size: 0.85em;
}
table.my_account_orders th, table.my_account_orders td {
  padding: 4px 8px !important;
  vertical-align: top;
}
table.my_account_orders .button {
  white-space: nowrap;
  margin: 4px 0;
}
/* =Cart Sidebar
-------------------------------------------------------------- */
ul.cart_list, ul.product_list_widget {
  list-style: none outside !important;
  padding: 0 !important;
  margin: 0 !important;
}
ul.cart_list li, ul.product_list_widget li {
  padding: 4px 0 !important;
  margin: 0 !important;
  overflow: hidden;
  zoom: 1;
}
ul.cart_list li a, ul.product_list_widget li a {
  display: block;
  font-weight: bold;
}
ul.cart_list li img, ul.product_list_widget li img {
  float: left;
  margin-right: 4px;
  border: 1px solid #ddd;
}
.widget_shopping_cart .total {
  border-top: 3px double #ddd;
  padding: 4px 0 0;
  margin: 0 !important;
}
.widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
}
.widget_shopping_cart .buttons {
  overflow: hidden;
  zoom: 1;
}
/* =Cart
-------------------------------------------------------------- */
a.remove {
  display: block;
  height: 16px;
  width: 16px;
  text-indent: -9999px;
  background: url(jigoimages/remove.png) #cccccc;
}
a.remove:hover {
  background-color: #f93;
}
.cart th, .cart td {
  vertical-align: middle;
}
td.actions {
  text-align: right;
}
td.actions .coupon {
  float: left;
}
td.actions .coupon label {
  display: none;
}
td.actions .coupon .input-text {
  width: 80px !important;
  float: left;
  margin: 1px 6px 0 0 !important;
}
td.actions .button-alt {
  float: right;
  margin: 2px 0 0 6px;
}
td.quantity {
  min-width: 80px;
}
.quantity input {
  margin-left: 0;
  margin-right: 0;
}
.quantity input.qty {
  border: 1px solid #ccc;
  width: 20px;
  display: inline;
  padding: 1px 5px 2px;
  line-height: 1em !important;
  vertical-align: middle;
}
.quantity input.plus, .quantity input.minus {
  background: #ccc;
  padding: 4px;
  vertical-align: middle;
  line-height: 1em !important;
  border: none;
  width: 20px;
  color: #fff !important;
  cursor: pointer;
}
.quantity input.minus {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.quantity input.plus {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.quantity input.minus:hover, .quantity input.plus:hover {
  background: #f93;
}
.cart input {
  width: 100px;
  margin: 0 !important;
  vertical-align: middle;
  line-height: 1em !important;
}
.col2-set {
  overflow: hidden;
  zoom: 1;
  width: 100%;
}
.col2-set .col-1 {
  float: left;
  width: 48%;
}
.col2-set .col-2 {
  float: right;
  width: 48%;
}
.cart-collaterals {
  overflow: hidden;
  zoom: 1;
  width: 100%;
}
.cart-collaterals .related {
  width: 310px;
  float: left;
}
.cart-collaterals .cross-sells {
  width: 314px;
  float: left;
}
.cart-collaterals .shipping_calculator {
  float: right;
  width: 225px;
  clear: right;
  text-align: right;
  overflow: hidden;
  zoom: 1;
  margin: 20px 0 0 0;
}
.cart-collaterals .shipping_calculator .button {
  width: 225px !important;
  float: none !important;
  display: block;
}
.cart-collaterals .shipping_calculator .col2-set .col-1, .cart-collaterals .shipping_calculator .col2-set .col-2 {
  width: 47%;
}
.cart-collaterals .cart_totals {
  float: right;
  width: 225px;
  text-align: right;
}
.cart-collaterals .cart_totals p {
  margin: 0 !important;
}
.cart-collaterals .cart_totals table {
  border-collapse: separate;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 6px !important;
  padding: 0;
}
.cart-collaterals .cart_totals table tr:first-child th, .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0 !important;
}
.cart-collaterals .cart_totals table td, .cart-collaterals .cart_totals table th {
  padding: 6px 12px !important;
}
.cart-collaterals .cart_totals table small {
  display: block;
  color: #999;
font-size: 8px;
}
.cart-collaterals .cart_totals .discount td {
  color: green;
}
.cart-collaterals .cart_totals tr td, .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #E7E7E7;
  padding: 6px 24px;
}
.cart-collaterals .cart_totals a.button-alt {
  width: 193px;
  display: block;
  font-size: 0.92em;
}
/* =Forms
-------------------------------------------------------------- */
.form-row {
  overflow: hidden;
  zoom: 1;
  padding: 3px;
  margin: 0 0 6px !important;
}
.form-row label {
  display: block;
}
.form-row label.hidden {
  visibility: hidden;
}
.form-row select {
  width: 100%;
  cursor: pointer;
  margin: 0 !important;
}
.form-row .required {
  color: #c00;
  font-weight: bold;
}
.form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
.form-row label.checkbox {
  display: inline;
}
form .form-row, #content .form-row {
  /*display: block;
		padding: 1px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		width: 100%;
		border: 1px solid #ccc;
		outline: 3px solid #f5f5f5;
		background: #fff;*/

}
form .form-row input.input-text,
#content .form-row input.input-text,
form .form-row textarea,
#content .form-row textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  width: 100%;
  padding: 3px;
  margin: 0;
  outline: 0;
  background: #fff none;
  font-size: 11px;
  line-height: 1.4em;
}
form .form-row textarea, #content .form-row textarea {
  height: 3.5em;
  line-height: 1.5em;
  display: block;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form .form-row input.input-text:focus,
#content .form-row input.input-text:focus,
form .form-row textarea:focus,
#content .form-row textarea:focus {
  box-shadow: inset 0 0 0 3px #faf9dc;
  -webkit-box-shadow: inset 0 0 0 3px #faf9dc;
  -moz-box-shadow: inset 0 0 0 3px #faf9dc;
}
.form-row-first, .form-row-last {
  float: left;
  width: 47%;
  overflow: visible;
}
.form-row-last {
  float: right;
}
/* =Checkout
-------------------------------------------------------------- */
form.login {
  border: 1px solid #ccc;
  padding: 20px;
  border: 1px solid #E7E7E7;
  margin: 20px 0 20px 0px;
  text-align: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#payment {
  background: #F9F9F9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#payment ul.payment_methods {
  overflow: hidden;
  zoom: 1;
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #eee;
  margin: 0 !important;
  list-style: none outside;
}
#payment ul.payment_methods li {
  line-height: 2em;
  text-align: left;
  margin: 0 !important;
  font-weight: normal;
}
#payment ul.payment_methods li input {
  margin: 0 1em 0 0 !important;
}
#payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  position: relative;
}
#payment div.form-row {
  padding: 1em;
  border-top: 1px solid #fff;
}
#payment #place_order {
  float: right;
  margin: 0;
}
#payment .terms {
  padding: 0 1em 0 !important;
  text-align: right;
}
#payment div.payment_box {
  position: relative;
  width: 96%;
  background: #f5f5f5;
  border: 1px solid #eee;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  padding: 1em 2% 0;
  margin: 1em 0 1em 0;
  font-size: 0.92em;
}
#payment div.payment_box #cc-expire-month, #payment div.payment_box #cc-expire-year {
  width: 48%;
  float: left;
}
#payment div.payment_box #cc-expire-year {
  float: right;
}
#payment div.payment_box span.help {
  font-size: 11px;
  color: #999;
  line-height: 13px;
  font-weight: normal;
}
#payment div.payment_box p, #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
#payment div.payment_box:after {
  content: "";
  display: block;
  border: 8px solid #eee;
  /* arrow size / color */

  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -4px;
  left: 0;
  margin: -1em 0 0 2em;
}
div.shipping-address {
  padding: 0;
  clear: left;
}
#shiptobilling {
  float: right;
  line-height: 1.62em !important;
  margin: 0 0 0 0 !important;
  padding: 0;
}
#shiptobilling label {
  font-size: 0.6875em;
}
.checkout .col-2 h3 {
  float: left;
  clear: none;
}
.checkout .col-2 .notes {
  clear: left;
}
.checkout .col-2 .form-row-first {
  clear: left;
}
/* =Order Page
-------------------------------------------------------------- */
.order_details {
  overflow: hidden;
  zoom: 1;
  margin: 0 0 1.5em;
  list-style: none;
}
.order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1em;
  border-right: 1px dashed #ccc;
  padding-right: 2em;
}
.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5em;
  color: #333;
}
.order_details li.method {
  border: none;
}
/* =Account
-------------------------------------------------------------- */
.addresses .title {
  overflow: hidden;
  zoom: 1;
}
.addresses .title h3 {
  float: left;
}
.addresses .title .edit {
  float: right;
}
/* =Layered Nav Widgets
-------------------------------------------------------------- */
.widget_price_filter .price_slider_wrapper .button {
  float: right;
  margin: 0 !important;
}
.widget_price_filter .price_slider_wrapper .price_slider {
  margin: 1em .6em .6em;
}
.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
  outline: 0 !important;
}
.widget_price_filter .price_slider_wrapper .price_slider_amount {
  overflow: hidden;
  line-height: 2em;
}
.widget_layered_nav ul {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  list-style: none outside !important;
}
.widget_layered_nav ul li {
  overflow: hidden;
  zoom: 1;
  padding: 0 0 1px;
}
.widget_layered_nav ul li a, .widget_layered_nav ul li span {
  padding: 1px 0;
  float: left;
}
.widget_layered_nav ul li.chosen a {
  padding: 0 6px 0 18px;
  border: 1px solid #3399cc;
  background: #3399cc url(jigoimages/cross_white.png) no-repeat 6px center;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.widget_layered_nav ul small.count {
  float: right;
  margin-left: 6px;
  font-size: 1em;
  padding: 1px 0;
  color: #999;
}

div.moreworks {
z-index: 2000;
position: relative;
top: 140px;
}

#xfooter h4 {
margin-bottom: 0px;
}


++++

/* WP Common Styles */

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background:url(http://www.yoursite.com/images/bg_comments2_cite.gif);
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	color:#596e3b;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#596e3b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#8ec343;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.commentlist .time {
	background: url(http://www.yoursite.com/images/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}

.commenttext {
	background: #9bc561 url(http://www.yoursite.com/images/bg_comments2_text.jpg) repeat-x bottom;
	border-top:1px solid #c5f386;
	padding: 0 20px 10px 20px;
	color:#fafcf6;
	}

.editLink {
   text-align: center;
   padding: 5px 0 15px 0;
}
.editLink a, a.editLink {
   background: #e0e0e0;
   color: #777777;
   font-size: 10px; 
   border: 1px solid #999999;
   text-decoration: none;
   padding: 3px 5px;
}
.editLink a:hover, a.editLink:hover {
   background: #eeeeee;
   border: 1px solid #333333;
   color: #000000;
}
.postmetadata {
   color: #999;
   font-size: 10px;
   margin: 2px 0;
}

img.aligncenter {
   display: block;
   text-align: center;
   margin: 0 auto;
}
img.alignright {
   text-align: right;
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}
img.alignleft {
   text-align: left;
   display: block;
   float: left;
   margin: 0 20px 5px 0px;
}
.wp-caption-text,.wp-caption-dd {
   margin: 0;
   font-weight: bold;
   font-size: smaller;
   text-align: center;
}
.wp-caption {
   margin-right: 5px;
}
.more-link {
   display:block;
}
.linklove {
   display:none;
}
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

.gallery img {
	border: none !important;
}


#header-pic {
	height: 0px;
}



#logo-wrapper {
	position: relative;
}

#logo {
	position: absolute;
	top: 300px;
	left: 850px;
	z-index: 99;
}

#logo img {
	width: 80px !important;
	height: 80px !important;
	min-width: 80px !important;
	min-height: 80px !important;
}
}
