/*
Theme Name:     bibleua.com
Theme URI:      http: //bibleua.com/
Description:    Child theme for the Twenty Eleven theme 
Author:         Joshua Steele
Author URI:     http: //joshukraine.com/
Template:       twentyeleven
Version:        0.1.0
*/

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

/*#page {
    background: #F7EFE8;
}*/

/* =Header
----------------------------------------------- */

#site-title {
	margin-right: 270px;
	margin-bottom: 10px;
	padding: 2em 0 0;
}

#site-title a {
	font-size: 14px;
	font-weight: normal;
}

#branding {
	border-top: 0;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
}

#page {
	margin: 2em auto;
	max-width: 1000px;
	padding-top: 20px;
	-moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 5px rgba(1,1,1,0.5);
    -moz-box-shadow: 0px 2px 5px rgba(1,1,1,0.5);
	-webkit-box-shadow: 0px 2px 5px rgba(1,1,1,0.5);
}

#site-generator {
	background: none;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
}

#access {
    background: #8C0C0C; /* Show a solid color for older browsers */
    background: -moz-linear-gradient(#8C0C0C, #770B0B);
    background: -o-linear-gradient(#8C0C0C, #770B0B);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8C0C0C), to(#770B0B)); /* older webkit syntax */
    background: -webkit-linear-gradient(#8C0C0C, #770B0B); /* This is the line Chrome uses */
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    clear: both;
    display: block;
    float: left;
    margin: 0 auto 6px;
    width: 100%;
}



/* =Widgets
----------------------------------------------- */


.widget ul {
	font-size: 15px;
	margin: 0;
	list-style-type: none;
}

/* --- Contact form styles --- */

.information {
    font-style: italic;
}

.contact-form fieldset {
    border: 1px solid #ddd;
    padding: 15px;
}

.contact-form legend {
    padding: 5px;
    font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #666;
	color: #888;
}

/* =Content
----------------------------------------------- */

.entry-title {
	clear: both;
	color: #222;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 0;
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */

.singular .hentry {
	border-bottom: none;
	padding: 0;
	position: relative;
}
.singular.page .hentry {
	padding: 0;
}
.singular .entry-title {
	color: #000;
	font-size: 28px;
	font-weight: bold;
	line-height: 48px;
}

.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 50px;
	position: absolute;
	right: auto;
	top: 65px;
}

/* Caption edits */

p img,
.wp-caption {
  margin-top: 0.4em;
}
.wp-caption {
  background: #eee;
  margin-bottom: 1.625em;
  max-width: 96%;
  padding: 9px;
  text-align: center;
}
.wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
}
.wp-caption .wp-caption-text {
  margin-bottom: 0.6em;
  padding: 10px 0 5px 0px;
  position: relative;
}
.wp-caption .wp-caption-text:before {
  color: #666;
  content: none;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  margin-right: 5px;
  position: absolute;
  left: 10px;
  top: 7px;
}