/*
Theme Name: The Shoe Buff
Theme URI: http://underscores.me/
Author: Slobodan Manic
Author URI: http://slobodanmanic.com
Description: WordPress theme for The Shoe Buff website
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('fonts/League_Gothic-webfont.eot');
    src: url('fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/League_Gothic-webfont.woff') format('woff'),
         url('fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: normal;
	font-family: LeagueGothicRegular, sans-serif;
	line-height: 1.2;
	color: #222;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 1.12em 1.5em 1em;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 1.5em auto;
}
.gallery {
	margin: 1.5em auto !important;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Clear floats */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}


/* =Layout
----------------------------------------------- */

body {
	background: url(images/bg-body.png);
}
#page {
	background: #fff;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: 0 0 30px rgba(0,0,0,0.25);
	border-radius: 10px 10px 0 0;
}
#header-bar {
	background: url(images/grainy-orange.png);
	padding: 10px;
	margin-bottom: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.inner {
	max-width: 980px;
	padding: 0 15px;
	margin: 0 auto;
}
#primary {
	float: left;
	margin: 0 -330px 0 0;
	width: 100%;
}
#content {
	margin: 0 330px 0 0;
}
#secondary { /* Sidebar 1 */
	float: right;
	overflow: hidden;
	width: 300px;
}
#tertiary { /* Sidebar 2 */
	clear: right;
}
.site-footer {
	background: url(images/grainy-orange.png);
	clear: both;
	width: 100%;
}


/* =Header
----------------------------------------------- */

#header-bar .site-description {
	float: left;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
}
#header-bar-nav {
	float: right;
}
#header-bar-nav #searchform {
	float: right;
}
#header-bar-nav #s {
	background: #fff url(images/loupe.png) right center no-repeat;
	border-radius: 0;
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.8);
	border: none;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 12px;
	height: 12px;
	padding: 11px 8px 8px;
	width: 200px;
}
#header-bar-nav #menu-social-menu {
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
}
#header-bar-nav #menu-social-menu li {
	display: inline-block;
	margin-right: 3px;
}
#header-bar-nav #menu-social-menu a {
	display: block;
	text-indent: -9999em;
	background: url(images/social-icons.png);
	width: 32px;
	height: 32px;
}
	#header-bar-nav #menu-social-menu .social-twitter a {
		background-position: 0 0;
	}
	#header-bar-nav #menu-social-menu .social-facebook a {
		background-position: -32px 0;
	}
	#header-bar-nav #menu-social-menu .social-googleplus a {
		background-position: -64px 0;
	}
	#header-bar-nav #menu-social-menu .social-rss a {
		background-position: -96px 0;
	}
#masthead {
	margin-bottom: 15px;
}
#masthead .site-title {
	float: left;
	width: 240px;
}
#masthead .header-ad {
	float: right;
	padding-top: 16px;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	background: url(images/grainy-orange.png);
	display: block;
	margin: 0 -15px 40px;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
	padding: 10px;
	border-radius: 10px 10px 0 0;
	font-family: "PT Mono", sans-serif;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	display: inline-block;
	margin-left: 10px;
	position: relative;
}
.main-navigation li:after {
	content: "|";
	display: inline-block;
	color: #fff;
	margin-left: 15px;
}
.main-navigation li:last-child:after {
	display: none;
}
.main-navigation a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
}
.main-navigation a:hover,
.main-small-navigation a:hover {
	color: #ffd200;
}
.main-navigation ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	font-family: LeagueGothicRegular, sans-serif;
	color: #fff;
	font-size: 30px;
	font-size: 3rem;
}
.main-small-navigation {
	background: url(images/grainy-orange.png);
	display: block;
	margin: 0 -15px 15px;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
	padding: 10px;
	border-radius: 10px 10px 0 0;
	text-align: center;
}
.main-small-navigation .menu {
	display: none;
}
.main-small-navigation ul {
	list-style: none;
	margin: 0;
}
.main-small-navigation li {
	display: block;
	border-bottom: 1px dotted rgba(255,255,255,0.3);
	font-family: "PT Mono", sans-serif;
}
.main-small-navigation li:last-child {
	border-bottom: none;
}
.main-small-navigation a {
	color: #fff;
	text-decoration: none;
	padding: 0.25em;
	display: block;
}


