@charset "UTF-8";
/* CSS Document */

html, body {
	height: auto;
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
	background-color:#B2AEA6; 
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:13px;
	color:#666; /*#333*/
}
#wrapper {
	margin: 0px auto;
	width: 840px;
	/*width: 960px; width when there was button links*/
}
/*
---------------- NAVIGATION ----------------
*/
#nav ul{
	display:block;
	text-align:center;
	margin:25px 0px 5px 0;
	padding:0px;
	width:840px;
}
#nav li{
	display:inline-block;
	font-size: 16px;
	padding: 0px 30px 0 0px;
}
#nav a{
	font-family:'Jacques Francois', serif;
	font-weight:lighter;
	color:#9A938B;
	text-decoration:none;
}
#nav a:hover {
	color: #CCC;
	text-decoration:none;
}
#nav li:first-letter{
	font-family: 'Pinyon Script', cursive;
	font-size:24px;
}
/*
---------------- CONTENT ----------------
*/
#content_wrapper {
	width: 840px;
	height: auto;
	margin:0px auto;
	padding:0px;
	float:left;
	/*border: 1px solid #9A938B;*/
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}
#content {
	float: left;
	padding:0 20px 0 20px;
	height:auto;
	width:800px;/*800px - 40px padding*/
}
#content_history{
	float:left;
	padding:0 0px 0 20px;
	height:auto;
	width:820px; /*820px - 20px padding*/
}
/*
---------------- CONTENT ----------------
*/
#sidebar {
	float: right;
}
#home_img{
    background-image:url(../images/1915_Dandenong.jpg);
	background-repeat:no-repeat;
	height:77px;  /* 422px - 345px padding */ 
	padding-top:345px;
	margin:0 0 20px 0px;
	width:800px;
	clear:both;
	-moz-box-shadow: 5px 5px #888;
	-webkit-box-shadow: 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	color:#000;
}
#home_caption{
	width:410px;
	margin:0px 14px 0px 14px;
	padding:5px;
	font-size:11px;
	line-height:13px;
	background-color:#FFF;
	opacity:0.4;
}
#book-cover{
	float:right;
	width:300px;
	padding:0 0 0 20px;
	text-align:center;
}
#book-cover h2{
	font-size:20px;
}
#book{
	-moz-box-shadow: 5px 5px #888;
	-webkit-box-shadow: 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	margin:50px 0px 0 0;
}
#title{
	color:#FFFFFE;/*#4D4345;*/
	text-align:center;
}
#home_content_pic_container{
	float:right;
	padding:10px;
}
#home_content_pic{
	/*padding-bottom:10px;*/
	-moz-box-shadow: 5px 5px #888;
	-webkit-box-shadow: 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}
#home_content_pic_container p{
	text-align:center;
}
#acknow_img{
	margin:20px 0px 0 10px;
	-moz-box-shadow: 5px 5px #888;
	-webkit-box-shadow: 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	float:right;
}
#acknow_cap{ 
	width:390px;
	float:right;
	padding:10px 0 10px 0;
	clear:both;
	font-size:11px;
}   
#history_pic_container{
	width:375px; /*385px - 10px padding */
	float:left;
	padding:20px 0px 0 40px;
}
#history_img1{
	-moz-box-shadow: 5px 5px #888;
	-webkit-box-shadow: 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	/*border:thin solid #333;*/
	float:right;
	width:75px; 
	height:111px;
	position: relative; 
	top: 15px;
	right: 50px;
	z-index: 3;
}
#history_img2{
	-moz-box-shadow: 5px 5px #888;
	-webkit-box-shadow: 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	width:296px;
	height:382px;  
	position: relative; 
	z-index: 1;                  
}
#history_img3 {
	-moz-box-shadow: 5px 5px #888;
	-webkit-box-shadow: 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	/*border:2px solid #333;*/
	width:285px; 
	height:133px;
	position:relative;
	bottom: 20px;
	left:20px;
	z-index: 2; 
}
#history_img4{
	-moz-box-shadow: 5px 5px #888;
	-webkit-box-shadow: 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	width:300px;
	height:235px;
	z-index: 1; 
	position:relative;
	bottom: 10px;
	left: 60px;
}
#history-content{
	float:left;
	width:400px;
}
.history_info{
	/*padding-left:20px;
	float:leftl;*/
}
.history_titles{
	/*float:left;*/
}
.history_titles h2 {
	font-size: 20px;
	font-family:'Jacques Francois', serif;
	font-weight:lighter;
	color:#461311;
	margin:30px 0 0 0;
}
.history_titles h4{
	font-family: 'Jacques Francois', serif;
	font-weight:normal;
	font-size:20px;
	margin:5px 0px;
}
#principle-container{
	width:350px;
	margin:0px auto;
}
#principle{
	text-align:right;
	border-right:thick #666 solid;
	float:left;
	padding:0 10px 0 0px;
}
#pdate{
	text-align:left;
	border-left:thin #666 solid;
	float:left;
	padding:0 0px 0 10px;
}
#pnotes{
	margin-top:20px;
}
.musicnote{
	float:left; 
	padding:0 5px;
}
.pdf{
	float:left; 
	padding:0 5px;
}
/*
---------------- TIMELINE ----------------
*/
.hidden {
	display:none;/* hide the divs that should be hidden */
	} 
	
