/*
Theme Name: Fujiyama WooCommerce Theme [Japanese Version]
Theme URI: http://wooseum.com
Description: This theme is very simple theme for WooCommerce
Version: 1.47
Author: wooseum.com
Author URI: http://wooseum.com
Tags: WooCommerce, 2 column, simple, shop

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 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 {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

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{
	border: 0;
}


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 centered 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/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	background-image: url("css/texture.png");
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
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 {
	outline: 0;
}

a img {
	border: 0;
}


/*--------------------------------------------------------------
1.5 Layout
--------------------------------------------------------------*/

#masthead,
#contentwrapper,
#colophon,
.sitewidth {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
}
#contentwrapper { padding-bottom: 20px;}

#masthead {
	padding: 30px 0 15px 0;
	display: table;
}
.site-branding,
.main-navigation,
#cart-navigation {
	display: table-cell;
	vertical-align: middle;
	}

.site-branding {
	width: 200px;
}


#cart-navigation {
	text-align: right;
}

#titlebar {
	margin: 0 0 30px 0;
	padding: 25px 0 25px 15px;
	background-color: rgba(120, 120, 120, 0.1);
	}




/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #333;
	font-family:  'Open Sans', sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: normal;
	font-weight: 600;
}


.site-title {
	font-size: 22px;
	line-height: 1;
	margin: 0 0 3px 0;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	line-height: 1;
	font-family: Georgia, serif;
	font-weight: 100;
	}
	.site-title a { color: #333 !important; text-decoration: none; }
	.site-description {
		letter-spacing: 0px;
		margin: 0;
		font-size: 12px !important;
		font-weight: normal;
		color: #777;
	}

	.site-logo img {
		max-width: 200px;
		height: auto;
	}

#titlebar h1.page-title {

	font-size: 0.82em;
	font-weight: normal;
	line-height: 1.1;
	margin: 0;

	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;

	}
.entry-content h2 {
	font-size: 1.4rem;
	margin: 40px 0 20px 0;
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}
.woocommerce-page .site-content h2,
.front-page h2 {
	font-size: 16px;
	margin: 0 0 20px 0;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;

}
.front-page h2 {
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	}
	.front-page h2.woocommerce-loop-product__title {
			text-align: left;
			font-size: 0.8em;
			padding: 0px 0 0 0;
			margin-bottom: 5px;
			letter-spacing: 1px;
		}

.main-navigation {
	font-size: 12px;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
}

.widget-title {
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;


}
p {
	margin-bottom: 1.5em;
	line-height: 1.8;
	font-family: "Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
	font-size: 1.28rem;
}
.front-page .news p { line-height: 1.5;}


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;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

p.form-allowed-tags,
p.form-allowed-tags code {
	font-size: 1rem;
	color: #999;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {text-decoration: none;}
mark {
	background:none;
	border-bottom: 3px double #ccc;
}

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%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	}
	article img { max-width: 100%;}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
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 */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {

}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
	margin: 0 5px 0 0;
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	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"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #333;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	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: 100%;
}
.shipping-calculator-form select {
	font-size: 1.5em;
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a,
a:visited {
	color: #868234;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}

a:hover,
a:focus,
a:active {
	color: #a39c52;
}

#secondary a,
#colophon a { text-decoration: none; color: #333; }


/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	margin: 5px 0 0 10px;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;

	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 15px;
	color: #666;

	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	}

.main-navigation ul ul {
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, 0.71);
	float: left;
	position: absolute;
	top: 2.85em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;

}
.main-navigation ul ul li {
	width: 180px;
	}

.main-navigation ul ul a {
	padding: 10px 20px;
	width: auto;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
	color: #888;
}

.main-navigation ul ul :hover > a {
	color: #888;

}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: 0px;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current_page_parent > a {
	border-bottom: 2px solid #555;
}
.main-navigation ul ul .current_page_item > a,
.main-navigation ul ul .current-menu-item > a,
.main-navigation ul ul .current_page_ancestor > a,
.main-navigation ul ul .current_page_parent > a {
	border: none;
}

