/* -------------------------------------------------------------------------------------
	Created:  10/28/2008
	By: Ryan F
		Web Developer
------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------
--> GENERAL STYLE AREA -->
------------------------------------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	font-size: 1em;
	background: #fff;
	color: #2B2B2B;
	padding: 0;
	font-family: times;
}

div, p, ul, ol, dl, h1, h2, h3, h4, h5, h6, table, pre, address, iframe {
	float: left;
	clear: both;
	width: 100%;
}

iframe {
	background: transparent;
}

a {
	text-decoration: none;
	outline: none;
	color: #548be5;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

p {
	margin: 0 0 10px 0;
	line-height: 1.3;
}

h1 {
	font-size: 140%;
	color: #930505;
	font-style: italic;
}

h2 {
	font-size: 120%;
	color: #051c93;
	margin: 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #e4e2d9;
}

h3 a {
	color: #2B2B2B;
}

.middle_align {
	text-align: center;
}

.left {
	float: left;
	clear: none;
	width: auto;
}

.right {
	float: right;
	clear: none;
	width: auto;
}

.left *, .right * {
	float: left;
}

.image_right {
	float: right;
	margin: 0;
	clear: none;
}

.error_message {
	width: 567px;
	padding: 10px 20px;
	background: #C99494;
	border: 2px solid #414141;
}

#main_page {
	background: #fff url(http://www.wheatonmontessori.org/images/interface/body_bg.jpg) top left repeat-x;
}

#sub_page {
	background: #fff url(http://www.wheatonmontessori.org/images/interface/sub_page_body_bg.jpg) top left repeat-x;
}
.wrapper {
	text-align: left;
	font-size: 90%;
	float: none;
	width: 1000px;
	margin: 0 auto;
}

.container {
	position: relative;
}

.content_wrapper {
	background: transparent url(http://www.wheatonmontessori.org/images/interface/content_bg.jpg) bottom left repeat-x;
	padding: 0 0 10px 0;
}

/* -------------------------------------------------------------------------------------
<-- END GENERAL STYLE AREA <--
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
--> HEADER AREA -->
------------------------------------------------------------------------------------- */


#header {
	height: 148px;
	position: relative;
}

#home_link {
	position: absolute;
	top: 0px;
	left: 0px;
}

#nav {
	position: absolute;
	width: auto;
	bottom: 0;
	right: 0;
	list-style: none;
}

#nav li {
	float: left;
	clear: none;
	width: auto;
	padding: 0 0 0 1px;
	background: transparent url(http://www.wheatonmontessori.org/images/interface/nav_bg.gif) top left no-repeat;
	margin: 0 0 0 5px;
}

#nav li a {
	display: block;
	float: left;
	font-family: Georgia;
	text-align: center;
	color: #000;
	font-size: 130%;
	padding: 10px 20px;
	background: #fff;
	border: solid #dadad9;
	border-width: 1px 0 0;
}

#nav li a.active, #nav li a:hover {
	background: #d0c99a; // #b1ac86;
	color: #fff;
	text-decoration: none;
}

#main_page #ribbon {
	padding: 10px 0 0;
	height: 432px;
}

#sub_page #ribbon {
	padding: 15px 0 0;
	height: 247px;
}

#ribbon div.left img {
	border: 5px solid #fff;
}

#ribbon .ribbon_sidebar {
	width: 346px;
	height: 415px;
	float: right;
	clear: none;
	position: relative;
}

#sub_page #ribbon .ribbon_sidebar {
	height: 247px;
}

#main_page #events_calendar {
	bottom: 0px;
}

#events_calendar {
	position: absolute;
	bottom: 15px;
	left: 0;
	border: 0;
}

#ribbon div.left #events_calendar img {
	border: 0;
}


#main_page #bookstore {
	bottom: 0px;
}

#bookstore {
	position: absolute;
	bottom: 15px;
	right: 0;
}

#upcoming_events {
	position: absolute;
	top: 0;
	left: 0;
}

#upcoming_events h1 {
	width: auto;
	padding: 10px 10px 5px 10px;
	background: #fff;
}

#upcoming_events h1 a {
	color: #930505;
}

.events {
	border: 5px solid #fff;
	width: 336px;
	height: 134px;
	background: #fdfbda;
	overflow-y: scroll;
	overflow-x: hidden;
}

.events ul {
	list-style: none;
	width: 316px;
}

.events ul li {
	float: left;
	clear: both;
	width: 321px;
	height: 30px
}

.events ul li a {
	color: #2b2b2b;
	display: block;
	width: 311px;
	height: 15px;
	padding: 10px 5px 5px;
}

