/*
----------------------------------------------------------------------------------------
*    album.css
*   
*    Local style sheet for album page
*   
*    (c) 2010 The Lennox Berkeley Society
----------------------------------------------------------------------------------------
*/



						
/* Recordings of LB works text */
h1  
                        {
                        font-size: 18px;
                        color: #777;
                        }
                        
/* Album title */
h2
						{
						font-size: 30px;
						margin-top: 40px;
						margin-bottom: 40px;
						} 
                        
/* 
h3
						{
						margin-left: 0px;
						margin-right: 0px;
						margin-top: 4px;
						margin-bottom: 4px;
						font-family: "Palatino Linotype", Palatino, serif;
						font-weight: normal;
						font-style: italic;
						font-size: 20px;
						display: block;
						}	                   
  */                      
p
						{
						line-height: 150%;
						text-align: left;
						margin-top: 9px;
						margin-bottom: 9px;
						font-size: 15px;
						}

.section				{
						background-color: #fdfdfd;
						font-size: 15px;
						padding-bottom: 40px;
						}

                        
/* The container box for each 'full display' recording 
	width should total 638 
	*/                        
.recording			
						{
						width: 638px;
						min-height: 310px;
						padding-left: 0px;
						padding-right: 0px;
						padding-bottom: 30px;
						margin-top: 8px;
						margin-bottom: 8px;
						border: none;
						background-color: transparent;
						display: block;
						}

/* The container box under the album cover image giving extra details */     
.extra_details		
						{
						float: right;
						display: block;
						text-align: right;
						margin-left: 15px;
						margin-right: 0px;
						margin-bottom: 16px;
						width: 200px;
						font-size: 14px;
						line-height: 22px;
						}
					
					
/* Album cover image style */
.extra_details img      
						{
	                    width: 120px;
	                    height: 120px;
	                    border: 1px solid;
						border-color: #ccc;
						margin-bottom: 10px; 
	                    }					
					
					
.extra_details table
						{
						margin-right: 0px;
						margin-left: auto;
						}
						
.credit				
						{
						margin-top: 2px;
						font-size: 11px;
						font-weight: bold;
						}

/* <div> container for iframe and back button */				
#bottom_links			{
						margin-left: 0px;
						margin-right: auto;
						text-align: left;
						font-size: 14px;
						}						

