/*
Theme Name: Wordsmith
Author: Victor Sarabia
Author URI: http://victorsarabia.com/
Description: Wordsmith is a clean and elegant theme, ideal for making your content look professional. Built with HTML5 and CSS3. Features: two-column layout, custom menu, 2 widget areas (sidebar and footer).
Tags: tan, brown, light, two-columns, right-sidebar, fixed-width, custom-menu, featured-images, threaded-comments
Text Domain: wordsmith
Version: 0.1.2
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html




    Wordsmith WordPress Theme, Copyright (C) 2013 Victor Sarabia

	This program is free software; you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the	Free Software Foundation; either version 2 of the License, or
	(at your option) any later version.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
	See the GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with this program; if not, see <http://www.gnu.org/licenses>.
*/




/*	==========================================================================
	HTML5 display definitions
	========================================================================== */

/* Corrects `block` display not defined in IE 8/9. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

/* Corrects `inline-block` display not defined in IE 8/9. */
audio,
canvas,
video {
	display: inline-block;
}

/*	==========================================================================
	Cross-Browser Normalization
	========================================================================== */

/* Addresses styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] {
	border-bottom: 1px dotted;
}

/* Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b,
strong {
	font-weight: bold;
}

/* Addresses styling not present in Safari 5 and Chrome. */
dfn {
	font-style: italic;
}

/* Addresses styling not present in IE 8/9. */
mark {
	background: #ff0;
	color: #000;
}

/* Corrects font family set oddly in Safari 5 and Chrome. */
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}

/* Sets consistent quote types. */
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Addresses inconsistent and variable font size in all browsers. */
small {
	font-size: 80%;
}

/* Prevents `sub` and `sup` affecting `line-height` in all browsers. */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Removes border when inside `a` element in IE 8/9. */
img {
	border: 0;
}

/* Corrects overflow displayed oddly in IE 9. */
svg:not(:root) {
	overflow: hidden;
}

/* Addresses margin not present in IE 8/9 and Safari 5. */
figure {
	margin: 0;
}

/*	------------------------------------- */
/*	Forms	*/

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 2 */
	margin: 0; /* 3 */
}

/* Addresses Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
button,
input {
	line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], /* 1 */
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/* Re-set default cursor for disabled elements. */
button[disabled],
input[disabled] {
	cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; /* 2 */
	box-sizing: border-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/* Removes inner padding and border in Firefox 4+.*/
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}

/*	==========================================================================
	Base
	========================================================================== */

/*
 *	1.	Sets default font family
 *	2.	Prevents iOS text size adjust after orientation change, without disabling
 *		user zoom.
 */
html {
	font-family: Georgia, Times, "Times New Roman", serif; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-ms-text-size-adjust: 100%; /* 2 */
	color: #6D6A67;
	line-height: 1.625em;
	background: #E8E6E1;
}

/*	Removes default margin. */
body {
	margin: 0;
}

p {
	margin: 1.777777em 0;
}

/*	Headings	*/
h1, h2, h3, h4, h5, h6 {
	color: #2A2827;
	font-weight: normal;
}

/* Addresses `h1` font sizes within `section` and `article` in Firefox 4+, Safari 5, and Chrome. */
h1, h2 {
	font-size: 2em;
	margin: 0.875em 0;
}

h3, h4, h5, h6 {
	font-size: 1.5em;
	margin: 1em 0;
}

/*	Images	*/
img {
	max-width: 100%;
	height: auto;
	background: #E8E6E1;
}

/*	Tables	*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	background: #F2F1EE;
	border: 1px solid #D6D3C9;
}
th,
td,
caption {
	padding: 0.5em 1em;
}
th,
td {
	border: 1px dotted #D6D3C9;
	text-align: left;
}
th {
	background: #EAE9E6;
	border-bottom: 1px solid #D6D3C9;
}

/*	Pre-formatted Text
 *		1. Improves readability in all browsers.
 */
pre {
	white-space: pre; /* 1 */
	white-space: pre-wrap; /* 1 */
	word-wrap: break-word; /* 1 */
	background: #F2F1EE;
	border: 1px solid #D6D3C9;
	padding: 0.5em 1em;
	line-height: 1.444444;
}

