@charset "UTF-8";
/*******************************/
/*** YUNGLING PIANO STUDIO *****/
/*** CSS MAIN Style Sheet ******/

/*** GLOBAL SYLES ***/
* {
	margin: 0px;
	padding: 0px;
}

body {		
	background-image: url(../images/backgrounds/bkgrndNotes2.gif);
	font-family: "Comic Sans MS", sans-serif;
	color: #453C1F;	
	background-color: #8C7E52;	
}

/*** HEADING STYLES ***/
h2 {
	font-size: 150%;	
}

h3 {
	font-size: 128%;	
}

h4 {
	font-size: 110%;
}

#content h4.feature {
	font-size: 1.1em;
	border: none;
	margin-bottom: 5px;
}

#content h4.newsTitle {
	font-size: 1.1em;
	border: none;
	margin-bottom: 5px;
	color: #820000; 
}
	

h5 {
	font-size: 90%;	
}

h6 {
	font-size: 70%;
}


/*****************************/
/*****PARAGRAPH types********/
/*****************************/
p {
	font-size: 90%;
	line-height: 125%;
	font-family: "Trebuchet MS", sans-serif;	
}



	/*** for NEWS on Index page ***/
p.news {
	font-size: 0.85em;
	font-family: "Century Gothic", sans-serif;		
	color: #000;
	line-height: 1.5em;
}

#content p.newsSnippet {
	font-size: 0.85em;
	font-family: "Century Gothic", sans-serif;		
	color: #000;
	line-height: 1.5em;
	padding-bottom: 4px;	
}

/*** Default IMAGE Style ***/
img {
	border: none;
}

img.right {
	float: right;
	padding: 28px 0px 0px 15px; 
}

img.rightNoTop {
	float: right;
	padding: 0px 0px 10px 15px;
}

img.left {
	float: left;
	padding: 2px 8px 0px 0px;
}

/***  For large Gallery IMG's ***/
img.gallery {
	padding: 0px 0px 15px 0px;
}


/**************************/
/******** DIV STYLES ******/
/**************************/

/*** CONTAINER ***/
#container {
	width: 1000px;
	margin: 10px auto 20px auto;	
}

/**************************/
/*** HEADER & Components***/
/**************************/
#header {
	width: 1000px;
	height: 120px;
	background-color: #820000;
	position: relative;
	text-align: center;
	border-bottom: 3px solid #560007;
}

h1 {	
	font-family: "Century Gothic", sans-serif;	
	position: absolute;
	top: 20px;
	left: 20px;
	letter-spacing: 3px;
	color: #FFFFFF;
	font-size: 152%;		
	font-weight: normal;	
}

#topaddress {
	float: right;
	margin: 20px 20px 0px 0px;
	text-align: right;
}

	p.topaddress {
			font-size: 80%;
			color: #FFFFD9;
	}

#mainnav {
	padding: 90px 0px 5px 0px;	
	position: relative;
}


	/*** MAIN nav Styles ***/
	a.mainnav, a.mainnav:link, a.mainnav:visited, a.mainnav:hover, a.mainnav:active {
		font-family: "Century Gothic", sans-serif;
		text-decoration: none;
		color: #C2C285;	
		font-size: 90%;	
	}
	
	a.mainnav:hover {
		text-decoration: underline;
		color: #FFFFD9;
		font-size: 90%;	
	}


	/**********************/
	/***** NAV **********/
	/**** LIST STYLES ***/
	/***********************/
	
	ul.topnav, ul.mainnav {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	
	ul.topnav li {
		float: left;
		padding: 0px 8px 0px 8px;
	}
	
	ul.mainnav li {	
		display: inline;
		margin-left: auto;
		margin-right: auto;
		padding: 0px 20px 0px 20px;	
	}

#center, #centerGallery {	
	padding: 0px;
	width: 760px; 
	background-color: #FFFFD9;
}

	

