/************************************************************
* Montessori Discovery Place theme v 1.2.0                  *
* External CSS added by Patrick Tyrrell, patricktyrrell.com *
*************************************************************/

body {
   font-family: Arial,Tahoma,sans-serif;
   font-size: 14px;
   color: #FFFFCC;
	background: #999999;
}

p {
	font-weight: normal;
	font-size: 14px;
}

a:link, a:visited {
	color: #FFFFCC;
}
 
#nav a {
	text-decoration: none;
}

#main {
	background: #330099;
	width: 800px;
	margin: 0 auto;
}

#foot {
   padding: 10px 0;
	text-align: center;
	color: ffffcc; 
	word-spacing: 3px;
	font-size: 12px;
	font-weight: bold;
	width: 800px;
	clear: both;
}

img.front {
	margin: 0 10px;
}

img.left {
	float: right;
	padding: 0 10px 10px 10px;
	clear: both;
}

img.right {
	float: right;
	padding: 0 0 10px 10px;
}

a img.right, a img.left {
	border: 0;
}

br {
	
}

/* Navigation */

#nav {
		margin: 0 auto 25px auto;
		padding: 10px 0;
		text-align: center;
		width: 800px;
		font-size: 13px;
		vertical-align: middle;
		height: 30px;
		font-size: 12px;
}

#nav ul {
	padding: 5px 0;
	line-height: 30px;
}

#nav li {
	list-style-type: none;
	display: block;
	float: left;
	line-height: 15px;
	text-align: center;
   width: 70px;
   height: 30px;
	border: solid #FFFFCB;
	border-width: 0 2px 0 0;
	padding: 3px;
	font-weight: bold;
}

#nav a, li.active a, li#last a {
	text-decoration: none;
}

#nav a {
}

#nav li#last {
	border: none;
}

#nav a.active, #nav a:hover {
	color: #FFCE99;
}

.active a:link {
	color: #FFCE99;
}

span.new {
	color: red;
	
}

/* front page */
#front-container {
	width: 800px;
	padding: 0 10px;
}

#front-container .left {
	width: 402px;
	background: #98989A;
}

#front-container .right {
	float: left;
	padding-left: 430px;
}

/* Headers */

h1 {display: none;}
h2 {font:900 20px arial ; color: 9966cc} 
h3 {font:900 20px arial ; color: ffffcc}

#front-updates h2 {
	border-bottom: solid 1px #FFFFCC;
	font-size: 26px;
}

#front-updates h3 {
	font-size: 20px;
	font-weight: bold;
}

/* other styles */

span.highlight{background-color:#999999}
#front-updates {
   margin: 30px 0;
	padding: 0 10px;
}

li.updates a {
	color: #FFD100;
	font-weight: bolder;
	font-size: 14px;
	text-decoration: underline;
	letter-spacing: -1px;
	}