/*
Theme Name: Dark Moon
Theme URI: http://darkmoonpress.com
Author: J.V Krakowski
Author URI: http://jvkrakowski.com
Description: Custom Design for Dark Moon Press
Version: 1.0
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dark_moon
Tags:

*/

/*   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 {
	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%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%; 
}

*,
*:before,
*:after { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

body {
	background: url(img/dark_wall.png) repeat; 
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { 
	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;
}

/*  2.0 Typography  */

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
    text-indent: 25px;
}

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

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

/* 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;
	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%;
	margin: 0; 
	vertical-align: baseline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 3px;
	background: #2c3e50;
	color: #ecf0f1;
	cursor: pointer; 
	-webkit-appearance: button; 
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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 {
	border-color: #aaa #bbb #bbb;
	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"] {
	padding: 0; 
}

input[type="search"] {
	-webkit-appearance: textfield; 
	-webkit-box-sizing: content-box; 
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { 
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { 
	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: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto; 
	padding-left: 3px;
	vertical-align: top; 
	width: 100%;
}

/* 5.0 Navigation */

/* 5.1 Links */

a {
	color: #2980b9;
	text-decoration: none; 
}

a:visited {
	color: #7f8c8d;
}

a:hover, a:focus, a:active {
	color: #2c3e50;
}

/* 5.2 Menus */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 18%;
	padding: 10px;
	margin-left: 20px;
	background: url(img/shadow.png) right no-repeat;
	background-size: contain;
	font-family: 'ammoniteregular';
	font-weight: bold;
	text-align: right;
}

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

.main-navigation li {
	margin-bottom: 0px;
	position: relative;
	text-transform: uppercase;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 5px;
	color: #2c3e50 ;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	background: #34495e;
	display: none;
	float: left;
	left: 125px;
	position: absolute;
	top: 1em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation ul ul a {
	width: 250px;
	color: #ecf0f1 ;
	text-align: left;
}

.main-navigation ul ul li {
}

.main-navigation li:hover > a {
	font-style: italic;
}

.main-navigation ul ul :hover > a {
	font-style: italic;
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	display: block;
}

.main-navigation .current_page_item a, .main-navigation .current-menu-item a {
}

/* Small menu */

.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: 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 */

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

/*  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 Sidebars and Widgets */

aside h1 {
	font-size: 22px;
	font-family: 'ammoniteregular';
	color: #2c3e50;
	font-weight: bold;
}

h1.widget-title {
	color: #2c3e50;
	font-size: 22px;
	font-weight: bold;
	margin-left: 10px;
	font-family: 'ammoniteregular';
} 

/* 9.1 Sidebars */

.site-content .widget-area {
	float: left;
	overflow: hidden;
	width: 34%;
	padding: 10px;
	display: inline;
}

.widget-area aside {
	height: auto;
	padding-bottom: 10px;
	padding-top: 10px;
	background: url(img/border1.png) bottom center no-repeat;
	background-size: contain;
}

.widget-area aside:last-child {
	background: none; 
}

.widget-area ul li {
	list-style-type: none;
}

/* 9.2 Widgets */ 

.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Search widget */

.widget_search .search-submit {
	display: none;
}

aside[class~="widget_search"] {
	background: none;
	margin: 0px;
	padding: 0px;

}

/* 10.0 Content */

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

}

#content {
	max-width: 1000px;
	min-width: 300px;
	margin: 0px auto; 
	padding-top: 20px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px; 
	background: url(img/textured_paper.png) repeat; 
}

.content-area {
	float: right;
	margin: 0 0 0 0;
	padding: 5px;
	width: 65%;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px; 
	background: url(img/textured_paper.png) repeat; 
}

.site-main {
	margin: 0 0 0 0;
}

.site-footer {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 12px;
}

.site-footer a {
	color: inherit;
}

#masthead {
	background: url(img/tile.png) repeat;
	-webkit-box-shadow: 2px 2px 10px 2px #000000;
	box-shadow: 2px 2px 10px 2px #000000;
	z-index: 10px;
	position: relative;
	padding-top: 10px;	
	padding-bottom: 10px;
	margin-top: 10px;
	width: 100%;
}

.site-branding {
	max-width: 1000px;
	min-width: 300px;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 10px;
	height: 170px;
	background: url(img/snake.png) left no-repeat;
	background-size: 100px 150px;
}

h1.site-title, h1.site-title a {
	font-size: 100px;
	line-height: 70px;
	font-weight: bold;
	text-decoration: none; 
	letter-spacing: 8px;
	color: #ecf0f1;
	margin-top: 10px;
	margin-left: 50px;
	text-align: left;
	font-weight: 100;
	font-family: 'ammoniteregular';
}

h2.site-description {
	text-align: left;
	margin-left: 100px; 
	font-size: 22px;
	letter-spacing: 5px;
	color: #ecf0f1;
	font-family: 'ammoniteregular';
}

h2.site-description a {
	color: #e74c3c;
}

/* 10.1 Posts and pages */