/* =Home page
----------------------------------------------- */

.home-post.hentry {
	float: left;
	width: 49.193548%; /* 305/620 */
	float: left;
	margin-bottom: 1.615%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fff;
	background: -moz-linear-gradient(top,  rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	box-shadow: 0 0 1px #999;
}
.home-post.even {
	float: right;
}
.home-post > a {
	display: block;
	text-decoration: none !important;
	padding: 10px;
}
.home-post > .store-product-links {
	padding: 10px;
}
.home-post .wp-post-image {
	box-shadow: 0 0 1px #999;	
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.home-post .entry-title {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "PT Mono", sans-serif;
}
.home-post .post-categories {
	font-family: "PT Mono", sans-serif;
	margin-bottom: 0.2em;
}
.home-post .post-categories span:before,
.home-post .post-categories span:after {
	content: "_";
}
.home-post:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}


/* =Homepage slider
----------------------------------------------- */

#home-slider {
	background: url(images/bg-slider.png);
	width: 620px;
	height: 420px;
	position: relative;
	margin: 0 auto 40px;
	overflow: hidden;
	padding: 27px 23px 29px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#home-slider .flex-control-paging {
	position: absolute;
	top: 40px;
	right: 35px;
	width: auto;
	bottom: auto;
}
#home-slider .flex-control-paging li a {
	width: 10px;
	height: 10px;
	background: #fff;
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.5);
}
#home-slider .flex-control-paging li a.flex-active {
	background: #ffd200;
	box-shadow: none;
}
#home-slider .slides li {
	position: relative;
	display: none;
	background: #fff;
}
#home-slider .slides li img {
	display: block;
	margin: 0 auto;
}
#home-slider .slider-text {
	position: absolute;
	bottom: 21px;
	left: 17px;
	width: 50%;
	padding: 15px;
	background: #222;
	background: rgba(0,0,0,0.4);
}
.slider-categories,
.slider-title {
	color: #fff;
	font-family: "PT Mono", sans-serif;
	font-weight: normal;
}
.slider-title {
	font-size: 24px;
	font-size: 2.4rem;
}
.slider-categories {
	text-transform: uppercase;
	font-size: 14px;
	font-size: 1.4rem;
}
.slider-categories span:before,
.slider-categories span:after {
	content: "_";
}


/* =Content
----------------------------------------------- */

