/*
Theme Name: Mini-anderthal
Theme URI: http://www.matsuya.co.uk/meanderthal/
Description: Child Theme for dkret3
Author: Cliff Matsuya
Author URI: http://www.matsuya.co.uk/meanderthal/
Template: dkret3
Version: 2.1
.
This work is released under the GNU General Public License 2:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
 
@import url("../dkret3/style.css");


body {
color:#000000;
background-color: #555555;
}
                    

body, input, textarea {
    font: 13px Arial, Sans-Serif;
    line-height: 1.2;
}


h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
    color: #222222;
    margin: 20px 0 10px 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  font-weight:normal;
}




div#subsidiary {
    background: #EEEFEF url(http://www.matsuya.co.uk/meanderthal/wp-content/themes/dkret3/library/images/bg_grey.png) repeat-x;
}

#subsidiary {
    clear: both;
    overflow: hidden;
    width: 100%;
}

#access {
background:url("http://www.matsuya.co.uk/meanderthal/wp-content/themes/dkret3/library/images/bg_grey.png") repeat-x scroll 0 0 #EEEFEF;
border-bottom:1px solid #CCCCCC;
font-size:15px;
}

.sf-menu li li,
.sf-menu li li li li,
.sf-menu li li li li li li {
    background: #EEEFEF;
}
.sf-menu li li li,
.sf-menu li li li li li {
    background: #FCFCFD;
}
.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
    background: #B0B5B5;
}

.widget_pages, .widget_nav_menu, .widget_dkret_nav_menu {
    -moz-border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #D0D2D2;
    border: 1px solid #B0B5B5;
    overflow: hidden;
    padding: 7px 7px 0;
}

.sidebar-column {
    background: #EEEFEF ;
    color: #333;
    border-radius: 3px; 
    -moz-border-radius: 3px; /* Mozilla */
    -webkit-border-radius: 3px; /* Webkit */
}

th {
    font-weight: bold;
    background: #D0D2D2;
}
th,

.sf-menu a {
    padding: 5px 15px;
    padding-top:6px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    top: 25px; /* match top ul list item height */
}

.home .page .page-title {
display: none;
}

.sf-menu li li a {
    border-bottom: 1px solid #ccc;
    font-size: 14px;


.entry-calendar-date { /* calendar like dates */
    border: 1px solid #ccc;
    border-radius: 3px; 
    -moz-border-radius: 3px; /* Mozilla */
    -webkit-border-radius: 3px; /* Webkit */
    color: #666;
    display: block;
    float: left;
    line-height: 1.1;
    margin: 0 5px 5px 0;
    padding: 1px 4px;
    font-size: 11px;
}


.entry-meta,
#now-reading-statistic {
    background: #f6f6f6;
    clear: both;
    line-height: 1.1em;
    margin-top: 1px;
    margin-bottom: 45px;
    font-size: 10px;
    padding: 5px;
}



      
