@charset "UTF-8";

body {
	font: 13px/1.6 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul,ol,dl { /*browser compatibility*/
	padding: 0;
	margin: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1C3F95;
}

h1,h2,h3,h4,h5,h6,p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px; /* avoiding div width maths */
}

a {
	cursor: pointer;
}

a img {
	/* removes the blue border around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline;
}

a:visited {
	color: #6E6C64;
	text-decoration: underline;
}

a:hover,a:active,a:focus { /* for keyboar navigation consistency */
	text-decoration: none;
}

.container {
	width: 960px;
	margin: 0 auto;
}

.header {
	padding-bottom: 5px;
}

.header .headerTop {
	width: 100%;
}

.header .headerTop .headerLogo {
	float: left;
}

.header .headerTop .headerLogin {
	float: right;
	color: #999999;
	font-size: 15px;
}

.header .headerBottom {
	width: 100%;
	background: #CFE3E1;
	/*border-bottom:1px;
	border-top:1px;
	border-left:0;
	border-right:0;
	border-style:solid;
	border-color:#1C3F95;*/
}

.header .headerBottom .headerSlider {
	float: left;
	height: 200px;
	width: 620px;
	box-shadow: -10px 0px 25px -7px #000;
	-webkit-box-shadow: -10px 0px 25px -7px #000;
	-moz-box-shadow: -10px 0px 25px -7px #000;
}

.header .headerBottom .headerText {
	width: 340px;
	height: 125px;
	float: left;
	text-align: center;
	margin-top: 75px;
}

.header .headerMenu {
	float: left;
	width: 100%;
	padding: 5px 0 5px 0;
	color: #1C3F95;
}

.header .headerMenu ul {
	list-style: none;
	width: 100%;
	display: inline;
}

.header .headerMenu li {
	float: left;
	/*width:156px; /* 960 div 5 = 160 */
	text-align: center;
	position: relative;
	margin: 0 8px;
}

