/*
Theme Name: Twenty Eleven - Child Theme
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentyeleven
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentyeleven
*/
@import url("../twentyeleven/style.css");
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
.wp-caption img {
    border:solid 5px #fff;
-webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.76);
-moz-box-shadow:    0px 3px 5px rgba(50, 50, 50, 0.76);
box-shadow:         0px 3px 5px rgba(50, 50, 50, 0.76);
}
.wp-caption .wp-caption-text:before {
    content: none;
}

.wp-caption .wp-caption-text {
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    text-align: center;
}
.wp-caption .wp-caption-text, .gallery-caption {
    color: #666666;
    font-family: helvetica;
    font-size: 12px;
}
.wp-caption {

    margin-bottom: 1.625em;
    max-width: 96%;
    padding-bottom: 9px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 9px;

border:1px solid #fff; 
-webkit-border-radius: 10px;
border-radius: 10px;

-webkit-box-shadow: 0px 1px 12px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    0px 1px 12px rgba(50, 50, 50, 0.4);
box-shadow:         0px 1px 12px rgba(50, 50, 50, 0.4);

background: rgb(253,250,254); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(253,250,254,1) 0%, rgba(228,222,239,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,250,254,1)), color-stop(100%,rgba(228,222,239,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(253,250,254,1) 0%,rgba(228,222,239,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(253,250,254,1) 0%,rgba(228,222,239,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(253,250,254,1) 0%,rgba(228,222,239,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(253,250,254,1) 0%,rgba(228,222,239,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfafe', endColorstr='#e4deef',GradientType=0 ); /* IE6-9 */

}

.singular .hentry {
padding:0;
}

#content nav {
padding-bottom:0;
}

.page-link {
margin-top:20px;
}

.page-link a {
border:1px solid #fff;
    padding-bottom: 12px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 12px;

background: #9846db; /* Old browsers */
background: -moz-linear-gradient(top,  #9846db 0%, #2e084f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9846db), color-stop(100%,#2e084f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #9846db 0%,#2e084f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #9846db 0%,#2e084f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #9846db 0%,#2e084f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #9846db 0%,#2e084f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9846db', endColorstr='#2e084f',GradientType=0 ); /* IE6-9 */

-webkit-box-shadow: 0px 1px 12px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    0px 1px 12px rgba(50, 50, 50, 0.4);
box-shadow:         0px 1px 12px rgba(50, 50, 50, 0.4);

-webkit-border-radius: 5px;
border-radius: 5px;

text-style: bold;
color:#fff;
}

.page-link a:hover {
background: -moz-linear-gradient(top,  rgba(152,70,219,0.5) 0%, rgba(46,8,79,0.5) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(152,70,219,0.5)), color-stop(100%,rgba(46,8,79,0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(152,70,219,0.5) 0%,rgba(46,8,79,0.5) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(152,70,219,0.5) 0%,rgba(46,8,79,0.5) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(152,70,219,0.5) 0%,rgba(46,8,79,0.5) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(152,70,219,0.5) 0%,rgba(46,8,79,0.5) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#809846db', endColorstr='#802e084f',GradientType=0 ); /* IE6-9 */

color:#2e084f
}
.widget-title {
color:#000;
}
* Singular */
.singular #primary {
margin: 0;
}
.singular #content,
.left-sidebar.singular #content {
margin: 0 7.6%;
position: relative;
width: auto;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
margin: 0 auto;
width: 100%;
}
div.scripture {
padding: 10px;
margin: 25px auto;
width:85%;
font-style: italic;
border:1px solid #fff; 
-webkit-border-radius: 10px;
border-radius: 10px;

-webkit-box-shadow: 0px 1px 12px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    0px 1px 12px rgba(50, 50, 50, 0.4);
box-shadow:         0px 1px 12px rgba(50, 50, 50, 0.4);

background: rgb(253,250,254); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(253,250,254,1) 0%, rgba(228,222,239,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,250,254,1)), color-stop(100%,rgba(228,222,239,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(253,250,254,1) 0%,rgba(228,222,239,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(253,250,254,1) 0%,rgba(228,222,239,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(253,250,254,1) 0%,rgba(228,222,239,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(253,250,254,1) 0%,rgba(228,222,239,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfafe', endColorstr='#e4deef',GradientType=0 ); /* IE6-9 */


}

#page {
-webkit-box-shadow: 0px 1px 12px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 1px 12px rgba(50, 50, 50, 0.75);
box-shadow:         0px 1px 12px rgba(50, 50, 50, 0.75);
}


#branding
hgroup {
margin-top: -180px;
}
#branding #s {
display: none;
}

#access {

    clear: both;
    display: block;
    float: left;
    margin-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -24px;
    width: 100%;

background: #9846db; /* Old browsers */
background: -moz-linear-gradient(top,  #9846db 0%, #2e084f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9846db), color-stop(100%,#2e084f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #9846db 0%,#2e084f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #9846db 0%,#2e084f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #9846db 0%,#2e084f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #9846db 0%,#2e084f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9846db', endColorstr='#2e084f',GradientType=0 ); /* IE6-9 */


    
-webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.44);
-moz-box-shadow:    0px 3px 5px rgba(50, 50, 50, 0.44);
box-shadow:         0px 3px 5px rgba(50, 50, 50, 0.44);

}

#access li {
    float: right;
    position: relative;
}

#access li:hover > a, #access a:focus {

background: -moz-linear-gradient(top,  rgba(152,70,219,0) 0%, rgba(181,19,159,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(152,70,219,0)), color-stop(100%,rgba(181,19,159,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(152,70,219,0) 0%,rgba(181,19,159,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(152,70,219,0) 0%,rgba(181,19,159,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(152,70,219,0) 0%,rgba(181,19,159,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(152,70,219,0) 0%,rgba(181,19,159,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009846db', endColorstr='#b5139f',GradientType=0 ); /* IE6-9 */


-webkit-border-radius: 3px;
border-radius: 3px;

color:#fff;
}

#site-generator {
background: rgb(253,250,254); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(253,250,254,1) 0%, rgba(202,184,216,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,250,254,1)), color-stop(100%,rgba(202,184,216,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(253,250,254,1) 0%,rgba(202,184,216,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(253,250,254,1) 0%,rgba(202,184,216,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(253,250,254,1) 0%,rgba(202,184,216,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(253,250,254,1) 0%,rgba(202,184,216,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfafe', endColorstr='#cab8d8',GradientType=0 ); /* IE6-9 */
text-
}

.error404 #main #searchform {
background: rgb(253,250,254); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(253,250,254,1) 0%, rgba(234,217,247,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,250,254,1)), color-stop(100%,rgba(234,217,247,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(253,250,254,1) 0%,rgba(234,217,247,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(253,250,254,1) 0%,rgba(234,217,247,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(253,250,254,1) 0%,rgba(234,217,247,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(253,250,254,1) 0%,rgba(234,217,247,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfafe', endColorstr='#ead9f7',GradientType=0 ); /* IE6-9 */

}

#site-generator a {
    color: #A579F2;
    font-weight: normal;
}