/* stylesheet.css */

/* Blocks all browser default margin & padding values */

*{
   margin: 0;
   padding: 0;
}

/* Body text and page background */

body{
   background-color: #fff;
   color: #65625d;
   font: 72%/1.25em 'Lucida Sans Unicode', 'Lucida Sans Unicode', 'Lucida Grande', Helvetica, Arial, sans-serif;
   letter-spacing: .02em;
   text-align: left;
}
   
/* Style for header container */

#header{
   border: none;
   height: 60px;
   margin: 0;
   padding: 0;
   position: relative;
   width: 100%; 
}
 
  .music-page #header {
	height: 200px;
	background-image: none;
	background-color: #ddd;
}

/* Style for dh logo container - upper left */

#dh-logo{
   border: none;
   float: left;
   margin: 0;
   padding: 0;
   position: relative; 
   text-align: left;
   width: auto;
}

	#dh-logo a{
		display: block;
		background: url('../images/general/dh-logo.gif') 0 0 no-repeat;
		text-indent: -999em;
		width: 422px;
		height: 50px;
}
	
	#dh-logo a:hover{
		background: url('../images/general/dh-logo-hover.gif') 0 0 no-repeat;
}
	
	
	
/* Style for navbar */

#navBar{
  border: none;
  font-size: 1.3em;
  margin-left: auto;
  margin-right: 48px;
  padding-top: 33px;
  position: relative;
  vertical-align: baseline;
  width: 300px;
}

/* Style for main content container */

#mainContent{
   	border: none;
   	border-bottom: dotted thin #65625d;
   	font-size: 110%;
   	height: auto;
   	margin: 0;
   	padding-bottom: 20px;
   	position: relative;
   	width: auto;
}




/* _______________________________________________ */



/* Style for art pages */



/* Style for art page index main content container */

.art-page-index #mainContent{
   	border-bottom: none;
	text-align: center;
}
   
	/* Style for art page index main content image */

	.art-page-index #mainContent img{
   		padding-top: 1.75em;
		width: 91%;
}
   
	/* Style for art page info mainContent */

	.art-page-info #mainContent{
   		line-height: 1.5em;
		padding-bottom: 50px;
		padding-left: 50px;
		padding-right: 50px;
}


	/* Style for level 1 headings in art page info main content */

	.art-page-info #mainContent h1{
   		font-size: 1.05em;
   		letter-spacing: .07em;
		padding-top: 1.5em;
		padding-bottom: 1.5em;
}


	/* Style for art page info main content image */

	.art-page-info #mainContent img{
   		border: none;
		float: right;
		padding-bottom: 10px;
		padding-left: 20px;
		width: 500px;
}

	/* Style for art page captions */

	.art-page-caption{
   		clear: both;
		float: right;
		font-size: .95em;
   		font-weight: normal;
		font-variant: small-caps;
		letter-spacing: .07em;
		padding-bottom: 1em;
		text-align: right;
		width: 500px;
}



/* End of art style section */



/* Style for left column container */

#leftColumn{
   border: none;
   display: inline;
   float: left;
   height: auto;
   margin-left: 50px;
   margin-top: 10px;
   padding: 0;
   position: relative;
   width: 180px;
}
   
/* Style for level 1 headings in the left column */

	#leftColumn h1{
   		font-size: 90%;
 		font-weight: normal;
 		letter-spacing: .3em;
		padding: 15px 0;
}

/* Style for right column container */

#rightColumn{
   border: none;
   height: auto;
   margin-left: 230px;
   margin-right: 50px;
   padding: 27px 0 20px 0;
   position: relative;
   vertical-align: top;
   width: auto;
}

/* Style for right column container on info pages */

#rightColumnInfo{
   border: none;
   height: auto;
   line-height: 1.5em;
   margin: 10px 50px 0 230px;
   padding: 0 50px;
   position: relative;
   vertical-align: top;
   width: auto;
}

/* Style for level 1 headings in right column container on info pages */

#rightColumnInfo h1{
	font-size: .95em;
	letter-spacing: .07em;
	padding: 15px 0 1em;
}


/* Style for level 1 headings in right column */

	#rightColumn h1{
   		font-size: .95em;
   		letter-spacing: .07em;
   		padding-bottom: 2px;
}


  
/* Style for right column image */

	#rightColumn img{
		border: none;
		float: right;
		padding-bottom: 20px;
		padding-left: 20px;
		padding-top: 27px;
		max-width: 600px;
		max-height: 470px;
}

	.music-page #rightColumn {
		width: 400px;
		font-size: 90%;
}
 
/* Style for description */

#description{
   clear: both; 
   border: none;
   height: auto;
   text-align: right; 
   width: auto;
}

/* Style for thumbnail gallery */

ul.gallery{
   border: none;
   clear: both;
   list-style-type: none; 
   margin: 0;
   padding: 0;
   height: auto;
   width: auto;
}

ul.gallery li{
   float: left;
   height: 50px;
   margin: 0 10px 10px 0;
   width: 50px;
}


