@charset "utf-8";

/*Main div which encloses everything*/

#main {
	width:700px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-color:#FFECC9;
	border-color:#DFEEFF;
	border-width:20px;
	border-style:solid;
}
/*END Main div*/

	body {
		padding:20px 0px 20px 0px;
		margin:0px;
		background-color:#C9E1FF;
		margin-left:auto;
		margin-right:auto;
		font-family:Georgia, Verdana, "Times New Roman", Times, serif;
	}
	
/*First Paragraph image background*/
	.firstparagraph {
		background-image:url(../../media/look/scroll.png);
		background-position:right top;
		background-repeat:no-repeat;
	}
	
	p.firstparagraph a {
		text-decoration:none;
		outline:none;
		color:#634301;
	}
	
	p.firstparagraph a:hover {
		text-decoration:overline;
		color:#634301;
	}
	
/*END First Paragraph image background*/
		
	#verytop {
		width:700px;
		height:30px;
		background-image:url(../../media/look/main-top.png);
		background-repeat:no-repeat;
		background-position:top;
	}
	
	.cd-box {
	width:660px;
	height:250px;
	margin:10px 20px;
	}
	
	.cd-box-content {
	float:right;
	width:400px;
	margin:20px 10px;
	}
	
	.mediaplayer {
		width:200px;
		margin-right:auto;
		margin-left:auto;
		text-align:center;
		text-indent:0px;
	}
	
/*Main Image Header*/
	#header {
		width:700px;
		height:250px;
		background-image:url(../../media/look/thekingeryfamily.jpg);
		background-repeat:no-repeat;
		background-position:center;
		margin-bottom:0px;
		padding:0px;
	}
/*END Main Image Header*/

/*Sweet Sixteen Image Header*/
	#header_ss {
		width:700px;
		height:250px;
		background-image:url(../../media/look/sweetsixteen_header.jpg);
		background-repeat:no-repeat;
		background-position:center;
		margin-bottom:0px;
		padding:0px;
	}
/*Sweet Sixteen Image Header*/
	
/*nav Styling*/
	#nav {
		width:700px;
		height:26px;
		background-color:#B28C3D;
		text-align:center;
		line-height:23px;
		float:left;
	}
	
	#nav a {
		color:#634301;
		text-decoration:none;
		font-family:Georgia, Verdana, "Times New Roman", Times, serif;
		font-variant:small-caps;
		font-size:1em;
		border-top:solid;
		border-top-color:#634301;
		border-top-width:1px;
		border-left:solid 1px #B28C3D;
		border-bottom:solid 1px #B28C3D;
		border-right:solid 1px #B28C3D;
		list-style:none;
		padding-left:12px;
		padding-right:12px;
		margin:0px;
	}
	
	#nav a:hover {
		border-left:solid 1px #5E5443;
		border-bottom:double 4px #5E5443;
		border-right:solid 1px #5E5443;
		border-top-width:0px;
		text-decoration:none;
		color:#000000;
		padding-left:12px;
		padding-right:12px;
	}
/*END nav Styling*/

	#body {
		width:700px;
		height:auto;
		margin-top:26px;
		background-color:#FFECC9;
		border-top:double;
		border-top-color:#000000;
		border-top-width:3px;
		padding:0px;
	}
	
/*Standard Element Styling*/
	h2,h3,h4,h5,h6 {
		margin-bottom:0px;
		padding-bottom:0px;
		margin-top:0px;
		padding-top:0px;
		line-height:.5;
	}
	
	h1 {
		font-size:1.7em;
		font-family:"Palatino Linotype", Georgia, "Times New Roman", serif;
		font-variant:small-caps;
		text-align:center;
		line-height:.9;
		margin:0px;
		padding:20px 0px 0px 0px;
}	
	h2 {
		font-family:"Palatino Linotype", Georgia, "Times New Roman", Times, serif;
		font-size:1.1em;
		text-align:center;
		line-height:1em;
		padding:0px 0px 0px 12px;
		margin:0px;
}

	h3 {
		font-family:"Palatino Linotype", Georgia, "Times New Roman", Times, serif;
		font-size:1.5em;
		color:#634301;
		text-align:center;
		line-height:2;
		padding-top:9px;
		font-variant:small-caps;
}

	h4 {
		font-family:"Palatino Linotype", Georgia, "Times New Roman", Times, serif;
		font-size:1.2em;
		color:#634301;
		text-align:left;
		line-height:1;
		padding:0 0 0 25px;
}

	p {
		font-family:Georgia, Verdana, "Times New Roman", Times, serif;
		font-size:0.8em;
		text-align:left;
		text-indent:1em;
		padding:5px 25px 15px 25px;
		margin:0px;
		line-height:1.7;
	}
	
	img {
		display:block;
		margin-right:auto;
		margin-left:auto;
		padding-top:0px;
		padding-bottom:0px;
		outline:none;
	}

/*START hovering effects*/	
	p a {
	text-decoration:none;
	outline:none;
	color:#634301;
	}
	
	p a:hover {
	text-decoration:overline;
	color:#634301;
	}
	
	
/*END hovering effects*/
	
/*END Standard Element Styling*/
	
	.video_box {
	border:solid 6px #B28C3D;
	width:650px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	}

	
	#footer {
		width:700px;
		height:30px;
		padding:10px 0px 0px 0px;
		background-image:url(../../media/look/main-bottom.png);
		background-repeat:no-repeat;
		background-position:bottom;
		background-color:#FFECC9;
	}
	
	#footer p {
		font-family:Georgia, Verdana, "Times New Roman", Times, serif;
		font-size:0.6em;
		font-variant:small-caps;
		color:#5e5443;
		text-align:center;
		margin:0px;
		padding:6px 0px 0px 0px;
		background-image:none;
	}
	
	#designfooter {
		font-family:Georgia, Verdana, "Times New Roman", Times, serif;
		font-size:0.7em;
		color:#5e5443;
		text-align:center;
		margin:0px;
		padding:6px 0px 0px 0px;
		background-image:none;
	}
		
	.center p {
		text-align:center;
		margin-right:auto;
		margin-left:auto;
	}

