/*
Theme Name:     elp-child
Description:    Eric Little Photography site using a Hybrid child theme.
Author:         Robert Thompson
Version:		0.1
Template:       hybrid

(optional values you can add: Theme URI, Author URI, Version)
*/

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

/* Start Child Theme Style */

/* Body */

body {
	background: url('images/body-bg9.png') repeat 0 0 #492525; 
}

/* Links */

a {
	color: #21759B;
}

a:visited {
	color:#21759B;
}

a:hover, a:active {
	color: #c60c0c;
}

.entry-title a:visited {
	color: #000;
}


/* Main Structure and Style */

#wrapper {
	background: url(images/Body-back.jpg) repeat-x scroll 0 0 #f6f5ef;
}
#body-container {
	margin: 21px auto;
}
#navigation,
#header,
#container,
#footer {
	margin: 0 auto;
	width: 960px;
}
#header-container {
	background: url('images/body-bg9.png') repeat 0 0 #492525;
	height: 160px;
	width: 100%;
	border-bottom: 4px solid #736f6f;
}
#footer-container {
	background:  url('images/body-bg9.png') repeat 0 0 #492525;
	width: 100%;
	border-top: 3px solid #736f6f;
	padding: 20px 0 0 0;
	margin: 0;
}
#primary-menu {
	margin: 0 0 10px;
	position: relative;
	float: right;
	top: -50px;
}
#header {
	padding: 10px 0 0 0;
}
#subsidiary {
	margin: 0 auto;
	width: 960px;
}
h5 {
    font-size: 16px;
}
.content {
	width:960px;
}
.page-template-no-primary-secondary .content {
	width: 960px;
}
.page-template-no-widgets .content, .page-template-page-no-widgets .content, .post-template-post-no-widgets .content {
	width: 960px;
}
#site-title {
	float: left;
	width: 380px;
	height: 106px;
	}
#site-title a {
	display: block;
	width: 380px;
	height: 106px;
	background: url(images/ES-Logo2.png) no-repeat 0 0;
	text-indent: -9999em;
}
#site-description {
	float: left;
	clear: both;
	color: #ddd3d3;
	font: 16px/16px Georgia,Times,"Times New Roman",seriff;
	padding: 0 0 0 35px;
}
#primary-menu li a,#page-nav li a {
	background: none repeat scroll 0 0 transparent;
	color: #ddd3d3;
}

#primary-menu li a,
#page-nav li a {
	border: none;
	padding: 10px;
}
#primary-menu li li a,
#page-nav li li a {
	background:#492525;
}
#footer,
.copyright {
	color: #ddd3d3;
}
.breadcrumb {
    color: #ddd3d3;
    font-size: 0.9em;
    font-style: italic;
    margin: 0 0 30px;
}
.breadcrumb a:hover {
    color: #c60c0c;
    text-decoration: underline;
}
.byline {
	color: #211d1d;
}
.widget-title {
	color: #ddd3d3;
	font-size: 14px;
	margin: 0 0 5px 0;
}
.widget a {
	color: #ddd3d3;
	font-size: 12px;
}
.widget a:hover {
	color: #c60c0c;
}
#subsidiary .widget {
	width: 220px;
}
.hentry {
	border-bottom: 2px solid #ddd3d3;
}
.blog .loop-meta {
	margin: 0;
}
.blog .loop-meta .loop-title {
    display: none;
}
.no-widgets .hentry img {
	max-width: 960px;
	padding: 0;
	border: none;
}
.hentry img {
	max-width: 960px;
	height: auto;
	padding: 0;
	border: none;
}
