/* 

Vogue 1.0 - A stylish theme for Shopify
Created by Jared Burns of sofamade.com
Heavily modified by Cies Breijs to match Dharma Publishing.

*/

/* @group Structure */

body {
	font: 12px/1.45em 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Helvetica, Arial, sans-serif;
}

* {
	padding:0;
	margin:0;
}

.container {
	width: 875px;
	margin: 0 auto;
	display: inline-block;
}

.container, .featuring-list {
	display: block;
}

.container:after, .featuring-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#layout {
	color: #403b35;
	background: #ffcc33 url(yellow-back.png) repeat-y center top;
	padding: 3px 0 40px;
        margin: 0;
}

#layout-left {
	float: left;
}

#layout-right {
	width: 220px;
	float: right;
}

/* @end */

/* @group Links & Text */

#layout a, #layout a:link, #layout a:visited, .active a:hover, #collections .active a:hover, a:hover .active, #links .active a:hover {
	color: #55abd2;
	text-decoration: underline;
}

#layout a:hover, .active, .active a, #collections .active a, #links .active a {
	color: #9c0002;
	text-decoration: underline;
}

#header a {
	color: #ffffff;
	text-decoration: none;
}

#logo a, #logo a:link, #logo a:visited {
	color: #ffffff;
	text-decoration: none;
}

#logo a:hover {
	color: #ffffff;
	text-decoration: none;
}

#footer a {
	color: #55abd2;
	text-decoration: underline;
}

#footer a:hover {
	color: #E0DFC9;
	text-decoration: underline;
}

#logo h1 a {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
}

#layout h1, #layout h1 a:link, #layout h1 a:visited, #layout h2, #layout h2 a:link, #layout h2 a:visited {
	color: #740003;
	font-size: 32px;
	font-weight: bold;
	line-height: 105%;
	text-decoration: none;
        font-family: "Georgia","Times New Roman",Serif;
        margin: 10px 0px;
}

#layout h3, #layout h3 a:link, #layout h3 a:visited, #layout h4, #layout h4 a:link, #layout h4 a:visited {
	color: #740003;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
        font-family: "Georgia","Times New Roman",Serif;
}

#layout h3, #layout h3 a:link, #layout h3 a:visited, #layout h3 a:hover {
	padding-bottom: 4px;
}

#layout h4, #layout h4 a:link, #layout h4 a:visited, #layout h4 a:hover {
	padding: 10px 0 4px;
}

#layout h1 a:hover, #layout h2 a:hover, #layout h3 a:hover, #layout h4 a:hover {
	color: #8e0001;
	text-decoration: none;
}

#layout h1 {
	padding-bottom: 10px;
}

#layout h2 {
	padding-bottom: 4px;
}

/* @end */

/* @group Header */

#header {
	color: #ffffff;
	background: #18304f url(header.jpg) no-repeat center top;
}

#header-title {
        margin-left: 60px;
        padding-top: 20px;
        font-family: "Georgia","Times New Roman",Serif;
        font-weight: 900;
        font-size: 43px;
        display: none;  /* we have a logo image instead */
}

#header-logo {
	float: left;
	padding: 3px 0px;
}

/* @end */



/* @group Mini-Header */

#mini-header {
	background: #e0dfc9 url(mini-header.png) repeat-x center top;
	padding: 6px 0;
}

#shopping-cart {
	width: 350px;
	float: left;
}

#search-box {
	float: right;
}

#search-box #q {
	color: #323639;
	font: 13px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Helvetica, Arial, sans-serif;
	width: 230px;
	vertical-align: middle;
	padding: 2px;
	margin-right: 10px;
	border-top: 2px solid #99988d;
	border-right: 1px solid #b2b0a4;
	border-bottom: 1px solid #b2b0a4;
	border-left: 1px solid #b2b0a4;
	float: left;
}

.header-button {
	vertical-align: middle;
	padding: 1px 5px;
}

/* @end */


/* @group Navigation */



#navigation {
	/* width: 625px; */
	/* height: 31px; */
	padding: 0px 0px 25px;
	text-align: center;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation ul li {
	text-transform: capitalize;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navigation ul li a:link, #navigation ul li a:visited {
	color: #ffffff;
	/*line-height: 16px;*/
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	background: #740003 none repeat-x center top;
	margin-left: 8px;
	padding: 4px 24px 3px;
}

#navigation ul li a:link.current, #navigation ul li a:visited.current {
	color: #272a2d;
	font-weight: bold;
	text-decoration: none;
	background: #fff url(tab-active.png) repeat-x center top;
}

#navigation ul li a:hover {
	color: #272a2d;
	background: #ffffff none repeat-x center top;
	text-decoration: underline;
}

/* @end */


/* @group Collections */

#gallery .col1, #gallery .col2 {
	vertical-align: top;
	padding: 15px 20px 10px 0;
	border-top: 1px solid #e1ddc8;
}

#gallery .col3 {
	vertical-align: top;
	padding: 15px 0 10px;
	border-top: 1px solid #e1ddc8;
}

