body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin:0;
	background:#60563C url(background/body.png) top left repeat-x;
	text-align:center; /* ie 5.5+ hack */
}

body * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	list-style-type: none;
}

#wrap {
	width:980px;
	text-align:left;
	margin:10px auto;
	position:relative;
}


/* ------------------------------------------------------------------------------- standard styling */

/* re-face headers */

h1, h2, h3, h4 { font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; }

h1 {
	font-size:3.2em;
	color:#6B963D;
	margin-bottom:0.5em;
}

h2 {
	font-size:2.0em;
	color:#999999;
	margin-bottom:1em;
}

h3 {
	font-size:1.6em;
	color:#999999;
	margin-bottom:1em;
	background:url(background/hr.jpg) bottom center no-repeat;
	padding-bottom:40px;
}

hr { display:none; }

p { 
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:1em;
}

h1 a, h2 a, h3 a, p a {
	border-bottom:1px solid #ccc;
	color:#6B963D;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
p a:hover { background:#F0F5EC; }

/* ------------------------------------------------------------------------------- header */

#header {
	height:100px;
	width:100%;
	float:left;
}

	#header img {
		margin-top:10px;
	}
	
/* ------------------------------------------------------------------------------- navigation */
	
ul#navigation {
	width:190px;
	display:block;
	float:left;
	padding-top:20px;
}

	ul#navigation li {
		margin-bottom:5px;
	}
	
	ul#navigation li a {
		display:block;
		font-size:1.6em;
		background:url(background/buttons.jpg) top left no-repeat;
		width:170px; padding-left:20px;
		height:54px;
		line-height:3.5em;
		color:#000000;
	}
	
	ul#navigation li a:hover,
	ul#navigation li.current_page_item a { background-position:bottom; }
	
	
	
	
	
/* ------------------------------------------------------------------------------- content */

#content {
	width:500px;
	padding:20px;
	background:#fff url(background/content.jpg) top left no-repeat;
	float:left;
	min-height:400px;
}

#content p {
	color:#999999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
}

#content img.inline-border {
	border:4px solid #F2F2F2;
	float:left;
	margin:0 6px 0 0;
}

#content img.inline {
	float:left;
	margin:0 6px 0 0;
}

	ul#home_links { 
		display:block;
		width:100%;
		float:left;
		margin-bottom:20px; 
	}

	ul#home_links li {
		font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal;
		float:left;
		margin-right:15px;
	}
	
	ul#home_links li a {
		display:block;
		padding:103px 10px 10px 10px;
		width:131px; height:50px;
		font-size:1.2em;
		font-weight:normal;
		color:#CCCCCC;
	}
	
	ul#home_links li a span {
		font-size:1.4em;
		color:#fff;
	}
	
	ul#home_links li#home_about a {
		background:url(background/homepage_about.png) top left no-repeat;
	}
	
	ul#home_links li#home_kk a {
		background:url(background/homepage_kidzklub.png) top left no-repeat;
	}

	ul#home_links li#home_group a {
		background:url(background/homepage_housegroup.png) top left no-repeat;
	}
	
/* ------------------------------------------------------------------------------- blog elements */

.blog_post {
	background:url(background/hr.jpg) bottom center no-repeat;
	padding-bottom:30px;
}

.blog_date {
	width:34px; height:36px;
	background:url(background/blog_date.png) top left no-repeat;
	text-align:center;
	padding-top:4px;
	float:left;
	margin-right:10px;
	font-size:1.2em;
	color:#333333;
}

#blog #extended ul {
	margin-bottom:10px;
}

#blog #extended ul li {
	margin-bottom:1em;
	font-size:1.2em;
}

#blog #extended ul li span {
	font-size:0.9em;
	color:#2A261A;
	background:#7A6D4C;
	padding:1px 2px;
}



/* ------------------------------------------------------------------------------- extended */

#extended {
	width:180px;
	padding:20px 10px 20px 10px;
	float:left;
}

	#extended h4 {
		font-size:2.1em;
		color:#fff;
		margin-bottom:0.3em;
		font-weight:normal;
	}
	
	#flickr {
		width:100%;
		float:left;
	}
	
	#flickr img {
		float:left;
		border:4px solid #fff;
		margin:0 5px 5px 0;
	}
	
	#extended ul li a,
	#extended p a {
		color:#E4CC8E;
		border-bottom:1px solid #7A6D4C;
	}
	
	#extended ul li a:hover,
	#extended p a:hover { background:#7A6D4C; }
	
	
	#extended p {
		color:#E4CC8E;
		font-size:1.2em;
		font-weight:normal;
	}
	
	#extended p small {
		color:#7A6D4C;
		font-size:0.8em;
	}

/* ------------------------------------------------------------------------------- footer */

#footer {
	clear:left;
	width:520px;
	padding:10px;
	margin-left:190px;
	background:#F7F7F7;
	position:relative;
}

	#footer #roo {
		position:absolute;
		right:10px; top:10px;
	}
	
	#footer p {
		font-size:1.1em;
		color:#999999;
		margin:0;
	}
	
	#footer p a {
		color:#6B963D;
		border-bottom:1px solid #CCCCCC;
	}	
	
	#footer p a:hover { color:#000; }
	
/* ------------------------------------------------------------------------------- snapshots */

#snapshot_a,
#snapshot_b {
	position:absolute;
	display:block;
}

#snapshot_a { top:0; right:70px; }
#snapshot_b { top:15px; right:170px; }