/*	Blockquote	*/
blockquote {
	font-style: italic;
	padding: 0 0 0 2.53125em;
	margin: 1.125em 0;
	background-image: url("images/left-quote.png");
	background-repeat: no-repeat;
}


cite {
	color: #2A2827;
	font-style: italic;
}

/*	Lists	*/
ul, ol, dl {
	padding: 0 0 0 2.25em;
	list-style: none;
}

/*	Unordered List	*/
ul > li:before {
	display: inline-block;
	content: url("images/bullet-point.png");
	width: 1.1em;
	margin-left: -1.1em;
	vertical-align: baseline;
}

/*	Ordered List	*/
ol {
	counter-reset: wordsmith-ol;
}
ol > li:before {
	display: inline-block;
	content: counters(wordsmith-ol, ".") "."; /* Use the counter as content */
	counter-increment: wordsmith-ol;
	text-align: right;
	min-width: 1.75em;
	margin: 0 0.5em 0 -2.25em;
	color: #A3A199;
}

/*	Definition List	*/
dt {
	font-style: italic;
	margin: 1em 0 0 -2.25em;
}
dd {
	margin: 0 0 1em; /* remove default margin */
}

/*	Forms */
input,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

select {
	max-width: 100%;
}


/*	==========================================================================
	Links
	========================================================================== */

a {
	text-decoration: none;
	color: #C37C14;
}

/* Addresses `outline` inconsistency between Chrome and other browsers. */
a:focus {
	outline: thin dotted;
}

/* Improves readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
	outline: 0;
	text-decoration: underline;
}

a:active {
	color: #149EC3;
}

/*	==========================================================================
	Typography
	========================================================================== */

/*	Times New Roman	*/
h1, h2, h3, h4, h5, h6,
.comment-author,
.logged-user {
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}

/*	Trebuchet MS	*/
table,
dd,
blockquote,
cite,
.site-info,
#colophon,
.entry-date,
.section-title,
.widget-title,
.comment-date,
.comment-reply-link,
.respond-label,
.logged-in-as,
#cancel-comment-reply-link,
#submit-comment,
.menu,
.wp-caption-text,
.more-link-title,
.entry-pages,
.comments-pagination,
.notice,
.gallery-caption,
.posts-pagination,
.archive-page-title
{
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

/*	21px	*/
.site-info,
.comment-author,
.logged-user {
	font-size: 21px;
	font-size: 1.3125rem;
}


/*	18px */
.entry-content,
.readmore,
.entry-pages-separator {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.777777em; /* 32px */
}

/*	16px	*/
table,
dd,
blockquote,
cite,
.widget-title,
#cancel-comment-reply-link,
.notice,
.site-search,
.archive-page-title {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.625em; /* 26px */
}

/*	14px	*/
.widget,
.site-description,
.footer-sidebar,
.entry-date,
.section-title,
.cat-links,
.tag-links,
.comment-date,
.comment-reply-link,
.required,
.menu-link,
.sub-menu-link,
.wp-caption-text,
.more-link-title,
.gallery-caption,
.posts-pagination,
.entry-pages,
.comments-pagination {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.3em; /* 18.2px */
}

/*	==========================================================================
	Layout
	========================================================================== */

.layout-max-width {
	max-width: 67.5em;
	margin: 0 auto;
	padding: 0 1.25em;
}
/* Clearfix */
.layout-max-width:after,
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

#nameplate {
	border-top: 3px solid #D6D3C9;
	min-height: 3.625em;
	margin-bottom: -1px;
	position: relative;
	z-index: 99;
	box-shadow: inset 0 1px #EDEBE6;
}

#main {
	background: #F7F6F3;
	background-image: url("images/background.png");
	border-top: 1px solid #D6D3C9;
	border-bottom: 1px solid #D6D3C9;
	padding: 3.25em 0;
	position: relative;
	z-index: 1;
	box-shadow:
		inset 0 1px #FFFEFA,
		inset 0 -1px #FFFEFA,
		0 1px 4px rgba(0,0,0,0.035),
		0 -1px 4px rgba(0,0,0,0.035);
}

#footer {
	margin-top: -1px;
}

#primary,
#secondary {
	word-wrap: break-word;
}

#secondary {
	background: #F0EEE9;
	padding: 0.675em 0.675em 0; /* 10px padding */
}

