@import url(undohtml.css);

body {
    background-color: #eee0e5;
    color: #000000;
    }

#wrapper {
    margin: auto;
    width: 1000px;
    border: 1px solid #000000;
    background-color: #ffffff;
    color: inherit;
    }

#headmast {
    background: #eed2ee url('http://education.jenniferlynnweb.com/H153/header.gif') no-repeat center top;
    color: inherit;
    }

h1 {
    height: 0;
    overflow: hidden;
    }
   
#navigation {
    margin-top: 115px;
    }
     
#navigation ul {
    height: 1.2em;
    padding: .5em 0;
    background-color: #8f5e99;
    color: #ffffff;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    }

#navigation ul li {
    display: inline;
    border-right: 2px solid #ffffff;
    }
     
#navigation ul li, #navigation ul li a {
    padding: .5em 1em;
    color: #ffffff;
    background-color: inherit;
    font-variant: small-caps;
    font-weight: bold;
    }
    
div.topic {
    width: 175px;
    border-top: 1px solid #000000;
    margin-bottom: 1.5em;
    float: left;
    }
    
div.topic {
    padding-left: 75px;
    }
    
div.topic h3 {
    font-size: 0;
    height: 42px;
    color: #ffffff;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 3em top;
    }
    
div.resources h3 {
    background-image: url('http://education.jenniferlynnweb.com/H153/resources.gif');
    }
    
div.tutorials h3 {
    background-image: url('http://education.jenniferlynnweb.com/H153/tutorials.gif');
    }
    
div.fixes h3 {
    background-image: url('http://education.jenniferlynnweb.com/H153/fixes.gif');
    }

div.inspiration h3 {
    background-image: url('http://education.jenniferlynnweb.com/H153/inspiration.gif');
    }
    
div.topic li {
    list-style-type: circle;
    }
    
.topic a:link, .topic a:visited, .topic a:active {
    color: #000000;
    background-color: inherit;
    }
    
.topic a:hover {
    text-decoration: underline;
    }
        
#sidebar {
    float: left;
    width: 230px;
    padding: 1em;
    border-top: 1px solid #660066;
    }
    
#sidebar h3 {
    font-size: 0;
    background-color: inherit;
    color: #ffffff;
    height: 42px;
    }
    
#sidebar h3:first-child {
    background: transparent url('http://education.jenniferlynnweb.com/H153/looking.gif') no-repeat center top;
    }
    
#sidebar * + h3 {
    background: transparent url('http://education.jenniferlynnweb.com/H153/about.gif') no-repeat center top;
    }
    
fieldset {
    padding: .5em;
    border: 1px solid #660066;
    }
    
legend {
    font-variant: small-caps;
    padding: 0 .25em;
    color: #000000;
    background-color: inherit;
    }
    
label {
    font-size: 0;
    color: #ffffff;
    background-color: inherit;
    line-height: 0;
    }
    
label + input {
    float: right;
    margin-top: .25em;
    }

#sidebar p {
    text-align: justify;
    }
    
#content {
    float: right;
    width: 705px;
    border-left: 1px solid #660066;
    border-top: 1px solid #660066;
    padding: 1em;
    }
    
h2 {
    background: transparent url('http://education.jenniferlynnweb.com/H153/collapsing.gif') no-repeat left top;
    font-size: 0;
    color: #ffffff;
    height: 42px;
    }
    
h2 + h3 {
    margin-bottom: 1em;
    }
    
div.codeblock {
    display: block;
    margin: 1em 2em;
    padding: 1em;
    border: 1px solid #000000;
    background-color: #eee0e5;
    color: inherit;
    }
   
code {
    font-family: monospace;
    font-weight: bold;
    }
    
#content img {
    display: block;
    margin: 1em auto;
    }
      
#content a {
    font-weight: bold;
    }
    
#footer {
    clear: both;
    border-top: 1px solid #660066;
    }
    
#footer p {
    border-top: 2px solid #ffffff;
    background-color: #8f5e99;
    color: #ffffff;
    font-variant: small-caps;
    font-weight: bold;
    text-align: center;
    padding: .25em 0;
    }