/*
Theme Name: Themify Koi
Theme URI: http://themify.me/themes/koi
Version: 1.9.3
Description: Created by <a href="http://www.themify.me">Themify</a>.
Author: Themify
Author URI: http://www.themify.me
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) 2016 Themify.
Tags: featured-images, translation-ready, custom-menu
Text Domain: themify

---------

DO NOT EDIT THIS FILE.

If you need to overwrite the CSS styling, create a new "custom_style.css" 
in the theme folder and it will automatically load in the <head>.

*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* ie 8 img max-width */
@media \0screen {
	img { width: auto;}
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block;
}

/* audio */
audio {
	max-width: 100%;
}

/* iframes and objects max-width */
iframe, object {
	max-width: 100%;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {
	-webkit-font-smoothing: antialiased;
}
body {
	font: .93em/1.5em Georgia, "Times New Roman", Times, serif;
	background: #f4d0a8 url(images/paper-bg.jpg);
	color: #453320;
	word-wrap: break-word;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
a {
	color: #000;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
small {
	font-size: .86em;
}
em, i {
	font: italic 1.2em Baskerville, "Times New Roman", Times, serif;
	letter-spacing: .02em;
}
ul, ol {
	margin: 1em 0 1em 24px;
	padding: 0;
	line-height: 120%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}
blockquote {
	font: italic 16px/130% Baskerville, "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	color: #000;
	margin: 20px 0 .4em;
	word-wrap: normal;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}

/* form input */
input, textarea, select, input[type=search], button {
	font-size: 100%;
	font-family: inherit;	
}
textarea {
	line-height: 150%;
	width: 96%;
}
textarea, input[type=text], input[type=password], input[type=search], input[type=email], input[type=url] {
	background-color: #fffcd6;
	border: none;
	border-bottom: solid 1px #d1ad80;
	padding: 5px 7px;
	color: #666;
	-webkit-appearance: none;
}
textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, input[type=email]:focus, input[type=url]:focus {
	background-color: #fff;
	outline: none;
	color: #000;
}

/* form button */
input[type=reset], input[type=submit], button {
	background-color: #000;
	border: none;
	line-height: 100%;
	border-bottom: solid 2px #d1ad80;
	color: #fff;
	padding: 4px 15px;
}
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background-color: #e50000;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap, .pagewidth, #headerwrap, #header, #main-nav, #body, #layout, #content, .post, .author-box, .post-nav, .pagenav, #sidebar, .widget, #footerwrap, #footer {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#bg {
	background: url(images/top-illustration.gif) no-repeat center 0;
}
#pagewrap {
	width: 978px;
	margin: 0 auto;
}

/* content */
#content {
	margin: 40px 0 70px;
	min-height: 400px;
	float: left;
	width: 662px;
}

/* sidebar */
#sidebar {
	float: right;
	width: 266px;
	margin: 55px 0 70px;
	font-size: .9em;
	line-height: 1.4em;
}

/* sidebar left */
.sidebar-left #content {
	float: right;
}
.sidebar-left #sidebar {
	float: left;
}

/* sidebar none */
.sidebar-none #content {
	width: auto;
	float: none;
}

/* fullwidth content */
.full_width #layout {
	width: 100%;
	max-width: 100%;
}
.full_width #content {
	padding: 0;
	width: auto;
	float: none;
}
.full_width #sidebar {
	width: auto;
	float: none;
}

/************************************************************************************
GRID
*************************************************************************************/
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
	margin-left: 3.2%;
	float: left;
}
.col4-1 {
	width: 22.6%;
}
.col4-2, .col2-1 {
	width: 48.4%;
}
.col4-3 {
	width: 74.2%;
}
.col3-1 {
	width: 31.2%;
}
.col3-2 {
	width: 65.6%;
}
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first
{
	margin-left: 0;
	clear: left;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	background: url(images/header.gif) no-repeat center bottom;
	height: 210px;
	position: relative;
}
#site-logo {
	font: bold 34px/1em Arial, Helvetica, sans-serif;
	letter-spacing: -.05em;
	color: #74685c;
	position: absolute;
	top: 60px;
	margin: 0;
}
#site-logo, #site-logo a {
	text-decoration: none;
	color: #6c5c46;
}
#site-logo a:hover {
	text-decoration: none;
}
#site-description {
	font: italic 14px/1em Georgia, "Times New Roman", Times, serif;
	position: absolute;
	top: 100px;
}

