/* 
* ----------------------------------------------------------------------------------------
*    sheet-music.css
*   
*    Local style sheet for sheet-music.php
*   
*    (c) 2008 The Lennox Berkeley Society
* ----------------------------------------------------------------------------------------
*/
   
/* section total width:   1 + 70 + 638 + 70 + 1 = 780 */  
/* recording panel width: 1 + 30 + 576 + 30 + 1 = 638 */     

/* The container box for each 'full display' publication */
#publication		{
					width: 576px;
					min-height: 500px;
					padding-left: 30px;
					padding-right: 30px;
					padding-bottom: 30px;
					margin-top: 8px;
					margin-bottom: 8px;
					border: 1px solid;
					border-color: #ddd;
					background-color: #fff;
					display: block;
					}
    
/* Album cover image style */
#publication img    {
                    border: 1px solid;
					border-color: #888888;
					margin-left: 10px;
					margin-top: 30px; 
					margin-bottom: 10px; 
					float: right;
                    }

/* Publication title */
#section h2			{
					font-size: 30px;
					margin-bottom: 10px;
					margin-top: 30px;
					}
					
/* Publication subtitle */					
#section h3			{
					font-family: "Palatino Linotype", Palatino, serif;
					font-size: 20px;
					font-weight: normal;
					margin-top: 10px;
					}
					
/* Works included subtitle */

#section h4			{
					margin-top: 30px;
					}

#section ul li		{
					margin-top: 8px;
					}
		
.instruments
					{
					white-space: nowrap;
					font-size: 0.9em;
					font-style: italic;
					}
