



#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;
    }










#main { 
     clear: both;
     border-top: 0px solid black;
     padding: 0px 0px 0px 10px;
     background-color: #99ffcc;
     margin-left: 30px;
     border: solid 0px black;
     }





ul#cartoon-list {
     /* the list of cartoons without thumbnails, at bottom of page */
    clear: left;
    float: left;
    left: 20px;
    list-style: none;
    padding: 8px 0px 20px 8px;
    border: 0px solid  #48ca9b; 
    margin: 30 20 30 20;
    width: 40%;
    background-color: #99ffcc;
    text-align: left;
    border: solid 0px black;
    }

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

ul#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;
    }

#meaning-of-life-book  {
    
    position: absolute;
    top: 80px;
    right: 50px;
    padding: 10px;
    font-size: 70%;
    width: 280;
    border: solid;
    border-color: #85dcb0 #a6f0cb #dbfcec #a6f0cb;
    border-width: 2px;
    }



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

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

h2 {
    font-size: 80%;
    margin-bottom: 0px;
    margin-top: 3px;
    text-decoration: none;
    }

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

h4 { 
    font-size: 0.8em; font-weight: normal;
    margin-bottom: 60px;
    }

h5 { 
    font-size: 80%; font-weight: bold;
    margin-top: 5px;
    margin-bottom: 22px;
    padding-top: 2em;  /* this value creates the space above the text - important for separating the text from the previous row of thumbnails */
    background-color: none; /* add a colour to identity text more easily on  web page*/
    clear: both;  /* This attribute is in order to put the heading on a new line*/
    }

h6 { 
    /* h6 is the same as h5 except that it's for the text list rather than the thumbnail list*/
    font-size: 80%; font-weight: bold;
    margin-bottom: 6px;
    margin-top: 15px;
    }

h7 { 
    font-size: 80%; font-weight: normal;
    margin-bottom: 15px;
    margin-top: 6px;
    background-color: none; /* add a colour to identity text more easily on  web page*/
    clear: both;  /* This attribute is in order to put the heading on a new line*/
    }


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;
   }



ul#thmb {
    /* this is the actual list (or rows) of thumbnails */
    list-style: none; 
    margin: 0px; 
    padding: 0px;
    border: 0px solid blue; /* add to identify item more easily on  web page*/
    }

ul#thmb li { 
    /* this is for the individual thumbnails, defining the block that each one is in */
    float: left; 
    margin: 0px 2px; 
    padding: 0px ;
    border: 0px solid red; /* add to identify item more easily on  web page*/
    }



a:link {
    text-decoration: none;  /* These set the appearance of the links (no underlining etc)*/
    color: #1b593c;
    }
a:hover {
    text-decoration: none;  /* These set the appearance of the links when hovered over*/
    color: black;
    }
a:visited {
    text-decoration: none;  /* These set the appearance of the links after they are clicked*/
    color: #59816e;
    }


#thmb li a  {
     /* this is the display of thumbnails and associated text */
    display: block;
    width: 130px;
    height: 155px;
    padding: 7px 2px;
    margin: 0px 0px 15px 0px;
    border: 0px solid black;
    backgr??ound-color: #66cc99;  /* different colour */
    background-color: #99ffcc; /* standard colour */
    font-size: 0.8em;
    line-height: 10px;
    text-decoration: none;
    text-align: center;
    color: black;
    }

#thmb a:hover {
    text-decoration: none;
    color: black;
    background-color: ccffe5;
    }


#thmb??bar { 
    /* this only seems to control the colour of the background thmbdisplay of thumbnails) */
    background-color: white;
     height: 255;
}

.thumbs{
        position: relative;  
        border-style: solid;  
	border-color: #68b18d #79d4a7 #ebfef5  #79d4a7;
	border-width: 2px;
        margin: 0px 3px ;
        
        /*put class= "thumbs" between the image tags< > in the html to make the border stick to the image alone */
      }






/* below here are the links between pages */

#sidebar {
    
    position:absolute;
    top:90px;
    right: 0px;
    width: 420px;
    margin-top: 2px;
    margin-bottom: 300px;
    margin-right: 00px;
    margin-left: 10px;
    border: solid 0px black;
    background-color: #99ffcc;
    font-size: smaller;
    
    }




/* 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;}



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






.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;}




