/**************************************************************/
/* standardFonts.css                                          */
/* use with all standard pages in  site                       */  
/* 1/5/07 - divided file in two:                              */
/*   siteFonts is specific to each site, defining "text"      */
/*   font-family, <H1>...<H6>                                 */
/*   standardFonts defines styles common to all sites         */
/* 1/20/07 - added yearTab to provide tabs by year for        */
/*   arhive and other calendar-based lists                    */
/**************************************************************/
/* HTML tag styles                                            */
/**************************************************************/

p, li{
	font-size:80%;
	line-height:135%;
	}
li ul li {
	font-size:100%;
	}


/**************************************************************/
/* FONT SIZE                                                  */
/**************************************************************/
/* "TEXT" Applies to default font-family defined in Body tag. */
/* Tweak line height as size diminishes                       */
/**************************************************************/
.text120{
	font-size:120%;
	line-height:120%;
	}
.text115 {
	font-size:115%;
	line-height:120%;
	}
.text110 {
	font-size:110%;
	line-height:120%;
	}
.text105 {
	font-size:105%;
	line-height:120%;
	}
.text100 {
	font-size:100%;
	line-height:120%;
	}
.text95 {
	font-size:95%;
	line-height:115%;
	}
.text90 {
	font-size:90%;
	line-height:115%;
	}
.text85 {
	font-size:85%;
	line-height:115%;
	}
.text80 {
	font-size:80%;
	line-height:115%;
	}
.text75 {
	font-size:75%;
	line-height:115%;
	}
.text70 {
	font-size:70%;
	line-height:115%;
	}
.text65 {
	font-size:65%;
	line-height:115%;
	}
.text60 {
	font-size:60%;
	line-height:110%;
	}
.text50 {
	font-size:50%;
	line-height:110%;
	}

/**************************************************************/
/* FONT SIZE                                                  */
/**************************************************************/
/* "Sans" uses the Verdana font-family. It should be used     */
/* wherever a sans face is desired, so it will not be         */
/* by any changes in the default "text" font-family           */
/**************************************************************/
.sans120, .sans115, .sans110, .sans105, .sans100, .sans95, .sans90, .sans85, .sans80, .sans75, .sans70, .sans65, .sans60, .sans50, .sans40{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.sans120 {
	font-size:120%;
	line-height:120%;
	}
.sans115 {
	font-size:115%;
	line-height:120%;
	}
.sans110 {
	font-size:110%;
	line-height:120%;
	}
.sans105 {
	font-size:105%;
	line-height:120%;
	}	
.sans100 {
	font-size:100%;
	line-height:120%;
	}
.sans95 {
	font-size:95%;
	line-height:115%;
	}
.sans90 {
	font-size:90%;
	line-height:115%;
	}
.sans85 {
	font-size:85%;
	line-height:115%;
	}
.sans80 {
	font-size:80%;
	line-height:115%;
	}
.sans75 {
	font-size:75%;
	line-height:115%;
	}
.sans70 {
	font-size:70%;
	line-height:115%;
	}
.sans65 {
	font-size:65%;
	line-height:115%;
	}
.sans60 {
	font-size:60%;
	line-height:110%;
	}
.sans50 {
	font-size:50%;
	line-height:110%;
	}
.sans40 {
	font-size:40%;
	}
/**************************************************************/
/* CALENDAR                                                   */
/**************************************************************/
/* following apply to Calendar view */
.calendarMonth { /* uses default font (set in Body tag) */
	font-size:100%;
	font-weight:bold;
	color:#990000;
	}	
.calendarDay { /* uses default font (set in Body tag) */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	font-weight:bold;
	color:#660000;
	margin-top:-2em;
	}
.calendarItems {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	font-weight:bold;
	line-height:110%;
	padding-left:10px;
	text-indent:-5px;
	}	
/* following apply to Calendar List view */
.calendarListMonth { /* uses default font (set in Body tag) */
	font-size:85%;
	font-weight:bold;
	color:#FFFFFF;
	background:#994444;
	padding-bottom:0.4em;
	line-height:150%;
	}	
.calendarListDate { /* uses default font (set in Body tag) */
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	color:#660000;
	}
.calendarListItems {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height:120%;
	}
/* following set colors for Calendar Categories */
/* following set colors for Calendar Categories */
.calendarCat1, calendarCat1 a, .calendarCat1 a:visited { /* Holidays - magenta */
	color:#FF00FF; 
	}	
.calendarCat2, .calendarCat2 a, .calendarCat2 a:visited { /* Reminders - red */
	color:#FF0000;
	}
.calendarCat3, .calendarCat3 a, .calendarCat3 a:visited { /* Daily Note or Activity - Blue */
	color:#0000FF;
	}
.calendarCat4, .calendarCat4 a, .calendarCat4 a:visited { /* Activity - Green */
	color:#006600;
	}
.calendarCat5, .calendarCat5 a, .calendarCat5 a:visited { /* Activity - Brown */
	color:#996600;
	}
/******************************************************/
/*    ARTICLES                                        */
/******************************************************/
.articleTitle {
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size:115%;
	font-weight:bolder;
	color:#660066;
	margin-bottom:-0.9em;
	}
.articleByline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:95%;
	font-weight:bold;
	color:#777777;
	}
.outdent {
	margin-left:25px;
	text-indent:-25px;
	margin-bottom:-1em;
	}
/*****************************************************/
/*  YEAR TABS                                        */
/*  used for calendar-related lists that span        */
/*  multiple years                                   */
/*****************************************************/
.yearTab {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#333399;
	background-color:#E5D6AD;
	border-color:#999999;
	border-width:1px;
	border-style:solid solid none solid;
	padding:2px 5px 1px 5px;
	}
.yearTabFocus {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#000099;
	background-color:#F5E6BD;
	border-color:#999999;
	border-width:1px;
	border-style:solid solid none solid;
	font-weight:bold;
	padding:2px 5px 2px 5px;
	z-index:100;
	}
/***************************************************************/	
/* MISECELLANEOUS                                              */
/***************************************************************/
.reducedSpacing { /* used to reduce paragraph spacing (typically used on Home page menu lists) */
	line-height:115%;
	margin-top:0em;
	margin-bottom:.35em;
	}
.zeroMargin { /* used to reduce vertical space */ 
	margin-top:0em;
	margin-bottom:0em;
	}
.checklist { /*replace bullet with checkmark box in lists */
	list-style-position: outside;
	margin-top: 2px;
	list-style-image: url(system/check_box_purple.gif);
	}	
.highlightBlock {
	font-size:75%;
	line-height: 130%;
	background-color: #EBE4D2;
	margin-left: 10px;
	margin-right: 20px;
	display: block;
	padding: 8px;
	}

  
  
  
  
  
  
  
  
  
  
  
  
  
  	 