.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: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

h1.entry-title, h1.entry-title a {
	background: #34495e;
	color: #ecf0f1;
	font-size: 18px;
	font-weight: 100;
	padding: 5px;
	position: relative;
	left: 5px;
	text-decoration: none;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	font-family: 'ammoniteregular';
}

.entry-meta, .entry-meta a {
	font-size: 11px;
	color: #7f8c8d;
	margin-left: 20px;
}

footer.entry-meta, footer.entry-meta a {
	font-size: 13px; 
	color: #212121;	
	margin: 0;
	padding: 0;
}

h2.entry-title {
	font-size: 22px;
	font-weight: bold;
	padding-top: 10px;
}

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

/* 11.0 Infinite scroll */

.infinite-scroll .paging-navigation, 
.infinite-scroll.neverending .site-footer { 
	display: none;
}

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

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

/* 13.0 Miscellaneous */

.highlight {
	width: 40%; 
	height: auto; 
	background: url(img/box.png) repeat; 
	padding: 10px;
	border-radius: 10px;
	margin: 5px;
	float: left;
}

.highlight img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
}

.best-seller {
	width: 100%; 
	height: auto;
	background: none; 
	float: right; 
}

.best-seller img {
	margin: 2px;
	float: left;
}

.bottom {
	width: 100%; 
	background: none; 
	padding: 5px; 
	float: right; 
}


.bottom aside {
	width: 48%; 
	height: auto; 
	background: none; 
	padding: 10px;
	border-radius: 10px;
	margin: 5px;
	float: left;
	display: inline;
}

.bottom aside:nth-child(2) {
	width: 48%; 
	height: auto; 
	background: url(img/box.png) repeat; 
	padding: 10px;
	border-radius: 10px;
	margin: 5px;

}

.bottom ul li {
	list-style-type: none;
}

.tagcloud {
	margin-bottom: 25px;
}

.right {
	float: right;
	text-align: left; 
	width: 100%;
	height: auto;
	margin-top: 10px;
}

.right h2 {
	padding-top: 10px;
	font-weight: bold; 
	font-size: 22px;
}


.read-more {
	float: right; 
	font-size: 12px;
	margin: 5px;
	font-weight: bold;
}

h2.entry-title {
	font-size: 22px;
	font-weight: bold;
	padding-top: 10px;
}

.dropcap {
	font-size: 55px;
	float: left;
	margin: 2px;
	line-height: 40px;
	font-family: 'ammoniteregular';
}

.new {
	width:80%;
	height: 190px;
	float: left; 
}


.new h1 {
	font-size: 22px;
	font-family: 'ammoniteregular';
	color: inherit;
}


.new .place {
	width: auto;
	height: 250px;
	float: left;
	display: inline-block;
	font-size: 12px;
	text-align: center;
}


.new .place img {
	width: auto;	
	height: 255px;
	padding: 10px;
	margin: 5px;
	display: block;
	float: left;
}

aside h1 {
	font-size: 22px;
	font-family: 'ammoniteregular';
	color: #2c3e50;
	font-weight: bold;
}

.widget-area aside .search-form {
	margin: 10px;
}

aside[class~="widget_search"] {
	background: none;
	margin: 0px;
	padding: 0px;

}

span.amount {
	padding-right: 2px;
	padding-left: 2px;
}

#comment {
	position: relative; 
	right: 10px;
}

.best-seller {
	margin-bottom: 5%;
	padding: 10px;
	min-height: 500px;
	max-height: auto;
	display: block;
}

.best-seller .entry-title {
	position: relative; 
	left: 15px;
	width: 100%;
}

.best-sub {
	width: 170px;
	height: auto;
	float: left;
	margin: 2%;
	font-size: 12px;
	text-align: center;
}

.best-sub img {
	width: auto;	
	height: 255px;
	display: block;
}

a.best-link {
	background: #e74c3c; 
	color: #ecf0f1;
	padding: 2px;
	margin: 5px;
	font-size: 12px;
	float: right;
}

h2 {
	font-size: 25px;
}

p.form-allowed-tags {
	float: left;
	display: inline-block;
	width: 100%;
}

.form-allowed-tags code {
	float: left;
	display: block;
	word-wrap: break-word;
	display: inline;
}

#container {
	width: 65%; 
	float: right;
}

ul.products {
	width: 100%; 
	float: right;
}

.price::before {
	content: "Price:";
	margin-right: 2px;
}

h1[itemprop="name"] {
	text-indent: 10px;
	width: 99%;
}

ul.products img[class~="attachment-shop_catalog"] {
	max-width: 100%;
	height: auto;
	display: block;
}

ul.products h3 {
	font-size: 13px;
}

ul.products li {
	list-style-type: none; 
	float: left;
	margin: 5px;
	text-align: center;
}


.images {
	width: 175px; 
	height: 300px;
	background: #000;
}

.images img {
	width: 175px;
	height: 300px;
	}

div[itemprop~="description"] {
	height: 300px;
	width: auto;
}