@charset "UTF-8";
/* CSS Document */

#shadow {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/dropshad.jpg);
	background-repeat: repeat-y;
}
#address {
	height: 75px;
	width: 300px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
}
.bigtext {
	font-size: 120%;
}
.twoColFixLtHdr #shadow #container #mainContent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 5px;
	width: 520px;
}

.twoColFixLtHdr #shadow #container #mainContent p {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body  {
	background: #66666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #F2F2F2;

}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-color: #FFF;
	background-image: url(images/paint2.jpg);
	width: 800px;
	height: 0px;
	padding-top: 370px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	background-repeat: no-repeat;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ec2424;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFF;
/*	height: 550px;*/
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #mainContent {
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #ec2424;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	font-size: 90%;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#header {
	background-image: url(Macintosh%20HD/Users/kasiabluhm/Sites/Kids_Play%20website/public/images/index.html);
}
#top {
	background-image: url(images/top2.jpg);
	background-repeat: no-repeat;
	height: 41px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 0px;
	text-align: center;
	width: 940px;
}
#bottom {
	background-image: url(images/botom2.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: 940px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#leftcol {
	float: left;
	width: 260px;
}
#rightcol {
	float: right;
	width: 260px;
}
#leftcolpic {
	background-repeat: no-repeat;
	height: 68px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-left: 0px;
}
#rightcolpic {
	background-repeat: no-repeat;
	height: 68px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-left: 0px;
}
h1 {
	font-size: 21px;
}

#apDiv1 {
	position:absolute;
	left:753px;
	top:48px;
	width:236px;
	height:178px;
	z-index:1;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #shadow #container #mainContent #leftcol ul li {
	font-size: 16px;
}
.twoColFixLtHdr #shadow #container #mainContent #leftcol ul {
	font-size: 14px;
	padding-right: 20px;
	padding-left: 15px;
}
.twoColFixLtHdr #shadow #container #mainContent #leftcol ul li {
	font-size: 9px;
}
.colfont {
	font-size: 14px;
}

      


* {
	margin: 0;
	padding: 0;
}


p {

	margin-bottom: 15px;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 325px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-left:15px;
	width: 150px;
	padding-top: 5px;
	font-size: 1.2em;
}

ol, ul {margin-left:40px}