/* Start of CMSMS style sheet 'KiaiKids2 - Layout' */
body {
	margin-top:3px;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper {
	width:1024px;
	margin: 0px auto;
	border:2px solid #000;
	border-bottom:none;
	background-image:url(images/fade.gif);
	background-repeat:repeat-x;
	min-height:720px;
}

/* HEADER SELECTORS */
#header {
	width:1024px;
	padding-top:10px;
	margin-bottom:0px;
}
#logos {
	margin-left:10px;
	float:left;
}
#haiku {
	width:400px;
	font-family:'Comic Sans MS',Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	float:right;
	text-align:right;
	margin-right:15px;
}
#topmenu {
	font-family:'Comic Sans MS',Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	height:28px;
	background-image:url(images/fadeup.png);
	background-repeat:repeat-x;
	background-position:bottom;
	clear:both;
	margin-top:0px;
	background-color:#EE3B33;
}
#topmenu a {
	font-family:'Comic Sans MS',Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-align:right;
	color:#fff;
	text-decoration:none;
	display:block;
	width:100px;
	float:left;
	text-align:center;
	background-image:url(images/divider.gif);
	background-repeat:repeat-y;
	background-position:right;
	height:24px;
	padding-top:4px;
	background-color:transparent;
}
#topmenu a:hover {
	background-color:#fff;
	color: #D0383F;
}
#topmenu span.spacer {
	float:left;
	text-align:center;
	background-image:url(images/divider.gif);
	background-repeat:repeat-y;
	background-position:right;
	height:24px;
	padding-top:4px;
}


/* BODY SELECTORS */
#bodywrapper {
	padding-top:10px;
}

#leftcolumn {
	float:left;
	width:200px;
	height:100%;
}
#contents {
	width:824px;
	float:right;
}

/* FOOTER */
#footer { 
	width:1024px;
	margin: 0px auto;
	border:2px solid #000;
	border-top:none;
	text-align:center; 
	height:20px;
	font-family:'Comic Sans MS',Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:0px;
	line-height:11px;
	clear:both;
}


/* TEXT STYLES */
h1, h2, h3, h4, h5 {
	font-family:'Comic Sans MS',Arial, Helvetica, sans-serif;
}
h1 { font-size: 30px;font-weight:bold;color:black; }
h2 { font-size: 26px;font-weight:bold;color:black; }
h3 { font-size: 22px;font-weight:bold;color:black; }
h4 { font-size: 28px;font-weight:bold;color:black; }
h5 { font-size: 16px;font-weight:bold;color:black; }

/* set font size for all divs */
div { }

img { border: 0; }

a, a:link, a:active {
	text-decoration: underline;
	background-color: inherit; 
	color: #00F; 
}

a:visited { color: #009;}

/*****************
basic layout 
*****************/

/* position for the search box */
div#search {
	float: right;
	width: 23em;    /* enough width for the search input box */
	text-align: right;
	padding: 0.6em 0 0.2em 0;
	margin: 0 1em;
}

div.breadcrumbs {
	display: none;
	padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
	font-size: 90%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
	margin: 0 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
	border-bottom: 1px dotted #000;
}

div.breadcrumbs span.lastitem { 
	font-weight:bold; 
} 

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

/* relational links under content */
div.left49 {
	display:none;
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
	display:none;
  float: right;
  width: 49%;
  text-align: right;
}
.clearb {display:none; }

table.calendar { width:95%;border:1px solid #ddd;margin-top:10px; }
table.calendar th { font-size:10px; text-align:center; background-color:#ddd; }
table.calendar td { text-align:left;font-size:10px;background-color:#fff;border:1px solid #ddd;vertical-align:top;height:70px;width:70px; }
table.calendar td ul, table.calendar td li { margin: 0px;padding-left:0px;list-style:none; }
table.calendar td.calendar-today { background-color:#D3DAEC; }
table.calendar caption { font-size: 14px; font-weight:bold; color: #000 }
table.calendar a { text-decoration:none;}
/* End of 'KiaiKids2 - Layout' */