/****************/	
/*** SIDEBAR ****/
/****************/
#sidebar {
	width: 378px;
	background-color: #DDDDBD;		
	border-right: 2px solid #CFCF9E;
	float: left;	
}

.sidefeature, .sidefeatureCenter {
	height: 75px;
	border-bottom: 1px solid #CFCF9E;
	padding: 6px 20px 6px 20px;
}

.sidefeatureCenter {
	text-align: center;
}

.sidead {	
	padding: 0px 5px 15px 25px;
}

	/***** Sidebar PARAGRAPH******/
	/***** and Heading fonts ********/
	
	h4.side {		
		font-size: 100%;	
		color: #454521;
		padding: 0px 0px 3px 0px;	
	}
	
	p.side {		
		font-size: 75%;
		color: #454521;		
	}

	/********Sidebar Images **********/	
	img.sideimg {	
		float: left;	
		padding: 0px 10px 1px 0px;	
	}

	/*****SIDEBAR NAV Styles *****/	
	a.side, a.side:link, a.side:visited, a.side:hover, a.side:active {
		text-decoration: underline;	
		color: #454521;
	}
	
	a.side:hover {	
		color: #820000;
		text-decoration: none;	
		background-color: #C0AF74;
	}
	
	/****Sidebar ACTIVE state styles ***/
	a.active, a.active:link, a.active:visited, a.active:hover, a.active:active {	
		text-decoration: none;	
		color: #454521;
		background-color: #C0AF74;
	}
	
	a.active:hover {
		color: #820000;
		text-decoration: underline;	
		background-color: #C0AF74;
	}
/****************/
/*** CONTENT ***/
/***************/
#content {
	width: 620px;	
	background-color: #FFFFD9;
	float: right;	
}

		/** Used for student quotes in body **/
		blockquote {
			font-family: "Century Gothic", sans-serif;
			font-size: 90%;
			font-style: italic;
			line-height: 20px;
			color: #333333;
			font-weight: bold;
		}

.feature {
	border-bottom: 1px dotted #820000;			
}

		p.quote {
	text-align: left;
	font-style: italic;
	font-size: 0.9em;
	margin: 15px 60px 6px 60px;
	line-height: normal;
	color: #820000;	
		}
		
		p.tiny {
	text-align: right;
	font-style: italic;
	font-size: 62%;
	margin: 0px 60px 15px 60px;
	line-height: normal;
	color: #820000;	
		}
			
		
		p.quote:first-letter {
			font-size: 190%;	
			font-weight: bold;
		}	
		

.paragraph {	
	margin: 12px 60px 5px 60px;
	text-align: justify;
}

	/**** Paragraph Class ******/
	/*** Paragraph & Heading ***/
	/****** Styles ****************/
	
	.paragraph h4 {
		font-size: 92%;
		margin: 0px;
		padding: 12px 0px 0px 0px;
	}
	
	.paragraph h3 {
		text-align: left;
		margin: 0px;
		padding: 12px 0px 16px 0px;
	}
	
	.paragraph p {
		margin: 0px;
		padding: 0px 0px 12px 0px;
	}	
	
	.paragraph p.imageSubText {
		width: 400px;
		margin: 0px 0px 20px 0px;
		font-size: 0.8em;
		color: #333;
	}
	
	/***   SPECIAL PHOTO DIV   ****/
	/*** FOR RESOURCE PAGE ONLY ***/
	#photoRight {
		width: 198px;
		height: 282px;
		float: right;
	}
		
		
	/***************************/
	/***Text LIST styles ****/
	/**************************/
	
	ul.intext {	
		margin: 0px;
		padding: 0px 0px 10px 60px;
	}
	
	li.text {	
		font-family: "Century Gothic", sans-serif;
		font-size: 78%;		
		font-weight: bold;
	}
	
	ul.textNormal {
		margin: 0px;
		padding: 0px 0px 10px 40px;
	}

	/***** In Text link styles**********/	
	a.text, a.text:link, a.text:visited, a.text:hover, a.text:active {
		text-decoration: none;
		border-bottom: 1px dotted #820000;
		color: #820000;
		font-weight: bold;
		font-size: 90%;
	}
	
	a.text:hover {
		border-bottom: 1px solid #820000;
		text-decoration: underline;
		color: #820000;	
	}

