/*
Theme Name: Katie Cofer
Description: Child theme for the Leaf theme.
Author: You on IMH
Author URI: https://github.com/bradthomas127/leaf-child
Template: leaf
Version: 1.0
*/

@import url("../leaf/style.css");

/* Add specific style overrides below.
-------------------------------------*/
body{color:#482500;}
#page{background-color:#fdf6ec;}

div.sf-menu{display:none;}

#head-container{
	background-image:url(images/hd_bg.jpg);
	background-repeat:no-repeat;}
	
h1, h2, h3, h4, h5, h6 {font-family: Georgia,"Times New Roman",Times,serif;}

.entry-content h2, .entry-content h3{text-transform:uppercase;}	

h1.entry-title{color:#ae0021}

.home h1.entry-title{display:none;}

h1.site-title{
	font-size: 28px;
	font-size:2.8rem;
	text-transform:uppercase;
	font-weight: bold;
	color:#6a001e;}
	
h1.site-title a{color:#6a001e;}
h2.site-description{
	font-weight:normal;
	line-height: 2.2rem;
	font-size: 20pt;
	font-size:2.0rem;
	color:#482500;}
	
.header-group{padding: 60px 20px 0 84px;}	

#masthead .row .six.columns {width:auto;}

.main-navigation{border:none; border-color:#F8F0DD;}

#page {background-image:url(images/nav_bg.jpg);
background-position:top right;
background-repeat:repeat-y;
border-radius: 10px;
}

.site-content{
padding:0 40px 20px 40px;
padding:0 4rem 2rem 4rem;
border-right:none;
}
.archive-header, .posted-by {display:none;}

.entry-content blockquote, .comment-content blockquote {
background-color:#f7f0dd;
padding: 24px 24px 0 24px;
padding: 2.4rem 2.4rem 0 2.4rem;
margin:0;
border: 5px solid #F4EACF;}

.entry-content img, .comment-content img, .main .widget img, img.header-image, #author-avatar img, img.wp-post-image {
background: none;
border: none;
/*padding: 4px;*/}

blockquote img.alignright {
margin: 0 0 0 12px;
margin: 0 0 0 1.2rem;
}

.search-results .entry-meta, .archive .entry-meta{display:none;}
.entry-meta {
border-top: 1px solid #F4EACF;
border-bottom: 1px solid #F4EACF;}

.entry-content table {
color: #482500;
font-size: 100%;
line-height: 1.5;
border-bottom: 1px solid #f7f0dd;
}

.entry-content td, .comment-content td {
border-top: 1px solid #f7f0dd;}


.widget-area .widget_nav_menu li {

font-family: Georgia,Verdana,Arial,Sans-serif;
font-size:18pt;
font-size:1.8rem;}

li.menu-item a {text-decoration:none;}
li.menu-item a, .widget-area .widget a{color:#482500;}

img.alignleft {
margin: 0 24px 12px 0;
margin: 0 2.4rem 1.2rem 0;
}

.site-header img.aligncenter{
margin-top:0;
margin-bottom:0; 0 30px 0 0
}
.site-header img.alignleft {
margin: 0 30px 0 0;
margin: 0 3.0rem 0 0;
border-radius: 5px;
border-radius: .5rem;
}

.widget-area .widget a:hover,.widget_nav_menu li.current-menu-item a{color:#af0021}

.widget_nav_menu li{
border-top:1px solid #8e6f51;}
.widget_nav_menu ul{
border-bottom:1px solid #8e6f51;}

.entry-meta{/*display:none;*/} 

@media only screen and (max-width: 767px) {
	/* Style adjustments for viewports 767px and under go here */
	#page {background-image:none;}
	
	.site-header h1, .site-header h2, .site-header img.alignleft{
text-align: center;
margin:0 auto;
float: none;
}
	
	.search-bar {
	width: 200px;
	margin: 10px auto;
	}
	}