@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #b8fbf6;
	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: #73301b;
	}
.oneColFixCtr #container {
	width: 722px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(/imagesKids/bg.gif) left repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColFixCtr #mainContent {
	/* padding: 0 20px;  remember that padding is the space inside the div box and margin is the space outside the div box */
}

.date {
	background: #02968b;
	width: 220px;
	font-size: 12px;
	color: #FFFFFF;
	text-align:right;
	padding: 5px 15px 5px 5px;
	text-transform: uppercase;
		
}



.contentBlock {
	padding-bottom: 40px;
	background:url(/imagesKids/dotted.gif) top left no-repeat;
	}

.leftColumn {
	width: 225px;
	text-align:right; 
	float: left;
	padding-right: 8px;
}

.rightColumn {
	width: 480px;
	float: right;
	}

.rightColumn p {
	text-align:left;
	margin-top: 30px;
}

h1 {
	font-size: 18px;
	text-align:right;
	margin: 20px 0 0 35px;
	padding-bottom: 0;
}

p {
	padding: 0;
	margin: 0 0 0 35px;
}	

#subNav {
	text-align: center;
	font-size: 12px;
	padding: 15px 50px 15px 50px;
	border-top: 2px #b8fbf6 dashed;
}
	
	a {
	color: #73301b;
	}
	
	a:hover {
	color: #006666;
	}
 .tweet { 
 padding-left: 20px;
}
.tweetMulti { 
 margin: -50px 0 0 0;
}
#tweet {
 font-size: 10px;
}
#twitter_div ul li{
list-style: none;
}
#twitter_div {
 font-size: 10px;
 width: 350px;
 padding-left: 300px;
}
#currentStatus{
 padding-left: 0px;
}
