/** 
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: Verdana, Lucida, sans-serif; 
	background:url(../images/page-bg-top.png) no-repeat top center;
	
}

html {
	background:url(../images/page-bg-bg.png) repeat-y center;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}




/* CONTAINER
----------------------------------------- */

#Container {background:url(../images/banner.png) no-repeat top;min-height:640px}
#Layout {min-height:400px}



/* HEADER
----------------------------------------- */

#Header {
	height:180px;
}

#Header h1 {text-indent:-9999px;}






/* MAIN NAVIGATION 

----------------------------------------- */

ul.navigation {}
ul.navigation li {}
ul.navigation li a {font-size:1.6em;color:#469A9F;font-weight:bold;text-decoration:none;display:block;padding:5px 0 5px 30px}
ul.navigation li a:hover {background:url(../images/nav-hand.png) left center no-repeat}

ul.navigation li.current ,ul.navigation li.section {}
ul.navigation li.current a,ul.navigation li.section a {background: url(../images/nav-hand.png) left center no-repeat; }

ul.subul {margin-bottom:20px}
ul.subul li {}
ul.subul li a {font-size:1.3em;color:#469A9F;font-weight:normal;text-decoration:none;display:block;padding:6px 0 6px 40px}
ul.subul li a.current {font-weight:bold}
ul.subul li a:hover {font-weight:bold}
ul.navigation li.current ul.subul a,ul.navigation li.section ul.subul  a {background: none!important;}


ul.subul2 {margin-left:20px;margin-bottom:20px}



    
/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
}
	#Breadcrumbs p {
		margin: 0;
	}


/* SIDEBAR
-------------------------------------- */
#rightcol {position:relative;text-indent:-9999px}
#rightsidekids {position:absolute;top:0;left:0;width:270px;height:300px;background:url(../images/right-side-kids1.png);z-index:7}
#rightsidenews {position:absolute;top:233px;left:14px;width:230px;height:165px;background:url(../images/latest-news.png);z-index:8}
#rightsidephotos {position:absolute;top:365px;left:71px;width:172px;height:177px;background:url(../images/right-photos.png);z-index:9}

#rightsidekids a {display:block;width:270px;height:300px;}
#rightsidenews a {display:block;width:230px;height:165px}
#rightsidephotos a {display:block;width:172px;height:177px}

/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM 
-----------------------------------------------*/

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}


/* FOOTER
----------------------------------------------- */

#Footer {height:384px;background:#fff url(../images/footer-bg.png) center bottom no-repeat}