/*
 Theme Name:     CDBA
 Theme URI:      http://www.deblauweaarde.nl/cdba/
 Description:    Twenty twelve Child Theme
 Author:         Yolanda
 Author URI:     http://www.deblauweaarde.nl
 Template:       twentytwelve
 Version:        1.0.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, two-columns, right-sidebar, responsive-layout
 Text Domain:  twenty-twelve-child
*/
 
/* @import url("../twentytwelve/style.css"); is niet meer nodig in versie 4.1 */

/* =Theme customization starts here
-------------------------------------------------------------- */html{ height:100%; min-height:100%; }body{ min-height:100%; } /* dit was een fix voor chrome omdat die geen goede cover doet op android */
body {
    background-color: #1E1509;
    background-image: url("https://www.centrumdeblauweaarde.nl/winkel/wp-content/themes/cdba/images/hazelaarbg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;	-webkit-background-size: cover;    -moz-background-size: cover;    -o-background-size: cover;    background-size: cover;    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.centrumdeblauweaarde.nl/winkel/wp-content/themes/cdba/images/hazelaarbg.jpg', sizingMethod='scale')";
}
body.custom-background {
    background-color: #1E1509;
}
body.page-id-64, body.page-id-72, body.page-id-68, body.page-id-70, body.page-id-74 {
background-image: url("https://www.centrumdeblauweaarde.nl/winkel/wp-content/themes/cdba/images/tarotkaarten-bg.jpg") !important;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: bottom;
}
.site-header h1, .site-header h2 {
visibility: hidden;
    font-size: 0.01rem;
    line-height: 0;
height: 0.01 rem
}
#page {background-color: #EEC58F;}

/* extra februari 2015 */
.entry-header .entry-title {
    display: none;
}

/* einde extra februari 2015 */
#site-navigation {background-color: #6D2324;}
div.nav-menu > ul {
    border-bottom: 1px solid #6D2324;
    border-top: 1px solid #6D2324;
    }
.main-navigation li a {
    padding-left: 1em;
    padding-right: 1em;
}
.main-navigation li a {
    color: #EEC58F;
}
.main-navigation li a:hover {
    color: #EEC58F;
background-color: #380706;}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a  {
    color: #d9c393;
background-color: #380706;
    font-weight: bold;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    border-bottom: 1px solid #380706;
    border-top: 1px solid #380706;
}

/* extra februari 2015 */
.main-navigation li ul li a {
    background: none repeat scroll 0 0 #EEC58F;
    border-bottom: 1px solid #6D2324;
	color: #444;}
.main-navigation li ul li a:focus {
    background: none repeat scroll 0 0 #EEC58F;
        color: #6D2324;}
.main-navigation li ul li a:hover {
    background: none repeat scroll 0 0 #F1D0A5;}
/* einde extra februari 2015 */
.site-content article {
    border-bottom: 4px double #6D2324;}
.template-front-page .widget-area {
    border-top: 1px solid #380706;
}
footer[role="contentinfo"] {
    border-top: 1px solid #380706;
    }
/*April 2015 */
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    border-radius: 3px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}
/*mei 2015 */
ul.nony {list-style: outside none none;}