/* header widget */
.header-widget {
	position: absolute;
	top: 130px;
	left: 0;
	font-size: 95%;
}
.header-widget a {
	margin-left: 5px;
}
.header-widget a {
	text-decoration: none;
	margin: 0 2px;
}
.header-widget a:hover {
	text-decoration: none;
}
.header-widget img {
	vertical-align: text-top;
}
.header-widget .widget {
	float: left;
	margin-right: 5px;
}
.header-widget .widget div {
	float: left;
}
.header-widget .widget strong {
	float: left;
	margin-right: 5px;
}
.header-widget ul {
	margin: 3px 0 0;
	padding: 0;
	float: left;
}
.header-widget ul li {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	border: none;
	clear: none;
	list-style: none;
}
.header-widget li img {
	vertical-align: middle;
	margin-top: -4px;
}
/* rss button */
.header-widget .rss {
	float: left;
	margin-top: -3px;
}
.header-widget .rss a {
	background: url(images/rss.png) no-repeat left center;
	padding: 5px 0 5px 30px;
}


/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav li:hover > ul {
	display: block;
}
#main-nav {
	position: absolute;
	bottom: -2px;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	font: 1.15em/1em Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}
#main-nav li {
	float: left;
	margin: 0 12px 0 0;
	padding: 5px 0 15px 15px;
	position: relative;
}

/* dropdown ul */
#main-nav ul {
	display: none;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 30px;
	background: #494f52 url(images/dropdown-bg.png) no-repeat;
	border: solid 1px #3c4144;
	margin: 0;
	padding: 5px 0 10px;
	list-style: none;
	font: .76em/1em Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	box-shadow: 0 2px 0 rgba(0,0,0,.2);
}
#main-nav ul li {
	margin: 0;
	padding: 0;
	float: none;
}
#main-nav ul ul {
	font: 1em/1em Georgia, "Times New Roman", Times, serif;
	left: 200px;
	top: -5px;
}
/* main level link */
#main-nav a {
	text-decoration: none;
	letter-spacing: -.02em;
}
/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	color: #e50000;
}
/* sub-levels link */
#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a {
	width: 180px;
	color: #f2edc1;
	display: block;
	padding: 5px 10px 5px 12px;
	text-decoration: none;
	letter-spacing: normal;
}
/* sub-levels link :hover */
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover {
	color: #fff;
	text-decoration: none;
}

/************************************************************************************
SEARCH FORM
*************************************************************************************/
#header #searchform {
	position: absolute;
	bottom: 8px;
	right: 0;
}
#searchform #s {
	font: .9em/1em Georgia, "Times New Roman", Times, serif;
	width: 152px;
	background-color: #fff;
	border: none;
	padding: 4px 10px;
	margin: 0;
	float: left;
	border: 2px solid #fff;
}
#searchform #s:focus {
	outline: none;
	border-color: #e50000;
}

/************************************************************************************
AUTHOR PAGE
*************************************************************************************/
.author-bio {
	margin: 0 0 30px;
}
.author-bio .author-avatar {
	float: left;
	margin: 0 15px 0 0;
}
.author-bio .author-avatar img {
	background-color: #fff;
	padding: 4px;
	border: solid 1px #ccc;
}
.author-bio .author-name {
	margin: 0 0 5px;
	padding: 0;
	font-size: 160%;
}
.author-posts-by {
	margin: 0 0 20px;
	padding: 10px 0 0;
	font-size: 140%;
	text-transform: uppercase;
	border-top: double 4px #ccc;
	border-color: rgba(118,118,118,.3);
}

/************************************************************************************
PAGE TITLE
*************************************************************************************/
.page-title {
	font: bold 2em/1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: -.04em;
	margin: 0 0 10px;
}

/************************************************************************************
WECOME MESSAGE
*************************************************************************************/
.welcome-message {
	font: italic 1.4em/1.3em Georgia, "Times New Roman", Times, serif;
	padding: 20px 60px;
	text-align: center;
}

