/* stylesheets\bonzo_crunch.css
**************************************************
*  Page creation date: January 29, 2008
*
*  Copyright (c) 2008
*
************************************************** */


/*  Body Styles
    **************************************************  */
/*  Standard Body  */
body {
    background-color: #ceb4a3;
    margin-left: 0.0px;
    margin-right: 0.0px;
    margin-top: 0.0px;
    margin-bottom: 0.0px;
    background: url(../images/shadow.jpg);
    }


/*  Headings
    **************************************************  */
/*  Standard H1  */
h1 {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 18pt;
    font-weight: bold;
    font-style: normal;
    color: #000000;
    text-align: left;
    margin-top: 0in;
    margin-bottom: 0in;
    }

/*  H1 Class = 'banner'  */
h1.banner {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 18pt;
    font-weight: bold;
    font-style: italic;
    color: #BE342A;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 30px;
    margin-right: 30px;
    }

/*  Standard H2  */
h2 {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14pt;
    font-weight: bold;
    font-style: normal;
    color: #000000;
    text-align: center;
    margin-top: 0in;
    margin-bottom: 0in;
    }


/*  H2 Class = 'color'  */
h2.color {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14pt;
    font-weight: bold;
    font-style: normal;
    color: #0000FF;
    text-align: center;
    margin-top: 0in;
    margin-bottom: 0in;
    }




/*  Paragraph Styles
    **************************************************  */
/*  Standard Paragraph  */
p {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 12pt;
    font-weight: normal;
    font-style: normal;
    color: #633c2d;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 30px;
    margin-right: 30px;
    }


/*  Caption Paragraph  - for captions to photos*/
p.caption {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 12pt;
    font-weight: bold;
    font-style: normal;
    color: #633c2d;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    }


/*  Attribution Paragraph  (for identification of testimonial sources) */
p.attribution {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 12pt;
    font-weight: bold;
    font-style: italic;
    color: #633c2d;
    text-align: right;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 60px;
    margin-right: 40px;
    }


/*  Paragraph  Class 'tag'  (for list of Customers/Venues) */
p.tag {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    background:url(../images/bullet.jpg) no-repeat;
    background-position:center left;
    padding-left:20px;
    font-size: 12pt;
    font-weight: normal;
    font-style: normal;
    color: #633c2d;
    text-align: left;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 60px;
    margin-right: 30px;
    }


/*  Bibliography Paragraph (for Press Article Information)  */
p.article {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 12pt;
    font-weight: normal;
    font-style: normal;
    color: #633c2d;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 60px;
    margin-right: 30px;
    }






/*  Link (anchor) Styles
    **************************************************  */

/*  Standard Link  (for the bottom menu bar) */
a {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #F1E6D4;
    text-align: left;
    margin-top: 0in;
    margin-bottom: 0in;
    }

/*  Standard Link:Hover  */
a:hover {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
    color: #F46020;
    text-align: left;
    margin-top: 0in;
    margin-bottom: 0in;
    }



/*  Bibliography Link (for Press Article Information) */
a.article {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 14pt;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #BE342A;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 30px;
    margin-right: 30px;
    }

/*  Bibliography Link:Hover (for Press Article Information)  */
a.article:hover {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 14pt;
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
    color: #F46020;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 30px;
    margin-right: 30px;
    }



/*  Embedded link  (for links in the middle of paragraphs) */
a.embedded {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 12pt;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #BE342A;
    text-align: left;
    margin-top: 0in;
    margin-bottom: 0in;
    }

/*  Standard Link:Hover  */
a.embedded:hover {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 12pt;
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
    color: #F46020;
    text-align: left;
    margin-top: 0in;
    margin-bottom: 0in;
    }





/*  Horizontal Rules
    **************************************************  */
/*  Basic Horizontal Rule  */
hr {
    color: #000000;
    height: 1;
    width: 100%;
    }

/*  Left Menu Horizontal Rule  */
hr.menu {
    color: #f2d500;
    background-color: #f2d500;
    height: 1;
    width: 160px;
    border:none;
    }

/*  Content Pane Horizontal Rule  */
hr.content {
    color: #BE342A;
    background-color: #BE342A;
    height: 2;
    width: 90%;
    border:none;
    }


/*  Images
    **************************************************  */
/*  Default Image  */
img {
    border-style:none; 
    border-width:0; 
    margin-bottom:0px; 
    margin-top:0px; 
    margin-left:0px; 
    margin-right:0px; 
    padding:0
    }

/*  Photo Image  */
img.photo {
    border: 5px solid;
    background-color: #BE342A;
    border-color: #BE342A;
    border-width:5px; 
    margin-bottom:0px; 
    margin-top:0px; 
    margin-left:0px; 
    margin-right:20px; 
    padding:0
    }


/*  Photo Gallery Image  */
img.gallery {
    border: 5px solid;
    background-color: #BE342A;
    border-color: #BE342A;
    border-width:5px; 
    margin-bottom:0px; 
    margin-top:0px; 
    margin-left:0px; 
    margin-right:0px; 
    padding:0
    }



/*  List Styles
    **************************************************  */
ul {
    list-style-type: square; 
    color: #BE342A;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 30px;
    margin-right: 30px;
    }

li {
    margin-left: 30px;
    margin-right: 30px;
    }


ol {list-style-type: lower-alpha; margin-top:0; margin-bottom:0; margin-left:0.25in}


