/* FileName : bulletinboard.css
Modification History: 
Date Modified   By                      Description
========================================================================================
2009-07-24     Chris Allan    Created
2009-07-31     Chris Allan    Added "div#Content ul li p img.hand", "div#Content h1",
                              "div#Content ul li p img.BigTreeEnt" & div#Content ul li img.IMC_logo
2009-08-05     Chris Allan    Added "div#Content ul li span.dollarsrepos"
2010-05-02     Chris Allan    Added new classes for paragraph headers 'p.ph1'..'p.ph5' which shift the
                              text out of the way and display it with a .jpg
2010-07-11     Chris Allan    Added p.phperformers and Performers.gif
2010-07-25     Chris Allan    Addded new div#TxtImgList division
2010-08-26     Chris Allan    Added and updated the following divisions:-
                              div#Content ul li p.ph1
                              div#Content ul li p.ph2
                              div#Content ul li p.phperformers
                              div#Content ul li p.ph3
                              div#Content ul li p.ph4
                              div#Content ul li p.ph5
                              div#Content ul li p.phVolunteers
                              div#Content ul li p.phInstrumentDisplay 
                              div#Content ul li p.phRobbieWatts
                              div#Content ul li p.phShowerBlockAndLoos
                              div#Content ul li p.phMerchandisingAndRetail
                              div#Content ul li p.phFoodCatering
                              div#Content ul li p.phBYOandTakeAwayAlcohol
                              div#Content ul li p.phSessionMarquees
                              div#Content ul li p.phFires
*/

/*------------------------ 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.three:link    {color: #400000;}                /* unvisited link*/
a.three:visited {color: #400000;}                /* visited link */
a.three:hover   {color: red; font-size: 110%;}   /* mouse over link */
a.three:active  {color: #000FFF;}                /* selected link */
/*----------------------------------------------------------------*/

/* =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 */
div#Content {
        position:relative;
        margin: 0 auto;    /* Right and left margin widths set to "auto" */
        text-align:left;   /* Counteract to IE5/Win Hack */
        width:950px;
}
/* =Content p */
div#Content p {
        font-size: 1.2em;
}
/* =Content big */
div#Content big {
        font-size: 1.4em;
}
/* =Content h1 */
div#Content h1 {
        font-family: "URWWoodTypD","Comic Sans MS", "Times New Roman", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
        font-size: 2em;
        text-align: left;
        font-weight: normal;
        text-decoration: underline;
        text-indent: -9999px;
        /*height: 43px;*/
        margin-bottom: -30px;
        background: url('../images/Welcome_to_the_Bulletin_Board.jpg') no-repeat ;
}
/* =Content h2 */
div#Content h2 {
        font-family: "URWWoodTypD","Comic Sans MS", "Times New Roman", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
        font-size: 2em;
        text-align: left;
        font-weight: normal;
        text-indent: -9999px;
        background: url('../images/BulletinBoard_merchandising.jpg') no-repeat center;
        
}
/* =Content h3 */
div#Content h3 {
        text-align: left;
        padding-left: 0px;
        padding-top: 20px;
        font-family: "URWWoodTypD","Comic Sans MS", "Times New Roman", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
        font-size: 1.2em;
        font-weight: normal;
}
/* =Content ul li p */
div#Content ul li p {
        text-align: left;
        padding-left: 3em;
        font-family: "Comic Sans MS", "Times New Roman", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
        font-size: 1.2em;
        font-weight: normal;

}
/* =Content ul li p img */
div#Content ul li p img {
        position: absolute;
        top: 190px;
        left: -80px;
}
/* =Content ul li img.hand */
div#Content ul li img.hand {
        position: relative;
        top: -5px;
        left: -140px;
        margin-bottom: -50px;
}
/* =Content ul li img.sticker */
div#Content ul li img.sticker {
        position: relative;
        top: -30px;
        left: 97px;
        margin-bottom: -50px;
}
/* =Content ul li img.BigTreeEnt */
div#Content ul li img.BigTreeEnt {
        position: relative;
        width: 280px;
        height: 188px;
        top: -90px;
        left: 480px;
        margin-bottom: -100px;
}
/* =Content ul li img.IMC_logo */
div#Content ul li img.IMC_logo {
        position: relative;
        width: 83px;
        height: 53px;
        top: 10px;
        left: 0px;
}
/* =Content ul li span.emphasize */
div#Content ul li span.emphasize {
        position: relative;
        text-align: left;
        font-size: 1em;
        font-weight: normal;
        font-style: italic;

}
/* =Content ul li span.dollarsrepos */
div#Content ul li span.dollarsrepos {
        position: relative;
        text-align: left;
        padding-left: 102px;
        font-size: 3em;
        font-weight: normal;
        bottom: 130px;
}
/* =Content ul li span.dollars */
div#Content ul li span.dollars {
        position: relative;
        text-align: left;
        padding-left: 102px;
        font-size: 3em;
        font-weight: normal;
}
/* =Content ul li ul li h3*/
div#Content ul li ul li h3 {
        font-weight: bold;
        /*padding-left: 23em;*/
        letter-spacing: .3em;
        text-decoration: underline;
}
/* =Content ul li ul li*/
div#Content ul li ul li {
        font-weight: normal;
        padding-left: 26em;
}
/*----------------------------------------------------------------*/
/* =div#Content ul li p.ph1 */
div#Content ul li p.ph1 {
        font-family: "URWWoodTypD","Comic Sans MS", "Times New Roman", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
        font-size: 2em;
        text-align: left;
        font-weight: normal;
        margin-top: 1em;
        padding-left: 0px;
        text-indent: -9999px;
        background: url('../images/banjo_leprechaun_2010_logo_name.gif') no-repeat ;
        
}
/* =div#Content ul li p.ph2 */
div#Content ul li p.ph2 {
        font-family: "URWWoodTypD","Comic Sans MS", "Times New Roman", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
        font-size: 2em;
        text-align: left;
        font-weight: normal;
        text-indent: -9999px;
        margin-top: 1em;
        background: url('../images/john_powel_reserve_shower_block.jpg') no-repeat ;
        
}
/* =div#Content ul li p.phperformers */
div#Content ul li p.phperformers {
        font-family: "URWWoodTypD","Comic Sans MS", "Times New Roman", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
        font-size: 2em;
        text-align: left;
        font-weight: normal;
        margin-top: 1em;
        padding-left: 0px;
        text-indent: -9999px;
        background: url('../images/Performers2.gif') no-repeat ;
}