/* Account and Cart menu */
#cart-navigation ul {
	margin: 0;
	list-style: none;
}
#cart-navigation a  {
	text-decoration: none;
	color: #222;
}
#cart-navigation a.button {
	background: #eee;
	margin: 0 0 0 5px;
}
i.fa {
	font-size: 18px;
	color: #666;
	position: relative;
	}
	.cartis0 i.fa { color: rgba(110, 110, 110, 0.4); }
	i.fa-user {font-size: 18px;}
	i.fa span {
		color: #fff;
		font-size: 9px;
		font-weight: bold;
		position: absolute;
		right:-8px;
		top: -8px;
		line-height: 20px;

		background-color:#ad9d5a ;
	  padding: 0 4px;
	  border-radius: 2px;
	  color: #fff !important;
	  font-size: 10px;
	  font-family: "Arial","Helvetica",sans-serif;
	  font-weight: bold;
	  line-height: 15px;
	  text-align: center;
	}


#cart-navigation ul li {
	display: inline-block;
	padding: 10px 6px;
	}
	#cart-navigation ul li.login {
		font-size: 11px;
	  font-family: 'Raleway', sans-serif;
	  letter-spacing: 1px;
	  font-weight: 600;
		text-transform: uppercase;
		}
		#cart-navigation ul li .widget_shopping_cart_content li {
			float: none;
			display: block;
			padding: 10px 0;
			}

	.view-cart {
		position: relative;
		}

	.widget_shopping_cart {
			position: absolute;
			top: 2.8em;
			right: 999em;
			z-index: 99999;
			width: 280px;
			font-size: 0.8em;
			background: #fff;
			border: 1px solid #ddd;
		}
		.widget_shopping_cart_content {
			padding: 10px 20px 0 20px;
		}

	.view-cart:hover .widget_shopping_cart {
			right: 0;
			}


/* Small menu */
.menu-toggle {
	display: none;

	position: absolute;
	top: 25px;
	left: 5px;

	width: 40px;
	height: 40px;
	cursor: pointer;
	text-decoration: none;
	}
	.menu-toggle:before {
    color: #666;
    content: "\2261";
    font-size: 3em;
    line-height: 1;
    margin: 0 0 0 8px;
    text-shadow: none;

    }


.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 2.5em;
	border-top: 2px solid #555;
	padding: 10px 0 0 0;
}
.widget-title {
	margin: 0 0 10px 0;
}

ul.product-categories {
	padding: 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #eee;
	}
	ul.product-categories li a {
		display: block;
		padding: 12px 5px;
		border-top: 1px solid #eee;
		}
		ul.product-categories ul.children li a { border-top: none; padding: 8px 5px; }
	
	ul.product-categories ul { list-style: none; }
	ul.product-categories li { position: relative; }

.widget_categories ul {
		padding: 0;
	margin: 0;
	list-style: none;
	}
	.widget_categories ul li a {
		display: block;
		padding: 5px 20px;
	}
	.widget_categories ul li { position: relative;}
	.widget_categories ul li:before {
				font-family: fontAwesome;
				content:'\f105';
				display:block;
				position:absolute;
				top: 0.4em;
				left: 0.5em;

				}


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

/* Search widget */
.widget_search .search-submit {
	display: none;
}


.widget .product-title,
.widget .product-categories li {
		font-size: 12px;
		font-family: 'Raleway', sans-serif;
		letter-spacing: 1px;
		font-weight: 600;
		text-transform: uppercase;
	}
.widget .amount {
		font-weight: normal;
		font-size: 12px;
	}

	/* Tagcloud widget */
#secondary .tagcloud a {
	background:#b6b6b6 url("css/texture.png");
	color: #fff;
	padding: 5px 8px;
	display: inline-block;
	margin: 0 2px 4px 0;
	line-height: 1;
	}

	#secondary .tagcloud a:hover {
		background-color: #cbcbcb;
	}

	.widget_recent_entries ul {
		list-style: none;
		padding: 0;
		margin: 0;
		font-size: 0.9em;
		}
		.widget_recent_entries ul li a {
			padding: 3px 0px 3px 18px;
			display: block;
			position: relative;
		}
		.widget_recent_entries ul li a:before {
			font-family: fontAwesome;
			content:'\f105';
			display:block;
			position: absolute;
			top: 2px;
			left: 0.3em;
			color: #ccc;
			}
			.widget_recent_entries ul li a:hover:before {
				left: 0.5em;
				color: #999;
				-webkit-transition: all ease-in-out .2s;
				-moz-transition: all ease-in-out .2s;
				-o-transition: all ease-in-out .2s;
				transition: all ease-in-out .2s;

			}

	.widget .woocommerce-product-search button {
		display: none;
	}

