body {
	background-color: #c3d8e9;
	background-image: url(images/bkg.jpg);
	margin: 0;
	padding: 0;
	color: #000000;
	background-attachment: fixed;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}

.clear {
	clear:both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

a img {
	border: none;
	margin-top: 3px;
	outline: none;
}

a {
	outline: none;
	color: #21425B;
}

a:hover {
	font-weight: bold;
}

img.aligncenter {display: block; margin: 20px auto;}
a img.aligncenter {display: block; margin: 20px auto;}


#Home {
	min-height: 130px;
	background-image: url(images/h4i_header.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0;
	padding:0;
}

.rss {
	width: 40px;
	float: right;
	margin: 30px 25px 0 0;
}

.rss a{
	background-image: url(images/rssBtn.png);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	height: 45px;
	color: #FFF;
}

.rss a:hover{
	background-position: left;

}

#mainContent {
	width: 950px;
	min-height: 620px;
	margin: -130px auto 0 auto;
	background-image: url(images/home_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#nav {
	position: fixed;
	height: 140px;
	width: 170px;
	top: 130px;
	background-image: url(images/menuBkg.png);
	padding-top: 30px;
	background-repeat: no-repeat;
	margin-left: 0;
	z-index: 11;
}

#blogMain {
	width: 900px;
	margin: -200px auto 0 auto;
	background-color: #fdd945;
	height: auto;
}

#sidebar {
	width: 180px;
	margin: -50px 0 0 -25px;
	float: left;
	overflow: hidden;
}

.menu_list {	
	width: 175px;
}
.menu_head {
	padding: 20px 0 0 0;
	cursor: pointer;
	position: relative;
	margin:20px 0 0 0;
	font-weight:bold;
	background-image: url(images/sideBtn.png);
	background-repeat: no-repeat;
	height: 30px;
}
.menu_body {
	display:none;
	background-color:#ffb400
}

.menu_body ul{
	list-style: none;
	margin-top: 2px;
	padding: 10px 0 10px 0;
}

.menu_body a{
	color:#006699;
	padding-left:15px;
	text-decoration:none;
	font-size: 10pt;
}
.menu_body a:hover{
	color: #FFF;
	text-decoration:underline;
}

#search_block {
	width: 175px;
	height: 46px;
	overflow: hidden;
	position: relative;
	padding: 15px 0 0 0;
}

#search_block input.field {
	width: 120px;
	position: absolute;
	left: 10px;
	top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	border: none;
	background-color: #FFF;
}

#search_block input.submit {
	position: absolute;
	left: 135px;
	top: 3px;
}

#content {
	width: 740px;
	margin-left: 185px;
	overflow: hidden;
}

.post {
	display: block;
}

.postBox {
	background-color:#FFF;
	width: 660px;
	min-height: 185px;
	float: left;
	margin: 0 0 30px 0;
}
.post-date {
	width: 70px;
	height: 60px;
	float:left;
	padding: 3px;
	border: 2px solid #cee6f9;
	margin: 16px 16px 10px 0;
}

.post-date-ex {
	width: 70px;
	height: 60px;
	float:left;
	padding: 3px;
	border: 2px solid #cee6f9;
	margin: 16px;
}
.post-month {
	font-size: 18px;
	text-transform: uppercase;
	color: #6398c1;
	text-align: center;
	display:block;
	font-weight: bold;
}

.post-day {
	font-size: 24px;
	text-transform: uppercase;
	color: #6398c1;
	text-align: center;
	display:block;
	font-weight: bold;
}

.post-title {
	background-color:#cee6f9;
	padding: 7px 15px;
	border: 6px solid #FFF;
}

.post-title a{
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #3d6f96;
}

.post-title a:hover{
	color: #FFF;
}

.entry-ex {
	width: 380px;
	float: left;
	display: block;
	margin: 20px 0;
}

.entry-ex p{
	margin: 0;
	display: inline;
}

.entry-ex br{
	display: none;
}

.entry {
	width: 600px;
	padding: 0 30px 20px 30px;
	float: left;
	display: block;
}

.thumbnail {
	margin: -35px 20px 0 0;
	float: right;
	padding: 0;
}

.thumbnail img{
	border: 4px double #C6D9E8;
	background-color: #FFF;
}

.post-cat {
	color: #3d6f96;
	font-size: 10pt;	
	padding: 0 20px;
	margin-top: -5px;
}

.post a{
	color: #3d6f96;
}

.post a:hover{
	font-weight: bold;
}

