/* Style Guide
------------------------------------------*/
/*
Pale Brown:       #efeee8
Light Brown:      #cbc9B9
Medium Brown:     #837b55
Dark Brown:       #332e19
Border Lines:     #cfcbc6
*/




/* Main Elements
------------------------------------------*/
body {
  margin:0px;
  padding:0px;
  background:#fff;
  font-family: Verdana, Tahoma, Sans-Serif;
}
ul {
  list-style-type:none;
}
img {
  border:0px;
}
select {
  -webkit-appearance: menulist-button;
}
input {
  border:1px solid #cbc9B9;
  font-size:14px;
}
input.button {
  background:#837b55;
  color:#efeee8;
  font-family: Garamond,"Times New Roman", Times, Serif;
  text-transform:uppercase;
  font-size:13px;
  border:1px solid #cfcbc6;
}
a {
  text-decoration:none;
  color:#837b55;
}
a:hover {
  color:#332e19;
}
h1 {
  font-family: Garamond,"Times New Roman", Times, Serif;
  font-weight:normal;
  margin:0px 0px 8px 0px;
  font-size:24px;
  color:#332e19;
}
h3 {
  font-family: Garamond,"Times New Roman", Times, Serif;
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:12px;
  margin:0px 0px 6px 0px;
  color:#837b55;
  font-weight:normal;
}
form {
  margin:0px;
}
table {
  width:100%;
}




/* Main Container
-------------------------------------------*/
#main_container {
  width:788px;
  margin-top:20px;
  margin-left:auto;
  margin-right:auto;
  color:#837b55;
}




/* Main Navigation
-------------------------------------------*/
#main_navigation {
  font-family: Garamond,"Times New Roman", Times, Serif;
}
/* Using a table in order to have it easily stretch the entire width */
#main_navigation table {
  border-left:1px solid #cfcbc6;
}
#main_navigation td{
  padding:0px;
  background:#fff;
  border:1px solid #cfcbc6;
  border-left:0px;
  text-align:center;
}
#main_navigation a {
  display:block;
  padding:6px;
  text-decoration:none;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:1px;
  color:#837b55;
}
#main_navigation a:hover {
  background: #efeee8;
}




/* Header
-------------------------------------------*/
#header {
  margin-top:6px;
  height:114px;
  background:url('../img/piano_top.png') no-repeat center;
  padding:0px;
}
#header p {
  margin:0px;
}
#header #logo {
  float:left;
  width:233px;
  margin-left:70px;
}
#header #scripture {
  float:left;
  width:360px;
  padding:25px 0px 0px 60px;
  color:#cbc9B9;
  font-family: Garamond,"Times New Roman", Times, Serif;
  text-transform:uppercase;
  text-indent:-20px;
  letter-spacing:2px;
  font-size:20px;
}
#header #scripture #reference {
  padding:4px 0px 0px 160px;
  font-size:11px;
}




/* Main Content
-------------------------------------------*/
#main_content {
  margin:0px;
  background: url('../img/bar.png') repeat-y top center;
}
#main_content #piano {
  background: url('../img/piano_bottom.png') no-repeat top center;
  min-height:298px;
}




/* Music Navigation
-------------------------------------------*/
#music_navigation {
  float:left;
  margin:0px 0px 0px 70px;
  background:#837b55;
  padding:20px 20px 10px 20px;
  width:193px;
  color:#efeee8;
  font-family: Verdana, Tahoma, Sans-Serif;
  text-align:left;
}
#music_navigation h3 {
  margin-bottom:6px;
  color:#cbc9B9;
}
#music_navigation select {
  background-color:#cbc9B9;
  border:1px solid #cbc9B9;
  width:100%;
}
#music_navigation hr {
  background-color:#cbc9B9;
  margin:14px 0px 14px 0px;
}
#music_navigation ul {
  font-size:13px;
  padding:0px;
  margin:0px;
}
#music_navigation ul li {
  padding:0px;
  margin:0px;
  line-height:18px;
  border:1px solid #837b55;
}
#music_navigation ul ul {
  font-size:11px;
  padding:0px;
  margin:0px 0px 0px 14px;
}
#music_navigation ul ul li {
  padding:0px 0px 4px 0px;
  margin:0px;
  line-height:11px;
}
#music_navigation a {
  color:#efeee8;
}
#music_navigation a:hover {
  color:#cbc9B9;
}

music_tree 
{
	text-align:left;
	padding:0 0 4px 0;	
	margin:0px;
	line-height:11px;
}

.MenuTree_2 { width: 180px; padding-left: 20px; }
.MenuTree_4 { padding-left: 0px; }
.MenuTree_6 { padding-left: 0px; }


/* Right Panel
-------------------------------------------*/
#right_panel {
  float:left;
  width:485px;
}
#right_panel #search_form {
  background:#cfcbc6;
  padding:20px;
}
#right_panel #search_form select {
  background-color:#fff;
  border:1px solid #fff;
}
#right_panel #search_form input {
  width:155px;
}
#right_panel #search_form input.button {
  width:auto;
}




/* Song List
-------------------------------------------*/
#song_list {
  padding:16px 0px 0px 20px;
  font-size:12px;
}
#song_list h1 {
   width:300px;
}
#song_list table {

}
#song_list table tr.odd {
  background-color:#efeee8;
}
#song_list table td {
  text-align:center;
  padding:4px;
}
#song_list table td.song_title {
  text-align:left;
  padding:0px 6px 0px 6px;
  color:#333;
}
#song_list .detail_box {
  border:1px solid #cfcbc6;
  background:#efeee8;
  padding:8px;
  color:#333;
  font-size:11px;
}
#song_list #page_numbers {
  float:right;
  position:relative;
  top:-26px;
  height:0px;
}
#song_list #page_numbers a {
  padding:0px;
}
#song_list #page_numbers span {
  color:#333;
}




/* Watkins Photos
-------------------------------------------*/
#watkins_photos {
  padding:20px;
}
div.watkins_photo {
  float:left;
  margin-left:10px;
}




/* Subfooter
-------------------------------------------*/
#subfooter {
  clear:both;
  border-top:6px solid #fff;
}
#subfooter #welcome {
  border-top:1px solid #cfcbc6;
}
#subfooter #welcome #login_area {
  float:left;
  margin:0px 0px 0px 70px;
  width:192px;
  border:1px solid #cfcbc6;
  border-top:0px;
  border-bottom:0px;
  padding:20px;
}
#subfooter #welcome #welcome_message {
  float:left;
  width:455px;
  font-size:11px;
  line-height:16px;
  text-align:justify;
  padding:10px 0px 0px 20px;
}
#subfooter #welcome p {
  margin-top:4px;
}




/* Login Area
-------------------------------------------*/
#login_area {
  font-size:12px;
}
#login_area table th {
  font-weight:normal;
  padding:4px;
}
#login_area input.login_area {
  width:100px;
}
#login_area p {
  margin:10px 0px 0px 0px;
}




/* Footer
-------------------------------------------*/
#footer {
  clear:both;
  border-top:1px solid #cfcbc6;
  padding-top:6px;
  font-size:11px;
  margin:6px 0px 0px 0px;
}
#footer #links {
  float:right;
}
#footer #links a {
  font-family: Garamond,"Times New Roman", Times, Serif;
  text-transform:uppercase;
  letter-spacing:1px;
  padding:0px 4px 0px 4px;
}