/************************************************************************************
POST
*************************************************************************************/
.post {
	margin-bottom: 60px;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.loops-wrapper.list-post .post,
.single .list-post .post {
	padding-left: 107px;
	min-height: 100px;
}

/* post content */
.post-content {
	min-width: 120px;
}

/* post image */
.post-image {
	max-width: 100%;
	margin: 0 0 5px;
}
.loops-wrapper.list-post .post-image {
	margin: 0 0 15px;
}
.post-image.right {
	margin-left: 20px;
}
.post-image.left {
	margin-right: 20px;
}

/* post date */
.post-date {
	margin: 0 0 5px;
}
.loops-wrapper.list-post .post-date,
.single .list-post .post-date {
	position: absolute;
	left: 0;
	top: 5px;
	width: 95px;
	font: 1em/1em Georgia, "Times New Roman", Times, serif;
	text-align: right;
}
.loops-wrapper.list-post .post-date span,
.single .list-post .post-date span {
	display: block;
}
.loops-wrapper.list-post .post-date .day,
.single .list-post .post-date .day {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -.05em;
	padding: 0 0 6px;
}
.loops-wrapper.list-post .post-date .month,
.single .list-post .post-date .month {
	font-size: .9em;
	line-height: .8em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.loops-wrapper.list-post .post-date .year,
.single .list-post .post-date .year {
	font-size: .9em;
	line-height: .8em;
}

/* post comment */
.post-comment {
	display: block;
}
.loops-wrapper.list-post .post-comment,
.single .list-post .post-comment {
	border-top: solid 1px #483f32;
	margin-top: 8px;
	padding-top: 5px;
	font: .86em/1em Arial, Helvetica, sans-serif;
}
.loops-wrapper.list-post .post-comment a,
.single .list-post .post-comment a {
	font-weight: bold;
	text-decoration: none;
}
.loops-wrapper.list-post .post-comment a:hover,
.single .list-post .post-comment a:hover {
	text-decoration: underline;
}

/* post meta */
.post-meta {
	font-size: .8em;
	line-height: 1.2em;
	color: #9a8770;
	font-style: italic;
	margin: 3px 0 10px;
}
.post-meta span {
	margin-right: 10px;
}
.post-meta a {
	color: #70604c;
	text-decoration: none;
	font-style: normal;
}
.post-meta a:hover {
	text-decoration: underline;
}

/* post title */
.post-title {
	color: #453320;
	font: bold 1.8em/1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: -.04em;
	margin: 0 0 5px;
}
.post-title a {
	color: #453320;
	text-decoration: none;
}
.post-title a:hover {
	color: #e50000;
	text-decoration: none;
}

/* more link */
.more-link {
	background-color: #45331f;
	font: 10px/100% Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 3px 5px;
	margin-left: 5px;
	color: #fff;
	display: inline-block;
	zoom:1;
	*display:inline;
	white-space: nowrap;
	border-radius: 4px;
}

/* grid4 post */
.loops-wrapper.grid4 .post {
	width: 22.6%;
	float: left;
	margin-left: 3.2%;
	font-size: 90%;
	line-height: 130%;
	margin-bottom: 20px;
}
.loops-wrapper.grid4 .post-title {
	font-size: 130%;
	line-height: 130%;
	margin: 0 0 3px;
	padding: 0;
}

/* grid4 post meta */
.loops-wrapper.grid4 .post-meta {
	font-size: 85%;
}

/* grid3 post */
.loops-wrapper.grid3 .post {
	width: 31.2%;
	float: left;
	margin-left: 3.2%;
	margin-bottom: 20px;
	font-size: 95%;
	line-height: 135%;
}
.loops-wrapper.grid3 .post-title {
	margin: 0 0 5px;
	padding: 0;
	font-size: 140%;
	line-height: 120%;
}
/* grid3 post meta */
.loops-wrapper.grid3 .post-meta {
	font-size: 85%;
}


/* grid2 post */
.loops-wrapper.grid2 .post {
	width: 48.4%;
	float: left;
	margin-left: 3.2%;
	margin-bottom: 20px;
}
.sidebar1 .loops-wrapper.grid2 .post {
	width: 48.2%;
	margin-left: 3.5%;
}
.loops-wrapper.grid2 .post-title {
	margin: 0 0 5px;
	padding: 0;
}

/* grid2-thumb post */
.loops-wrapper.grid2-thumb .post {
	width: 48.4%;
	float: left;
	margin-left: 3.2%;
	margin-bottom: 20px;
}
.loops-wrapper.grid2-thumb .post-title {
	margin: 0 0 5px;
	font-size: 140%;
}
.loops-wrapper.grid2-thumb .post-image {
	float: left;
	margin: 0 14px 10px 0;
}
.loops-wrapper.grid2-thumb .post-content {
	overflow: hidden;
}

/* list thumb post */
.loops-wrapper.list-thumb-image .post-image {
	float: left;
	margin: 0 16px 10px 0;
}
.loops-wrapper.list-thumb-image .post-content {
	overflow: hidden;
}

/* list large image */
.loops-wrapper.list-large-image .post-image {
	float: left;
	margin: 0 22px 10px 0;
}
.loops-wrapper.list-large-image .post-title {
	margin: 0 0 5px;
	padding: 0;
}
.loops-wrapper.list-large-image .post-content {
	overflow: hidden;
}

/* clear grid posts
================================================ */
.loops-wrapper.grid4 .post:nth-of-type(4n+1),
.loops-wrapper.grid3 .post:nth-of-type(3n+1),
.loops-wrapper.grid2 .post:nth-of-type(2n+1),
.loops-wrapper.grid2-thumb .post:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
}

/************************************************************************************
AUTHOR BOX
*************************************************************************************/
.author-box {
	margin: 15px 0;
}
.author-box .author-avatar {
	float: left;
	margin: 0 15px 5px 0;
}
.author-box .author-name {
	margin: 0 0 5px;
}

/************************************************************************************
POST NAVIGATION (the <nextpage> tag)
*************************************************************************************/
.post-pagination {
	text-align: right;
	margin: .5em 0 2em;
}
.post-pagination strong {
	margin-right: 3px;
}
.post-pagination a {
	margin-left: 3px;
	margin-right: 3px;
}
/************************************************************************************

POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 50px 0 35px;
	background: url(images/post-nav-rule.png) no-repeat center 7px;
	xwidth: 540px;
	overflow: hidden;
	position: relative;
	margin-left: 107px;
}
.post .post-nav {
	margin-left: 0;
}
.post-nav span em {
	font: 10px/1.1em Arial, Helvetica, sans-serif;
	color: #baad9d;
	text-transform: uppercase;
	width: 80px;
	text-align: center;
	position: absolute;
	top: 4px;
	letter-spacing: 1px;
}
.post-nav .previous em {
	left: 2px;
}
.post-nav .next em {
	right: 0;
}
.post-nav a {
	display: block;
	background: url(images/post-nav-bg.png) no-repeat;
	width: 246px;
	padding: 28px 0 4px;
	font: bold 115%/120% Georgia, "Times New Roman", Times, serif;
	letter-spacing: -.05em;
	color: #453320;
	text-decoration: none;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .next {
	float: right;
	text-align: right;
}
.post-nav .next a {
	background-position: right -430px;
	padding-left: 20px;
}
.post-nav .next a:hover {
	background-position: right -645px;
}
.post-nav .prev {
	float: left;
	text-align: left;
}
.post-nav .prev a {
	background-position: left -0;
	padding-right: 20px;
}
.post-nav .prev a:hover {
	background-position: left -215px;
}

/************************************************************************************
CATEGORY SECTIONS
*************************************************************************************/
.category-section {
	clear: both;
	margin-bottom: 30px;
}
.category-section-title {
	margin: 0 0 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
}

/************************************************************************************
PAGE NAGIVATION
*************************************************************************************/
.pagenav {
	clear: both;
	margin: 10px 0 20px;
	text-align: right;
}
.pagenav a, .pagenav span {
	background-color: #70604c;
	color: #fff;
	line-height: 100%;
	text-decoration: none;
	padding: 2px 8px 5px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	border-radius: 10em;
}
.pagenav a:hover {
	text-decoration: none;
	background-color: #000;
}
.pagenav .current {
	background-color: #444;
	color: #fff;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	margin: 35px 0 5px;
	padding-bottom: 10px;
	padding-left: 107px;
}
.comment-title, #reply-title {
	font: bold 1.4em/1em Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: 25px 0 15px;
	letter-spacing: -.04em;
}
.comment-title em {
	font-size: .9em;
}
.comment-nav {
	font: .8em/1.4em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}
