/* FileName : banjointro.css
Modification History: 
Date Modified   By                      Description
========================================================================================
2009-05-16      C.Allan         Created.
2009-05-25      C.Allan         Modified 'dl.kennels-info' increasing padding left and 
                                consequently decreasing 'height' to support correct
                                alignment in 'IE.6'
                                Updated 'font-family' for ordered fall back of fonts.
                                Added definition for <sup>
2009-05-30      C.Allan         Added div#IntroHeader and div#ContactUs to fix non local 
                                support for the font "URWWoodTypD"
2009-07-23      C.Allan         Changed Div#Navigation<ul>
2009-09-16      C.Allan         Increased height of Div#List from 16 - 20em
                                Increased height of '.ticket-info dd' & '.ticket-info dt' from 4em to 5em
2010-05-02      C.Allan         Added p.indent
*/
/*------------------------ 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-attachment:fixed;
        background-position:left;
}
/*----------------------------------------------------------------*/

/* =Content */
#Content {
        width:950px;
        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;
}
/*----------------------------------------------------------------*/
/* =Header */
/*div#Header {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
}
*/
/*----------------------------------------------------------------*/
/* =IntroHeader */
div#IntroHeader {
        position: relative;
        left: -46px;
        width:950px;
        height: 192px;
        text-indent: -9999px;
        background: url('../images/intro_header.jpg') no-repeat;
}
/*----------------------------------------------------------------*/
/* =h1 */
h1 {
        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: #400000;
}

/* =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;
}
/*----------------------------------------------------------------*/
/* =Contact */
div#Contact {
        position: relative;
        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;
}
/*----------------------------------------------------------------*/
/* =List */
div#List {
        position: relative;
        height: 20em;
        padding: 0 0 10px 0;
        width: 99%;
        font-size: 100%;
        text-align: left;
}
/*----------------------------------------------------------------*/
/* =Kennels */
div#Kennels {
        position: relative;
        height: 12em;
        padding: 10px;
        width: 99%;
        font-size: 100%;
        text-align: left;
}
/*----------------------------------------------------------------*/
/* =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;
}
/*----------------------------------------------------------------*/
dl.ticket-info {
        margin: 0 0 0 0;
        padding: 0 0 0 4em;
}

.ticket-info dt {
        float: left;
        width: 20em;
        /*margin-left: 5em;*/
        margin-left: 3em;
        margin-bottom: -1px;
        border: 1px solid #400000;
        font-weight: normal;
        text-align: right;
        height: 5em;
}

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

.ticket-info dd {
        float: left;
        width: 20em;
        margin-right: 30px;
        margin-bottom: -1px;
        margin-left: -1px;
        border: 1px solid #400000;
        font-weight: normal;
        text-align: left;
        height: 5em;
}
.ticket-info dt span {
        padding-top: 0;
        padding-right: 1em;
        padding-bottom: 0;
        padding-left: 0;
        margin: 0 0 0 0;
}
.ticket-info dd span {
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 1em;
        margin: 0 0 0 0;
}
/*----------------------------------------------------------------*/
dl.kennels-info {
        margin: 0 0 0 0;
        padding: 0 0 0 7em;
        height: 170px;
        border: 1px solid #400000;
        font-family:  "Times New Roman", "Comic Sans MS", Arial, Verdana, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
        font-size: 1em;
}

.kennels-info dt {
        width: 30%;
        float: left;
        margin-left: -3.0em;
        margin-bottom: -1px;
        font-weight: normal;
        text-align: left;
}

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

.kennels-info dd {
        float: left;
        width: 68%;
        margin-top: 2em;
        margin-left: 1em;
        font-weight: normal;
        text-align: left;
}
.kennels-info dt span {
        font-style: italic ;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
}
.kennels-info dd p {
        font-style: italic ;
        font-weight: normal;
        color: #400000;
        padding: .3em 0 0 0;
}
/*----------------------------------------------------------------*/
/* =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 */
/*----------------------------------------------------------------*/
