	/************************************************
	 * typography.css
	 *
	 * handles the various font attributes for the site
	 *
	 * *********************************************/


	/****************************
	 * BODY & HEADERS
	 * **************************/
 	h1 {
		font: 1.8em Georgia, "Times New Roman", serif; 
		letter-spacing: 1px;
	}

 	h2 {
		font: 1.5em Georgia, "Times New Roman", serif;
		letter-spacing: 1px;
	}

  h3 {
		font: bold 1.2em Georgia, "Times New Roman", serif; 
		letter-spacing: 1px;
	}

    h4 {
		font: bold 1.1em Georgia, "Times New Roman", serif;
		letter-spacing: 1px;
	}
 	
	body,
	html {
		
		font: 0.875em Verdana, sans-serif;
		line-height: 0.75; 
		color: #333;
	}
	
  em {
    font-style: italic;
  }
  strong {
    font-style: oblique;
  }

	/************************************
	 * LINKS
	 * *********************************/
   a { 
		outline: none; 
		text-decoration: none;
		border-bottom: 1px solid;
	}
	a:active {
		color: #ffd800 
	}

	/* class for links with images */
	a.img {
		border: 0;
	}

	/************************************
	 * NAV MENU
	 * **********************************/
    .lavaLampBottomStyle {
    }

	.lavaLampBottomStyle li {
	} 

    .lavaLampBottomStyle li.back {
    }

    .lavaLampBottomStyle li a {
		/* font: bold 14px arial; */
		font: bold 12px arial;						
		letter-spacing: 1px; 
        text-decoration: none;
        color: #000;
        outline: none;
        border: none;
        text-align: center;
        text-transform: uppercase;
        /* letter-spacing: 0; */
	}   

    .lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:visited { }                    
    .lavaLampBottomStyle li a:active { color: #ffd800 }
    
    /************************
	 * CONTENT COLUMNS
	 * *********************/

	#header {
	  text-align: right;
		font-size: small; 
		font-weight:bold;
	}

    #main {		
        font-size: 0.98em;
    }
    
    #content {
        text-align: left;
        line-height: 1.5;
    }
    
    #content .wp-caption-text {
		font-style: italic;
	}

    #content p {
    margin: 1em 0;
  }

    #content h2 {
		margin: .75em 0;
	}

    #sidebar {
		line-height: 1.8;
    }

    #sidebar p {
    margin: 1em 0;
    }

    #footer {
        font-size: 0.85em;
    }

    #footer p {
        text-align:center;        
    }