/*--------------------------------------------------------------
10.0 Content Toppage
--------------------------------------------------------------*/

.topbanner {
	margin: 0 0 40px 0;
}
.parallax-window {
	min-height: 600px;
	width: 100%;
  background: transparent;
  max-width: auto;
	}
	@media screen and (max-width: 600px) {

	}


.front-page section {
	padding: 50px 0 0 0;
}
.news ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	.news ul h3 {
		font-weight: normal;
		font-size: 1em;
	}
	.news ul time {
		color: #999;
		margin-bottom: 1.5em;
	  font-size: 0.8em;
		}
	.news ul li {
		width: 30%;
		margin: 0 3.3333% 0 0;
		float: left;
	}
	.news ul li img {
		display: block;
		width: 100%;
		vertical-align: bottom;
		margin: 10px 0;
	}
	.news ul li a {
		text-decoration: none;
		color: #606060;
	}


/*--------------------------------------------------------------
10.0 Product Pages
--------------------------------------------------------------*/
.single-product #primary {
  float: none;
  width: 100%;
}


.single-product h1.product_title {
	font-size: 1.6em;
	margin-bottom: 15px;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;

}
.single-product .entry-summary { margin: 0;}


/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

.blog article.hentry {
	padding: 0 0 50px 0;
	margin: 0 0 40px 0;
	border-bottom: 1px solid #ececec;
	}
.taxonomy-description {
	margin: 0 0 50px 0;
	font-style: italic;
	}
h1.entry-title {
	font-size: 1.3em;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	}
	h1.entry-title a,
	.entry-meta a {
		color: #333;
		text-decoration: none;
	}
.entry-meta {
	color: #999;
	margin-bottom: 1.5em;
	line-height: 1.8;
	font-size: 0.8em;
	margin: 0 0 50px 0;
	}
	.entry-meta a { color: #999; }
.entry-footer {
	font-size: 0.7em;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	}
	.entry-footer span { padding: 0 2em 0 0; }
	.entry-footer a {
		text-decoration: none;
	}
	.edit-link { display: none;}

#comments h2,
#comments h3 {
	font-size: 1em;
	margin: 0 0 20px 0;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 0 0 0;
	}
	#comments h3 { font-size: 0.9em; }
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.post-navigation {
	padding: 0px 0 0 0;
}
.nav-links {
	font-size: 0.8em;
	line-height: 1;
	margin: 0 0 20px 0;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	border-top: 2px solid #333;
	padding: 15px 0 0 0;
	}
	.nav-links a {
		color: #333;
		text-decoration: none;
	}

	.error-content {
		background: rgba(255, 255, 255, 0.8);
		margin: 30px 0;
		padding: 50px 30px;
		}
		.error-content .search-field {
			padding: 5px !important;
			width: 97% !important;
			margin: 0 0 20px 0;
		}
		.error-content .search-submit {
			margin: 0;
			display: block;
			width: 99%;
		}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}



/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-list {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	.comment-list li.comment {
	padding: 20px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #eee;

	}
	.comment-body {
	position: relative;
	padding: 0 0 0 80px;
	}

	img.avatar {
		position: absolute;
		top: 0;
		left: 0;
		width: 60px;
		float: left;
	}
	.comment-metadata a {
		text-decoration: none;
	}
	.comment-metadata a time {
		font-size: 0.8em;
		color: #999;

	}
	a.comment-edit-link {
		font-size: 0.8em;
		background: #f00;
		color: #fff;
		margin: 0 0 0 10px;
		padding: 1px 5px;
	}

	a.comment-reply-link {
		font-family: Georgia, serif;

	}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
12.1 Footer
--------------------------------------------------------------*/
.site-footer {
	padding: 30px 0;
	background-color: rgba(190, 190, 190, 0.1);
	border-top: rgba(190, 190, 190, 0.8);
	color: rgba(66, 66, 66, 0.8);
	text-align: center;
}

.footer-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
}

.footer-navigation li {
	display: inline-block;
	font-size: 12px;

}

.footer-navigation a {
	display: block;

	text-decoration: none;
	text-transform: uppercase;
	padding: 2px 15px;
	color: #666;
	}


.site-info {

	font-size: 10px;
	font-family: Georgia, serif;
	}
	.site-info a {
		font-style: italic;
		color: rgba(66, 66, 66, 0.8) !important;
	}