.commentlist li {
	margin: 0;
	padding: 10px 0 0;
	position: relative;
}

.commentlist .timestamp {
	position: absolute;
	top: 68px;
	left: -117px;
	width: 105px;
	font: 75%/100% Helvetica, Arial, sans-serif;
	text-align: right;
	padding: 0;
	margin: 0;
}
.commentlist .timestamp strong {
	display: block;
	padding: 0 0 2px;
}
.comment-author {
	padding: 0;
	margin: 0 0 12px;
}
.commentlist ul .comment-author {
	padding: 0 0 5px;
}
.comment-author small {
	font: .8em/1.3em Arial, Helvetica, sans-serif;
	margin-top: 2px;
}
.comment-author cite {
	font: bold 1.2em/1.3em Helvetica, Arial, sans-serif;
}
.comment-author cite a {
	text-decoration: none;
}
.comment-author cite a:hover {
	text-decoration: underline;
}
.comment-author .avatar {
	position: absolute;
	top: 14px;
	left: -80px;
	margin: 0;
	padding: 1px;
}
.commentlist ul .avatar {
	position: relative;
	left: auto;
	top: auto;
	width: 38px;
	height: 38px;
	float: left;
	margin: 0 10px 0 0;
}
.commententry {
	clear: both;
	font-size: 95%;
	border-bottom: solid 1px #483f32;
}
.commententry p {
	margin: 0 0 .8em;
	padding: 0;
}

