/*
 Theme Name:   merlin-child
 Description:  Merlin Child Theme
 Author:       Dawn
 Template:     merlin
*/


@import url("../merlin/style.css");


/*--------------------------------------------------------------
# 2.0 - Typography
--------------------------------------------------------------*/

h1, h2, h3 {
    text-shadow: 0px 2px 2px #878787;
    decoration: none;
}

h1, h2, h3, h4, h5 .entry-title  {
    decoration: none;
}

blockquote {
    background: url(http://www.redpointwelding.com/wp-content/uploads/2015/12/bg-quote1.png) no-repeat;
    background-color: #eaeaea;    
    border-left: 3px solid #2c9aca;
    color: #7f7f7f;
    font-style:italic;
    margin: 25px;
    padding: 25px 25px 25px 50px;    
} 

/*--------------------------------------------------------------
# 3.0 - Elements
--------------------------------------------------------------*/

body {
	background: #fff; 
}

hr {
	background-color: #ccc;
	border: 0;
	height: 2px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# 9.0 - Header
--------------------------------------------------------------*/
.header-main {
	padding: 1em 1.3em;
}

.site-branding {
	float: left;
	max-width: 100%;
	margin: 1.5em 0.5em;
}

.site-branding a:link, 
.site-branding a:visited, 
.site-branding a:hover {
	text-decoration: none;
	padding: 0;
}

.site-title {
	display: inline-block;
	margin-left: 0;
        margin-top: 20px;
	padding: 0;
	color: #2299cc;
}



/*--------------------------------------------------------------
# 11.0 - Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.8em 0;
	color: #444;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}


/*--------------------------------------------------------------
# 12.0 - Posts and pages
--------------------------------------------------------------*/

.page-title {
	color: #606169;
	border-bottom: 0;
}

.entry-title {
	border-bottom: 0;
}

/*--------------------------------------------------------------
# 12.0 [sic] - Footer
--------------------------------------------------------------*/

.site-footer .site-info {
        display: none;
        float: left;
}