@charset "utf-8";

/*
	Author:   Marcelo Cannobbio / Rodrigo Bayer
	Company:  renderbox
	Web Site: http://www.renderbox.cl
	Email:    info@renderbox.cl
	Comments: (cc) 2007 Bajo Licencia Creative Commons Attribution-Noncommercial-No Derivative Works 2.0 Chile License
*/

/*
Body is where the main text information is shown
*/
body {
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/gradiente_superior_16px.gif);
	background-repeat: repeat-x;
}
a {
	color: #003399;
	text-decoration: none;
}
a:link {
	color: #003399;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
div, p, ul, h1, h2, h3, img {
	padding:0px;
	margin:0px;
}
ul {
	list-style-type:none;
}
#fat_wrapper {
	width: 912px;
	margin: 0 auto;
}
/*
LAYOUT
*/

/*
Wrapper is a Div that contains all the information
*/
#wrapper {
	width: 768px;
	margin: 16px 0 16px 16px;
	position: relative;
}
.top {
	height:192px;
}
#top_menu {
	background-image:url(../images/menu_background.gif);
	background-repeat:no-repeat;
	background-position: 32px 0;
	height: 32px;
	width: 768px;
	margin: 0 auto;
}
#menu_keys {
	width: 320px;
	height: 160px;
	position: relative;
	top: 16px;
	left: 272px;
}
/*
banners: each banner it's called from here
*/
#home_banner {
	background-image: url(../images/banner-home.gif);
	background-repeat: no-repeat;
}
#general_information_banner {
	background-image: url(../images/banner-general_information.gif);
	background-repeat: no-repeat;
}
#special_events_2007_banner {
	background-image: url(../images/banner-especial_events_2007.gif);
	background-repeat: no-repeat;
}
#special_events_2008_banner {
	background-image: url(../images/banner-especial_events_2008.gif);
	background-repeat: no-repeat;
}
#special_events_2009_banner {
	background-image: url(../images/banner-especial_events_2009.gif);
	background-repeat: no-repeat;
}
#house_events_2008_banner {
	background-image: url(../images/banner-house_events_2008.gif);
	background-repeat: no-repeat;
}
#house_events_2009_banner {
	background-image: url(../images/banner-house_events_2009.gif);
	background-repeat: no-repeat;
}
#assemblies_2007_banner {
	background-image: url(../images/banner-assemblies_2007.gif);
	background-repeat: no-repeat;
}
#assemblies_2008_banner {
	background-image: url(../images/banner-assemblies_2008.gif);
	background-repeat: no-repeat;
}
#assemblies_2009_banner {
	background-image: url(../images/banner-assemblies_2009.gif);
	background-repeat: no-repeat;
}
#curriculum_banner {
	background-image: url(../images/banner-curriculum.gif);
	background-repeat: no-repeat;
}
#educational_phylosophy_banner {
	background-image: url(../images/banner-educational_phylosophy.gif);
	background-repeat: no-repeat;
}
#main_gallery_banner {
	background-image: url(../images/banner-main_gallery.gif);
	background-repeat: no-repeat;
}

#blog_banner {
	background-image: url(../images/banner-blog.gif);
	background-repeat: no-repeat;
}
/*
Key STAGES BANNERS
*/
#playgroup_banner {
	background-image: url(../images/banner_playgroup.gif);
	background-repeat: no-repeat;
	}