.events ul li a:hover {
	background: #f0cfcf;
}

.events ul li.odd {
	background: #f0eecf;
}

#main_page #day_in_life {
	position: absolute;
	left: 0;
	bottom: 117px;
	height: 110px;
	width: 346px;
	display: block;
}

#sub_navigation {
	height: 35px;
}

#sub_navigation ul {
	list-style: none;
	height: 35px;
	background: #9a9675;
}

#sub_navigation li {
	float: left;
	clear: none;
	width: auto;
	background: transparent url(http://www.wheatonmontessori.org/images/interface/sub_nav_border.gif) center right no-repeat;
	padding: 0 1px 0 0;
}

#sub_navigation li a {
	display: block;
	float: left;
	height: 25px;
	color: #fff;
	font-size: 110%;
	padding: 10px 15px 0 15px;
}

#sub_navigation li a:hover, #sub_navigation li a.active {
	background: transparent url(http://www.wheatonmontessori.org/images/interface/sub_nav_hover.gif) top left repeat-x;
}

#daily_life {
	padding: 15px 0 0;
	height: 427px;
}

#daily_life div {
	background: #fff;
	width: 990px;
	padding: 5px;
}

#daily_life h3 {
	text-align: center;
	margin: 0;
	padding: 15px 0 0;
	height: 32px;
	font-size: 110%;
	color: #4c4c4c;
	font-style: italic;
	font-weight: normal;
}

#daily_life #img_container {
	position: relative;
	height: 352px;
	padding: 0;
}

#daily_life #img_container div {
	display: none;
	position: absolute;
	top: 4px;
	left: 8px;
	z-index: 5;
	font-size: 90%;
	background: #fff;
	width: 429px;
	height: 334px;
}

#daily_life ul {
	width: 982px;
	padding: 4px 0 0 8px;
	background: #000;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#daily_life ul li {
	float: left;
	clear: none;
	margin: 0 6px 4px 0;
	padding: 0;
}

#daily_life ul li img {
	float: left;
}

#daily_life #img_container div pre {
	font-family: times;
	width: 549px;
	padding: 0 20px;
	margin: 5px 0;
	white-space: normal;
	line-height: 1.3;
}


/* -------------------------------------------------------------------------------------
<-- END HEADER AREA <--
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
--> SIDEBAR AREA -->
------------------------------------------------------------------------------------- */



/* -------------------------------------------------------------------------------------
--> END SIDEBAR AREA -->
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
<-- CONTENT AREA <--
------------------------------------------------------------------------------------- */

.content {
	padding: 20px 0 0;
}

.content .main_content {
	width: 589px;
}

.content .store_content {
	width: 935px;
}

.content h1 {
	margin: 0 0 20px;
}

.content ol {
	margin: 0 0 15px 30px;
	width: 559px;
}

.content ul li {
	margin: 0 0 5px;
	width: 545px;
	padding: 0 0 0 14px;
	background: transparent url(http://www.wheatonmontessori.org/images/interface/bullet.jpg) 0px 3px no-repeat;
}

.content ul.two_column li {
	width: 260px;
	padding: 0 5px 0 14px;
	clear: none;
	float: left;
}

.content ul {
	margin: 0 0 15px 30px;
	width: 559px;
	list-style: none;
}

.content ol li {
	margin: 0 0 5px;
}

.content p {
	margin: 0 0 15px 0;
}

.content .sidebar {
	float: right;
	clear: none;
	width: 326px;
	padding: 0 0 0 20px;
	background: transparent url(http://www.wheatonmontessori.org/images/interface/sidebar_background.gif) 0px 50px no-repeat;
}

.sidebar h1 {
	color: #000;
}

#sticky_note {
	margin: 0 0 10px 0;
	width: 304px;
	height: 282px;
	position: relative;
	background: transparent url(http://www.wheatonmontessori.org/images/interface/sticky_note.png) top left no-repeat;
}

#sticky_note a {
	position: absolute;
	text-indent: -10000px;
}

#newsletter {
	top: 43px;
	left: 36px;
	height: 76px;
	width: 243px;
}

#newsletter:hover {
	background: url(http://www.wheatonmontessori.org/images/interface/sticky_newsletter.png) top left no-repeat;
}

#conference {
	top: 139px;
	left: 29px;
	height: 74px;
	width: 218px;
}

#conference:hover {
	background: url(http://www.wheatonmontessori.org/images/interface/sticky_conference.png) top left no-repeat;
}

.main_content pre {
	font-family: times;
	width: 549px;
	padding: 0 20px;
	margin: 5px 0;
	white-space: normal;
	line-height: 1.3;
}

