/*
	Theme Name: Personal Journal
	Author: Dylan Scott
	Author URI: http://www.webunitydesign.com
	Description: A bespoke theme for a WordPress based journal - This theme combines a bold and contemporary Chinese ink colour palette with calligraphy to create a modern handwritten feel to your WordPress Journal. Make use of the animated sidebar to show off your favourite content and widgets in a stylish and aesthetically pleasing manner! Creating a bespoke personalised user experience is achieved quickly and easily with this theme.
	Version: 1.3.1
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: dark, light, brown, green, black, white, one-column, left-sidebar, fluid-layout, custom-colors, custom-background, custom-header, custom-menu, editor-style, sticky-post, threaded-comments, post-formats, featured-images 
	
	Journal WordPress theme, Copyright (C) 2013 Web Unity Design
	Jourmal WordPress theme is licensed under the GPL.

	Default Header - ​http://666a658c624a3c03a6b2-25cda059d975d2f318c03e90bcf17c40.r92.cf1.rackcdn.com/unsplash_52c2d2aad1576_1.JPG
	License: Distributed under the terms of the GPL
	Copyright: ooomf, http://unsplash.com/

	Oleo Script Font - ​http://fonts.googleapis.com/css?family=Oleo+Script
	License: Distributed under the terms of the SIL Open Font License 1.1
	Copyright: Soytutype , http://cargocollective.com/soytutype	

*/

body {
	padding: 0;
	margin: 0;
	background-color: #C9BA8B;
	font: 1em 'Oleo Script', Helvetica, sans-serif;
}

header h1, 
header h2 {
	color: #3B372B;
}

header a {
	color: #3B372B;
}

a {
	color: #DEC478;
	text-decoration: none;
}

pre {
  	overflow: auto;
}

table,
tr,
th,
td {
	border: solid 1px #C9BA8B;
}

table td, 
table th {
	padding: 4%;
}


a:hover {
	text-decoration: underline;
	font-weight: bold;
}

header {
	text-align: left;
	width: 76%;
	margin: 0 auto;
}

#header-image {
	width: 100%;
}

#header-image img {
	width: 100%;
}

header nav {
	padding: 2% 0;
}

header nav ul {
	padding: 0;
	margin: 0;
}

header nav ul li {
	list-style: none;
	display: inline;
	margin-right: 2%;
	padding: 1%;
}

.menu ul li ul li,
.menu li ul li {
    width: 100%;
    float: left;
    text-align: center;
}

.menu ul li:hover > ul,
.menu li:hover > ul {
    display: block;
}

.menu ul li ul,
.menu li ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #C9BA8B;
    padding: 0 4%;
    display: none;
    width: 100%;
}

.menu ul > li,
.menu > li {
    position: relative;
}

.menu ul li ul li ul,
.menu li ul li ul {
    display: none;
    top: 0;
    left: 100%;
    position: absolute;
    padding: 0 4%;
    width: 100%;
}

.menu ul li ul li ul li,
.menu li ul li ul li {
    text-align: center;
}

#wrapper {
	width: 70%;
	margin: 1% auto;
	background-color: #3B372B;
	color: #C9BA8B;
	padding: 2%;
	overflow: hidden;
	box-shadow: 0.5em 0.5em 1em #888;
}

#feed {
	width: 94%;
	margin: 0 2% 3% 2%;
	float: left;
}

#feed .post {
	margin: 5% 0;
	padding: 2%;
	border-bottom: solid 1px #8A836E;
}

.sticky {
	background-color: #5C4300;
}

.post .post-feature {
	padding: 2%;
	margin: 0 auto;
	width: 40%;
}

.post-feature img {
	width: 100%;
	border: 0;
}

.post-meta ul {
	padding: 0;
	margin: 2% 0;
}

.post-meta ul li {
	display: inline;
	list-style: none;
	margin: 0 1% 0 0;
}

#pagination {
	text-align: center;
}

#pagination ul {
	padding: 0;
	margin: 0;
}

#pagination ul li {
	display: inline;
	list-style: none;
	margin: 0 3% 0 0;
	padding: 2%;
}

#left-sidebar {
	width: 25%;
	margin: 0;
	padding: 1%;
	float: left;
	position: fixed;
	right: -24%;
	top: 5%;
	background-color: #220E10;
	border-radius: 1em 0 0 1em;
	-webkit-transition-duration: 0.3s;
  	-moz-transition-duration: 0.3s;
  	-o-transition-duration: 0.3s;
  	transition-duration: 0.3s;
  	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	max-height: 80%;
	overflow: auto;
}

#left-sidebar:hover {
	right: 0;
	opacity: 1.0;
}


#left-sidebar 
.widget {
	margin: 2% 0;
	padding: 1%;
	float: right;
	width: 80%;
}

#left-sidebar .widget img,
#left-sidebar .widget table, 
#left-sidebar select {
	max-width: 100%;
	width: 100%;
}

#left-sidebar ul {
	padding: 0;
	margin: 0;
}

#left-sidebar ul li {
	list-style: none;
}

#single .post-feature {
	padding: 2%;
	width: 30%;
	float: left;
}

.gallery {
	clear: both;
}

#comments {
	background-color: #DEC478;
	color: #3B372B;
	padding: 2%;
	border-radius: 1em 0 1em 0;
	margin: 3% 0;
	box-shadow: 0.2em 0.2em 1em #8A836E;
	overflow: hidden;
	clear: both;
}

#comments a {
	color: #713D06;
}

#discussion {
	float: left;
	margin: 0 2%;
}
 
#commentlist {
	list-style: none;
	padding: 0;
}

#commentlist li {
	margin: 4% 0;
	width: 100%;
	list-style: none;
}

#commentform {
	margin: 0 2%;
	clear: both;
}

#commentform input, textarea {
	width: 100%;
	resize: none;
}

footer {
	clear: both;
	width: 100%;
	margin: 0;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
    max-width: 100%;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
   	background-color: #DDD;
	color: #3B372B;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.bypostauthor,
.gallery-caption {
}