/* Skyeeeeeeeeeeeeee's CSS file */

/* testing out body image, hiding body colour
body { font-family: papyrus, arial, sans-serif;
       font-size: 12px;
       line-height: 1.5;
       margin: 0;
       padding: 0;
       background: #e4eefa;}

h1 { font-family: jokerman, papyrus, arial, sans-serif;
     font-size: 28px;
     line-height: 1.5;
     margin: 0;
     padding: 0; } end of comment */

body { font-family: papyrus, arial, sans-serif;
       font-size: 12px;
       line-height: 1.5;
       margin: 0;
       padding: 0;
       background: white url(images/anomalo_bg.gif); }

h1 { font-family: jokerman, papyrus, arial, sans-serif;
     font-size: 28px;
     line-height: 1.5;
     margin: 0;
     padding: 0; }
     
p, h1, h2, h3, ol, ul {margin-top: 0;
                       margin-bottom: 10px; }

ol {padding-left: 0;
    margin-left: 30px; }

img { border: 1px solid fuchsia;
      background-color: white; }
      
a { color: lime ; 
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid red;
    padding-bottom: 1px; }

a:visited {color: #4a2285; }

a:hover, a:focus, a:active {background-color: #fff5e8;
                            color: fuchsia;
                            border-bottom-color: #fdebcf; }

#wrapper { width: 728px;
              margin-left: auto;
              margin-right: auto;
              margin-top: 10px;
              margin-bottom: 10px;
              background-color: #ebf5fc;
              border: 2px dotted cyan; }
              
header {height: 90px;
        margin-bottom: 20px; }


header h1, header p { text-indent: -999999999999px; }

.home header { background: white url(images/bannerhome.jpg) no-repeat; }
.about header { background: white url(images/bannerabout.jpg) no-repeat; }
.services header { background: white url(images/bannerservices.jpg) no-repeat; }
.contact header { background: white url(images/bannercontact.jpg) no-repeat; }
