﻿/*
CSS for Bubble Under site
-Pam Steinman-wk11 Nov.14,2011*/





body {
 

font-family: Verdana, Helvetica, Arial, sans-serif;

background-color: #e2edff;

line-height: 125%;

padding: 0;

margin: 0;

}


h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;

 

}


h1 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  

font-size: x-large;

background-color: navy;

color: white;

padding-top: 2em;

padding-bottom: .2em;

padding-left: .4em;

margin: 0;

}




h2 {
  

color: navy;
  

font-size: 130%;
  

font-weight: normal;


padding-top: 15px;

}




li {
  font-size: small;

      list-style-type: none;
}



 
p {
  font-size: small;
  
      color: navy;
      margin-right:10px;

}


.fun {
  color: #339999;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

#tagline p {
  
   font-style: italic;
  
   font-family: Georgia, Times, serif;

   background-color: #bed8f3;
   border-top:3px solid #7da5d8;
   border-bottom: 3px solid #7da5d8;
   padding-top: .2em;
   padding-bottom: .2em;
   padding-left: .8em;
   margin: 0;
}


em {
  text-transform: uppercase;
}


h2, ul {

   margin-top: 15px;
}



#navigation {

   width:180px;
   background-color: #7da5d8;

}


a {
  font-weight: bold;
}


a:link {
  color: black;
}


a:visited {
  color: navy;
}


a:hover {
  text-decoration: none;
  color: white;
  background-color: navy;
}


a:active {
  color: aqua;
  background-color: navy;
}







/*
This  section deals with the position of items on the screen. It uses absolute positioning- fixed x and y coordinates measured from the top-left corner of the browser's content display.
*/


#navigation, #bodycontent,  #header {
   position: absolute;
}

#navigation, #bodycontent {
   top: 6.54em;
}

#bodycontent {
left: 200px;
}

#header {
width: 100%;

border-top: solid #7da5d8;
}



#grayblock {
        position: absolute;
        top: 300px;
        left: 300px;
        color: white;
        background-color: gray;
        width:100px;
        height: 100px;
        padding: 5px;
      }

 #blueblock {
        position: absolute;
        top: 300px;
        left: 600px;
        color: white;
        background-color: blue;
        width:200px;
        height:200px;
        padding: 5px;
      }
 
#blackblock {
        position: absolute;
        top: 50px;
        left: 50px;
        color: white;
        background-color: black;
        width:100px;
        height:100px;
        padding: 5px;
      }   

blockquote.fun {
  font-style: italic;
}

#pullquote {
    width: 27%;
    line-height:125%;
    float: right;
    font-style: italic;
    font-family: Georgia, Times, serif;
    font-size: 1.8em;
    color:white;
    background-color: #7da5d8;
    border-top:8px solid #bed8f3;
    border-bottom: 8px solid  #bed8f3; 
    padding-top: .5em;
    padding-bottom: 1em;
    padding-left: .8em; 
    padding-right:.3em;
    margin-right: 1.2em;
    margin-left: .3em;
    clear: right;
}