.staff {
	border-bottom: 1px solid #bfbfbf;
	width: 607px;
	padding: 8px;
	background: #faf9f4 url(http://www.wheatonmontessori.org/images/interface/profile_bg.jpg) top left repeat-y;
}

.staff img {
	float: left;
	clear: none;
}

.staff h4 {
	color: #000;
	font-size: 120%;
	width: 400px;
	margin: 0 0 5px;
	float: right;
	clear: none;
	display: inline;
}

.staff h5 {
	color: #000;
	font-size: 110%;
	width: 400px;
	margin: 0 0 5px;
	float: right;
	clear: none;
	display: inline;
}

.staff p {
	width: 400px;
	margin: 0;
	float: right;
	clear: none;
	display: inline;
}

#daily_life_sections div {
	display: none;
}

#daily_life_sections div#daily_life_copy {
	display: block;
}

/* -------------------------------------------------------------------------------------
<-- END CONTENT AREA <--
------------------------------------------------------------------------------------- */

calendarBG, .large_calendar {
	border-collapse: collapse;
}

.calendarBG td, .calendarBG th {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #d0cfcb;
	width: 84px
}

.calendarBG.large_calendar td {
	vertical-align: top;
	padding: 0 3px;
}

.calendarHeader a {
	color: #555;
}

.calendarMonth {
	text-align: left;
}

.calendarPrevMonth {
	border-right: 1px solid #555;
}

.calendarPrevMonth a, .calendarNextMonth a {
	float: left;
	display: block;
	padding: 1px 3px;
}

.calendarDayHeading {
	color: #154fa5;
	padding: 5px 0 0;
	text-align: center;
}

.calendarBG.large_calendar td.calendarDayHeading {
	padding: 5px 0;
}

.large_calendar .calendarDayHeading {
	color: #154fa5;
	padding: 5px 0 5px;
	text-align: center;
	background: #fec34e;
	font-weight: bold;
}

.large_calendar th {
	border: 0;
	padding: 0 0 10px 0;
	font-size: 120%;
	color: #537e1a;
}

.has_entries .calendar_day a, .calendar_day {
	text-align: right;
	padding: 2px 0;
	margin: 0;
}

.calendar_day a {
	color: #555;
}

.calendar_row td {
	height: 100px;
}

.has_entries {
	background: #f9e3b2;
}

.has_entries a {
	color: #4a3574;
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	margin: 3px 0;
}

.has_entries a span {
	color: #797979;
}

.calendarRow a {
	background: #f9e3b2;
	display: block;
	width: 100%;
	padding: 4px 0;
}

.calendarCell span {
	width: 100%;
	float: left;
	text-align: center;
	padding: 4px 0;
}

.calendarToday {
	background: #b9c5f9;
}

.calendarToday a {
	background: #b9c5f9;
}


/* -------------------------------------------------------------------------------------
--> FOOTER AREA -->
------------------------------------------------------------------------------------- */

#footer {
	padding: 30px 0;
	color: #666666;
}

#footer a {
	color: #666666;
}

/* -------------------------------------------------------------------------------------
<-- END FOOTER AREA <--
------------------------------------------------------------------------------------- */

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */

#jquery-lightbox, #jquery-lightbox div {
	width: auto;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img { 
	border: none;
}

#jquery-lightbox #lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	float: none;
	margin: 0 auto;
}

#jquery-lightbox #lightbox-container-image {
	width: 100%;
}

#lightbox-container-image img {
	margin: 10px;
	float: left; 
	display: inline; 
}

#jquery-lightbox #lightbox-loading {
	position: absolute;
	top: 40%;
	left: 45%;
	height: 25%;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox #lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav { 
	left: 0;
	width: 100%;
}

#jquery-lightbox #lightbox-nav-btnPrev, #jquery-lightbox  #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
	clear: none;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#jquery-lightbox #lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	float: none;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
	float: none;
}

#jquery-lightbox  #lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left;
	text-align: left; 
}
	
#lightbox-image-details-caption {
	font-weight: bold;
}
	
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}

#lightbox-secNav {
	float: right;
	clear: none;
	width: auto;
}

#lightbox-secNav-btnClose {
	width: 66px; 
	float: left;
	padding-bottom: 0.7em;	
}

.bstip {
	color:#666;
	z-index:8887;
	background-color:#FFF;
	display:none;
	padding:5px 10px 5px 10px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	border:3px solid #003;
	width: 300px;
}
.bswrap {
	position: absolute; /*leave this and next 3 values alone*/
	z-index: 1000;
	left: -1000px;
	top: -1000px;
}