/*	Two Columns	*/
.two-column > #primary {
	float: left;
	width: 100%;
}
.two-column .primary-content {
	margin-right: 400px;
	max-width: 41.5em;
}
.two-column > #secondary {
	width: 302px;
	margin-left: -100%;
	float: right;
}

/*	==========================================================================
	Nameplate
	========================================================================== */

.site-info {
	float: left;
	margin: 0.666666em 0 0; /* 14px top */
	color: inherit;
	padding: 0 1em 0.5em 0;
}

.tabbed-menu-container {
	clear: both;
	position: relative;
	z-index: 1;
}

/*	------------------------------------- */
/*	Site Info	*/

.site-title {
	color: inherit;
	font-weight: bold;
	margin-right: 0.2em;
	text-shadow: 1px 1px #F2F0EB;
}
.site-title:hover {
	text-decoration: none;
	color: #C37C14;
}
.site-title:active {
	color: #149EC3;
}
.site-description {
	font-style: italic;
	color: #A3A199;
}

/*	------------------------------------- */
/*	MENUS	*/

.menu,
.sub-menu {
	padding: 0;
	margin: 0;
	line-height: 1em;
}

.menu-item {
	float: left;
	margin: 0.5em 0;
	border-left: 1px solid #D6D3C9;
	position: relative;
	z-index: 1;
}
.menu-item:first-child {
	border: none;
}
/* remove list-style */
.menu-item:before,
.sub-menu-item:before {
	content: none;
}

.menu-link,
.sub-menu-link {
	display: block;
	padding: 0 0.75em;
	color: inherit;
	text-decoration: none;
	white-space:nowrap;
	position: relative;
	z-index: 99;
}
.menu-link:hover {
	color: #C37C14;
	text-decoration: none;
}
.menu-link:active {
	color: #149EC3;
}

/* Highlight current page */
.current-menu-item,
.current-menu-ancestor {
	color: #C37C14;
}

/*	SUB-MENU	*/

.sub-menu {
	min-width: 100%;
	border: 1px solid #D6D3C9;
	background: #E8E6E1;
	padding: 0.5em;
	margin-top: 0.4375em;
	position: absolute;
	z-index: 1;
	left: -9999px;
	/* remove text-transform & letter-spacing added by .tab-menu-item */
	text-transform: none;
	letter-spacing: normal;
}