#foundation_banner {
	background-image: url(../images/banner_foundation.gif);
	background-repeat: no-repeat;
}
#stage_1_banner {
	background-image: url(../images/banner_stage_1.gif);
	background-repeat: no-repeat;
}
#stage_2_banner {
	background-image: url(../images/banner_stage_2.gif);
	background-repeat: no-repeat;
}
#stage_3_banner {
	background-image: url(../images/banner_stage_3.gif);
	background-repeat: no-repeat;
}
#stage_4_banner {
	background-image: url(../images/banner_stage_4.gif);
	background-repeat: no-repeat;
}
#galery {
	width: 768px;
	margin: -16px 0 16px 16px;
	float: left;
}
#gallery_menu {
	width: 112px;
	float: right;
	margin-top: 16px;
}
#gallery_menu  .off {
	color: #999999;
	display: block;
}
#gallery_menu .current {
	display: block;
	font-weight: bold;
}
#gallery_menu .year {
	margin-bottom: 16px;
}
#gallery_menu li {
	width: 112px;
}
#gallery_menu ul li ul {
	font-size: small;
}
#gallery_menu a {
	color:#006599;
	text-decoration:none;
	display: block;
	font-weight: bold;
}
#gallery_menu a:hover {
	text-decoration:underline;
	color:#000000;
}
/*
CONTENT
*/
#main_content {
	width:496px;
	float:left;
	margin: 32px 0 16px 0;
	padding-right: 16px;
}
#main_content  a.back_to_top {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	display: block;
	padding: 0.5em 0;
	text-align: center;
	background-color: #F3F3F3;
	color: #666666;
	border: 1px dotted #ccc;
	margin-bottom: -1em;
}
#main_content   a.back_to_top:hover {
	background-color: #006699;
	color: white;
}
/*
CONTENT STYLE of h2
*/
#main_content h2 {
	color:#333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dotted #ccc;
	font-weight: normal;
}
/*
CONTENT STYLE of the main text
*/
#main_content p {
	line-height: 1.5em;
	color:#333333;
	border-top: 1px dotted #ccc;
	padding-top: 1em;
	padding-bottom: 1em;
}
/*
CONTENT STYLE of initial sentences
*/
#main_content  p  strong {
	color:#006699;
	font-weight:bold;
}
#main_content ul {
	margin-bottom: 1em;
	margin-left: 32px;
	margin-top: 1em;
}
#main_content ul li{
	list-style-type: circle;
	line-height: 1.5em;
}
#sidebar {
	float:right;
	color:#333333;
	padding:16px;
	margin-top: 32px;
	background-color: white;
	width: 222px;
	border: 1px dotted #ccc;
}
#sidebar div.circulo_fotos {
	padding: 10px;
	margin-bottom: 16px;
}
#sidebar #calendar_2007 {
	height: 220px;
	border: 1px solid #ccc;
	background-repeat: no-repeat;
	display: block;
	background-image: url(../images/calendar_2007.jpg);
	width: 220px;
	margin-bottom: 16px;
}
#sidebar #calendar_2007:hover {
	border: 1px solid #003366;
}
#sidebar #calendar_2008 {
	height: 220px;
	border: 1px solid #ccc;
	background-repeat: no-repeat;
	display: block;
	background-image: url(../images/calendar_2008.jpg);
	width: 220px;
	margin-bottom: 16px;
}
#sidebar #calendar_2008:hover {
	border: 1px solid #003366;
}
#sidebar #calendar_2009 {
	height: 220px;
	border: 1px solid #ccc;
	background-repeat: no-repeat;
	display: block;
	background-image: url(../images/calendar_2009.jpg);
	width: 220px;
	margin-bottom: 16px;
}
#sidebar #calendar_2009:hover {
	border: 1px solid #003366;
}
#sidebar h3 {
	border:1px solid #ccc;
	background:#f3f3f3;
	color:#333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: x-large;
	padding: 8px;
	display: block;
	margin-bottom: 16px;
	text-align: center;
}
#sidebar h3 span {
	color:#006699;
}
#sidebar ul {
	margin-left: 8px;
}
#sidebar ul li {
	line-height: 1.5em;
}
#sidebar ul li a {
	color:#666666;
	text-decoration:none;
	font-weight: normal;
}
#sidebar ul li a:hover {
	text-decoration:underline;
	color: #000000;
}
/*
FOOTER
*/
#footer {
	clear: both;
	border-top: 1px dotted #ccc;
	padding-top: 16px;
	color: #999999;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer address {
	font-size: small;
}
#footer #copyright {
	font-size: small;
}
#footer.footer_shorten {
	margin-right: 128px;
	margin-bottom: 16px;
	margin-left: 16px;
}
.hidden {
	visibility: hidden;
}
#contact_button {
	position: absolute;
	left: 784px;
	top: 156px;
	font-size: small;
	width: 112px;
}
#contact_button a {
	background-image: url(../images/contact_button.gif);
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	padding-left: 32px;
	padding-top: 4px;
}
#key_stages_growing {
	float: right;
	width: 192px;
	height: 192px;
	position: relative;
	top: -1em;
}
#renderbox img {
	border: none;
	margin-top: 0.5em;
}
.year {
	font-weight: bold;
	color: #000000;
}

#summer {
	position:absolute;
	width:768px;
	height:320px;
	left:100px;
	top:150px;
	}