﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
    font-size: 1.3em;
    font-family: "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

.bodyText
{
    padding: 4px 20px;
    text-align: center;
}


/* HEADINGS
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
    color: DarkGreen
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/

.page
{
    width: 800px;
    margin: 20px auto 0px auto;
}


/* MENU ELEMENTS
----------------------------------------------------------*/
div.menu
{
    margin-left: auto;
    margin-right: auto;
}

div.menuTextBlock
{
    width: 20pc;
    margin-left: auto;
    margin-right: auto;
}

p.menuTitle
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-align: center;
    text-transform: none;
    text-decoration: underline;
    font-weight: 200;
    margin-bottom: 10px;
    margin-top: 50px;
}

.menu p.menuTitle:first-child
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-align: center;
    text-transform: none;
    text-decoration: underline;
    font-weight: 200;
    margin-bottom: 10px;
    margin-top: 0px;
}

p.menuSubtitle
{
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 1.1em;
    font-style: italic;
    color: #666666;
    text-align: center;
}

li.menuSubtitle
{
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 1.1em;
    font-style: italic;
    color: #666666;
    text-align: center;
}

li.menuSubtitle:first-child
{
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 1.1em;
    font-style: italic;
    color: #666666;
    text-align: center;
}

ul.menuSubtitle
{
    list-style-type: none;
}

p.menuCaption
{
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 1.5em;
    color: DarkGreen;
    text-align: center;
}

p.menuDescription+p.menuSubCaption
{
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 1.5em;
    color: DarkGreen;
    text-align: center;
}

p.menuDescription
{
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 1.1em;
    font-style: italic;
    color: #666666;
    text-align: center;
}

ul.menuDescription
{
    margin-bottom: 0px;
    margin-top: 0px;
    font-style: italic;
    color: #666666;
}

li.menuDescription
{
    margin-bottom: 0px;
    margin-top: 0px;
    font-style: italic;
}

p.menuPrice
{
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 1.2em;
    font-weight: bold;
    color: #666666;
    text-align: center;
}



/* LINKS ELEMENTS
----------------------------------------------------------*/

p.linkTitle
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-align: center;
    text-transform: none;
    text-decoration: underline;
    font-weight: 200;
    margin-bottom: 10px;
    margin-top: 50px;
}

p.linkCaption
{
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 1.5em;
    color: DarkGreen;
    text-align: center;
}

p.linkDescription
{
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 1.1em;
    font-style: italic;
    color: #666666;
    text-align: center;
}


/* EDITORIAL ELEMENTS
----------------------------------------------------------*/

h1.editorial
{
    clear: both;
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h6.editorialLeft
{
    float: left;
    font-size: 1em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h6.editorialRight
{
    float: right;
    font-size: 1em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

p.editorialText
{
    padding: 4px 20px;
    text-align: left;
}

.imageLeft
{
    float: left;
    height: 267px;
    width: 200px;
    margin-right: 20px;
}

.imageRight
{
    float:right;
    height: 267px;
    width: 200px;
    margin-left: 20px;
}