/* =div#Content ul li p.ph3 */
div#Content ul li p.ph3 {
        font-family: "URWWoodTypD","Comic Sans MS", "Times New Roman", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
        font-size: 2em;
        text-align: left;
        font-weight: normal;
        padding-left: 0px;
        margin-top: 1em;
        text-indent: -9999px;
        background: url('../images/lions_club_food_van.gif') no-repeat ;
        
}
/* =div#Content ul li p.ph4 */
div#Content ul li p.ph4 {
        font-family: "URWWoodTypD", "Comic Sans MS", "Times New Roman", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
        font-size: 2em;
        text-align: left;
        font-weight: normal;
        padding-left: 0px;
        margin-top: 1em;
        text-indent: -9999px;
        background: url('../images/friday_night_at_the_jambo.gif') no-repeat ;
}
/* =div#Content ul li p.ph5 */
div#Content ul li p.ph5 {
        font-family: "URWWoodTypD","Comic Sans MS", "Times New Roman", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
        font-size: 2em;
        text-align: left;
        font-weight: normal;
        padding-left: 0px;
        margin-top: 1em;
        text-indent: -9999px;
        background: url('../images/merchandising_and_retail2.gif') no-repeat ;
}
/* =div#Content ul li p.phVolunteers */
div#Content ul li p.phVolunteers {
        font-family: "URWWoodTypD","Comic Sans MS", "Times New Roman", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
        font-size: 2em;
        text-align: left;
        font-weight: normal;
        margin-top: 1em;
        padding-left: 0px;
        text-indent: -9999px;
        background: url('../images/volunteers.gif') no-repeat ;
}
/* =div#Content ul li p.phInstrumentDisplay */ 
div#Content ul li p.phInstrumentDisplay {
        font-family: "URWWoodTypD","Comic Sans MS", "Times New Roman", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
        font-size: 2em;
        text-align: left;
        font-weight: normal;
        padding-left: 0px;
        margin-top: 1em;
        text-indent: -9999px;
        background: url('../images/InstrumentDisplay.gif') no-repeat ;
}
/* =div#Content ul li p.phRobbieWatts */ 
div#Content ul li p.phRobbieWatts {
        font-family: "URWWoodTypD","Comic Sans MS", "Times New Roman", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
        font-size: 2em;
        text-align: left;
        font-weight: normal;
        margin-top: 1em;
        padding-left: 0px;
        text-indent: -9999px;
        background: url('../images/RobbieWatts.gif') no-repeat ;
}
/* =div#Content ul li p.phShowerBlockAndLoos */ 
div#Content ul li p.phShowerBlockAndLoos {
        font-family: "URWWoodTypD","Comic Sans MS", "Times New Roman", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
        font-size: 2em;
        text-align: left;
        font-weight: normal;
        margin-top: 1em;
        padding-left: 0px;
        text-indent: -9999px;
        background: url('../images/ShowerBlockAndLoos.gif') no-repeat ;
}
/* =div#Content ul li p.phMerchandisingAndRetail */ 
div#Content ul li p.phMerchandisingAndRetail {
        font-family: "URWWoodTypD","Comic Sans MS", "Times New Roman", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
        font-size: 2em;
        text-align: left;
        font-weight: normal;
        margin-top: 1em;
        padding-left: 0px;
        text-indent: -9999px;
        background: url('../images/MerchandisingAndRetail2.gif') no-repeat ;
}
/* =div#Content ul li p.phFoodCatering */ 
div#Content ul li p.phFoodCatering {
        font-family: "URWWoodTypD","Comic Sans MS", "Times New Roman", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
        font-size: 2em;
        text-align: left;
        font-weight: normal;
        margin-top: 1em;
        padding-left: 0px;
        text-indent: -9999px;
        background: url('../images/FoodCatering.gif') no-repeat ;
}
/* =div#Content ul li p.phBYOandTakeAwayAlcohol */ 
div#Content ul li p.phBYOandTakeAwayAlcohol {
        font-family: "URWWoodTypD","Comic Sans MS", "Times New Roman", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
        font-size: 2em;
        text-align: left;
        font-weight: normal;
        margin-top: 1em;
        padding-left: 0px;
        text-indent: -9999px;
        background: url('../images/BYOandTakeAwayAlcohol.gif') no-repeat ;
}
/* =div#Content ul li p.phSessionMarquees */ 
div#Content ul li p.phSessionMarquees {
        font-family: "URWWoodTypD","Comic Sans MS", "Times New Roman", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
        font-size: 2em;
        text-align: left;
        font-weight: normal;
        margin-top: 1em;
        padding-left: 0px;
        text-indent: -9999px;
        background: url('../images/SessionMarquees.gif') no-repeat ;
}
/* =div#Content ul li p.phFires */ 
div#Content ul li p.phFires {
        font-family: "URWWoodTypD","Comic Sans MS", "Times New Roman", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
        font-size: 2em;
        text-align: left;
        font-weight: normal;
        margin-top: 1em;
        padding-left: 0px;
        text-indent: -9999px;
        background: url('../images/Fires.gif') no-repeat ;
}
/*----------------------------------------------------------------*/
/* =PageHeader */
div#PageHeader {
        position: relative;
        font-family: "URWWoodTypD";
        font-size: 3em;
        text-align: center;
        top: 0px;
        height: 160px;
        text-indent: -9999px;
        background: url('../images/BulletinBoard_header.jpg') no-repeat center;
}
/* =PageHeader p */
div#PageHeader p {
        font-size: 1em;
        text-indent: -9999px;
}
/*----------------------------------------------------------------*/
/* =p.lastupdated */
p.lastupdated {
        text-align: right;
        text-decoration: underline
}
/*----------------------------------------------------------------*/
/* =div#TxtImgList */
div#TxtImgList {
   position: relative;
   height: 240px;
   padding-left: 3em;
   font-family: "Comic Sans MS", "Times New Roman", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
   font-size: 1.2em;
   font-weight: normal;
   text-align: left;
}
/* =div#TxtImgList ul li.PFloatRight */
div#TxtImgList ul li.PFloatRight {
   float: right;
   width: 400px;
   padding-top: 1.5em;
   padding-right: 2.5em;
}
/* =div#TxtImgList ul li.iFloatLeft */
div#TxtImgList ul li.iFloatLeft {
   float: left;
   width: 400px;
}
/* =div#TxtImgList ul li img */
div#TxtImgList ul li img {
   width: 400px;
}
/*----------------------------------------------------------------*/
div#ContactUs {
        position: relative;
        top: -10px;
        width:950px;
        height: 40px;
        text-indent: -9999px;
        background: url('../images/contact_us_header.gif') no-repeat center;
}
/*----------------------------------------------------------------*/
/* =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;
}
/*----------------------------------------------------------------*/
/* =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;
}
/* =Navigation 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;
}       
/* =Navigation ul 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;
}
/*----------------------------------------------------------------*/
/* =p.floatright */
p.floatright {
        text-align: right;
        margin-top: -30px;
}
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
