/* CSS Document */

body, html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color:#241e14;
	background-image:url(../images/natalie_background.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 11px;
}
a {
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}
a:hover {
	color:#000000;
}

.whole_container {
	border-left:solid 3px #b4a673;
	border-right:solid 3px #b4a673;
	height:100%;
	width:800px;
	background-color:#352d1d;
	margin: 0px auto;
}

/* styles for IE 5 Mac */
#horizon {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
	height: 484px;
}
 
/* following rules are invisible to IE 5 \*/
#horizon {
   top: 50%;
   left: 0px;
   width: 100%;
   margin-top: -242px;
   text-align: center;
   min-width: 900px;
}
/* end IE 5 hack */ 
	  
#wrapper {
	position: relative;
	text-align: left;
	width: 800px;
	height: 434px;
	margin: 0px auto;
	background-image:url(../images/natalie_homepage.jpg);
	background-position:right;
	background-repeat:no-repeat;
	border-top:solid 3px #b4a673;
	border-bottom:solid 3px #b4a673;
}

#admin-wrapper {
	position: relative;
	text-align: left;
	width: 800px;
	height: 434px;
	margin: 0px auto;
	background-image:url(../images/natalie_homepage.jpg);
	background-position:right;
	background-repeat:no-repeat;	
	border-top:solid 3px #b4a673;
	border-bottom:solid 3px #b4a673;	
}

#admin-container {
	position: relative;
	text-align: left;
	width: 800px;
	
	margin: 0px auto;
	background-position:right;
	background-repeat:no-repeat;	
	border-top:solid 3px #b4a673;
	border-bottom:solid 3px #b4a673;	
}

#admin-menu{
	width: 800px;
	height: 20px;
	margin: 0px auto;	
	border-top: 0;
	padding-left: 3px;
	padding-top: 3px;
	font-size: 14px;
	font-weight: bold;
	border-bottom:solid 3px #b4a673;	
	color: #b4a673;
}

#admin-menu a{
	color: #b4a673;
}
#admin-menu a:hover{
	color: #ffffff;
}
.register_here {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:5px 25px 5px 0px;
	position: relative;
	text-align: right;
	font-style:italic;
	width:800px;
	margin: 0px auto;
}

/* logo */
#logo {
	background-image:url(../images/nh_logo.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:166px;
	margin-left:30px;
	width:338px;
}

/* navigation buttons */
#nav {
	width:780px;
	position:relative;
	margin: 0px auto;
	z-index:4;
}
.button {
	padding:0px 8px;
	float:left;
}

/* dropdown menus */
.dropdown_item {
	height:15px;
	width:250px;
	text-align:left;
}
.dropdown_item a {
	font-weight:normal;
}
.dropdown_item a:hover {
	color:#b4a673;
}
#abo, #gal, #get, #tour{
	position:absolute;
	z-index:3;
	top: 27px;
	visibility: hidden;
	padding:3px 0px 0px 5px;
	background-color:#352d1d;
}

/* content area */
#content {
	width:240px;
	padding-left:58px;
	padding-top:5px;
	font-size:11px;
	line-height:14px;
	height:225px;
}


/*music player */
.music_player {
	padding-top:10px;
	padding-left:35px;
}

input.text-field{
	background-color:#F4F4F4;
	border:1px solid #b4a673;
	font-size:13px;
	font-weight:bold;
	height:18px;
	padding-top:4px;
	width:180px;
}

#login-box, #admin-header{
	margin-left: 40px;
	color: #b4a673;
}

#login-box p{
	font-size: 13px;
	font-weight: bold;
}

#news-box2{
	margin-left: 40px;
	overflow: auto;
	height: 500px;
	width: 500px;
}

#news-box{
	margin-left: 40px;
}

#news-box, #news-box2 img{
	border: none;
}

#login-flash{
	margin-left: 40px;
	margin-top: 60px;
	font-size: 13px;
	font-weight: bold;
}

#news-flash{
	margin-left: 40px;
	margin-top: 20px;
	font-size: 13px;
	font-weight: bold;
}

#validation-flash{
	margin-left: 40px;
	margin-top: 20px;
	font-size: 13px;
	font-weight: bold;
}

table.songs-list th{
	background-color: #666;
}

table.songs-list td{
	background-color: #aaa;
	color: #000;
}

.multi-select{
	height: 150px;
}

/* Horizontal CSS Menu */
.horMenu {
	width:780px; 
	margin: 0 auto;
	text-align: left;
	position:relative; 
	z-index:4; 
}

.horMenu ul {padding:0; margin:0; list-style:none;}
/*.horMenu ul ul {width:149px;}*/
.horMenu li {
	margin-top: 0px;
	float:left;  
	position:relative;
	padding-left: 5px;
}

.horMenu a, .horMenu a:visited {
	display:block; 
	text-decoration:none; 
	color:#fff; 
	height:30px; border: none; 
	padding-left:10px; 
	line-height:29px;
}

.horMenu ul ul a.dropdown, .horMenu ul ul a.dropdown:visited {
	background:#352d1d;
}

.horMenu ul ul :hover > a.dropdown {
	background:#fff;
}

.horMenu ul ul ul a, .horMenu ul ul ul a:visited {
	background:#352d1d;
}

.horMenu ul ul ul a:hover {
	background:#352d1d;
}

.horMenu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:28px; /* This adjusts the gap between the tab and its drop down. (Sensitivity) */
	left:0; 
	width:149px;
	padding-left: 8px;
	border-top:0px 
	solid #000;
}

.horMenu ul ul ul{
	left:149px; 
	top:-1px; 
	width:149px;
}

.horMenu ul ul ul.left {
	left:-149px;
}

.horMenu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;;
}

.horMenu ul ul a, .horMenu ul ul a:visited {
	background:#352d1d; 
	color:#fff; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:128px; 
	border-width:0 1px 1px 1px;
}

.horMenu a:hover, .horMenu ul ul a:hover{
	color:#B4A673; 
	background:#352d1d;
}

.horMenu ul li:hover ul,
.horMenu ul a:hover ul{
	visibility:visible;
}

.horMenu ul :hover ul ul{
	visibility:hidden;
}

.horMenu ul :hover ul :hover ul{
	visibility:visible;
}

/* Horizontal CSS Menu */
.horMenu li.about{
	width: 110px;
	margin-left: 10px;
	margin-right: 10px;
}

.horMenu li.gallery{
	width: 120px;
	margin-right: 10px;
}

.horMenu li.news{
	width: 55px;
	margin-right: 10px;
}

.horMenu li.get{
	width: 55px;
	margin-right: 10px;
}

.horMenu li.tour{
	width: 90px;
	margin-right: 10px;
}

.horMenu li.contact{
	width: 90px;
	margin-right: 10px;
}

