@charset "utf-8";
/* 	CSS Document 
	For:	Kidditech Early Learning Centre
	By:		Spin Advertising & Design
*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
	font-size:16px;
	background-color:#BDD748;
	padding-left: 5px;
	width: 535px;
	height: 22px;
	font-family: "Trebuchet MS";
	margin: 0px;
}

h2 {
	font-size:15px;
	font-family: "Trebuchet MS";
}

.header {
	background-image: url(../images/kiddie_tech_header.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 215px;
	width: 866px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.logo {
	height: 90px;
	width: 200px;
	margin-left: 190px;
}

img {
	border:0px;
}

.content {
	width: 547px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 40px;
	background-image: url(../images/content_background.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom:20px;
	margin-bottom:-20px;
}

.content p {
	text-align:justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.footer {
	font-size:10px;
	width: 647px;
	height:46px;
	padding-top:7px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer_background.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 10px;
}

.footer p {
	margin:0px;
	padding:2px 0px 5px 0px;
}

.footer a {
	color:#FFFFFF;
	font-weight: bold;
	padding-right: 10px;
}

.footer_link a{
	padding:0px;
}

.about_left_content {
	width: 315px;
	float: left;
	margin-bottom: 15px;
}

.about_left_content h2 {
	color:#0095D9;
}

.philosophy_content {
	width: 540px;
}
	
.image_right {
	height: auto;
	width: 204px;
	float: right;
	padding-left: 10px;
}

.navigation {
	height: 27px;
	width: 560px;
	margin-top: 88px;
	margin-left: 190px;
}

.navigation a {
	color:#0095D9;
	font-size:16px;
	font-family: "Trebuchet MS";
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	text-decoration:none;
	}
.navigation a:hover {
	color: #BDD748;
}

a.selected {
	color: #BDD748;
}

.activities_download {
	background-image: url(../images/green_bg.jpg);
	margin-left: 20px;
	height: 242px;
	width: 170px;
}
.activities_download h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight: bold;
	text-align:center;
	margin: 5px 0 5px 0;
}

.progress {
	float: left;
	width: 225px;
	height: 190px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}

/****************************
	START BLOG PAGE
****************************/
#blogContentWrapper {
	width: 547px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom:20px;
	margin-bottom:-20px;
	background: url(../images/blogWrapper-BG.jpg) bottom no-repeat #FFFFFF;
}

/*START LEFT COLUMN IMAGES*/
#blogLeftColumn{
	float:left;
	width:180px;
	text-align:center;
}

.imageWrapper{
	width:175px;
	background:url(../images/blogImageWrapperBG.png) no-repeat center top;
	padding-top:16px;
	margin-bottom:2px;
}

.imageMiddleWrapper{
	width:100%;
	background:url(../images/blogImageMiddleBG.png) repeat-y center;
}

.imagePositioning{
	width:153px;
	height:126px;
	margin:0px auto;
}

.imageCaption{	
	width:153px;
	margin:0px auto;
	text-align:left;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top:3px;
}

.imageLink{
	width:153px;
	margin:0px auto;
	text-align:left;
	padding-top:2px;
}

.imageLink a{
	color:#595959;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.imageLink a:hover{
	text-decoration:underline;
}

.imageBottomWrapper{
	width:100%;
	height:12px;
	background:url(../images/blogImageBottomBG.png) no-repeat center top;
}

/*START RIGHT COLUMN*/
#blogRightColumn{
	float:left;
	width:350px;
	margin-left:10px;
	font-size:12px;
	line-height:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

#welcomeHeading{

}

#welcomeMessage{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#bdd748;
	float:left;
	margin-left:90px;
	margin-top:-25px;
	line-height:32px;
}

.blogTitles{
	font-size:24px;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:15px;
}
/****************************
	END BLOG PAGE
****************************/