/*
   CSS for St Michael's Abbey Web Site
   (c) Copyright July 2006, St Michaels Abbey.  All Rights Reserved.
   Author: Tom Chambers
   Unauthorised use or copying of this information is strictly prohibited
   without prior written authorisation from the copyright owner.
*/

/* following 2 commands control the bg color of entire page */

#navcontainer { width: 150px;
height=25;}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Omnia, Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 1px;
width: 150px;
background-color: #FECA4E;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #720606;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #720606;
color: #FECA4E;
}

#subnavcontainer
{
 width: 150px;
 height=25;
}

#subnavcontainer ul
{
margin-left: 0;
padding-left: 10;
list-style-type: none;
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
background-color: white;
color: #720606;
}

#experiment
{
padding: 0 1px 1px;
margin-left: 0;
font: bold 10px Verdana, sans-serif;
background: white;
width: 12em;
}

#experiment li
{
list-style: none;
margin-bottom: 2;
text-align: left;
}

#experiment li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #C0C0C0;
background: white;
text-decoration: none;
}

#experiment li a:link { color: #448; }
#experiment li a:visited { color: #667; }


#experiment li a:hover
{
border-color: #720606;
color: #720606;
background: white;
}




body {background: white;
background-image: none}

table.logo-section {background: #FECA4E;
background-image: none}

/* controls the top horizontal menu bar (containing Disclaimer, etc.) */

table.top-menu {background: black;
background-image: none;
font-family: Verdana, Arial, Helvetica;
font-weight: bold;
font-size: 8pt;
color: white;
vertical-align: top}

a.top-menu-link:link {color: white;
text-decoration: none}

a.top-menu-link:visited {color: white;
text-decoration: none}

a.top-menu-link:hover {color: red;
text-decoration: none}



/* Controls the non-menu, non-main inner tables within the borders */

table.other-inner {font-family: Helvetica, Verdana, Arial;
font-size: 8pt;
background: white;
background-image: none;
border-right: 1px #808080 solid;
border-bottom: 1px #808080 solid}

/* Controls the main content inner table */

table.main-inner {background: white;
background-image: none;
border-top: 1px #808080 solid;
border-right: 1px #808080 solid;
border-bottom: 1px #808080 solid}

/* Controls the table on the contact page*/

table.contact {font-family: Verdana, sans serif;
font-size: 10pt;}

table.normal {background: white;
background-image: none;
font-family: Verdana, sans serif;
font-size: 10pt;}

/* Controls the first letter of the page title */

font.main-heading-first-letter {background: #720606;
background-image: none;
color: #FECA4E;
font-family: Omnia, Verdana;
margin-top: 0.2em;
margin-left: 0.2em}

/* Controls the rest of the page title */

font.main-heading {font-family: Omnia, Helvetica, Verdana, Tahoma, Arial;
font-size: 2pc;
color: #720606}

/* Controls the blurb title */

font.blurb-heading {font-family: Helvetica, Verdana, Tahoma, Arial;
color: #720606;
font-size: 1.2pc;
margin-left: 0.75em}

/* Controls the sub-headings */

font.sub-heading {font-family: Helvetica, Verdana, Tahoma, Arial;
font-size: 10pt;
font-weight: bold;
text-decoration: underline;
margin-left: 0.5em}

/* Controls the sub-sub-headings */

font.sub-sub-heading {font-family: Helvetica, Verdana, Tahoma, Arial;
font-size: 10pt;
text-decoration: underline;
margin-left: 0.5em}

/* Controls the main content text within the blockquotes */

blockquote {font-family: Verdana, Helvetica, Verdana, Arial;
font-size: 10pt}

/* Controls the novena flow thing */

font.weird-flow {font-family: Verdana, Helvetica, Verdana, Arial;
font-size: 10pt}

/* Controls the search tables */

table.search {font-family: Helvetica, Verdana, Arial;
font-size: 10pt;
background-image: none;
background: #DBDBDB}

/* Controls the search tables */

table.shop {font-family: Verdana, Helvetica, Arial;
font-size: 10pt;
background-image: none;
background: white}

/* Controls the sorrow joy in cord tables */

table.cord {font-family: Verdana, Helvetica, Arial;
font-size: 10pt;
background-image: none;
background: white}

/* Controls the picture tables */

table.pic {font-family: Verdana, Helvetica, Arial;
font-size: 7pt;
color: #FECA4E;
background: #720606;
border-right: 1px black solid;
border-bottom: 1px black solid;
border-top: 1px black solid;
border-left: 1px black solid}

/* Controls the email contact add-on at bottom of page */

font.email {font-family: Helvetica, Verdana, Arial;
font-size: 8pt;
color: black}

/* Controls any image links on the page */

a img {border: none}

/* Controls the bottom page bar containing Copyright Notice. */

table.bottom-bar {font-family: Helvetica, Verdana, Arial;
font-weight: bold;
font-size: 8pt;
color: white;
background: black;
background-image: none;
vertical-align: middle}