.goArrow {
	width: 60px;
	float: right;
	margin: 60px 10px 0 0;
}

.goArrow a{
	background-image: url(images/goArrow.png);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	height: 110px;
	color: #FFF;
}

.goArrow a:hover{
	background-position: left;

}

.navigation {
	clear: both;
	margin-right: 80px;
	font-size: 16px;
	font-weight: bold;
}

.navigation a{
	text-decoration: none;
}

.navigation a:hover{
	text-decoration: underline;
}

.postmetadata {
	margin-top: 20px;
}

#castMain {
	background-image: url(images/castHeader.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 600px;
	width: 950px;
	margin: 0px auto;
	padding-top: 160px;
}

#Cast {
	margin: 0;
	display: block;
	width: 200px;
	height: 3px;
}

#kids {
	margin: 0 0 0 200px;
	display: block;
	height: 700px;
	
}
.kidpic {
	float: left;
	margin: -50px 0 0 -30px;
	
}

.kidpic a{
	display: block;
	width: 150px;
	height: 150px;
	padding: 30px;
	margin: 0;
	
}

.kidpic a:hover{
	background-image: url(images/starburst.png);
	background-repeat: no-repeat;
	background-position: center center;
}


#kid1{
	margin-top: 20px;
	margin-left: 10px;
}

#kid2{
	margin-left: -40px;
}

#kid4{
	margin-top: 20px;
	margin-left: -50px;
}


#kid6 {
	margin-top: -110px;
}

#kid7 {
	margin-top: -110px;
	background-image: url(images/swirl1.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#kid9 {
	margin-left: 10px;
}

#kid10, #kid11 {
	margin-left: -40px;
	margin-top: -90px;
}

#kid13 {
	margin: -40px 0 0 -30px;
}

#kid14 {
	margin-top: -80px;
}

#kid15 {
	margin-top: -60px;
}

#bran {
	margin: -20px 0 0 -20px;
}

#aboutHead {
	background-image: url(images/aboutHeader.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 700px;
	width: 950px;
	margin: 0px auto;
	padding-top: 250px;
}

#About {
	margin: 0;
	display: block;
	width: 200px;
	height: 3px;
}

#aboutMain {
	background-image: url(images/aboutFooter.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 900px;
	margin: -250px auto 0 auto;
	background-color: #21425b;
	overflow: hidden;
}

#aboutPhotos {
	background-image:url(images/aboutPhotos.png);
	width: 210px;
	height: 575px;
	float: left;
	display: block;
	margin: 0 0 0 150px;
}

#aboutPage1 {
	float: left;
	width: 360px;
	margin: 50px 20px 50px 20px;
	color: #CCC;
}

#aboutPage2 {
	background-color:#FFF;
	background-image:url(images/page1body.jpg);
	width: 600px;
	margin: 30px 70px 0 70px;
	clear: both;
	padding: 40px 80px;
	background-repeat: repeat-y;
	background-position: left;
}

.pageTop {
	background-image:url(images/page1head.jpg);
	height: 60px;
	width: 760px;
	margin: -40px 0 -20px -80px;
	background-repeat: no-repeat;
	background-position: left top;
}

.pageBottom {
	background-image:url(images/page1foot.jpg);
	height: 60px;
	width: 760px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0 0 -40px -80px;
}

#FAQ {
	margin: 0;
	display: block;
	width: 200px;
	height: 3px;
}
#FAQmain {
	background-image: url(images/FAQheader.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 600px;
	width: 950px;
	margin: 0px auto;
	padding-top: 50px;
}

#FAQcontent {
	min-height: 600px;
	margin: 150px 0 0 220px;
}

#FAQcontent h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: bold;
	color: #8EADC8;
	margin: 0;
}

#FAQcontent p{
	color: #333;
	margin: 5px 0 30px 0;
	background-color: #FFF;
	padding:20px;
	width: 640px;
	display: block;
	box-shadow: 2px 2px 0px #8EADC8;
    -moz-box-shadow: 2px 2px 0px #8EADC8;
    -webkit-box-shadow: 2px 2px 0px #8EADC8;
}

#footer {
	background-image:url(images/h4i_footer.png);
	min-height: 200px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin:0;
	padding:0;
}

#footerContent{
	margin: 0 auto;
	padding: 170px 0 0 80px;
	color: #C6D9EA;
	text-align: center;
}

#footerContent a{
	color: #FFF;
	text-decoration: none;
}

#footerContent p{
	margin: 0;
	display: inline;
}

#footerContent br{
	display: none;
}
