
/*
	Kidmotion
	
	Style Sheet Contents
	
		LAYOUT
		TYPOGRAPHY
		CONTACT
		
*/


/* ---------------------------------------------------------LAYOUT---------- */

#wrapper {
	
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	z-index: 1;
	background-image: url('../images/header_bg.jpg');
	background-repeat: repeat-x;
	
	}
	
#header {
	
	position: relative;
	margin: 45px auto;
	width: 960px;
		
}

#header img{
	
	border: 0px;
}
	
#content {
	
	margin: 45px auto;
	width: 960px;

	
}

#content_box {
	
	xborder: 1px dashed red;
	
	width: 950px;
	float: right;
	
}

#bubble {
	
	position: relative;
	width: 353px;
	height: 435px;
	background-image: url('../images/bubble_bg.jpg');
	padding:0px;
	margin: 0px;
	float: right;
	margin-right: 0px;
	margin-top:10px;
	
	xborder: 1px dashed red;
	
}

#slider1 img{
	
	padding-left: 25px;
	padding-top: 20px;
	
}

#slider1 div p{
	
	color: #fff;
	font-size: 14px;
	padding-left: 50px;
}

#intro{
	
	position: relative;
	padding:0px;
	margin: 0px;
	float: left;
	margin-left: 0px;
	margin-top:0px;
	width: 540px;
	
	xborder: 1px dashed red;
}

#intro img {
	
	padding-top:20px;
	padding-bottom: 20px;
	
}

#intro p{
	
	line-height: 2;
}

.intro_box{
	display:inline-block;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	padding:8px;
	margin: 2px;
	float:left;
	background-color: #99cc33;
	width: 87px;
	height: 87px;
	-moz-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border-radius: 15px;

}

#intro h1{
	text-decoration: none;
	padding:0px;
	margin:0px;
}
	

#text_box {
	
	width: 550px;
	float: right;
	line-height: 1.5;
	padding-bottom: 40px;
	
}

#text_box img{
	
	border: 0px;
	
}	

#footer {
	
	position: fixed;
	bottom: 0px;
	width:100%;
	text-align: center;
	height: 22px;
	background-color: #ccc;
	padding-top: 5px;
		
}

#footer p{
	
	display: inline;
	font-family: "Lucida Grande", sans-serif;
	color: #666;
	font-size: 10px;
	letter-spacing:1px;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	
}

#nav {
	
	position:absolute;
	top: 89px;
	right: 0px;
		
}

#nav img{
	
	padding-left: 17px;
	border: 0px;

}

#map{
	
	width: 300px;
	padding-bottom: 40px;
	

}

#map iframe{
	
	border: 2px solid #ccc;
	

}

.floatright {
	
	float: right;
		
}

.floatleft {
	
	float: left;
		
}

.content_image {
	
	float: left;
	padding-left:40px;
	padding-right:40px;
		
}

.clearer {

	clear: both;

}

.watermark {
	position:fixed;
	bottom:0;
	right:0;
	z-index: 0;
}

.heading {
	
	padding-bottom: 15px;
	
}

#slideshow{
	
	position:relative;
	height:420px; 
	width:280px;
	overflow:hidden;
	float: left;
	margin-left: 50px;
	margin-top: 10px;
	}
	
#horizontal_img_box{
	
	position:relative;
	width:360px;
	float: left;
	margin-left: 0px;
	text-align: center;
	}
	
#funding_img_box{
	
	position:relative;
	width:350px;
	float: left;
	margin-left: 0px;
	text-align: center;
	}
	
#vertical_img_box{
	
	position:relative;
	width:350px;
	float: left;
	margin-left: 0px;
	text-align: center;
	}
	
.img_border{
	
	border: 2px solid #ccc;
	margin-bottom: 30px;
	
	}

.fadein { 
	
	position:relative; 
	height:420px; 
	width:280px; 
	border: 2px solid #ccc; 
	
}

	
/* ---------------------------------------------------------TYPOGRAPHY------ */

	
body {
	
	background-color: #fff;
	font-family: "Lucida Grande", sans-serif;
	color: #666;
	font-size: 12px;
	letter-spacing:1px;
	background-image: url('../images/KM_watermark.jpg');
	background-position: right bottom;
	background-repeat:no-repeat;

	
	}


h1 {
	
	font-family: "Lucida Grande", sans-serif;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 50px;
	font-weight: normal;
	margin-left: 25px;
	line-height: 1px;
	letter-spacing: 2px;
	color: #99cc33;
	
	}
	
h1 span{
	
	font-family: "Lucida Grande", sans-serif;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 50px;
	font-weight: normal;
	line-height: 1px;
	letter-spacing: 2px;
	color: #666;
	
	}
	
.bold_italic {
	font-weight: bold;
	xfont-style: italic;
}
	
h2 {
	
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	margin-left: 0px;
	line-height: 1px;
	
	}
	
	
h3 {}
h4 {}


a:link {
	
	color: #99cc33;
	text-decoration: none;
	border-width: 0px;
	
	}
	
a:visited {
	
	color: #99cc33;
	text-decoration: none;
	
	}
a:hover {
	
	color: #333;
	
	}
		
a:active {
	
	color: #99cc33;
	
	}
	
#footer a:link {
	
	color: #666;
	text-decoration: none;
	border-width: 0px;
	
	}
	
#footer a:visited {
	
	color: #666;
	text-decoration: none;
	
	}
#footer a:hover {
	
	color: #fff;
	
	}
		
#footer a:active {
	
	color: #666;
	
	}
	
/* ---------------------------------------------------------------------------------------------------------------------------------- CONTACT */

#contact-area {
	width: 100%;
	margin-top: 10px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 380px;
	font-family: "Lucida Grande", sans-serif;
	margin: 0px 0px 10px 0px;
	xborder: 2px solid #333;
	
}

#contact-area textarea {
	height: 60px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #ccc;
}

#contact-area input.submit-button {
	width: 80px;
	float: left;
}

label {
	float: left;
	text-align: left;
	margin-right: 5px;
	width:100%;
	padding-top: 5px;
	font-size: 12px;
}
	