.commentlist .reply {
	position: absolute;
	top: 14px;
	right: 0;
}
.commentlist .comment-reply-link {
	background: url(images/reply.png) no-repeat;
	display: block;
	min-width: 50px;
	height: 17px;
	text-align: center;
	color: #fff;
	font: 10px/1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 3px 0 0 6px;
	text-decoration: none;
	color: #baad9d;
}
.commentlist .comment-reply-link:hover {
	background-position: 0 -43px;
	color: #fff;
}

.commentlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.commentlist ul ul {
	list-style: none;
	margin: 0 0 0 50px;
	padding: 0;
}
.commentlist .bypostauthor > .comment-author cite {
	background: url(images/icon-author-comment.png) no-repeat 0 2px;
	padding-left: 18px;
}
/* commentform */
#respond {
	position: relative;
	margin-bottom: 40px;
}
.commentlist #respond {
	border-top: solid 1px #483f32;
	margin-top: 2px;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 5px;
	right: 0;
	font: .8em/1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: url(images/cancel-reply.png) no-repeat right center;
	padding: 4px 16px 2px 0;
	text-decoration: none;
}
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}

#commentform input[type=text] {
	width: 210px;
	margin-right: 5px;
	padding: 5px 7px;
}
#commentform label {
	font-weight: bold;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	width: 97%;
	height: 180px;
	padding: 10px 7px;
}

#commentform input#submit {
	background: url(images/submit-btn.png) no-repeat;
	width: 172px;
	height: 32px;
	font: small-caps 1em/1em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	border: none;
	padding: 2px 0 6px;
}
#commentform input#submit:hover {
	background-position: 0 bottom;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar .widgettitle {
	font: bold 1.35em/1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: -.05em;
	margin: 0 0 7px;
	padding: 0 0 7px;
	position: relative;
	border-bottom: double 4px #b09370;
	text-transform: none;
}
#sidebar h4 a, #sidebar .widgettitle a {
	text-decoration: none;
}
#sidebar h4 a:hover, #sidebar .widgettitle a:hover {
	text-decoration: none;
}
#sidebar ul {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
}
#sidebar ul ul {
	margin: 0 0 0 15px;
	list-style: circle;
}
#sidebar ul li {
	margin: 8px 0;
	padding: 0;
}
#sidebar ul ul li {
	margin: 5px 0;
}
#sidebar a {
	text-decoration: none;
}
#sidebar a:hover {
	color: #e50000;
}

