/*------------------------------------------------------------------------
# Burr Elementary School - April, 2009
# ------------------------------------------------------------------------
# Copyright (C) 2009 Burr
-------------------------------------------------------------------------*/

html, body {
  margin:0;
  padding:0;
  border:none;
  background-color: #F4FFFF;
  font-family: Arial, Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #00008B;
  height: 100%;
  margin-left:auto; 
  margin-right:auto;
}


/***** Common Selectors *****/
h1 {
  font-size: 120%;
  font-weight: bold; 
  /*font-variant : small-caps;*/
  color : #CC3366; 
}

h2 {
  clear: both;
  font-size: 110%;
  /* font-variant : small-caps; */
  color: #CC3366; 
  font-weight: bold;
}

h3 {
  clear: both;
  font-size: 100%;
  font-variant : small-caps;
  color: MidnightBlue;
  /*font-weight: bold;*/
  /*text-decoration: underline;*/
}

p { 
   color : #000000; 
  /* font-size : 10px; */
}

table  {
   color: #333333;
   /*letter-spacing:.1em;*/
   border-style:none;
}

table li {
	/* list-style-type: disc; */
	/*color: #333333;*/
	/*font:12px  arial;*/
	/*padding:2px; */
}

table a {
	/*font:14px  arial;*/
	color: #333333;
	/* letter-spacing:.1em; */
	/* line-height:16px; */
	/* text-decoration: none; */
	}
	
table#navigation a:hover {
	color: #399BE1;
	text-decoration: underline;
}

a { 
   /*color: #483D8B;  */     
   /*text-decoration: underline; */
}

a:hover { 
   color: #A52A2A; 
   background-color: #FAEBD7;
}

a:link {
   color: blue 
}
a:visited {
   color: purple 
}


/**** ID Selectors ****/
#banner {
	font:220% Arial;
      /* font-variant : small-caps; */
      font-weight: bold; 
      /* text-shadow: light-blue;*/ /*#F4FFFF;*/
      /* filter:shadow(color:black);	*/
      text-shadow: 4px 4px 8px pink;
      color: #0055dd; 
	letter-spacing:.1.5em;
	text-align:-moz-left; /*FF*/
	#text-align: left; /*IE */
}

#container {
  background-color: #FFFFFF;
  width: auto; /* Printable Page */

  
  max-width: 1000px;
  min-width: 300px;
  margin: 0 auto;
  padding: 0;
}

#maincontent {
  width: 78%;
  /*font-size: 10px; */
  float: right;
  border: thin solid #cceeff;
/* letter-spacing:.05em; */
}

#maincontent p {
    font-size: 90%; 
}

#maincontent li {
    font-size: 90%; 
}

#sidebar {
  width: 20%;
  float: left;
  border: thin solid #cceeff;
  color: #CC3366;
  /* letter-spacing:.1em; */
}

#sidebar li {
   /*margin: 2px; */
   padding: 4px;
}


#calendar {
   font-size:75%;
   background-color: #cceeff;
   margin:3; 
}

#sidebar a {
	font: arial;
	font-size: 120%; 
	letter-spacing:.1em; 
	text-decoration: none;
	/*line-height:16px;*/
}
	
#sidebar a:hover {
	color: #CC3366;
	text-decoration: underline;
}

#footer {
  font-size: 10px;
  color: #333333;
  letter-spacing:.05em;
  clear: both;
  text-align: right;
  margin-right:10px;
}

.navyfont
{
   font-weight: bold;
   color: MidnightBlue;
}

.smallfont
{
    font-size: 90%; 
}

.introwords {
   color: #CC3366; 
   font-weight: bold;
   font-size: 110%;
}