.page-title {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 1em;
}
.page-title span {
	font-style: italic;
}
.single #content {
	background: #f7f7f7;
	padding: 15px;
	margin-bottom: 15px;
}
#content a {
	color: #f26701;
	text-decoration: none;
}
#content a:visited {
	color: #d87730;
}
#content a:hover {
	text-decoration: underline;
}
#content a:active {
	color: #222;
}
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}
.page-id-37905 .entry-title {
	display: none;
}
#content .entry-title a {
	color: #222;
	text-decoration: none !important;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.paging-navigation {
	clear: both;
}
#content .wp-pagenavi {
	text-align: center;
	padding: 20px 0;
	font-family: LeagueGothicRegular, sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	clear: both;
}
#content .wp-pagenavi a,
#content .wp-pagenavi span {
	border: none;
}
#content .wp-pagenavi a {
	color: #f26701 !important;
}
.home-ad {
	clear: both;
	padding: 10px 0 20px;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.form-allowed-tags {
	display: none;
}
#comments {
	margin-bottom: 3em;
	border-bottom: 1px dotted #909090;
	padding-bottom: 2.5em;
}
#reply-title {
	font-size: 30px;
	font-size: 3rem;
	text-transform: uppercase;
	margin-bottom: 0.25em;
}
#comments label, 
.wpcf7 label {
	display: block;
}
#comments input,
#comments textarea,
.wpcf7 input,
.wpcf7 textarea {
	padding: 0.5em;
	display: inline-block;
	background: #fff;
	border: 1px solid #ddd;
	
	box-shadow: inset 0.1em 0.1em 0.1em rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0.1em 0.1em 0.1em rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0.1em 0.1em 0.1em rgba(0,0,0,0.1);
	
	border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
}
#comments textarea,
.wpcf7 textarea {
	resize: vertical;
}
#comments input:focus,
#comments textarea:focus,
.wpcf7 input:focus,
.wpcf7 textarea:focus {
	outline: none;
	border: 1px solid #777;
	box-shadow: inset 0.1em 0.1em 0.1em rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0.1em 0.1em 0.1em rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0.1em 0.1em 0.1em rgba(0,0,0,0.2);
}
#comments .form-submit {
	text-align: right;
}
#comments #submit,
#content .wpcf7-submit  {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #999;
	padding: 0.75em;
	
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;

	background: -moz-linear-gradient(top, #f9f9f9 0%, #e7e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9f9f9 0%,#e7e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9f9f9 0%,#e7e7e7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f9f9f9 0%,#e7e7e7 100%); /* W3C */
}
#comments #submit:hover,
#content .wpcf7-submit:hover {
	background: -moz-linear-gradient(top, #c9c9c9 0%, #b7b7b7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9c9c9), color-stop(100%,#b7b7b7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c9c9c9 0%,#b7b7b7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c9c9c9 0%,#b7b7b7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c9c9c9 0%,#b7b7b7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #c9c9c9 0%,#b7b7b7 100%); /* W3C */
	color: #444;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li {
	margin-bottom: 1em;
}


/* =Store
----------------------------------------------- */

.store-item-wrapper  {
	float: none;
}

.store-post-photos  {
	float: left;
	width: 320px;
}

.store-post-details  {
	float: right;
	width: 250px;
}

#store-post-header  {
	margin-bottom: 1em;
}

#store-post-title  {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0.1em;
	clear: none;
}

#store-post-subtitle .time-left  {
	margin-bottom: 1em;
}

#store-post-subheader  {
	position: relative;
	margin-bottom: 1em;
	min-height: 68px;
}
#store-post-subheader ul {
	margin-left: 0;
	list-style: none;
}

#store-item-specifics  {
	margin: 1em 0;
	clear: left;
}

#store-post-sellers {
	float: left;
	margin-right: 10px;
}
#store-post-sellers > div  {
	display: inline-block;
}

.store-amazon-buy, 
.store-ebay-buy  {
	display: inline-block;
	text-indent: -9999em;
	background: url(images/tsb_home_buttons.png);
	width: 52px;
	height: 49px;
}

.store-amazon-buy  {
	background-position: right top;
}

.store-custom-buy {
	width: 52px;
	height: 49px;
	display: inline-block;
}
.store-dtlr-buy {
	background: url(images/buy-from-dtlr.png);
	text-indent: -9999em;
}

#store-post-price  {
	font-size: 22px;
	color: #ff881e;
	font-family: Helvetica,  sans-serif;
	font-weight: bold;
	line-height: 49px;
}

#store-large-images  {
	overflow: hidden;
	height: 240px;
	margin-bottom: 10px;
}
#store-large-images img  {
	display: none;
	max-width: 100%;
	height: auto;
}

#store-large-images img:first-child  {
	display: block;
}

#store-post-thumbs  {
	margin-bottom: 2em;
}

#store-post-thumbs img  {
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	opacity: 0.5;
	width: 100px;
	height: 100px;
}

#store-post-thumbs .right img  {
	margin-right: 0;
}

#store-post-thumbs .active img  {
	opacity: 1;
}

.store-post-large-photo, 
#store-post-thumbs img  {
	border: 1px solid #ddd;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.store-post  {
	margin-bottom: 1em;
}

.store-heading  {
	background: url(images/store-heading.png);
	font-family: 'Arial Black',  Futura,  Arial;
	font-size: 20px;
	line-height: 1;
	padding: 0.4em;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 12px;
	position: relative;
}

