/* Colour scheme for the Digital Teaching Book by Tom Worthington January 2017 */

body {font-family: sans-serif; background-color:#fef9cd; color:#000000;}

h1 {font-size: 1.5em; margin-top: 0.3em; margin-bottom: 0.3em;}
h2 {font-size: 1.2em; margin-top: 0.2em; margin-bottom: 0.2em;}
h3 {font-size: 1.1em; margin-top: 0.1em; margin-bottom: 0.11em;}

.leftmenu {font-family: sans-serif; background-color:#ffffff; color: #331800;  max-width: 18em; border-style:outset; border-radius: 0.3em; }


.leftmenu ul, .leftmenu ol {margin-left: 0em; padding-left: 0; }
.leftmenu li, .leftmenu ul li, .leftmenu ol li {margin-left: 0em; padding: 0.25em; white-space:nowrap;}
.leftmenu a {text-decoration: none;}
.leftmenu a:hover {text-decoration: underline; background-color:#ffe4cc;}
.mobileonly {display: none;}

.leftmenu ul ul {display: none; font-weight: normal;}
.leftmenu ul li:hover > ul {display: block;}

h1, h2, h3, h4, h5, h6, hr {color: #331800;}

.front {text-align: left;}

.advert p {font-size:smaller;}

.advertisment {color:#000000; background-color:#fef9cd; margin-left: auto ; margin-right: auto; width:300px;}
}

.advertisment p {text-align:center; font-family: sans-serif;}