.sub-menu-link {
	padding: 0.5em 1.5em 0.5em 0.75em;
	border: 1px solid transparent;
}
.sub-menu-link:hover {
	padding: 0.5em 0.75em 0.5em 1.5em;
	color: #C37C14;
	background: #E0DEDA;
	text-decoration: none;
	border-radius: 0.5em;
	background-image: -webkit-linear-gradient(top, #F0EEE9, #EBE9E4);
	background-image: -moz-linear-gradient(top, #F0EEE9, #EBE9E4);
	border-color: #D6D3C9;
}
.sub-menu-link:hover:before {
	content: "";
	display: inline-block;
	width: 0.2em;
	margin-left: -0.75em;
	border: 0.2857em solid transparent;
	border-left-color: #C37C14;
}
.sub-menu-link:active {
	color: #149EC3;
	background-image: none;
}

/* menu-item with children */
.menu-item-parent {
	z-index: 99;
}
/* menu-link with children */
.has-children {
	border: 1px solid transparent;
	border-bottom: none;
	padding: 0.4375em 0.5em 0.5625em 0.75em; /* weird padding is necessary because there is no border-bottom */
	margin: -0.5em 0;
}
.has-children:after {
	content: '';
	margin-left: .42857em;
	display: inline-block;
	border: 0.2857em solid transparent;
	border-top-color: #A3A199;
	border-bottom-width: 0.214285em;
}

/* Display the drop down on hover */
.menu-item:hover > .sub-menu {
	left: 0;
}
/* Maintain the top-most link 'hovered' even when the cursor has moved down to the sub-menu. */
.menu-item:hover > .has-children {
	color: #C37C14;
	background: #E8E6E1;
	border-color: #D6D3C9;
}


/*	TABBED-MENU	*/

.tabbed-menu {
	padding: 0.25em 0 0;
}
.tab-menu-item {
	border: none;
	padding: 0.5em 0.5em 0 0;
	margin: 0;
	min-width: 9.125em;
	text-transform: uppercase;
	letter-spacing: 0.0625em;
}
.tab-menu-link {
	background: #E3E1DC;
	border: 1px solid;
	border-color: #D6D3C9 #CFCCC2 #D6D3C9 #D6D3C9;
	padding: 0.5em 0.75em;
	margin: 0; /* fixes margin inconsistencies created by .has-children */
	text-align: center;
	border-radius: 0.5em 0.5em 0 0;
	box-shadow:
		inset 0 1px #EBE9E4,
		inset 0 -1px 3px rgba(0,0,0,0.035);
}

.tab-menu-item > .sub-menu {
	margin: -1px 0 0 0;
}

/* Persistent hover state for the tabbed-menu. */
.tab-menu-item:hover .has-children {
	border-bottom: none;
	box-shadow: none;
}

/* shadow of drop down menus */
.menu-item-parent > .sub-menu {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.15);
}


/*	==========================================================================
	Main Content Section
	========================================================================== */

.entry-item {
	clear: both;
	margin-bottom: 9.75em;
}

/*	------------------------------------- */
/*	ENTRY META	*/

.entry-date {
	display: block;
	color: #A3A199;
	text-align: center;
	line-height: 32px;
	background-image: url("images/embossed-line.png");
	background-position: center;
	background-repeat: repeat-x;
}
.entry-date > span {
	background: #F7F6F3;
	background-image: url("images/background.png");
	padding: 0 1em;
}


.entry-title,
.page-title {
	font-size: 48px;
	font-size: 3rem;
	line-height: 1.083333em; /* 52px */
	margin: 0 0 0.666666em; /* 32px */
	text-shadow: 1px 1px #FFFEFA;
}
.entry-title {
	text-align: center;
	margin: 0;
}
.entry-title > a,
.page-title > a {
	color: #2A2827;
}
.entry-title > a:hover,
.page-title > a:hover {
	text-decoration: none;
	color: #C37C14;
}
.entry-title > a:active,
.page-title > a:active {
	color: #149EC3;
}


.entry-author {
	display: block;
	margin: 0.5em 0;
	color: #2A2827;
	text-align: center;
}

/* Post Thumbnail */
.wp-post-image {
	padding: 0.625em;
	background: #F7F6F3;
	border: 1px solid;
	border-color: #DEDBD1 #CFCCC2 #CFCCC2 #DEDBD1;
	margin: 1em auto -2em;
	display: block;
	border-radius: 0.5em;
	box-shadow:
		0 1px #FFFEFA inset,
		1px 1px 3px rgba(0,0,0,0.1);
}
a > .wp-post-image {
	background: #F0EEE9;
	background-image: -webkit-linear-gradient(top, #F0EEE9, #EBE9E4);
	background-image: -moz-linear-gradient(top, #F0EEE9, #EBE9E4);
	box-shadow:
		0 1px #F7F5F0 inset,
		1px 1px 3px rgba(0,0,0,0.1);
}
a > .wp-post-image:hover {
	background: #F4EFE8;
	background-image: -webkit-linear-gradient(top, #F4EFE8, #EBE4DA);
	background-image: -moz-linear-gradient(top, #F4EFE8, #EBE4DA);
	border-color: #E0C193;
}
a > .wp-post-image:active {
	background: #EBE9E4;
	border-color: #CFCCC2 #FFFEFA #FFFEFA #CFCCC2;
	box-shadow: 0 0 6px rgba(0,0,0,0.15) inset;
}

/* Category & Tags */
.section-title {
	margin: 0;
	color: #A3A199;
	text-transform: uppercase;
}

.entry-categories {
	margin: 2em 0 2em;
}
/*  categories in single posts */
.single .entry-categories {
	margin: 4em 0 2em;
}

.cat-links,
.tag-links {
	color: #D6D3C9;
	margin: 0;
}
.cat-links > a,
.tag-links > a {
	padding: 0 0.25em;
}
.cat-links > a:first-child,
.tag-links > a:first-child {
	margin-left: -0.25em;
}


/*	------------------------------------- */
/*	ENTRY CONTENT	*/

.entry-content img {
	border: 1px solid #D6D3C9;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

/* Read More Link */
.more-link {
	display: block;
	clear: both;
	padding: 0.222222em 0.666666em 0.444444em;
	line-height: 1.5em;
	background: #F0EEE9;
	background-image: -webkit-linear-gradient(top, #F0EEE9, #EBE9E4);
	background-image: -moz-linear-gradient(top, #F0EEE9, #EBE9E4);
	border: 1px solid;
	border-color: #DEDBD1 #CFCCC2 #CFCCC2 #DEDBD1;
	border-radius: 0.444em;
	box-shadow:
		0 1px #F7F5F0 inset,
		1px 1px 3px rgba(0,0,0,0.1);
}
.more-link-title {
	display: block;
	line-height: 1.15em;
	color: #6D6A67;
}
.more-link:hover {
	text-decoration: none;
	background: #F4EFE8;
	background-image: -webkit-linear-gradient(top, #F4EFE8, #EBE4DA);
	background-image: -moz-linear-gradient(top, #F4EFE8, #EBE4DA);
	border-color: #E0C193;
}
.more-link:active {
	background: #EBE9E4;
	border-color: #CFCCC2 #FFFEFA #FFFEFA #CFCCC2;
	box-shadow: 0 0 6px rgba(0,0,0,0.15) inset;
}

/*	ENTRY FOOTER	*/
.entry-footer {
	clear: both;
	margin: 2em 0 0;
}

/*	------------------------------------- */
/*	PAGINATION	*/

/* Posts Pagination */
.posts-pagination {
	color: #D6D3C9;
	margin-bottom: 4em;
	text-align: center;
}
.page-numbers {
	display: inline-block;
	padding: 0;
	margin: 0 0.3em; /* 4.2px */
	text-align: center;
	vertical-align: bottom;
	min-width: 2.3em;
	line-height: 2.3em;
	background: #F0EEE9;
	background-image: -webkit-linear-gradient(top, #F0EEE9, #EBE9E4);
	background-image: -moz-linear-gradient(top, #F0EEE9, #EBE9E4);
	text-shadow: 1px 1px #F7F5F0;
	color: #6D6A67;
	border: 1px solid;
	border-color: #DEDBD1 #CFCCC2 #CFCCC2 #DEDBD1;
	border-radius: 0.25em;
	box-shadow:
		0 1px #F7F5F0 inset,
		1px 1px 3px rgba(0,0,0,0.1);
}
.current {
	color: #C37C14;
	border-color: #E0C193;
	background: #F7F6F3;
	box-shadow:
		0 1px #FFFEFA inset,
		0 1px #FFFEFA;
}
.dots {
	margin: 0;
	border: none;
	font-size: 16px;
	background: none;
	box-shadow: none;
}
.prev,
.next {
	padding: 0 0.75em;
}

a.page-numbers:hover {
	color: #C37C14;
	border-color: #E0C193;
	text-decoration: none;
	background: #F4EFE8;
	background-image: -webkit-linear-gradient(top, #F4EFE8, #EBE4DA);
	background-image: -moz-linear-gradient(top, #F4EFE8, #EBE4DA);
}
a.page-numbers:active {
	color: #149EC3;
	border-color: #85CADB;
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
}

/* Pagination for multi-page posts */
.entry-pages {
	clear: both;
	margin: 0;
}
.entry-pages > .page-numbers {
	padding: 0 0.7em;
}
.entry-pages-separator {
	display: inline-block;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 0 0.25em;
	color: #BDBAB1;
	vertical-align: top;
}
.entry-pages > .page-numbers:first-child {
	margin-left: 0;
}

/*	==========================================================================
	Sidebar
	========================================================================== */

.widget-title {
	text-transform: uppercase;
	margin: 0 0 1em;
	border-bottom: 1px solid #EBE9E4;
	padding-bottom: 0.5em;
	text-align: center;
	letter-spacing: 0.0625em;
}

.widget {
	background: #F7F6F3;
	background-image: url("images/background.png");
	border: 1px solid #E8E6E1;
	padding: 1em 1.5em 1.25em;
	margin: 0 0 0.75em;
	border-radius: 0.5em;
	box-shadow:
		inset 0 1px #FFFEFA,
		1px 1px 3px rgba(0,0,0,0.035);
}
.widget a {
	color: #6D6A67;
}
.widget a:hover {
	color: #C37C14;
}
.widget a:active {
	color: #149EC3;
}

.widget ul {
	padding: 0 0 0 1.3em;
	margin: 0;
}
.widget li {
	margin: 1.3em 0;
}
.widget li:before {
	width: 1.3em;
	margin-left: -1.3em;
	content: url("images/sidebar-bullet.png");
}

.widget_archive,
.widget_categories,
.widget_links {
	color: #ACABA6;
}

.widget_rss a,
.widget_calendar a,
.widget_text a {
	color: #C37C14;
}

/* Calendar Widget */
.widget_calendar #wp-calendar {
	font-size: inherit;
	margin: -1em 0 1em 0;
}
.widget_calendar td,
.widget_calendar th {
	padding: 0.5em 0;
	text-align: center;
}

/* Custom Menu Widget */
.widget_nav_menu .sub-menu {
	position: relative;
	left: 0;
	background: none;
	border: none;
}

/* Search Form */
.site-search {
	margin: 0.5em 0;
}
.search-input {
	width: 100%;
	height: 2em;
	line-height: 2em;
	padding: 0 2em 0 0.5em;
	background: #F0EEE9;
	border: 1px solid;
	border-color: #CFCCC2 #DEDBD1 #DEDBD1 #CFCCC2;
	float: left;
	color: inherit;
	border-radius: 0.25em;
	box-shadow:
		0 0 3px rgba(0,0,0,0.1) inset,
		1px 1px #FFFEFA;
}
.search-submit {
	width: 2em;
	height: 2em;
	overflow: hidden;
	text-indent: -999em;
	border: none;
	background-color: transparent;
	background-image: url("images/search-icon.png");
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	margin-left: -2em;
}
/* Placeholder Text */
::-webkit-input-placeholder {
	color: #ABA9A1;
}
input:-moz-placeholder {
	color: #ABA9A1;
}

.search-input:focus {
	border-color: #C37C14;
	outline: none;
}



/*	==========================================================================
	COMMENTS
	========================================================================== */

#reply-title,
.comments-title,
.pings-title {
	font-size: 36px;
	font-size: 2.25rem;
	color: #ACABA6;
	text-shadow: 1px 1px #FFFEFA;
}

.comments-list,
.pings-list,
.comments-pagination,
#respond {
	padding: 0 0 0 5.25em;
}

.no-comments > #respond {
	padding: 0 5.25em 0 0;
}

.comment-item:before {
	content: none;
}
.comment-item {
	background: #F0EEE9;
	border: 1px solid;
	border-color: #E8E6E1 #D6D3C9 #D6D3C9 #E8E6E1;
	position: relative;
	padding: 0 1em;
	margin: 0 0 3.5em;
	border-radius: 0.5em;
	box-shadow:
		1px 1px 3px rgba(0,0,0,0.05),
		0 1px #F7F5F0 inset;
}
.depth-1:before {
	content: url("images/comment-arrow.png");
	position: absolute;
	top: 1em;
	left: 0.5em;
}

.comment-meta {
	border-bottom: 1px solid #E0DEDA;
	padding: 0.625em 0 0.375em;

}

.comment-date,
.comment-reply-link,
.logout-link {
	color: #ACABA6;
}
.comment-date {
	margin-left: 0.214285em; /* 3px */
}
.comment-author,
.logged-user {
	color: #2A2827;
}

.avatar {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -5.25em;
	border: 1px solid #D6D3C9;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.075);
}
.avatar-32 {
	margin: 0;
	width: 2em;
	height: 2em;
	top: 0.625em;
	left: 0.625em;
	box-shadow: 1px 1px #F0EEE9;
}

.comment-reply-link,
.logout-link {
	float: right;
	line-height: inherit;
}
.comment-reply-link:hover,
.logout-link:hover {
	color: #C37C14;
}
.comment-reply-link:active,
.logout-link:active {
	color: #149EC3;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.comment-text > p {
	margin: 1.625em 0;
}
.comment-text > p:first-child {
	margin-top: 1em;
}

/* Nested Comments */
.children {
	padding: 0;
}
.depth-2,
.depth-3 {
	padding-left: 3.5em;
	border-color: #DEDCD7;
}
.depth-2 {
	background: #E6E4DF;
	margin: 2em 0 1em;
}
.depth-3 {
	margin: 1em 0;
}

/* Comments by post author */
.bypostauthor {
	background: #FFF;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.05);
}
.bypostauthor:before {
	content: url("images/comment-arrow-bypostauthor.png");
}
.children > .bypostauthor:before {
	content: none;
}
.bypostauthor .comment-meta {
	border-color: #EDEBE6;
}

/* Comments Pagination */
.comments-pagination {
	text-align: center;
}
.comments-pagination > .next,
.comments-pagination > .prev {
	padding: 0 0.7em;
}


/*	------------------------------------- */
/*	Respond	*/

.comment-item > #respond {
	padding: 0 0 1em;
}

#reply-title {
	margin: 2em 0 0.5em;
}
.nocomments {
	display: block;
	margin-bottom: 1.25em;
}
#reply-title > a {
	color: #6D6A67;
}
#reply-title > a:hover {
	text-decoration: none;
	color: #C37C14;
}
#reply-title > a:active {
	color: #149EC3;
}
#cancel-comment-reply-link {
	display: block;
	max-width: 6em;
	margin: 0.5em 0 -0.25em;
}

#comment-form {
	background: #F7F6F3;
	border: 1px solid;
	border-color: #DEDBD1 #CFCCC2 #CFCCC2 #DEDBD1;
	padding: 0 1.5em;
	border-radius: 0.5em;
	box-shadow:
		0 1px #FFFEFA inset,
		1px 1px 3px rgba(0, 0, 0, 0.1);
}
.respond-item,
.logged-in-as {
	padding: 1em 0;
	margin: 0;
}
.respond-label {
	color: #2A2827;
	cursor: pointer;
}
.required {
	font-style: italic;
	color: #ACABA6;
}
.hidden-label {
	display: none;
}

.respond-input {
	display: block;
	width: 62%;
	padding: 0.375em 0.5em;
	color: inherit;
	border: 1px solid #E0DEDA;
	border-top-color: #D1CFCB;
	border-left-color: #D1CFCB;
	background: #F0EEE9;
	border-radius: 0.25em;
	box-shadow:
		0 0 3px rgba(0,0,0,0.1) inset,
		1px 1px #FFFEFA;
}
.respond-input:focus,
#submit-comment:focus {
	outline: none;
	border-color: #E0C193;
	background: #F7F6F3;
}

#comment {
	width: 100%;
	max-width: 100%;
	resize: vertical;
	min-height: 7.25em;
}

.logged-in-as {
	padding: 1em 0 0.625em;
	color: #ACABA6;
}


.form-submit {
	margin: 2em 0;
}
#submit-comment {
	background: #F0EEE9;
	background-image: -webkit-linear-gradient(top, #F0EEE9, #EBE9E4);
	background-image: -moz-linear-gradient(top, #F0EEE9, #EBE9E4);
	border: 1px solid;
	border-color: #DEDBD1 #CFCCC2 #CFCCC2 #DEDBD1;
	text-shadow: 1px 1px #F7F5F0;
	padding: 0.375em 1.125em;
	color: #2A2827;
	text-transform: uppercase;
	letter-spacing: 0.0625em;
	border-radius: 0.5em;
	box-shadow:
		0 1px #F7F5F0 inset,
		1px 1px 3px rgba(0,0,0,0.1);
}
#submit-comment:hover {
	color: #C37C14;
	background: #F4EFE8;
	background-image: -webkit-linear-gradient(top, #F4EFE8, #EBE4DA);
	background-image: -moz-linear-gradient(top, #F4EFE8, #EBE4DA);
	border-color: #E0C193;
}
#submit-comment:active {
	background: #E3E1DC;
	color: #149EC3;
	border-color: #85CADB;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

/*	==========================================================================
	FOOTER
	========================================================================== */

/* Footer widgets container */
#supplementary {
	padding: 2em 0 1em;
}

.footer-widget {
	border: none;
	background: none;
	display: inline-block;
	vertical-align: top;
	width: 33.2%;
	padding: 0 2em;
	margin-bottom: 2em;
	word-wrap: break-word;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
}
.footer-widget-title {
	border-color: #D9D5CC;
}
.footer-widget li:before {
	content: url("images/footer-sidebar-bullet.png");
}

#colophon {
	background: #E0DEDA;
	border-top: 1px solid #D9D5CC;
	border-bottom: 1px solid #D9D5CC;
	overflow: auto;
	padding: 0.75em 0;
}
#copyright,
#credits {
	font-size: 12px;
	font-size: 0.75rem;
}
#copyright {
	float: left;
}
#credits {
	float: right;
}


