@import url('../twentyfifteen/style.css');

/*

Theme Name: lynnandrobin

Theme URI: http://www.lynnandrobin.com/wp-content/themes/lynnandrobin/

Description: Lynn and Robin Button's Personal Blog Theme

Author: Robin Button

Version: 0.0.1

Template: twentyfifteen

*/

/* site title */

.site-title a {
	font-size: 50px;
	font-size: 3.57142857rem;
	
}


/* post meta tag area */

.entry-footer {
	
/*background-color: #5dd9a7!important;*/
background-color: #eeeeee!important;

}

/* hides footer in case that's wanted */

.site-info {
	
display: none;

}

/* removes html code before post comment box */

.form-allowed-tags{
	
display:none;

}

/* removes white background that prevents background image from showing through */

body:before {
  background-color: transparent;
}


/* inserts background image in left sidebar primary navigation area. Can't reduce opacity */
.sidebar {
	
	background-image:url(images/parkmodel-flowers-sidebar.jpg) no-repeat left!important;

	/*background: rgba(255,255,255,0.5);*/
}

/* pencil style links */

.entry-content a:link {
    text-decoration: none!important;
    color: #000;
    box-shadow: inset 0 -4px 0 #95b3ea;
	border-bottom: none;
}

.layer-content a:link {
	
	border-bottom: none;
	box-shadow: none;
	color: #95b3ea;
	
}
	