/*
________________________________________________________________________________________
*    works.css
*   
*    Local style sheet for Adam Pounds works page
*   
*    (c) 2009 Adam Pounds
________________________________________________________________________________________
*/


/* h3 is category title (opera, orchestral etc) */
h3						{
						margin-top: 30px;
						font-weight: bold;
						font-size: 22px;
						}

/* work title */
h4				
						{
						font-size: 18px;
						font-weight: normal;
						display: inline;
						}


#works_table
						{
						width: 100%;
						margin-bottom: 0px;
						}

#works_table td				
						{
						vertical-align: top;
						text-align: left;
						padding-top: 5px;
						padding-bottom: 5px;
						}

.indent			
						{
						padding-left: 30px;
						}				

#iframe			
						{
						width: 100%;
						height: 30px;
						margin-top: 0px;
						margin-bottom: 0px;
						margin-left: 0px;
						margin-right: 0px;
						}

#notes_container
						{
						float: right;
						text-align: right;
						font-style: italic;
						line-height: 20px;
						}
						
.score_image			{
						width: 226px;
						margin-left: 5px;
						position: relative; top: -180px;
						display: block;
						}