﻿@import url("layout.css");
body {
	/*font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;*/
	background-repeat: repeat;
}
#container {
	width: 1000px;
	margin:0 auto;
	background-image:url('../Setup/PagePlainBackgrd.jpg');
	background-repeat:repeat;
	alignment-adjust:middle;
}

#masthead {
	text-align: center;
	height:160px;
	width:926px;
	background-image: url("../Setup/PagePlainBackgrd.jpg");
	border-image:url('../Setup/Border.jpg') 37 39 37 39 round;
	border-style:solid;
	border-bottom-width:37px;
	border-top-width: 37px;
	border-left-width:37px;
	border-right-width:37px;
}

#navigation {
	width:926px;
	height:40px;
	background-image: url('../Setup/PagePlainBackgrd.jpg');
	border-image:url('../Setup/Border.jpg') 37 38 37 39 round;
	border-style:solid;
	border-bottom-width:0px;
	border-top-width: 0px;
	border-left-width:37px;
	border-right-width:37px;
	overflow: hidden;


}

#column_l {
	width:896px;
	border-image:url('../Setup/Border.jpg') 37 39 37 39 round;
	border-style:solid;
	border-bottom-width:0px;
	border-top-width: 37px;
	border-left-width:37px;
	border-right-width:37px;
	background-image:url('../Setup/PageCenterBackgrd.jpg');
	padding-left:15px;
	padding-right:15px;
	color:#552B00;
}


#footer {
	text-align: center;
	width:926px;
	background-image: url("../Setup/PagePlainBackgrd.jpg");
	border-image:url('../Setup/Border.jpg') 37 39 37 39 round;
	border-style:solid;
	border-bottom-width:37px;
	border-top-width: 37px;
	border-left-width:37px;
	border-right-width:37px;
	background-color:white
}
/* Masthead */
#masthead h1 {
	font-weight: bold;
	font-style: italic;
	color:navy;
	margin-bottom: 0;
	margin-left: 0.5em;
}
#masthead h3 {
	font-weight: bold;
	font-style: italic;
	color: navy;
	margin-top: 0;
	margin-left: 1em;
}

/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	border:none;
	}
#navigation ul li {
	float:left;
	padding:inherit;
	margin:inherit;
	border:none;
	
	}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	/*color: #a27;*/
	text-decoration: underline;
}
a:hover {
	/*color: #f72;*/

	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* accordion */
#accordion .ui-accordion-content,
#accordion2 .ui-accordion-content{
	background:inherit;
	color:inherit;
}

h2 {
	color:#552B00;
	font-size:x-large;
	
}

.SecondHeader {
	color:#552B00;
	font-size:large;
	font-weight: bold;
}

.PhotoTitle1 {
	color:#552B00;
	font-size:large;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

.BackToPrevPg {
	text-align: right;
	font-size: small;
}

.styleCentre {
	text-align: center;
}

#accordion .ui-accordion-header,
#accordion2 .ui-accordion-header {
    color:inherit;
    background:inherit;
    font-size:large;
    font-weight: bold;
}

.toggler table {
	table-layout:fixed;
	width:100%;
}

/* control album/movie list in album.html */
.aleft {
	width:75%;
	text-align:left;
	padding-left:50px;
}
.aright {
	width:25%;
	text-align: left;
}


/* control news list in album.html */
.bleft {
	width:75%;
	text-align:left;
	padding-left:50px;
	padding-bottom:20px;
}

.newsTitle {
	text-decoration: underline;
	font-weight: bold;
}

.newsRemarks {
	font-size: small;
	font-style:italic;
}


/* control lyrics */
.album .toggler{
	font-size:small;
	color:inherit;
	padding-left:50px;
}

.lyricTitleLeft {
	width:65%;
	text-align:left;
	font-size:x-large;
	font-weight: bold;
	}

.lyricTitleRight {
	width:35%;
	text-align:left;
	padding-left:50px;
}



/* controls table in Biography.html */
.awards {
	/*padding-left:25px;*/

}