/***  SEMESTER CALENDAR STYLES ***/
table.semesterCal {
	margin: 0px 0px 20px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;	
	text-align: center;
	border: 2px solid #333333;
}

table.semesterCal td {
	padding: 4px 0px 4px 0px;
	border: 1px solid #333333;
}

td.shaded, td.shadeLeft, td.shadeLeft6wk {
	background-color: #454521;
	color: #FFFFD9;
}

td.shadeLeft, td.shadeLeft6wk {
	text-align: left;
}

td.shadeLeft h3 {
	margin-left: 50px;
}

td.shadeLeft6wk h3 {
	margin-left: 30px;
}

td.closed {
	background-color: #820000;
	color: #FFFFFF;
	font-style: italic;
}


/*** Map Image ***/
#map {
	text-align: center;
	width: 480px;
	margin: 0px auto 0px auto;
}


/*** FOOTER ***/
#footer {
	width: 1000px;
	height: 30px;
	background-color: #820000;
	clear: both;
	text-align: center;
	border-top: 3px solid #560007;		
}

	/******************************/
	/****Footer PARAGRAPH***/
	/******and Heading styles **/
	/******************************/	
	p.address {
		font-family: "Century Gothic", sans-serif;		
		font-size: 75%;
		color: #FFFFD9;		
	}
	
	/******BOTTOM NAV Styles *****/
	
	a.bottom, a.bottom:link, a.bottom:visited, a.bottom:hover, a.bottom:active {
		font-family: "Century Gothic", sans-serif;
		text-decoration: none;
		color: #FFFFD9;		
		font-size: 75%;	
	}
	
	a.bottom:hover {
		text-decoration: underline;	
	}


/********** Special style for *************/
/*****LINK to identify current page*****/
#mainthispage a:link, #mainthispage a:visited, #mainthispage a:hover, #mainthispage a:active {
	font-family: "Century Gothic", sans-serif;
	font-size: 90%;
	text-decoration: underline;
	color: #FFFFFF;
}


/************************************/
/****** Special Class Styles ******/
/**********************************/
.red {
	color: #820000;
	font-weight: bold;
}

.tiny, p.copyRight {
	font-size: 55%;
	font-family: "Trebuchet MS", serif;
}

p.copyRight {
	margin-top: 20px
}

p.small {
	font-size: 80%;	
}

p.center, img.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}


/*****************************/
/*** Body TABLE styles ****/
/******************************/

table.summary {
	border: solid 1px #820000;		
	margin: 0px auto 0px auto;
}


td.body, td.heading {
	vertical-align: top;
	padding: 6px 0px 6px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
}

td.body {
	padding-right: 15px;
}

td.heading {
	font-weight: bold;
}


/*******************************/
/****Photo Gallery Styles****/
/*******************************/
#contentGallery {
	width: 620px;	
	background-color: #C0AF74;
	float: right;
}

#gallery {
	width: 100%;
	padding-top: 10px;	
	text-align: center;
	background-color: #C0AF74;
}

#gallery img {
	border: 18px solid #560007;
}

table.galleryTable {
	margin-left: auto;
	margin-right: auto;
}

h6.photo {
	color: #35351A;
	font-size: 70%;
	text-align: center;	
	font-weight: normal;
	margin-bottom: 20px;
}

	/*** Recital Gallery Styles ***/
	table.studioGallery {
		padding: 0px;
		margin: 0px;
		}
	
	.studioGallery tr {	
		padding: 0px;
		margin: 0px;
			
	}
	
	.studioGallery td {
		width: 250px;		
		height: 200px;		
		padding: 0px;
		margin: 0px;
	}

/***  YOUTUBE Inserts ***/
.youTube {
	margin: 5px 0px 8px 0px;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}
