/*
 Tender Years.  Main Style Sheet for TYPA template.

 TYPA is a fixed width, single column template.
 The banner is centered across the top.
 There is a two-tier horizontal menu across the top.
 The color scheme is Tender Years Blue (#125798) and pastels.
*/

body {
	width: 840px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #010101;
	margin: 15px auto;
	padding: 15px;
	border: 3px solid #ACC0D9;
	background: #FFFFFF;
}

#container {
  width: 840px;
  margin: 0 auto;
  text-align: left;
}
  
input, textarea {
	background: #FFFFFF;
	border-top: 1px solid #A3A3A3;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #D6D6D6;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6E6E6E;

}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h2 { font-size: 1.6em; }
h3 { font-size: 1.2em; }

p, blockquote, ul, ol {
	line-height: 180%;
	text-align: justify;
	font-size: small;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

a:hover {
	text-decoration: none;
	/*color: #8D0000;*/
}

img {
	border: none;
}


a img {
	margin: 0 auto;
}

img.left {
	float: left;
	margin-right: 16px;
	padding: 3px;
	border: 1px solid #FFFFFF;
}

img.right {
	float: right;
	margin-left: 16px;
	padding: 3px;
	border: 1px solid #FFFFFF;
}

hr {
	display: none;
}

/* -------- */
/*  Banner  */
/* -------- */

#banner {
	width: 840px;
	height: 180px;
	margin: 0 auto;
	margin-bottom: 20px;
	/*padding-bottom: 25px;*/
	background: #FFFFFF url(templates/TYPA/banner.png) no-repeat;
	background-position: center;
}

/* ------ */
/*  Alert  */
/* ------ */
#alertframe {
  width: 810px;
  height: 85px;
  background: #F88767; /* "melon" */
  border: 15px solid #DC3843; /* "poppy red" */
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  color: #000080;
}

#alertframe .title {
 /* color: #FFFFFF;*/
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  text-decoration: blink;
}

#alertframe .text {
  text-align: center;
}
  

/* ------ */
/*  Menu  */
/* ------ */
#menu_wrapper  {
	float: none;
	height: 65px;
	margin: none;
}

#menu  {
	height: 65px;
	background: #7BB1CD;
	color:#9933CC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
	color: #352F2F; /* after dark */
	color: #666666;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	float: left;
	height: 40px;
	width: 140px;
	padding-top: 5px;
	color:#9933CC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
}

/* The active page is 'blue' for global. */
#menu li.active {
	height: 50px;
	width: 114px;
	border: 10px solid #7BB1CD;
	border-bottom: 0px;
	background: #ACC0D9;
}
#menu li.active a {
	color: #000080;
	font-size: 25px;
}

#menu li.blue {
	border-top: 10px solid #7BB1CD;
	background: #ACC0D9;
}
#menu li.blue:hover {
	width: 111px;
	border: 10px solid #7BB1CD;
	border-bottom: 0px;
	font-size: 25px;
}

#menu li.pink {
	border-top: 10px solid #DB8AC4;
	background: #F4B4C4;
}
#menu li.pink:hover {
	width: 111px;
	border: 10px solid #DB8AC4;
	border-bottom: 0px;
	font-size: 25px;
}

#menu li.green {
	border-top: 10px solid #7F8257;
	background: #AEC6B8;
}
#menu li.green:hover {
	width: 111px;
	border: 10px solid #7F8257;
	border-bottom: 0px;
	font-size: 25px;
}

#menu li.yellow {
	border-top: 10px solid #F8C325;
	background: #FCDB96;
}
#menu li.yellow:hover {
	width: 111px;
	border: 10px solid #F8C325;
	border-bottom: 0px;
	font-size: 25px;
}

#menu li.lavendar {
	border-top: 10px solid #8B7AA6;
	background: #DBB2D2;
}
#menu li.lavendar:hover {
	width: 111px;
	border: 10px solid #8B7AA6;
	border-bottom: 0px;
	font-size: 25px;
}

#menu li.orange {
	border-top: 10px solid #EEC050;
	background: #F5C9AE;
}
#menu li.orange:hover {
	width: 111px;
	border: 10px solid #EEC050;
	border-bottom: 0px;
	font-size: 25px;
}

/* ------ */
/*  SubMenu  */
/* ------ */
#submenu  {
	height: 30px;
	background: #7BB1CD;
	background: #ACC0D9;
	border: 10px solid #7BB1CD;
	border-top: 0px;
margin-bottom: 15px;
	color:#9933CC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
	color: #352F2F; /* after dark */
	color: #666666;
}

/* ------ */
/*  Page  */
/* ------ */

#page {
	width: 840px;
	margin: 0 auto;
	border-top: 1px solid #ACC0D9;
	background: #FFFFFF url(templates/TYPA/pagebg_blue.png) repeat-y left top;
}
#pagetop {
	height: 35px;
	background: #FFFFFF url(templates/TYPA/pagetop_blue.png) repeat-x left top;
}
#pagebottom {
	height: 35px;
	background: #FFFFFF url(templates/TYPA/pagebottom_blue.png) repeat-x left top;
}

/* ------------- */
/*  Support Beam */
/* ------------- */
#mainsupportbeam {
	width: 1px;
	height: 400px;
}
/* --------- */
/*  Content  */
/* --------- */

#content {
	/* no sidebar. so no need for margin-left: */
	color: #000080;
	/*min-height: 700px;*/
	margin: 0;
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;
}

#content h1.title {
	font-size: 2.75em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#content h1 {
	color: #000080;
}
#content .h2 {
	text-align: center;
	font-family: "Porky's";
	font-size: 1.25em;
	color: #000080;
}

#content p {
	font-size: .90em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.post {
}

#horizlist { text-align: center; }
#horizlist li {
	display: inline;
	border-right: 1px solid #000080;
	padding-right: 10px;
	padding-left: 10px;
}
#horizlist li.last {
	border-right: 0px;
}

.post .bullet {
	width: 14px;
	height: 17px;
	background: url(templates/TYPA/bullet_blue_ball.jpg) no-repeat;
}

.post .title {
	margin: 0;
	padding: 20px 20px 0 20px;
}

.post .entry {
	padding: 0 20px;
	background: url(templates/TYPA/bullet_blue_ball.jpg) no-repeat;
}

.post .entrynobullet {
	padding: 0 20px;
}

.post .entry226 {
	padding: 0 20px;
	height: 226px;	/* this is stupid */
}

.post .entry467 {
	padding: 0 20px;
	height: 467px;	/* this is stupid */
}

.post .meta {
	height: 47px;
	margin: 20px 0 40px 0;
	padding: 15px 0 0 20px;
	line-height: normal;
}

/* -------- */
/*  Footer  */
/* -------- */

#footer {
	float: none;
	width: 840px;
	height: 45px;
	margin: 0 auto;
	margin-top: 15px;
	background: #FFFFFF url(templates/TYPA/footer.png) no-repeat left top;
}
#footer p {
	padding-top: 14px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	font-size: 10px;
	color: #A1A1A1;
	color: #555555;
}
/* ----------- */
/*  Page Label */
/* ----------- */