.store-heading .sidebar-toggle-button  {
	position: absolute;
	top: 50%;
	right: 8px;
	display: block;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	background: url('images/sidebar-toggler.png') left bottom;
}

.store-post-social {
	list-style: none;
	margin: 0 0 0.5em;
	list-style: none;
}
.store-post-social li {
	display: inline-block;
	margin-right: 1em;
}

/* List of products */
.store-products-list  {
	margin: 0 0 2em;
}

.store-products-list li  {
	display: block;
	float: left;
	width: 195px;
	min-height: 235px;
	background: #fff;
	margin: 0 4px 8px 4px;
		
	border: 1px solid #ddd;
	padding: 0.5em;
	font-family: Helvetica,  sans-serif;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
}

.store-products-list li:hover  {
	background: #f9f9f9;
	box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.25);
	border-color: #999;

	background: -moz-linear-gradient(top,  #f3f3f3 0%,  #fff 100%);
	background: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0%, #f3f3f3),  color-stop(100%, #fff));
	background: -webkit-linear-gradient(top,  #f3f3f3 0%, #fff 100%);
	background: -o-linear-gradient(top,  #f3f3f3 0%, #fff 100%);
	background: -ms-linear-gradient(top,  #f3f3f3 0%, #fff 100%);
	background: linear-gradient(to bottom,  #f3f3f3 0%, #fff 100%);
}

.store-product-category  {
	margin-bottom: 0.25em;
	text-align: center;
	font-weight: bold;
}

.store-product-name  {
	line-height: 1.2;
	margin-bottom: 0.2em;
	font-weight: bold;
}

.store-product-name a  {
	color: #222;
}

.store-product-price  {
	color: #666;
	margin-bottom: 0.5em;
}

.store-product-thumb  {
	border: 2px solid #ddd;
	margin-bottom: 5px;
}

.store-product-thumb img  {
	display: block;
	width: 176px;
	height: 114px;
}

.store-product-rating  {
	margin-bottom: 10px;
}

.store-product-links a  {
	display: inline-block;
	text-indent: -9999em;
	height: 16px;
}

.store-product-links a.store-product-amazon  {
	background: url(images/amazon_16.png);
	width: 54px;
	margin-right: 3px;
}

.store-product-links a.store-product-ebay  {
	background: url(images/ebay_16.png);
	width: 38px;
	position: relative;
	top: -2px;
	margin-right: 3px;
}

.store-product-links a.store-product-dtlr  {
	background: url(images/dtlr_16.png);
	width: 42px;
	position: relative;
	margin-right: 3px;
}

.store-pagination  {
	clear: both;
	text-align: center;
	padding: 1.5em 0;
}

/* Store sidebar */
.featured-shoe-module {
	margin-bottom: 20px;
}
.featured-shoe-module .wp-post-image {
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
}
.featured-shoe-module .store-product-name {
	font-size: 14px;
	margin-bottom: 15px;
}
.featured-shoe-module .store-product-name a {
	text-decoration: none;
}
.featured-shoe-module .store-product-price {
	font-size: 18px;
	font-weight: bold;
	float: right;
	margin-bottom: 0;
	line-height: 1;
}
.featured-shoe-module .store-product-links {
	float: left;
}
.shoe-brands-module li a {
	padding: 5px 2px !important;
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}
.widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	text-transform: uppercase;
	margin-bottom: 0.25em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
#searchsubmit {
	display: none;
}

/* Recent posts widget */
.widget_abm_widgets_recent_posts {
	padding: 10px;
	border: 1px solid #eee;
	background: #f8f8f8;
	background: -moz-linear-gradient(top,  rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
}
.widget_abm_widgets_recent_posts ul {
	list-style: none;
	margin: 0;
	line-height: 1.2;
}
.widget_abm_widgets_recent_posts li a {
	display: block;
	padding: 5px;
	text-decoration: none;
	font-size: 12px;
	font-size: 1.2rem;
	color: #222;
}
.widget_abm_widgets_recent_posts li a:hover {
	background: #bb6033;
	color: #fff;
}
.widget_abm_widgets_recent_posts li img {
	display: block;
	width: 60px;
	float: left;
}
.widget_abm_widgets_recent_posts li span {
	display: block;
	margin-left: 70px;
	font-family: "PT Mono", sans-serif;
	padding-top: 5px;
}
#af-form-725203517 .buttonContainer input.submit {
	border: none;
	box-shadow: none;
	text-shadow: none;
	line-height: 1.4;
}


/* =Footer
----------------------------------------------- */

#colophon {
	padding: 20px 0;
}
#colophon .site-info {
	float: left;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-left: 150px;
	background: url(images/the-shoe-buff-footer.png) no-repeat;
	min-height: 70px;
	color: #fff;
}
#colophon .site-info h5 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin-top: 10px;
}
#colophon .footer-nav {
	float: right;
	width: 50%;
	text-align: right;
	color: #fff;
	padding-top: 10px;
}
#colophon .footer-nav ul {
	list-style: none;
	margin: 0;
}
#colophon .footer-nav li {
	display: inline-block;
	margin-left: 15px;
}
#colophon .footer-nav a {
	color: #fff;
	text-decoration: none;
}