/************************************************************************************
WIDGET STYLES
*************************************************************************************/
/* widgets */
#sidebar .widget {
	margin: 0 0 35px;
}
/* search widget */
#sidebar #searchform {
	position: relative;
	margin: 0;
}
/* calendar widget */
.widget #wp-calendar caption {
	font-weight: bold;
	padding-bottom: 10px;
}
.widget #wp-calendar td {
	width: 31px;
	padding: 4px 2px;
	text-align: center;
}

/* feature posts widget */
.widget .feature-posts-list .post-img {
	margin: 0 12px 10px 0;
	float: left;
}
.widget .feature-posts-list small {
	font: italic 100% "Times New Roman", Times, serif;
}
.widget .feature-posts-list .feature-posts-title {
	margin: 3px 0 2px;
}
.widget .feature-posts-list .post-excerpt {
	margin: 4px 0 0;
	display: block;
}
.widget .feature-posts-list li {
	padding: 8px 0;
}

/* twitter widget */
.widget .twitter-list .twitter-timestamp {
	font: italic 100% "Times New Roman", Times, serif;
	margin-left: 5px;
}
.widget .twitter-list li {
	padding: 8px 0;
}
.widget .follow-user {
	margin: 0;
	padding: 5px 0;
}

/* links widget */
.widget .links-list img {
	vertical-align: middle;
}

/* links widget */
.widget .links-list img {
	vertical-align: middle;
}
/* recent comments widget */
.recent-comments-list .avatar {
	margin-right: 10px;
	float: left;
}
/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 70px;
	height: 70px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/* flickr shortcode */
.shortcode .flickr_badge_image {
	width: 23.8%;
	margin: 0 1.5% 1.5% 0;
	float: left;
}
.shortcode .flickr_badge_image:nth-of-type(4n) {
	margin-right: 0;
}
.shortcode .flickr_badge_image img {
	margin: 0;
}

/* reset twitter embed max-width to 100% */
#content .twitter-tweet-rendered {
	max-width: 100% !important;
}
#content .twt-border {
	max-width: 100% !important;
	min-width: 180px !important;
}

/* Social Links Widget */
.widget .social-links {
	margin: 0;
	padding: 0;
	line-height: 100%;
}
.widget .social-links li {
	margin: 0 5px 5px 0;
	padding: 0;
	list-style: none;
	border: none;
	display: inline-block;
	zoom:1;
	*display:inline;
}
.widget .social-links img {
	vertical-align: middle;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	background: url(images/footer.gif) no-repeat center bottom;
	border-top: double 4px #b09370;
	padding: 10px 0 50px;
	position: relative;
	width: 100%;
	overflow: hidden;
	font: .9em/1.4em Arial, Helvetica, sans-serif;
}
#footer a {
	text-decoration: none;
	color: #453320;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer li {
	padding: 0 0 15px;
	margin: 0;
}
#footer em {
	font: italic 1em/1em "Times New Roman", Times, serif;
}
#footer .footer1 {
	float: left;
	width: 270px;
	margin-right: 30px;
}
#footer .footer2 {
	float: left;
	width: 270px;
}
#footer .footer3 {
	float: right;
	width: 360px;
	margin-bottom: 20px;
}
#footer .widget {
	margin-bottom: 20px;
}
#footer .widgettitle {
	font: bold 1.3em/1em Arial, Helvetica, sans-serif;
	margin: 10px 0;
}
/* footer credits */
#footer .footer-text {
	font: .9em/1em Georgia, "Times New Roman", Times, serif;
	position: absolute;
	bottom: 10px;
	margin: 0;
	padding: 0;
}
#footer .footer-text span {
	margin: 0 6px;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
.sticky {}
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
}
.wp-caption-text {
	font: normal 1.2em/1.1em Baskerville, "Times New Roman", Times, serif;
	margin: 3px 0 10px;
}

/************************************************************************************
ATTACHMENT SINGLE VIEW
*************************************************************************************/
.attachment.single-attachment,
.single-attachment .attachment {
	float: none;
	margin: 0;
	text-align: left;
}

/************************************************************************************
GALLERY
*************************************************************************************/
#pagewrap .gallery {
	margin: 0 0 20px 0;
}

/* gallery item */
#pagewrap .gallery .gallery-item {
	margin: 0 8px 8px 0;
	vertical-align: top;
	width: auto;
	float: left;
	text-align: center;
}

