/*
 Tender Years.  'Welcome' sub-template for TYPA template.
 
 		ACTIVE COLOR:  BLUE
		
 This sub-template handles the menu and the page, and overrides only the color
 aspects of key styles.  All other elements are already defined.
*/

/* ================================
 * Since this is the default page, the colors for border, page, pagetop, and pagebottom
 * are actually already set in global.css.  They are set here again for completeness.
 *
 * Only '#menubar li.blue a' actually needs to exist in this file.
 * ================================
*/

/* ------ */
/*  Body  */
/* ------ */
body {
	border: 3px solid #ACC0D9;
}

/* ------ */
/*  Page  */
/* ------ */
#page {
	border-top: 1px solid #ACC0D9;
	background: #FFFFFF url(templates/TYPA/pagebg_blue.png) repeat-y left top;
}
#pagetop {
	background: #FFFFFF url(templates/TYPA/pagetop_blue.png) repeat-x left top;
}
#pagebottom {
	background: #FFFFFF url(templates/TYPA/pagebottom_blue.png) repeat-x left top;
}

/* ------ */
/*  Menu  */
/* ------ */
#menubar li.blue a {
	color: #000080;
}

#sitemap ul li {
	margin-left: 20px;
}

img.right {
	float: right;
	margin-left: 16px;
	border: 2px solid #ACC0D9;
}
