/*
___________________________________________________________
    global_content_style.css

    Adam Pounds website global content style sheet
    
    (c) 2009 Thomas Daly
___________________________________________________________
*/


body					{
						margin: 0px;
						padding: 0px;
						background-color: #f7f8fa;
						font-family: Cambria, Palatino, "Palatino Linotype", Serif;
						font-size: 15px;
						}



img						{
						border: none;
						}

/* main page title (e.g. Adam Pounds) */
h1						{
						color: #8A134D;
						font-size: 46px;
						font-weight: normal;
						margin-bottom: 4px;
						}

/* page name heading (e.g. 'Composer & conductor', works, discography etc) */
h2						{
						margin-top: 30px;
						font-weight: normal;
						font-size: 30px;
						color: #263564;
						margin-top: 4px;
						}
							
/* main heading in body text (e.g. 'NEWS & EVENTS') */
h3						{
						font-size: 26px;
						color: #000000;
						font-weight: normal;
						}
						
/* sub heading in body text (e.g. news item headline) */
h4						{
						font-size: 28px;
						color: #263564;
						font-weight: normal;
						}
						
/* smaller sub heading in body text (e.g. news item headline) */
h5						{
						margin-top: 26px;
						margin-bottom: 4px;
						font-size: 18px;
						color: #263564;
						font-weight: normal;
						}
											
p						{
						margin-top: 12px;
						margin-bottom: 12px;
						line-height: 19px;
						}
						
.credit					{
						width: 100%;
						text-align: right;
						font-size: 13px;
						font-weight: bold;
						}
						
.enlarged				{
						font-size: 1.5em;
						}
						
ul						{
						margin-top: 30px;
						}						
						
li						{
						margin-left: -8px;
						margin-top: 8px;
						margin-bottom: 8px;
						}
						
							
/* Link colours: document body text (default): underline when hovering */					
								
a:link
						{
						color: #7C01A5;
						font-weight: bold;
						text-decoration: none;
						}
a:visited
						{
						color: #7C01A5;
						font-weight: bold;				
						text-decoration: none;
						}
a:focus
						{
						color: #707070;
						/* font-weight: bold; */
						text-decoration: none;
						}
a:hover
						{
						text-decoration: underline; 
						}
a:active
						{
						color: #707070;
						/* font-weight: bold; */
						text-decoration: none;
						}

/* Link colours: left menu */
#dark_page_middle_left a						
						{
						color: #DC76FE;
						text-decoration: none;
						}
			
#dark_page_middle_left a:hover
						{
						text-decoration: underline;
						}


						
