/* FileName : bigbanjo.css
Modification History: 
Date Modified   By                      Description
========================================================================================
2010-05-30      C.Allan       Created.
2010-07-24     Chris Allan    Added '#BigBanjoDayLight' and '#BigBanjoDayLight p'
                              and image BigBanjoDayLight.jpg
                              Changed height from 1274px to 2010px in div#Content
*/
/*------------------------ 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 :''; }
/*----------------------------------------------------------------*/

/* =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-color: black;*/
         background-attachment:fixed;
         background-position:left;
}
/*----------------------------------------------------------------*/

/* =Content */
#Content {
         position : relative; 
         width:950px;
         height: 2010px;
         margin: auto; /* Right and left margin widths set to "auto" */
         text-align:left; /* Counteract to IE5/Win Hack */
         padding:15px
}
/* = Content p */
#Content p {
         font-size: 1.2em;
}
/* =Content ul */
#Content ul {
         font-size: 1.2em;
}
/* =Content img */
/*img {
         align: center;
}
*/
/*----------------------------------------------------------------*/
/* =IntroHeader */
div#IntroHeader {
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 236px;
        text-indent: -9999px;
        background: url('../images/TheBigBanjoHeader.gif') no-repeat center;
}
/*----------------------------------------------------------------*/
/* =TheBigBanjo */
#TheBigBanjo {
        position: relative;
        margin: -2px 0 0 0; /* IE fix */
        padding: 0;
        text-align: center;
        height: 610px;
        width: 100%;
        text-indent: -9999px;
        background: url('../images/BigBanjo_950x610.gif') no-repeat center;
}
/*----------------------------------------------------------------*/
/* =TechSpecsHeader */
#TechSpecsHeader {
        position: relative;
        margin: -3px 0 0 0; /* IE fix */
        padding: 0;
        text-align: center;
        height: 149px;
        width: 100%;
        text-indent: -9999px;
        background: url('../images/BigBanjoTechSpecsHeader.gif') no-repeat center;
}
/*----------------------------------------------------------------*/
/* =List */
div#List {
        position: relative;
        margin: -22px 0 0 0; /* IE fix */
        padding: 0;
        height: 277px;
        text-indent: -9999px;
        background: url('../images/BigBanjoTechSpecs.gif') no-repeat center;
}
/*----------------------------------------------------------------*/
/* =BigBanjoDayLight*/
#BigBanjoDayLight {
        position: relative;
        margin: -2px 0 0 0; /* IE fix */
        padding: 0;
        text-align: center;
        width: 100%;
        background: url('../images/BigBanjoDayLight.jpg') no-repeat center;
}
/* =BigBanjoDayLight p*/
#BigBanjoDayLight p{
   padding-top:20px;
   
}
/*----------------------------------------------------------------*/
dl.table-display {
   margin: 0;
   padding: 0;
}

.table-display dt {
   float: left;
   width: 10em;
   margin-left: 18em;
   font-weight: bold;
   color: #FFFF00;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.table-display dd {
   float: right;
   width: 20em;
   margin-right: 160px;
   color: #FFFF00;
}
/*----------------------------------------------------------------*/
/* =h1 */
h1 {
         margin: 0;
         padding: 0;
         text-align: center;
         font-family: "URWWoodTypD", "Comic Sans MS", "Times New Roman", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
         font-size: 3em;
         font-style: normal;
         font-weight: normal;
         color: #FFFF00;
}

/* =h2 */
h2 {
        text-align: center;
        font-family: "URWWoodTypD", "Comic Sans MS", "Times New Roman", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
        font-size: 1.8em;
        font-style: normal;
        font-weight: normal;
        color: #400000;
        margin-bottom: 0.1em;
}       

/* =h3 */
h3 {
        text-align: center;
        font-family: "URWWoodTypD", "Comic Sans MS", "Times New Roman", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
        font-size: 1.6em;
        font-style: normal;
        font-weight: normal;
        color: #400000;
        margin-bottom: 0.1em;
} 

/* =h4 */
h4 {
        text-align: center;
        color: #400000;
        margin-bottom: 0.1em;

}
      
/*----------------------------------------------------------------*/
/* =sub */
sub {
        font-size: 70%;
        vertical-align: baseline;
}

/* =sup */
sup {
        font-size: 60%;
}
/*----------------------------------------------------------------*/
/* =p */
p {
        margin-bottom: .4em;
        margin-top: 1em;
}
/* =p.floatright */
p.floatright {
        text-align: right;
        margin-top: -30px;
}
/* =p.indent */
p.indent {
        margin-top: -.3em;
        padding-left: 2em;
        /*padding-bottom: 1em;*/
}
/*----------------------------------------------------------------*/
/* =b.decorated */
b.decorated {
   text-decoration: underline;
}
/*----------------------------------------------------------------*/
div#ContactUs {
        position: relative;
        /*top: -30px;
        left: -50px;*/
        width:950px;
        height: 40px;
        text-indent: -9999px;
        background: url('../images/contact_us_header.jpg') no-repeat center;
}
/*----------------------------------------------------------------*/
/* =Contact */
div#Contact {
        position: relative;
        margin: auto;
        /*top: -30px;*/
}
/* =Contact p */
div#Contact p {
        font-family: "Times New Roman", "Comic Sans MS", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
        font-size: 1em;
        font-style: italic;
        font-weight: bold;
        color: #400000;
        margin-bottom: 0.25em;
}
/*----------------------------------------------------------------*/
/* =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 */
/*----------------------------------------------------------------*/
/* =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;
}
/*----------------------------------------------------------------*/

