/*
Theme Name: Child of responsive
Description: Child Theme base on responsive
Author: Theresa Hart Barry
Version: 0.0.1
Template: responsive
*/

#header {
	background-color: #e6f2f8;
	margin-top: -12px;
}
body {
	background-image: linear-gradient(to bottom, rgb(12, 68, 95), rgb(228, 214, 188));
 background-repeat: repeat-x;
	padding-bottom:1em;
	background-color: #e6f2f8;
}
.widget-wrapper {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #fff;
	margin: 1em 0;
}
.home #wrapper {
	margin: 1.1em auto 0px auto;
}

.books{
	padding:0.25em;
}
#bookcover{
	padding: .25em;
}
#container {
	padding: 0 .5em;
}

.menu {
	margin: 0 auto;
	text-align: center;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#19527e), top(#1c344d));
	background-image: -webkit-linear-gradient(top, #19527e, #1c344d);
	background-image: -moz-linear-gradient(top, #19527e, #1c344d);
	background-image: -ms-linear-gradient(top, #19527e, #1c344d);
	background-image: -o-linear-gradient(top, #19527e, #1c344d);
	background-image: linear-gradient(top, #19527e, #1c344d);
	border-bottom: 2px solid #112233;
}

.menu a:hover {
	color: #d5ebf3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#19527e), top(#122233));
	background-image: -webkit-linear-gradient(top, #19527e, #122233);
	background-image: -moz-linear-gradient(top, #19527e, #122233);
	background-image: -ms-linear-gradient(top, #19527e, #122233);
	background-image: -o-linear-gradient(top, #19527e, #122233);
	background-image: linear-gradient(top, #19527e, #122233);
}
.menu a:visited {
	background-color:#122233;
}
div#responsive_current_menu_item{
	background-color:#19527e;
}
ul.menu#menu-main-menu{
	background-color:#d5ebf3;
}
ul#menu-main-menu.menu {
	background-color: #d5ebf3;
	border-left: thin solid rgb(33, 85, 138);
	border-right: thin solid rgb(33, 85, 138);
}

li#menu-item-119.menu-item{
	background-position:top;
}
li#menu-item-43.menu-item{
	background-position:top;
}
li#menu-item-44.menu-item{
	background-position:top;
}
li#menu-item-1892.menu-item{
	background-position:top;
}
li#menu-item-41.menu-item{
	background-position:top;
}
.widget-wrapper {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
background-color: #f9f9f9;
border: 2px solid #336699;
border-radius: 4px;
margin: 0 0 20px;
padding: 20px;
}
div.widget-title {
	font-size: 1.0em;
	text-decoration: underline;
}
#widget-title-one {
	color: #c97d06;
	padding: 0px 13px;
	text-decoration: underline;
}
#widget-title-two {
	color: #c97d06;
	padding: 0px 13px;
	text-decoration: underline;
}
#widget-title-three {
	color: #c97d06;
	padding: 0px 13px;
	text-decoration: underline;
}
#widgets .textwidget {
	font-size: 13px;
	font-weight: 400;
}
div#featured.grid.col-940{
	height:6em;
  background-color:transparent;
	border:0;
}
div#featured-content.grid.col-460{
	width:100%;
}
#featured p {
	visibility: hidden;
}
h1.featured-title{
	font-size:1.5em;
	font-weight:600;
	color:rgb(206, 149, 49);
}
h2.featured-subtitle{
	font-size:1.25em;
	color:rgb(206, 149, 49);
}
h2.entry-title{
	font-size:1.75em;
}
h1.entry-title{
	font-size:1.75em;
	color: #c97d06;
}