/*	==========================================================================
	WordPress Generated Classes

	http://codex.wordpress.org/Theme_Review#WordPress-Generated_CSS_Classes/
	========================================================================== */

.sticky {
}

.alignnone {
	display: block;
	clear: both;
	margin: 1.777777em 0;
}
.aligncenter {
	display: block;
	clear: both;
	margin: 1.777777em auto;
}
.alignleft {
	float: left;
	margin: 0.666666em 1.5em 0.666666em 0;
}
.alignright {
	float: right;
	margin: 0.666666em 0 0.666666em 1.5em;
}

/* Captions */
.wp-caption {
	border: 1px solid #D6D3C9;
	background: #E8E6E1;
	padding: 0.5em; /* 9px */
	text-align: center;
	border-radius: 0.25em;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}
.wp-caption img {
	display: block;
	padding: 0;
	margin: 0 auto;
	box-shadow: none;
}
.wp-caption-text {
	padding: 0.75em 0 0.25em;
	margin: 0;
}

/* Gallery */
.gallery {
	background: #F0EEE9;
	padding: 0.5em;
	border: 1px solid;
	border-color: #DEDBD1 #CFCCC2 #CFCCC2 #DEDBD1;
	width: 456px;
	margin: 2.5em auto;
	box-shadow: 0 1px #FFFEFA inset, 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.gallery-item {
	float: left;
	width: 152px;
	position: relative;
	margin: 0;
}
.gallery-icon > img {
	border-color: #F0EEE9;
	display: block;
	z-index: 1;
}

