/*
Theme Name: Confabulator Cafe 2017 - Variation w/ A Header
Author: Ashley Baker
Author URI: http://www.twitter.com/cleverlytitled
Description: Built for The Confabulator Cafe using the BlankSlate WordPress Theme
*/

/* Body, Block, and Container Styles */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(http://www.confabulatorcafe.com/wp-content/uploads/2017/02/wood-background-6.jpg); 
	background-attachment: fixed;
	background-repeat: repeat;
	font-family: 'Source Sans Pro', sans serif;
	font-size: 18px;
	}
	
#container {
	max-width: 960px;
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background: #DDBB77; 
	border-left: #9b724d 1px solid;
	border-right: #9b724d 1px solid;
}

#header {
	width: 100%;
	max-width: 960px;
	max-height: 199px;
	padding: 0px;
	margin: 0px;
}

#header img {
	max-width: 960px;
	width:100%;
	height: auto;
}

#sidebar {
	width: 210px;
	display: inline-block;
	font-family: 'Source Sans Pro', sans serif;
	height:100%;
	padding: 0px;
	padding-left: 15px;
	margin: 0px;
	margin-top: -65px;
	float: left;
}

#sidebarToggle { 
	display: none; 
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: right;
	font-weight: bold;
	font-size: 1.1em;
	font-family: 'Source Sans Pro', sans serif;
	background-color: #621B00;
	color: #FFFFFF;
}

#closeSidebar { 
	display: none;
	width: 97%;
	text-align: right;
	padding: 5px;
}

#closeSidebar img { width: 20px; height: 20px; }

.hideNav { display: none; max-width: 0; max-height: 0; }
	
#content {
	background: #ffffff;
	text-align: left;
	padding: 11px;
	min-height: 1400px;
	margin-left: 220px;
	margin-top: -40px;
}

#copyright {
	float: none;
	max-width: 960px;
	width: 90%;
	height: 20px;
	display:inline-block;
	text-align: center;
	color: #621B00;
	font-size: 0.9em;
}

#tag-divider {
	height: 20px;
	color: #494850;
	padding: 5px;
	font-size: 0.8em;
	border-bottom: #494850 1px solid;
}

.social {
	padding-left: 5px;
	padding-right: 5px;
}

/* Font Styles */

.entry-title {
	font-family: 'Courier New', serif;
	font-size: 26px;
	line-height: 24px;
	margin-bottom: 0px;
	margin-top: 5px;
	text-shadow: 1px 1px 2px #cccccc;
	font-weight: bold;
}

.entry-meta {
	font-family: 'Courier New', serif;
	color: #335533;
	font-size: 18px;
}

.comments-title {
	font-family: 'Courier New', serif;
	color: #621B00;
	font-size: 18px;
	font-weight: bold;
}

.widget-title {
	font-family: 'Courier New', serif;
	color: #621B00;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	background: #DDBB77;
}

.xoxo {
	list-style: none;
	display: inline-block;
	padding: 0;
	color: #621B00;
}

.xoxo ul {
	list-style: none;
	padding: 0;
	font-size: 16px;
	list-style-type: circle;
	margin-bottom: 10px;
	font-weight:bold;
}

.menu-item {
	color: #335533;
	font-size: 18px;
	font-weight:bold;
	list-style: none !important;
	padding: 0;
}

.menu-item ul li {
	list-style: none;
	display: block;
	margin-bottom: 10px;
}

h3 {
	font-family: 'Courier New', serif;
	font-size: 1.2em;
}

#reply-title {
	color: #621B00;	
	font-size: 18px;
	font-weight: bold;
	font-family: 'Courier New', serif;
}

#comments-list ul li {
	list-style:none;
	display: block;
}

.comment-body {
	background-color: rgba(251,251,225,0.75);
	padding: 20px;
	margin-bottom: 5px;
	border-radius: 25px;
}

.archive-meta {
	background-color: rgba(251,251,225,0.75);
	padding: 20px;
	margin-bottom: 5px;
	border-radius: 25px;
}

