/* FileName : publichall.css
Modification History: 
Date Modified   By                      Description
========================================================================================
2009-04-09     Chris Allan    Removed unwanted ; from 'body' tag
                              Modified colors used in 'a' tag
2009-04-17     Chris Allan    Fixed typo of ?* to /* on line 1.
2009-05-13     Chris Allan    Put ../ in fromt of image path.
2009-05-25     C.Allan        Added formating for <sup> and <a>.
2009-05-29	   C.Allan			Added <div> ProgramHeader, FurtherInfo,
     					            BandBios, ContactUs to replace text with jpg images;
     					            program_header, further_information, band_bios, 
     					            contact_us_header. This replaces unsuported fonts.
2009-07-23     C.Allan        Changed Div#Navigation<ul>
2010-02-27     Chris Allan    Update div#PublicHall height from  to  for new image.
2010-06-12     Chris ALlan    Modified div#PublicHall to leave image display to html page.
                              Changed publichall_header.jpg to publichall_header.gif
                              Added div#TwoLists and a.zoom
2010-07-11     Chris Allan    Modified div#TwoLists changed height from 520px to 740px
                              to allow for addition of third image
2010-07-24                    Changed height in div#PublicHall from 432px to 492px
                              to accomodate new image.
*/

/*------------------------ Initialize ----------------------------*/
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }
/*----------------------------------------------------------------*/

/* =a */        
a.one:link    {color: #9a3b1f;}                /* unvisited link */
a.one:visited {color: #400000;}                /* visited link */
a.one:hover   {color:red; }                    /* mouse over link */
a.one:active  {color: #000FFF;}                /* selected link */

a.two:link    {color: #9a3b1f;}                /* unvisited link*/
a.two:visited {color: #9a3b1f;}                /* visited link */
a.two:hover   {color: red; font-size: 110%;}   /* mouse over link */
a.two:active  {color: #000FFF;}                /* selected link */

a.zoom:hover img {
   width: 500px;
   z-index: 100;
}
/*----------------------------------------------------------------*/

/* =html */
html    { text-align : left;  
        font-family: "Comic Sans MS", "Times New Roman", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode"; 
}
/*----------------------------------------------------------------*/

/* =body */
body {
        position : relative; 
        width : 950px; 
        margin : 0 auto; 
        text-align:center; 
        color: #400000;
        background-image:url('../images/parchment.jpg');
        background-attachment:fixed;
        background-position:left;
}
/*----------------------------------------------------------------*/

/* =Content */
#Content {
        width:950px;
        margin: 0 auto;    /* Right and left margin widths set to "auto" */
        text-align:left; /* Counteract to IE5/Win Hack */
        padding:15px;
}
/*----------------------------------------------------------------*/
/* =ContenSub */
div#ContentSub {
	padding-left:  3em;
	padding-right: 3em;
	font-size: 1.2em;
}
/*----------------------------------------------------------------*/
/* =sup */
sup {
        font-size: 60%;
}
/*----------------------------------------------------------------*/
/* =div#TwoLists */
div#TwoLists {
   position: relative;
   height: 740px;

}
/* =div#TwoLists ul */
div#TwoLists ul {
   width: 300px;
   float: left;
   padding-left: 40px;
}
/* =ol */
div#TwoLists ol {
   float: right;
   margin-right: 125px;
   font-size: 1.2em;
   width: 410px;
}
/* =img.smaller */
img.smaller {
   width: 300px;
}
div#TwoLists h3 {
   padding-top: 0;
   padding-bottom: 10px;
   margin-top: -10px;
   font-size: .8em;
   text-align: center;
   text-decoration: underline;
}
div#TwoLists p.padleft {
   padding-left: 350px;
}
/*----------------------------------------------------------------*/
div#ContactUs {
	position: relative;
	top: -10px;
	left: -50px;
	width:950px;
	height: 40px;
	text-indent: -9999px;
	background: url('../images/contact_us_header.jpg') no-repeat;
}
/*----------------------------------------------------------------*/
/* =Contact */
div#Contact {
        position: relative;
}
/* =Contact p */
div#Contact p {
        font-family: "Times New Roman";
        font-size: 1em;
        font-style: italic;
        font-weight: bold;
        color: #400000;
        margin-bottom: 0.25em;
        text-align: center;
}
/*----------------------------------------------------------------*/
div#PageHeader {
	position: relative;
	font-family: "OldTowneNo536D";
	font-size: 3em;
	text-align: center;
	top: -10px;
	height: 73px;
	text-indent: -9999px;
	background: url('../images/publichall_header.gif') no-repeat center;
}
div#Temp {
	font-family: "URWWoodTypD";
	font-size: 3em;
	text-align: center;
}
/*----------------------------------------------------------------*/
div#PublicHall {
	position: relative;
	font-family: "OldTowneNo536D";
	font-size: 3em;
	text-align: center;
	top: 0px;
	height: 492px;
	padding-top: 1em;
}
/*----------------------------------------------------------------*/
/* =p.floatright */
p.floatright {
	text-align: right;
	margin-top: -30px;
}
/*----------------------------------------------------------------*/
/* =Navigation */
div#Navigation {
	font-family: "Comic Sans MS", "Times New Roman", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
	color: #400000;
	font-size: 1em;
        text-align: center;
}
/* =ul */
div#Navigation ul {
        font-family: "Comic Sans MS", "Times New Roman", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
        color: #400000;
        font-size: 1em;
}       
/* =li */
div#Navigation ul li {
	display: inline;
}
div#Navigation ul li a {
	margin-right: 10px;
	padding-right: 10px;
}
/* =Navigation ul li img*/
div#Navigation ul li img{
	top: 1px;
	left: 0px;
}
/*----------------------------------------------------------------*/
