/*

THEME NAME: my-dkret3

THEME URI: http://theimmortalnow.com/wordpress/themes/dkret-theme/

VERSION: 1.0

DESCRIPTION: A simple child theme for the dkret3 framework - use it as a starting point for your modifications

TAGS: child theme, dkret3

AUTHOR: Phyllis Barks

AUTHOR URI: http://wovndesign.com/

TEMPLATE: dkret3

*/



/* Import the style.css of the dkret3 base theme */

@import url('../dkret3/style.css');



/* Header - You can still change the header image in the Settings panel*/

#header {

    background:#FFFFFF url(library/images/bg_header.jpg) repeat-x scroll 0 0;

}



/* Make your changes to the default layout below */

body {
    background-color: #3291a0;
    color: #474747;
}

/* footer */
#footer {
    background: #414771;
    color: #eee;
}
#footer a {
    color: #0af;
}
#footer a:hover {
    color: #0bf;
}

.excerpts  {
    background-color: #D7F2FF;
    border: thin solid #414771;
    padding: 10px;
    
}
#primary,
#secondary,
#subsidiary {
    line-height: 1.2;
    margin-top: 20px;
}