.header .headerMenu a {
	margin: 0;
	padding: 0 12px 0 12px;
	text-decoration: none;
	display: block;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.header .headerMenu .current a,.headerMenu li:hover>a {
	background: #DFE8E7; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFE8E7',
		endColorstr='#CFE3E1' ); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#DFE8E7),
		to(#CFE3E1) ); /* for webkit browsers */
	background: -moz-linear-gradient(top, #DFE8E7, #CFE3E1);
	/* for firefox 3.6+ */
	color: #006C64;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}

.sidebar h1,.sidebar h2,.sidebar h3,.sidebar h4,.sidebar h5,.sidebar h6
	{
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar ul {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666;
	/* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px;
	/* this creates the space between the navigation on the content below */
}

.sidebar li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}

.sidebar i {
	color: #1C3F95;
}

.sidebar b {
	color: #1C3F95;
	font-size: 13px;
}

.sidebar a,.sidebar a:visited {
	/* grouping these selectors makes sure that your links retain their button look even after being visited */
	display: block;
	/* This causes the entire area to react to a mouse click. */
	text-decoration: none;
}

.sidebar a:hover,.sidebar a:active,.sidebar a:focus,.sidebar a.current {
	/* this changes the background and text color for both mouse and keyboard navigators */
	background: #CFE3E1;
}

/* ~~ NewsFeed*/
.newsFeed {
	width: 220px;
	font-size: 10px;
}

.newsFeed a,newsFeed a:visited {
	padding: 5px 5px 4px 5px;
	margin: 5px 0 5px 0;
	width: 210px; /*IE6 compatibility for ALL button click*/
	height: 34px;
	overflow: hidden;
}

.newsFeed a:hover,.newsFeed a:active,.newsFeed a:focus,.newsFeed a.current
	{
	height: 62px;
	overflow: hidden;
}
/* ~~ secondaryMenu */
.secondaryMenu {
	width: 150px;
	font-size: 12px;
}

.secondaryMenu a,secondaryMenu a:visited {
	padding: 5px 5px 5px 5px;
	width: 140px; /*IE6 compatibility for ALL button click*/
	text-align: center;
}

div.links {
	height: 260px;
	overflow-y: auto;
	overflow-x: hidden;
}

.main {
	margin: 5px 0;
}
/* ~~ This grouped selector gives the lists in the .content area space ~~ /
.main ul, .main ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. /
}*/
.main .postArea {
	width: 550px;
	margin: 0 34px;
}

.main .postArea .post {
	overflow: hidden;
	border-style: solid;
	border-color: #1C3F95;
	border-width: 3px;
	margin: 0 0 27px 0;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}

.main .postArea .post .innerPost {
	border-style: solid;
	border-color: #1F7E77;
	border-width: 1px;
	margin: 2px;
	padding: 10px;
	overflow: hidden;
	height: 130px;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}

.main .postArea .post .innerPost h2,.main .postArea .post .innerPost h3,.main .postArea .post .innerPost h4
	{
	margin-bottom: 5px;
}

.main .postArea .post .innerPost div {
	max-height: 90px;
	width: 120px;
	overflow: hidden;
	float: left;
	margin: 3px 15px 0 0;
}

.main .postArea .post .innerPost div img {
	display: block;
	margin: 0 auto;
}

.main .postArea a {
	text-decoration: none;
	color: inherit;
}

.main .fixedArea {
	width: 121px;
}

.main .fixedArea div {
	text-align: center;
	margin: 11px auto;
}

.main .fixedArea a {
	text-decoration: none;
}

.main .fixedArea img {
	display: block;
	margin: 0 auto;
}

.main .content {
	width: 629px;
	margin: 0 30px;
}

.main .content .staticText img {
	display: block;
	margin: 10px auto;
}

.main .content .staticText p {
	text-align: justify;
}

.main .content .staticText img.inline {
	float: left;
	margin: 10px 30px 10px 10px;
}

.main .content .staticText .columns {
	width: 515px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.main .content .staticText .columns .column {
	width: 49%;
	float: left;
	padding: 0 2px;
}

.main .content .staticText .columns .column .columnTop {
	background: #CFE3E1;
}

.main .content .staticText ul,.main .content .staticText ol {
	margin-left: 50px;
}

.main .content .staticText .quote {
	background: #CFE3E1;
	width: 497px;
	margin: 10px auto;
	padding: 10px;
	color: #444;
}

.newsContainer {
	margin: 5px 5px 30px 5px;
	border-bottom: solid #1F7E77 2px;
	position: relative;
}

.limitNewsHeight {
	height: 140px;
	overflow: hidden;
}

.newsContainer button {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #006C64;
	border: solid 2px;
}

.newsContainer img {
	float: left;
	margin: 10px 30px 10px 10px;
	cursor: pointer;
}

.newsContainer .date {
	width: 100%;
}

.newsContainer .text {
	padding-left: 10px;
}

.newsContainer .text ul,.newsContainer .text ol {
	margin-left: 20px;
}

.newsContainer .photoAlbum {
	padding: 5px 40px;
	border-top: solid #CCC 1px;
}

.newsContainer .attachments {
	padding: 5px 40px;
}

.newsContainer .attachments ol,.newsContainer .attachments ul {
	list-style: none;
}

.photoAlbumContainer {
	float: left;
	width: 119px;
	height: 165px;
	margin: 10px;
	text-align: center;
	padding: 2px;
	border: solid #9FC7C4 1px;
	overflow: hidden;
}

.photoAlbumContainer .thumbnail {
	width: 100%;
	height: 86px;
	overflow: hidden;
}

.photoAlbumContainer .thumbnail img {
	width: 115px;
}

.photoAlbumContainer .text {
	font-size: 11px;
}

.photoAlbumContainer .text .date {
	font-size: 9px !Important;
}

ul.calendarList {
	list-style-image: url("/_img/calendarListItem.png");
	margin: 40px auto;
	width: 400px;
}

.footer {
	border-top: solid;
	border-color: #1C3F95;
	border-width: 3px margin:   10px 0;
	position: relative; /* this gives IE6 hasLayout to properly clear */
	clear: both;
	/* this clear property forces the .container to understand where the columns end and contain them */
	font-size: 75%;
	text-align: center;
}

.footer .footerTop {
	padding: 10px 0;
	border-top: solid;
	border-color: #1F7E77;
	border-width: 1px;
	margin-top: 2px;
}

.footer .footerTop ul {
	list-style: none;
}

.footer .footerTop li {
	display: inline;
	border-right: solid;
	border-width: 1px;
	padding: 0 10px;
}

.footer .footerBottom {
	border-top: solid;
	border-width: 1px;
}

li.last {
	border: none !important;
}

.languageChanger {
	float: right;
}

.languageChanger a {
	color: #1C3F95;
}

/* ~~ miscellaneous classes ~~ */
.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.clearfloat {
	/* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.active {
	background: #CFE3E1;
}

/* ~~ Specific ID styles*/

/* ul - for slider*/
#Slider {
	list-style: none;
}
/* spans - on header*/
#GrowStrong {
	font-size: 24px;
	color: #006C64;
	font-family: "Times New Roman", Times, serif;
}

#WoodlandsSchool {
	font-size: 20px;
	color: #444;
	font-family: "Times New Roman", Times, serif;
}

#calendarShortcut {
	position: relative;
}

#mesDelCalendario {
	font-family: Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: white;
	position: absolute;
	top: 12px;
	left: 41px;
	-webkit-transform: rotate(-12deg);
	-moz-transform: rotate(-12deg);
	transform: rotate(-12deg);
}

#diaDelCalendario {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: black;
	position: absolute;
	top: 17px;
	left: 50px;
	-webkit-transform: rotate(-12deg);
	-moz-transform: rotate(-12deg);
	transform: rotate(-12deg);
}