/* =Media queries
-------------------------------------------------------------- */

@media only screen and (max-width: 1023px) {

	body {
		padding: 0 20px;
	}
	#header-bar {
		margin: 0 -20px 20px;
	}
	#page,
	.inner {
		max-width: 100%;
	}
	#masthead .inner {
		padding: 0;
	}
	#masthead {
		margin-bottom: 20px;
	}
	#masthead .site-title {
		float: none;
		width: 200px;
		margin: 0 auto;
	}
	#masthead .header-ad {
		float: none;
		width: 728px;
		height: 90px;
		margin: 0 auto;
	}
	/* Slider */
	#home-slider {
		background: none;
		padding: 0;
		width: 100%;
		height: auto;
	}
	#home-slider .slider-image img {
		max-width: 100%;
		height: auto;
	}

}

@media only screen and (max-width: 860px) {

	#header-bar .site-description {
		display: none;
	}
	#header-bar-nav {
		float: none;
	}
	#masthead .site-title {
		float: none;
		margin: 0 auto;
	}
	#page {
		margin-top: 0;
	}
	.main-navigation ul {
		text-align: center;
	}
	#home-slider {
		display: none;
	}

}

@media only screen and (max-width: 860px) and (min-width: 768px) {

	.home-post.hentry {
		float: none;
		margin-bottom: 1em;
		width: auto;
	}
	.home-post .wp-post-image {
		display: block;
		margin: 0 auto 1em;
	}
	.home-post .post-categories,
	.home-post .entry-title {
		text-align: center;
	}

}


@media only screen and (max-width: 767px) {
	
	#masthead .header-ad {
		display: none;
	}
	#content,
	#primary  {
		margin: 0;
	}
	#primary,
	#secondary {
		float: none;
	}
	#secondary {
		margin: 0 auto;
	}
	#colophon .site-info {
		float: none;
		width: auto;
		padding-top: 90px;
		padding-left: 0;
		background: url(images/the-shoe-buff-footer.png) top center no-repeat;
		color: #fff;
		text-align: center;
		margin-bottom: 20px;
	}
	#colophon .site-info h5 {
		margin-top: 0;
	}
	#colophon .footer-nav {
		float: none;
		width: auto;
		text-align: center;
		padding-top: 0;
	}
	#colophon .footer-nav li {
		margin: 0 10px;
	}
	
}

@media only screen and (max-width: 479px) {

	.home-post.hentry {
		float: none;
		margin-bottom: 1em;
		width: auto;
	}
	.home-post .wp-post-image {
		display: block;
		margin: 0 auto 1em;
	}
	.home-post .post-categories,
	.home-post .entry-title {
		text-align: center;
	}
	#header-bar-nav #menu-social-menu {
		float: none;
		margin: 0 0 10px;
		text-align: center;
	}
	#header-bar-nav #searchform {
		float: none;
	}
	#header-bar-nav #s {
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		height: auto;
	}

}