.gallery-image img {
	background-color: #e1ddc8;
	margin: 3px;
	padding: 5px;
}

.gallery-image img:hover {
	background-color: #d0ccb9;
}

.gallery-info {
	line-height: 1.4em;
	padding: 3px 6px 0;
}

ul#collections, ul#links {
	margin-bottom: 0;
	padding: 6px 0 20px;
	border-top: 1px solid #e1ddc8;
}

ul#collections li, ul#links li {
	background: url(bullet.png) no-repeat 0 8px;
	padding: 3px 0 3px 14px;
	list-style-type: none;
	list-style-position: outside;
}

ul#featuring {
	margin-bottom: 0;
	padding: 6px 0 24px;
	border-top: 1px solid #e1ddc8;
}

ul#featuring li {
	padding: 4px 20px;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

.featuring-list {
	display: inline-block;
}

.featuring-image {
	margin-right: 8px;
	float: left;
	border: 1px solid #e1ddc8;
}

.featuring-image img {
	background-color: #e1ddc8;
	margin: 3px;
	padding: 5px;
}

.featuring-image img:hover {
	background-color: #d0ccb9;
}

.featuring-info {
	padding-top: 1px;
	float: left;
	width: 120px;	
}

#tags, .sidebar {
	padding: 8px 0 24px;
	border-top: 1px solid #e1ddc8;
}

.tags {
	color: #55abd2;
}

#paginate {
	text-align: center;
}

#paginate .next, #paginate .prev {
	margin: 0 3px;
}

#paginate .current {
	padding: 0 2px;
}

/* @end */

/* @group Products */

#product-left {
	width: 310px;
	float: left;
}

#product-image, .product-images {
	margin-bottom: 10px;
}

.product-images{
	border: 1px solid #e1ddc8;
}

#product-image {
	width: 297px;
}

.product-images {
	margin-right: 10px;
	float: left;
}

#product-image img, .product-images img {
	background-color: #e1ddc8;
	margin: 3px;
	padding: 5px;
}

#product-image img:hover, .product-images img:hover {
	background-color: #d0ccb9;
}

#product-right {
	width: 555px;
	float: right;
}

#product-variants {
	font-size: 11px;
	margin: 10px 0 15px;
	padding: 10px 10px 0px 10px;
	border: 1px solid #e1ddc8;
	background: #f7f5f0 url(excerpt.png) repeat-x center top;
}

#product-variants ul {
	margin-bottom: 0;
}

#product-variants ul li {
	padding: 4px 6px;
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0;
}

#product-variants .odd {
	background: #f7f5f0 url(excerpt.png) repeat-x center top;
}

#product-details {
	padding: 10px 0 15px;
}

.radio {
	margin-left: 3px;
}

#product-variants #price-field {
	float: right;
	font-size: 14px;
}

#product-variants select {
	margin: 0 0 10px 0;
}

#product-right label {
	font-weight: bold;
	display: block;
	margin: 0 0 5px 0;
	font-size: 12px;
}

#purchase.disabled {
	-moz-opacity: 0.65;
	opacity:.65;
	filter: alpha(opacity=65);
}


/* @end */

/* @group Blogs & Pages */

.about-excerpt {
	background: #f7f5f0 url(excerpt.png) repeat-x center top;
	margin-bottom: 20px;
	padding: 15px 20px;
}

.blog-first, .blog {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e1ddc8;
}

.blog-last {
	padding-bottom: 25px;
}

.blog-details {
	color: #6f675d;
	font-size: 11px;
	padding-top: 8px;
}

ul#blogs {
	margin-bottom: 0;
	padding: 6px 0 20px;
	border-top: 1px solid #e1ddc8;
}

ul#blogs li {
	background: url(bullet.png) no-repeat 0 10px;
	padding: 5px 0 5px 14px;
	list-style-type: none;
	list-style-position: outside;
}

.feed {
	margin-top: 3px;
	float: right;
}

/* @end */

/* @group Shopping Basket */

#basket {
	width: 100%;
}

#basket th {
	padding: 5px 0 2px;
	border-bottom: 1px solid #e1ddc8;
}

#basket td {
	vertical-align: top;
	border-bottom: 1px solid #e1ddc8;
}

#basket td.basket-column-one {
	padding: 7px 0;
}

#basket td.basket-column {
	width: 80px;
	padding-top: 12px;
}

.basket-images {
	margin: 0 10px 0 7px;
	float: left;
	border: 1px solid #e1ddc8;
}

.basket-images img {
	background-color: #e1ddc8;
	margin: 3px;
	padding: 5px;
}

.basket-images img:hover {
	background-color: #d0ccb9;
}

.basket-desc {
	width: 440px;
	padding-top: 2px;
	float: left;
}

.basket-odd, .basket-even {
	padding: 7px 10px;
}

.basket-even {
	background-color: #fbf9f2;
}

#basket-right {
	text-align: right;
	width: 250px;
	float: right;
}

