/* -*-CSS-*-
*******************************************************************************
*
* File:         readme.css
* Description:  CSS style file for README files on the SarumSeminar.org web site
* Author:       john wilkes
* Created:      Mon Mar 12 23:52:07 2007
* Modified:     Tue Mar 13 21:13:00 2007
* Language:     CSS
* Package:      N/A
* Status:       Experimental (Do Not Distribute)
*
* (C) Copyright 2007, Hewlett-Packard Development Company, LP
*
*******************************************************************************
* Color schemes
* deep-blue background: #000080
*******************************************************************************
*/

body,p,th,td,li,dd,dt,Title {
	  font-family: "Tempus Sans ITC", "Times New Roman", Times, serif;
	  font-size: 12pt;
	  font-weight: normal;
	}

H1,H2,H3,H4,H5,th { font-weight: bold }

H1 	{ font-size: 36pt;
	  color: #FFFFFF;
	  background-color: #000080;
	  padding: 6px;
	  margin-top: 1em;
	  margin-bottom: 0pt;
	  font-family: "Tempus Sans ITC", "Times New Roman", Times, serif
	}
H2 	{ font-size: 24pt;
	  color: #ffffff;
	  background-color: #000080;
	  padding: 3px;
	  margin-top: 1em;
	  margin-bottom: 0pt;
    }
H3 	{ font-size: 18pt;
	  color: #000080;
	  border-bottom:  2px solid #000080;
	  margin-top: 1em;
	  margin-bottom: 0pt;
    }
H4 	{ font-size: 14pt;
	  margin-top: 1em;
	  margin-bottom: 0pt;
    }

dt  { font-style: italic; }

.small	{ font-size: 8pt }


span.banner_title { 
	  font-family: "Old English Text MT", "Tempus Sans ITC", "Times New Roman", Times, serif;
	  font-size: 48pt;
          color: #FFFFFF;
    }
span.banner_subtitle {
	  font-family: "Old English Text MT", "Tempus Sans ITC", "Times New Roman", Times, serif;
	  font-size: 36pt;
          color: #FFFFFF;
    }


/* The title <div> shows up in its own bar across the top of the page,
 * and provides only an H1 (heading)
 */ 
div#title h1
{
	background-color: #64B900;
	color: #FFFFFF;
	margin: 0;
	padding: .3em 0 .3em .5em;
	font-size: 2em;
    font-weight: 900;
	border-top:    4px solid #298527;
	border-bottom: 4px solid #298527;
/*	background-image: url('https://external-na-share.cce.hp.com/external/ssplab/Shared%20Documents/Software%20And%20Templates/AStar-logo.gif');
 *	background-repeat: no-repeat;
 *	background-position: center;  
 */
}