/*
Theme Name: Twenty Eleven LoveChild
Description: Bob's Child theme for the Twenty Eleven theme 
Author: Robert Piller
Template: twentyeleven
*/

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

.page-template-template-no-header-image-php a#headimg {
	display: none;
}

body {
	padding: 0;
	font-family: 'Lora', 'Times New Roman', Times, Baskerville, Georgia, serif;
	line-height: 1.7em;
	position: relative;
	padding-bottom: 2em;
}

a {
	color: #3152A5;
	text-decoration: underline;
}

a:focus,
a:active,
a:hover {
	background-color: #EEE;
}

#access div {
	margin: 0;
}

#access ul {
	font-size: 16px;
	margin: 0;
}

#access ul a {
	font-size: 15px;
}
#access ul ul {
	top: 3em !important;
}

#access .menu-bob-wells-header-container li {
	float: none;
	text-align: center;
}
#access .menu-bob-wells-header-container li:hover > a,
#access .menu-bob-wells-header-container a:focus {
	background: transparent;
	color: #eee;
}

#branding img {
	display: inline;
}

#copyright {
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
	text-align: center;
	font-size: 0.8em;
}

#main {
	padding: 0;
}

#main #secondary {
	padding-bottom: 1px; /* ensures bottom margin on last widget */
}

#page {
	margin: 0 auto 2em;
}

#site-generator {
	display: none;
}

.entry-content,
.entry-summary {
	padding: 0.625em 0 0;
}

.singular.page .hentry {
	padding: 1em 0 0 0;
}
.singular .entry-title {
	font-size: 24pt;
	line-height: 1.1em;
	font-weight:normal;
}

.spaced {
	padding: 20px;
}

p {
	margin-bottom:16px;
}

.entry-title {
  font-size:16pt;
}

.wpcf7 input[type=email],
.wpcf7 input[type=text],
.wpcf7 textarea {
	width: 98%;
	padding: 6px;
}
.wpcf7 textarea {
	height: 200px;
}

h2 {
	font-size:1.4em;
  	border-bottom: 0px solid #ccc;
}

@media (max-width: 650px) {
	
	#nav-single {
		position: relative;
	}
	
}
