
/* 
Colors:
light blue butterfly bg: #D0EAF1
light blue nav bg: #CFE9F1
dark blue nav text: #3F629C
orange nav text: #E98656
*/

html,
body {
	margin:0;
	padding:0;
	height:100%; /* 100 % height */
}
html>body #wrap {height:100%;} /* 100 % height */
#header {
	width:100%;
	height:5em;
}
html>body #header {
	position:fixed;
	z-index:10; /* Prevent certain problems with form controls */
}
html>body #content-wrap {height:100%;} /* 100 % height */
html>body #content {padding:8em 1em;} /* 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */
#footer {
	width:100%;
	height:5em;
}
html>body #footer {
	position:fixed;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
}

/* Styling to make this demo page look just a little bit better */
html,
body { 
	 color: #3F629C;
	/* color: #E98656; orange */
	background-color: #D0EAF1;
	font-family: Arial, Helvetica, sans-serif;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	/* font-family: "Century Gothic","Trebuchet MS",Arial, Helvetica, sans-serif; */
	font-size: 10pt;
	line-height: 1.3em;
	font-weight: normal;	
}

h1,
h2,
h3 {
	margin: 10px 0px 10px 0px;
	color: #E98656;
	font-weight: bold;
}

h1 {
	font-size: 120%;
	}

h2 {
	font-size: 90%;
	}

h3 {
	font-size: 80%;
	}

p {margin:1em 0;}

a:link,
a:visited {
	color:#E98656;
	text-decoration:none;
	font-weight: normal;
	}
	
a:focus,
a:hover {
	color:#E98656;
	text-decoration: underline;
	font-weight: normal;
	}

#header {
	height: 98px;
	color:#111;
	background:#CFECF4;
	background-image: url(../images/clouds_bg2.gif);
	background-repeat: repeat-x;
	/*border: 1px red solid;*/
}

#footer {
	color:#111;
	background:#CFECF4;
	background-image: url(../images/waves.gif);
	background-repeat: repeat-x;
}
	
#content-primary {
	margin-top: 0px;
	text-align: left;
	/* border: 1px orange solid; */
	}

html>body #content-primary-left {
	position:fixed;
	left:15%;
	z-index:10; /* Prevent certain problems with form controls */
}

#content-primary-left {
	/*border: 1px green solid;*/
	}

#content-primary-right {
	padding-top: 10px; 
	padding-left: 37%;
	padding-right: 14%;
	/* border: 1px red solid; */
	}

#butterfly-st {
	margin-bottom: 12px;
	}

#butterfly-st #Image1{
	margin-top: 10px;
	}
	
.nav-item {
	margin-bottom: 7px;
	}

.indent {
	margin-left: 38px;
	}

.on {
	color: #E98656;
	margin-top: 5px;
	margin-bottom: 5px;
	}

.small {
	font-size: 90%;
	}

#schedule .show {
	margin-top: 5px;
	margin-bottom: 5px;
	}

.cd-name {
	/* color: #E98656; */
	/* color: #6E4498; */
	}

.photo {
	border: 1px #000 solid;
	}

.photo-wrapper {
	width: 372px;
	margin-top: 10px;
	/*border: 1px blue solid;*/
	}
	
.photo-left {
	float: left;
	/*border: 1px red solid;*/
	}

.photo-right {
	padding-left: 8px;
	float: right;
	/* border: 1px blue solid; */
	}

.photo-caption {
	width: 368px;
	text-align: center;
	/* border: 1px green solid; */
	}

.photo-caption2 {
	width: 180px;
	text-align: center;
	margin-top: 10px;
	/*border: 1px green solid; */
	}


