



#header {
    background: #7be2bd url(../design/title-one-line.gif) no-repeat right;
    background-position: 50%;
    padding-top: 1.0em;
    margin: 0px;
    border-bottom: solid 1px black;
    padding-bottom: 55px;
    }



a:link {
    text-decoration: none;
    color: #336666;
    }

a: hover {color: blue;}



#left-column { 
     float: left;
     padding: 0px 0px 30px 10px;
     background-color: #99ffcc;
     margin-left: 10px;
     border: solid 0px black;
     width: 40%;
     font-size: 80%
     }

#right-column { 
     float: left;
     background-color: #99ffcc;
     border: solid 0px black;
     width: 50%;
     height: 300px;
     padding: 20;
     background: url(../design/moon-kite.gif) no-repeat center;
/* placing image on the page as a background url seems to be the best way to centre it in a box, rather than placing the image into the box on the html page */
     }

#right-column-2 { 
     float: left;
     background-color: #99ffcc;
     border: solid 0px black;
     width: 50%;
     height: 300px;
     padding: 20;
     background: url(../design/moon-kite.gif) no-repeat center;
/* placing image on the page as a background url seems to be the best way to centre it in a box, rather than placing the image into the box on the html page */
     }


#list-title {
    position: absolute;
    left:20px;
    font-weight: bold;
    font-size: small;
    background-color: #6fcbaa; 
    padding: 6px 0px 5px 8px;
    margin-bottom: 40px;
    width: 250px;
    border: 3px solid  #48ca9b;
    }



#cartoon-list {

    left: 20px;
    list-style: none;
    padding: 8px 0px 20px 8px;
    border: 0px solid  #48ca9b; 
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 500px;
    text-align: left;
    border: solid 0px black;
    }

#cartoon-list a:hover {
      color: black;
      }

#cartoon-list a {
    /* turns off the underlining of the links in the lists */
    text-decoration: none;
    }

ul {padding: 0px;}



#keyword-search  {
    background-color: #c6fee2;
    float: left;
    padding: 30px;
    font-size: 70%;
    width: 310;
    margin-top: 60;
    border: solid;
    border-color: #85dcb0 #a6f0cb #dbfcec #a6f0cb;
    border-width: 2px;
    }





#footer {
    clear: both;
    padding: 30px;
    }

h1 {
    font-size: 0.8em;
    margin-bottom: 0px;
    margin-top: 3px;
    text-decoration: none;
    font-size: 120%;
    }

h2 {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0px;
    text-align: left;
    padding-left: 0px;
    padding-bottom: 20px;
    border-bottom: solid 0px #99ffcc;
    }


h3 {
    /* this is the thumbnail text */
    color: black;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
    padding-bottom: 0px;
    
    }

h4 { 
    font-size: 80%; font-weight: normal;
    margin-bottom: 60px;
    }

h5 { 
    font-size: 0.8em; font-weight: normal;
    margin-bottom: 20px;
    }



h2, p { margin-left: 0px; }

body {
    margin: 0px;
    /* add image to edge if wanted by adding: background-image: url(gradient-bg.jpg) ; */
    background-color: #99ffcc;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
   }








/* below is nav bar at top */

ul#nav {
    list-style: none; 
    margin: 0px; 
    padding: 0px;}

ul#nav li { 
    float: left; 
    margin: 0px 2px; 
    padding: 0px;}

a:link {
    text-decoration: none;
    color: #336666;
    }

a: hover {color: blue;}

.navlocal a {
    display: block;
    }  /* This turns the box round the text into a link, otherwise only the text is a link */



a:link {
    text-decoration: none;  /* These set the appearance of the links (no underlining etc)*/
    color: #336666;
    }



.navlocal:hover {
    text-decoration: none;
    color: black;
    background-color: yellow;
    }

.navlocal  {
    padding: 3px;
    margin: 4px 0px;
    border: 2px solid #66cc99;
    background-color: #66cc99;
    border-style: outset;
    text-decoration: none;
    text-align: center;
    }


#nav li a  {
    display: block;
    width: 100px;
    height: 11px;
    padding: 3px 15px;
    margin: 0px 0px 0px 0px;
    
    border: 1px solid black;
    background-color: #66cc99;
    font-size: 0.6em;
    line-height: 10px;
    text-decoration: none;
    text-align: center;
    color: black;
    }

#nav a:hover {
    text-decoration: none;
    color: black;
    background-color: yellow;
    }


#navbar { 
    background-color: none;
    height:45px;}