.gallery-caption {
	position: absolute;
	display: none;
	background: #E8E6E1;
	z-index: 99;
	bottom: 95%;
	left: -0.25em;
	width: 100%;
	text-align: center;
	padding: 0.75em 0.25em;
	border: 1px solid #D6D3C9;
	border-radius: 0.5em;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.15);
}
/* Gallery caption tooltip triangle */
.gallery-caption:before {
	content: '';
	position: absolute;
	border-top: 13px solid #D6D3C9;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	bottom: -13px;
	left: 50%;
	margin-left: -10px;
}
.gallery-caption:after {
	content: '';
	position: absolute;
	border-top: 12px solid #E8E6E1;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	bottom: -12px;
	left: 50%;
	margin-left: -9px;
}

.gallery-item:hover .gallery-caption {
	display: block;
}

.gallery-thumbs:hover > .gallery-item {
	opacity: 0.25;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}
.gallery-thumbs > .gallery-item:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/*	==========================================================================
	Templates
	========================================================================== */

/*	------------------------------------- */
/*	Archive Template */
.archive-page-title {
	color: #A3A199;
	line-height: 1.3125em;
	margin: 0 0 6em;
}
.archive-page-title > em {
	color: #2A2827;
	display: block;
}

/*	------------------------------------- */
/*	Search Template */
.search-page-header > .archive-page-title {
	margin-bottom: 1.5em;
}

.s-result-item {
	margin: 6em 0;
}
.s-result-title {
	font-size: 36px;
	font-size: 2.25rem;
	margin: 0;
	line-height: 1.125em;
	text-align: center;
	text-shadow: 1px 1px #FFFEFA;
}
.s-result-title > a {
	color: inherit;
}
.s-result-title > a:hover {
	text-decoration: none;
	color: #C37C14;
}
.s-result-title > a:active {
	color: #149EC3;
}

.s-result-excerpt {
	margin-top: -0.875em;
}

/*	------------------------------------- */
/*	404 */
.not-found > .section-title {
	margin-bottom: 2em;
}
.not-found > p {
	margin: 0;
}
.not-found > .page-numbers {
	margin: 2em 0;
	padding: 0 1em;
}

/*	------------------------------------- */
.notice {
	color: #A3A199;
}