/* Style for mp3 list */

ul.music{
   list-style-type: none;
}


/* Style for footer container */

#footer{
   border: none;
   clear: both;
   height: 50px;
   margin: 0;
   padding: 0;
   vertical-align: bottom;
   width: 100%;
}
   
/* Style for copyright container */

#copyright{
   border: none;
   float: left;
   font-size: .95em;
   margin-left: 50px;
   padding-top: 16px;
   position: relative; 
   vertical-align: baseline;
   width: 300px;
}

/* Style for e-mail container - no longer using this */

#e-mail{
   border: none;
   float: right;
   font-size: .95em;
   margin-right: 50px;
   padding-top: 16px;
   position: relative; 
   text-align: right;
   vertical-align: baseline;
   width: 300px;
}

/* Style for sc logo container - right justified */

#sc-logo{
   border: none;
   float: right;
   margin-right: 50px;
   padding-top: 10px;
   position: relative; 
   text-align: right;
   width: auto;
}

/* Old style for sc logo container - centered */

#sc-logo-centered{
   border: none;
   display: block;
   float: right;
   margin-left: -40px;
   padding-top: 13px;
   position: absolute; left:50%; 
   text-align: center;
   width: auto;
}

/* End of old style for sc logo container - centered */

	#sc-logo a{
		display: block;
		background: url('../images/general/sc-logo.gif') 0 0 no-repeat;
		text-indent: -999em;
		width: 80px;
		height: 26px;
	}
	
	#sc-logo a:hover{
		background: url('../images/general/sc-logo-hover.gif') 0 0 no-repeat;
		
	}
	
	
	
/* _______________________________________________ */



	/* Style for design pages */



		/* Style for design page info mainContent */

		.design-page-info #mainContent{
	   		line-height: 1.5em;
			padding-left: 50px;
			padding-right: 50px;
	}


		/* Style for level 1 headings in design page info main content */

		.design-page-info #mainContent h1{
	   		font-size: .95em;
	   		letter-spacing: .07em;
			padding-top: 15px;
			padding-bottom: 1em;
	}


		/* Style for design page info main content image */

		.design-page-info #mainContent img{
	   		border: none;
			float: right;
			padding-bottom: 10px;
			padding-left: 20px;
			width: 500px;
	}

		/* Style for design page captions */

		.design-page-caption{
	   		clear: both;
			float: right;
			font-size: .95em;
	   		font-weight: normal;
			font-variant: small-caps;
			letter-spacing: .07em;
			padding-bottom: 1em;
			text-align: right;
			width: 500px;
	}

	/* Style for main content container on design pages with large images */

		.design-page #mainContentLarge{
			border: none;
	}



	/* Style for design page large main content image */

		.design-page #mainContentLarge img{
	   		border: none;
			float: left;
			margin: 10px 10px;
			max-width: 1600px;
	}



	/* End of design style section */



/* _______________________________________________ */



/* General style for hyperlinks */

a:link, a:visited, a:hover {
   	color: #65625d;
   	text-decoration: none;
	outline-style: none;
}
a:hover{ /* will override the previous declaration because it comes second. */
   color: #f79408;
}

a img{
   border: none;
}



ul#nav-main {
  padding-top: 26px;
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', Helvetica, Arial, sans-serif;
  font-size: .95em;
  letter-spacing: .3em;
  text-align: right;
  vertical-align: baseline;
  border: none;
  height: 20px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  }
  
#nav-main li {
	display: block;
	float: right;
	letter-spacing: .1em;
	padding-left: 2em;
	position: relative;
	text-decoration: none;
	text-align: right;
	width: auto;
  }

/* the dropdowns/submenu */ 
#nav-main li ul {
	display: none;
	position: absolute; 
	top: auto;
	right: 1px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 300em;
	z-index:100;
  }
  	#nav-main li ul li {
		float: right;
		font-size: 80%;
		padding-left: 1em;
		text-align: right;
		width:auto;
	}
	
	* html #nav-main li ul li {
		width: 10em;
	}
	
	
	#nav-main li ul li a{
		display:block;
		float:right;
		padding-top: 8px;
	}
/* #nav-main li > ul {
	top: auto;
	left: auto;
	} */
	
/* the mojo	 */
#nav-main li:hover ul, #nav-main li.over ul{
	display: block;
	}



.description{
    font-size: .85em;
}

/* Style for Design page list */

ul.design{
	padding:10px 0px 10px 30px;
}

ul.design li{
	line-spacing: 1.5em;
}

#hidden{
	font-size: .5em;
	color: #fff;
	text-align:center;
	border:none;
	height:10px;
}

@media print{
/* Start printer-friendly styles */

/* Set mainContent to fill page width */
#mainContent{
width:100%;
}

/* Hide leftcolumn, navbar,and footer */
#leftColumn,
#navBar,
#footer{
display:none;
}

/* Get rid of mainContent and rightColumn div margins. */
#mainContent{
margin:0;
}

#rightColumn{
margin:0;
}

/*End printer-friendly styles */
}
