/* CSS Style sheet for Bill Seling's Summer 2013 CIS 241 Final Project  */
/* Validated 08/23/2013 */
/* In a production world, I'd clean this up more, but I've left
   some items that were used in chapters commented out (my intent
   being to come back and revisit some of this in my off-time.  */
/* #F9BA00 Dark Creamsicle */
/* #FF921E Toasty Orange */
/* #3581D9 Medium-Light Blue */
/* #0367A6 Medium-Dark Blue */
/* #022858 Dark Blue */
/* #FFFFFF White */
/* #000000 Blaci */
/* Styles that affect main page elements */
body { background: #FFFFFF; }
h1 { font-family: Arial, Tahoma, Verdana, sans-serif; 
     font-weight: bold; 
     font-style: normal; 
     text-decoration: none; 
     color: #0367A6;
     margin-top:auto; 
     margin-left:auto;
     margin-bottom:auto;
     margin-top:auto;
   }
h2 { font-family: Arial, Tahoma, Verdana, sans-serif; 
     font-weight: bold; 
     font-style: normal; 
     text-decoration: none; 
     color: #FF921E;
     margin-top:auto; 
     margin-left:auto;
     margin-bottom:auto;
     margin-top:auto;
   }

.normal_text { font-family: Arial, Tahoma, Verdana, sans-serif; 
               font-size: 12pt; 
               color: #022858;
               line-height: 150%;
               margin-top:auto; 
               margin-left:auto;
              }

.normal_text_bold { font-family: Arial, Tahoma, Verdana, sans-serif; 
                    font-weight: bold; 
                    font-style: normal; 
                    text-decoration: none; 
                    font-size: 12pt; 
                    color: #022858; 
                   }
a:link    {color:#022858; text-decoration: none; } /* Dark Blue */
a:visited {color:#022858; text-decoration: none; } /* Dark Blue */
a:hover   {background-color:#F9BA00; text-decoration: none; } /* Toasty Orange */
a:active  {color:green; text-decoration: none; } /* I just like the green pop*/

lh { font-family: Arial, Tahoma, Verdana, sans-serif;
     color: #0367A6;
     font-size: 14pt;
     font-weight: bold;
   }
.ul_interests { font-family: Arial, Tahoma, Verdana, sans-serif; 
               font-size: 12pt; 
               color: #022858;
               line-height: 150%;
               margin-top:auto; 
               margin-left:auto;
              }
.ul_reflections { font-family: Arial, Tahoma, Verdana, sans-serif; 
               font-size: 12pt; 
               color: #022858;
               line-height: 150%;
               margin-top:auto; 
               margin-left:auto;
              }

/* from chapter exercises
p {
  color: #022858;
  line-height: 150%;
  margin-top:auto; 
  margin-left:auto;}
*/
  
/* Styles that affect tables... */
caption {font-family: Arial, Tahoma, Verdana, sans-serif; 
     font-weight: bold; 
     font-style: normal; 
     text-decoration: none; 
     color: #022858; 
     }
.guestbook_margin_setting {
  margin-top:auto; 
  margin-left:auto;
  float:left;}

/*
/* from chapter exercises
    {
        font-family: Arial; color:#022858 !important;
    }
*/

/* from chapter exercises */
/* h1, h2 { font-family: Garamond, "Times New Roman", serif; color: maroon; background-color:transparent; } */
/* p { color: #808999; background-color: transparent; text-indent: 5%; font: 80%/200% "Trebuchet MS", Arial, Helvetica, sans-serif; } */
/* blockquote strong { color: purple; background-color:transparent;} */
/* .trip { color: navy; background-color:transparent; } */
/* .links { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 80%; background-color:transparent; } */
/* #b1 { text-align: right; } */