.post-date {
	display:block;
	color: #BB8855;
	font-size: 0.7em;
}

.screen-reader-text {
	display: none;
}

/* Link-specific formatting */
a {
	color: #113333;
}

a:visited {
	color: #557755;
}

a:hover {
	text-decoration:none;
	color: #557755;
}

.entry-meta a {
	color: #335533;
	font-weight:bold;
}

.tag-links a {
	color: #494850;
	text-decoration: underline;
}

.menu-item a {
	text-decoration: none;
	color: #113333;
}

#copyright a {
	color: #113333;
}

.xoxo ul a {
	color: #113333;
	text-decoration: none;
}

.entry-title a {
	text-decoration: none;
	color:#621B00;
}

.srpw-time {
	color: #557755 !important;
}

.srpw-author {
	color: #557755 !important;
}

/* Form and Input Styles */

label {
	display:block;
}

input[type=text] {
	background-color: #F6F5AE;
	color: #621B00;
	font-weight: bold;
	display:inline-block;
	border: 1px solid #621B00;
	font-family: 'Courier New', serif;
	width:165px;
	border-radius: 10px;
	padding: 5px;
}

input[type=email] {
	background-color: #F6F5AE;
	color: #621B00;
	font-weight: bold;
	display:inline-block;
	border: 1px solid #621B00;
	font-family: 'Courier New', serif;
	width:165px;
	border-radius: 10px;
	padding: 5px;
}

input[type=button], input[type=submit], input[type=reset] {
	background-color: #F6F5AE;
	color: #621B00;
	font-weight: bold;
	display:inline-block;
	border: 1px solid #621B00;
	font-family: 'Courier New', serif;
}

textarea {
    width: 80%;
    height: 150px;
	background-color: rgba(251,251,225,0.75);
	padding: 20px;
	margin-bottom: 5px;
	border-radius: 25px;
	font-family: 'Courier New', serif;
	color: #621B00;
	}

select {
	background-color: #F6F5AE;
	color: #621B00;
	font-weight: bold;
	display:inline-block;
	border: 1px solid #621B00;
	font-family: 'Courier New', serif;
	width:175px;
	border-radius: 10px;
	padding: 5px;
}

/* Mobile Friendly */

@media screen and (max-width: 32.5em) {
	#container {
		width: 95%;
		background: #ffffff;
	}

	#sidebarToggle { display: block; }
	#closeSidebar { display: block; }

	#sidebar {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0;
		background: #DDBB77; 
		font-size: 1.3em;
	}

	#sidebar ul {
		padding-left: 10px;
	}

	#content {
		float: none;
		width: 97%;
		margin-left: 0;
		margin-top: 0;
		padding: 5px;
		font-size: 1.1em;

	}

	.wp-caption {
		display: none;
	}

}

/* Backward Compatible */

header, nav, main, footer {
	display: block;
}

/* Specific Font Settings */

i {font-style: italic;}
em {font-style: italic;}
b {font-weight: bold;}
strong {font-weight: bold;}

/* Image Management */

.alignright {float:right; margin:0 0 1em 1em;}
.alignleft {float:left; margin:0 1em 1em 0;}
.aligncenter {display: block; margin-left: auto; margin-right: auto;}

.wp-caption {
	background-color: rgba(251,251,225,0.75);
	border: 1px solid #DDBB77;
	text-align: center;
}

.wp-caption img {
	padding-top: 5px;
}

.wp-caption-text {
	font-size: .8em;
	font-style: italic;
}

/* Predefined styles that I haven't addressed */
ol {
	list-style: none !important;
}

ul {
	list-style: none !important;
}

blockquote,q{
	quotes:none;
	}

blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
	}

table{
	border-collapse:collapse;
	border-spacing:0;
	}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block;
	}

.clear{clear:both;}

.sticky{}
.bypostauthor{}
.gallery-caption{}
.screen-reader-text{
		clip:rect(1px, 1px, 1px, 1px);
		position:absolute !important;
		}

html,applet,object,iframe,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,ins,kbd,q,s,samp,tt,var,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	}