/* gallery image */
#pagewrap .gallery img {
	border: none;
	vertical-align: middle;
}

/* gallery caption */
#pagewrap .gallery .gallery-caption {
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}

/* GALLERY COLUMN
================================================ */
/* gallery column 1 (display all in one line) */
#layout .gallery-columns-1 .gallery-item {
	width: auto;
}
#layout .gallery-columns-1 br {
	display: none !important;
}

/* gallery column 2 */
#layout .gallery-columns-2 .gallery-item {
	width: 49.2%;
}

/* gallery column 3 */
#layout .gallery-columns-3 .gallery-item {
	width: 32.3%;
}
/* gallery column 4 */
#layout .gallery-columns-4 .gallery-item {
	width: 23.8%;
}

/* gallery column 5 */
#layout .gallery-columns-5 .gallery-item {
	width: 18.8%;
}

/* gallery column 6 */
#layout .gallery-columns-6 .gallery-item {
	width: 15.4%;
}

/* gallery column 7 */
#layout .gallery-columns-7 .gallery-item {
	width: 13%;
}

/* gallery column 8 */
#layout .gallery-columns-8 .gallery-item {
	width: 11.18%;
}

/* gallery column 9 */
#layout .gallery-columns-9 .gallery-item {
	width: 9.77%;
}

/* set gallery item margin-right */
#layout .gallery-columns-1 .gallery-item,
#layout .gallery-columns-2 .gallery-item,
#layout .gallery-columns-3 .gallery-item,
#layout .gallery-columns-4 .gallery-item,
#layout .gallery-columns-5 .gallery-item,
#layout .gallery-columns-6 .gallery-item,
#layout .gallery-columns-7 .gallery-item,
#layout .gallery-columns-8 .gallery-item,
#layout .gallery-columns-9 .gallery-item {
	margin-right: 1.5%;
	margin-bottom: 1.5%;
}

/* clear gallery item margin-right */
#layout .gallery-columns-9 .gallery-item:nth-of-type(9n),
#layout .gallery-columns-8 .gallery-item:nth-of-type(8n),
#layout .gallery-columns-7 .gallery-item:nth-of-type(7n),
#layout .gallery-columns-6 .gallery-item:nth-of-type(6n),
#layout .gallery-columns-5 .gallery-item:nth-of-type(5n),
#layout .gallery-columns-4 .gallery-item:nth-of-type(4n),
#layout .gallery-columns-3 .gallery-item:nth-of-type(3n),
#layout .gallery-columns-2 .gallery-item:nth-of-type(2n) {
	margin-right: 0;
}

/************************************************************************************
IMAGE STYLES
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone, .wp-caption img,
.widget .feature-posts-list .post-img,
.widget .flickr_badge_image img,
.shortcode .flickr_badge_image img,
.commentlist .avatar,
.recent-comments-list .avatar,
#layout .gallery img,
.attachment img,
.post-image img,
.feature-img,
.post-img,
.image-wrap img,
.slide-image img,
.module .slide-image img,
.module .post-image img {
	padding: 5px;
	background-color: #fff;
	box-shadow: 0 2px 0 rgba(0,0,0,.1);
}

/************************************************************************************
BUILDER
*************************************************************************************/
/* builder row */
.full_width .themify_builder_row .row_inner {
	width: 978px; /* same width as .pagewidth */
	max-width: 100%;
	margin: auto;
}
.full_width .themify_builder_row.fullwidth .row_inner {
	width: auto;
	padding: 0;
}

.module .post {
	padding-left: 0;
}

/* reset post date in module */
.module .post-date {
	position: static;
	width: auto;
	margin-bottom: 5px;
	text-align: left;
}
.module .post-date .day,
.module .post-date .month,
.module .post-date .year {
	font-size: inherit;
	font-weight: normal;
	text-transform: none;
}
.module.loops-wrapper.list-post .post-date span {
	display: inline-block;
}
.module.loops-wrapper.list-post .post-comment {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget:after, .widget li:after, footer:after, .pagenav:after, #main-nav:after, .menu:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget, .widget li, footer, .pagenav, #main-nav, .menu
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget, .widget li, footer, .pagenav, #main-nav, .menu
{ display: block; zoom: 1; }