#basket-right h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 15px 15px 0;
}

#basket p {
	padding-bottom: 2px;
}

.additional-checkout-buttons p {
  position: relative;
  right: 27px;
  margin-top: 10px;
}

.additional-checkout-buttons input {
  margin: 10px 0 0 0;
}

/* @end */

/* @group Footer */

#footer {
	color: #fff;
	font-size: 12px;
	background: #003 url(footer.png) repeat-x center top;
	padding: 55px 0 70px;
}

#footer-left {
	float: left;
	width: 278px;
	margin-right: 20px;
}

#footer-center {
	float: left;
	width: 278px;
	margin-right: 20px;
	text-align: center;
}

#footer-right {
	float: left;
	width: 278px;
}

#footer-bottom {
	margin-top: 30px;
	text-align: center;
}

.footer-icon {
	display: block;
	float: left;
	margin-right: 10px;
}

.footer-block {
	margin-top: 12px;
}

/* @end */

/* @group Global Styles */

img {
	border: none;
}

p {
	padding-bottom: 10px;
}

table {
	text-align: left;
	margin-bottom: 15px;
	border-collapse: collapse;
}

del {
	color: #c1191c;
	font-size: 11px;
	padding-left: 3px;
}

small {
	font-size: 11px;
	line-height: 1.4em;
}

ul, ol {
	margin-bottom: 10px;
}

ul li {
	margin-left: 25px;
	padding: 1px 0;
	list-style-type: disc;
	list-style-position: outside;
}

ol li {
	margin-left: 25px;
	padding: 1px 0;
	list-style-type: decimal;
	list-style-position: outside;
}

.clear {
	clear: both;
}

.right {
	padding: 5px 0px 15px 5px;
	float: right;
}

.left {
	padding: 5px 15px 0px 5px;
	float: left;
}

.bold-blue {
	color: #55abd2;
	font-weight: bold;
}

.bold-red {
	color: #c1191c;
	font-weight: bold;
}

.light {
	color: #7f756a;
}

/* @end */

/* @group Slimbox */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-size: 10px;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	color: #403b35;
	font: bold 12px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Helvetica, Arial, sans-serif;
}

/* @end */

/* @group Shopify Overrides */

/* Collections Listing */

#collections-listing ul {
	padding: 5px 0 15px !important;
}

#collections-listing li {
	margin: 0 !important;
	padding: 3px 0 !important;
	list-style-type: none;
	list-style-position: outside;
}

.hint {
	font-size: 11px;
}

#collections-listing  #pagination {
	
}

/* Search Results */

#searchresults #result-q {
	color: #323639;
	font: 13px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Helvetica, Arial, sans-serif;
	width: 300px;
	margin-right: 5px;
	padding: 1px;
	border-top: 2px solid #99988d;
	border-right: 1px solid #b2b0a4;
	border-bottom: 1px solid #b2b0a4;
	border-left: 1px solid #b2b0a4;
}

#searchresults {
	margin: 0 !important;
	padding-top: 5px;
}

#searchresults h3, #searchresults h3 a:link, #searchresults h3 a:visited, #searchresults h3 a:hover {
	color: #55abd2;
	font-size: 12px;
	margin: 15px 0 2px !important;
	font-weight: bold;
}

#searchresults h3 a:link, #searchresults h3 a:visited {
	text-decoration: underline;
}

#searchresults h3 a:hover {
	color: #9c0002;
	text-decoration: underline;
}

.highlight {
	color: #c1191c;
}

.result-image img {
	width: 0px;
	height: 0px;
	visibility: hidden;
}

#searchresults ol {
	padding-top: 10px;
}

#searchresults li {
	margin: 0 0 15px !important;
	border-top: 1px solid #e1ddc8;
	list-style-position: inside;
}

/* @end */

/* Comments */

#comments { margin: 20px 0; }
#comments dt { margin-top: 10px; }
#comments dd input, #comments dd textarea { width: 300px; }
#comments>ul { margin-top: 10px; }
#comments>ul>li { margin: 10px 0; list-style-type: none; }

.comment {
	padding: 10px;
	font-size: 14px;
	border: 1px solid #ddd;
	background: #f5f5f5;
}

.comment-details {
	font-size: 90%;
  background: #ddd;
  padding: 2px 5px;
}

.notice {
  font-size: 10pt;
  margin: 15px 0;  
  border: 1px solid #eFeBd5;
  border-bottom: 1px solid #dFdBc5;
  border-right: 1px solid #dFdBc5;
  padding: 5px 15px;
  background: #FFFBE5;
  color: #6a9c30;
  text-align: center;
}

.error { color: #933; }
.input-error { background: #FFFBE5; }

.comment-form { 
	margin-top: 40px;
}

.comment-form .hint {
	font-size: 11px;
	font-style: italic;
	color: #666;
}

.comment-form dt {
	font-weight: bold;
}

.comment-form input[type=submit] {
	margin-top: 8px;
}

/* End of Stylesheet */