/*Homepage inline nav*/

	.home_nav {
		border:solid 6px #B28C3D;
		width:650px;
		height:75px;
		position:relative;
		left: 50%;
		margin-left: -330px;
		margin-top:30px;
		margin-bottom:40px;
	}
	
	.home_nav2009,.home_nav2010,.home_nav2011,.home_nav2012,.home_nav2013 {
		border:solid 6px #B28C3D;
		width:650px;
		height:75px;
		position:relative;
		left: 50%;
		margin-left: -330px;
		margin-top:30px;
		margin-bottom:40px;
	}
	
	.home_nav2009 {
		background:url(../../media/look/2009.png) right bottom no-repeat;
	}
	
	.home_nav2010 {
		background:url(../../media/look/2010.png) right bottom no-repeat;
	}
	
	.home_nav2011 {
		background:url(../../media/look/2011.png) right bottom no-repeat;
	}
	
	.home_nav2012 {
		background:url(../../media/look/2012.png) right bottom no-repeat;
	}
	
	.home_nav2013 {
		background:url(../../media/look/2013.png) right bottom no-repeat;
	}
	
	p.homenav_big {
		font-family:Georgia, Verdana, "Times New Roman", Times, serif;
		font-size:1.5em;
		text-align:left;
		text-indent:8px;
		line-height:1;
		padding:23px 0px 0px 0px;
	}
	
	p.homenav_big a {
		text-decoration:none;
		outline:none;
		color:#3E3E3E;
	}
	
	p.homenav_big a:hover {
	text-decoration:underline;
	color:#000000;
	}

	p.homenav_small {
		font-family:Georgia, Verdana, "Times New Roman", Times, serif;
		font-size:1em;
		text-align:right;
		padding:0px 30px 0px 0px;
		margin:0px;
		background-image:url(../../media/look/nav/shadow.png);
		background-repeat:no-repeat;
	}

	p.homenav_small a {
	text-decoration:none;
	outline:none;
	color:#000000;
	}
	
	p.homenav_small a:hover {
	text-decoration:overline;
	color:#634301;
	}

/*Individual link images for Homepage inline nav*/
	#about_nav_img a, #schedule_nav_img a, #gallery_nav_img a, #sweetsixteen_nav_img a, #contact_nav_img a, #sing_nav_img a, #music_nav_img a, #photos_nav_img a, #video_nav_img a {
		width:80px;
		height:75px;
		float:left;
		background-position:left;
		background-repeat:no-repeat;
		display:block;
		}

	#about_nav_img a {
		background-image:url(../../media/look/nav/about.jpg);
		}

	#schedule_nav_img a {
		background-image:url(../../media/look/nav/schedule.jpg);
		}

	#gallery_nav_img a {
		background-image:url(../../media/look/nav/gallery.jpg);
		}

	#sweetsixteen_nav_img a {
		background-image:url(../../media/look/nav/sweetsixteen.jpg);
		}

	#contact_nav_img a {
		background-image:url(../../media/look/nav/contact.jpg);
		}

	#sing_nav_img a {
		background-image:url(../../media/look/nav/about.jpg);
		}

	#music_nav_img a {
		background-image:url(../../media/look/nav/music.png);
		}

	#photos_nav_img a {
		background-image:url(../../media/look/nav/photos.jpg);
		}

	#video_nav_img a {
		background-image:url(../../media/look/nav/videos.jpg);
		}

.img_border_right {
border:solid 4px #B28C3D;
float:right;
margin:20px;
width:204px;
}

.img_border_left {
border:solid 4px #B28C3D;
float:left;
margin:20px;
width:204px;
}

.img_border_center {
border:solid 4px #B28C3D;
margin-right:auto;
margin-left:auto;
margin-top:20px;
margin-bottom:20px;
width:204px;
float:left;
}

.caption {
font-size:9px;
outline:none;
}

a {
text-decoration:none;
outline:none;
color:#634301;
}

.img_border_center a {
outline:none;
outline-color:none;
outline-style:none;
outline-width:0px;
border:none;
}

a:hover {
text-decoration:overline;
color:#634301;
outline:none;
}

.squish {
font-size:.7em;
letter-spacing:-1px;
word-spacing:1px;
}


/*END Individual link images for Homepage inline nav*/

.schedule_date {
font-size:2em;
text-indent:0;
padding-bottom:0;
}
/*END Homepage inline nav*/

/*NEW! graphic for new items on webpage - use this HTML below the element: <div id="new"></div> */
	#new {
		position:absolute;
		top:-13px;
		left:-13px;
		width:94px;
		height:94px;
		background-image:url(../../media/look/new.png);
		background-position:top center;
		background-repeat:no-repeat;
	}
/*END NEW! graphic*/

/*Email Signup:*/
#emailSignup {
position:fixed;
width:150px;
height:50px;
font-size:10px;
margin-left:725px;
top:325px;
}

#emailSignup input {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
}

#emailSignup #email {
width:125px;
}




/*START photos page*/
	#photos {
		position:relative;
		left:50%;
		width:550px;
		height:550px;
		margin-left:-275px;
	}
/*END photos page*/