.hidden {
	padding:1px 0px 5px 15px;
	margin:10px 0; 
	font-style: italic; 
	color:#62605F;
	width:590px;
	clear:both;
}
#timeline-container {
	margin:0px;
	width:820px; /*820px - 20px padding*/
	height:auto;
	padding:20px 0 0 20px;
	position:relative;
	background-image:url(../images/p2-background.png);
	background-repeat:repeat-x;
}
#timeline-container h1{
	font-family: 'Jacques Francois', serif;
	font-weight:normal;
	text-align:left;
	color:#9A938B;
	margin:0px;
	padding:10px 0 20px 0;
}
#timeline-rib-top{
	background-image:url(../images/ribbon-top.png);
	background-repeat:no-repeat;
	width:40px;
	height:27px;
	margin-left:121px;
}
#timeline-rib-mid{
	background-image:url(../images/ribbon-mid.png);
	background-repeat:repeat-y;
	background-position:121px;
	padding:1px 0 10px 0;
	width:820px;
}
#timeline-rib-btn{
	background-image:url(../images/ribbon-btm.png);
	background-repeat:no-repeat;
	background-position:top;
	height:65px;
	width:40px;
	margin-left:121px;
}
.timeline-box{
}
.timeline-info{
	padding:0 0 40px 10px;
	float:left;
	text-align:left;
	width:620px;
	/*padding:10px 0 0 10px;
	float:left;
	width:620px; /*space left over from dates*/
}
.timeline-box a{
	color:#666;
}
.timeline-box a:hover{
	color:#3C003D;
} 
.timeline-box h3 {
	font-size: 45px;
	font-family:'Jacques Francois', serif;
	font-weight:lighter;
	color:#461311;
	margin:0px;
	padding:0px;
}
.timeline-box h4{
	font-family: 'Jacques Francois', serif;
	font-weight:normal;
	font-size:20px;
	margin:5px 0px;
}
.max-min-btn{
	margin:0;
	display: block;
	width: 45px;
	height: 13px;
	background:url(../images/btn+-.png) top;
	text-indent: -99999px;
}
.max-min-btn.on{
	background-position: bottom;
	height:13px;
}
.timeline-info a{
	font-family:'Jacques Francois', serif;
}
.timeline_pic{
	float:right;
	width:300px;
	padding:15px 0 5px 10px; 
}
.timeline_caption{
	font-size:11px;
	font-style:italic;
	width:290px;
	padding:5px;
	color:#333;
}
.timeline_caption span{
	font-style:normal;
	color:#666;
}
	
.date{
	float:left;
	background-image:url(../images/timeline-key.png);
	background-repeat:no-repeat;
	background-position:right center;
	width:178px;
}
/*
---------------- FOOTER ----------------
*/
#footer {
	/*width:800px;*/
	margin:0px auto;
	padding:20px 0 20px 0;
	font-size:11px;
	color:#666;
	text-align:center;
	clear:both;
}
#footer a {
	text-decoration: none;
	color:#666;
}
#footer a:hover {
	color:#000;
}
/*
---------------- HEADINGS ----------------
*/
h1, h2, h3 {
	font-family:'Jacques Francois', serif;
	font-weight:lighter;
	color:#9A938B;
}
h2 {
	font-size:25px;
}
h3 {
	color:#461311;
	font-size:18px
}
h4 {
}
/*
---------------- CLASSES ----------------
*/
img {
	border: none;
}
img a {
	border: none;
}
.clear {
	clear: both;
}
.clearFix:after
{
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0;
	line-height: 0;
}
a{
	text-decoration:none;
	color:#000;
}
a:hover{
	text-decoration:underline;
	color:#4F4C48;
}