/*stylesheet.css for my personal pages*/

/* Page header style */
#header{
     position: relative;
     top:0; left:0px;
     width:100%;       
}

/*to over ride sidebar settings on index page*/
.indexheader{
    position: fixed;
    top: 125px; left: 1px;
    background-color: #ffffff;
    font-family: 'Lucida Handwriting', 'Comic Sans MS', TSCu_Comic, cursive;
    font-size: x-large;
    color: #00008b;
    text-align: center;
}   

/* Body text and page background */
body{
     margin:0;
     padding: 0;	
     font-family: 'Book Antiqua', Times, Serif;
     font-size: medium;
     color: #000000;
     background-color: #ffffff;
}


/*Level 1 Headings */

h1{
              font-family: 'Lucida Handwriting', 'Comic Sans MS', TSCu_Comic, cursive;
	font-size: x-large;
	color: #00008b;
	text-align: center;
}
/*Level 1 Bold Headings */

boldh1{
			font-family: 'Arial, Helvetica, sans-serif';
	font-size: x-large;
	font-weight: 600;
	color: #000000;
	text-align: center;
}



/*Level 2 Headings */

h2{
              font-family: 'Lucida Handwriting', 'Comic Sans MS', TSCu_Comic, cursive;
	font-size: large;
	color: #00008b;
	text-align: center;
}



/*Level 3 Headings */

h3{
              font-family: 'Lucida Handwriting', 'Comic Sans MS', TSCu_Comic, cursive;
	font-size: medium;
	color: #00008b;
	text-align: center;
}




/*Style for main content column & margin-left must equal total width of left sidebar*/
#main{
      margin-top:70px;
	  /*      margin-left:1em;
	  
	  margin-right:1em;*/
	  margin-left: 225px;
	  margin-right:49px;
	  
	  
	   
      
      padding: 1px;
      text-align: justify;
}

/*Style for sidebar column  with total width of 12em*/
#sidebar {
    position: fixed;
    top:75px; left:0; 
      font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: medium;
	color: #000000;
	text-align: left;
    float: left;
    display: inline;
    padding: 0;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 42px;	
    width: 10em;
    background-color: #ffffff;
    border-right: thin solid #000000; 
}


/* Unvisited links (no underline) */
a:link{
   color: #0000cc; /* dark blue */
   text-decoration: none;
   font-weight: 700;
}


/* Visited links (no underline) */
a:visited{
color: #999933; /* brown */
text-decoration: none;
}


/* Hover links (red no underline) */
a:hover{
color: #ff0000; /* red */
text-decoration: none;
}


/* Active links (green no underline) */
a:active{
color: #00ff00; /* green */
text-decoration: none;
}

/* Float image to left of paragraph */
img.floatLeft{
   float: left;
   margin-right: 5em;
}

/* Float image to right of paragraph */
img.floatRight{
float: right;
}

/* Center image between margins */
div.center{
width: 100%;
text-align: center
}

/* Page footer style */
#footer {
position: relative;
     left:225px;
     width:83.75%;
clear : both;
height : 42px;
background-color : #cc6600;
border-top : thick solid #000000;
}

/*Page update date */
#update{
   font-family: 'Times New Roman', Times, serif;
   font-size: x-small;
   color: #000000;
   text-align: left;
   margin-left: 7em;
}
  
/*Page copyright dates */
#copyright{
   font-family: 'Times New Roman', Times, serif;
   font-size: x-small;
   color: #000000;
   text-align: left;
   margin-left: 3em;
}

/*Style for tables of thumbnail images: lesson5, chapter2*/
tables.thumbs{
	vertical-align: middle;
	text-align: center;
	border-collapse: collapse;
}

/*Style for table cells that contain thumbnails*/
td.thumbs{
	border: solid 1px #00bfff;
	padding: 5px;
}

/*Style for thumbnail images*/
img.thumbs{
	width:100px;
}

/*google traffic analysis  */
#traffic{
   font-family: 'Times New Roman', Times, serif;
   font-size: x-small;
   color: #000000;
   text-align: left;
   margin-left: 47em;
}