/*
Theme Name: Sela Child
Theme URI: http://rachelsilberman.com/carolynadams
Description: This is a child theme of sela
Author: Rachel Silberman
Author URI: http://rachelsilberman.com 
Template: sela
Version: 0.1
*/

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

/* GLOBAL */

body{
	background-image: url('images/concrete_seamless.png');
}

a {
	color: #d9bd00;
}

.comment-meta a{
	color: #d9bd00;
}

body, button, input, select, textarea {
	font-size: 16px;
}


/* NAVIGATION */

.main-navigation{
	background-color: #cacaca;
	border-top: 2px solid #777777;
	border-bottom: 2px solid #777777;
}

.nav-menu > li > a:after{
	color: #bba300;
	content: ' \2234';
}

/* SITE HEADER IMAGE */

.site-branding{
background: url('images/top-header.png');
	background-repeat: no-repeat;
	height: 220px;
	background-position: center;
	background-color: none;
}

/* CONTENT BODY */


.front-page-content-area .with-featured-image {
	width: 80%;
	text-align: left;
}

.content-wrapper.with-featured-image {
	margin: -12em 90px 0px;
	background-color: #fff;
}

.content-wrapper.full-width.with-featured-image {
	margin: -12em 165px 0px;
}

.entry-title a:hover {
	color: #d9bd00;
}

.page-id-14 .entry-title{
	display: none;
}

.page-id-19 .entry-title{
	display: none;
}

.page-id-21 .entry-title{
	display: none;
}

.page-id-2 .entry-title{
	display: none;
}

.page-id-24 .entry-title{
	display: none;
}

.hentry:after {
	display: none;
}

/* CONTACT */

button, html input[type="button"], input[type="reset"], input[type="submit"], #infinite-handle span{
	background-color: #c2a000;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
#infinite-handle span:hover {
	background: #d4b608;
}

/* FOOTER */

.site-footer{
	background-color: #cacaca;
	border-top: 2px solid #777777;
	border-bottom: 2px solid #777777;	
}

.site-info{
	color: #000;
}

.site-info a{
	color: #000;
}

.site-info a:hover {
	color: #fff;
}



/*.page-title, .entry-title, .entry-title a{
	display: none;
}*/