/* 
================================
Skin styles for Simple Red Leaf Skin 3 Pane Layout
Created by Lee Sykes - http://www.dnncreative.com
================================
*/
body
{
    /* set default font size for skin (Titles etc. will then use a percentage to specify their sizes) */
    margin: 0;
    padding: 0;
    line-height: 1.1;
    font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
    
    
}

#wrap
{
    min-width: 500px;
    max-width: 1400px;
    padding: 0px 5px 0px 5px;
}

.tagline
{
    float: left;
    width: 65%;
    padding-left: 25px;
}

#loginlinks
{
    float: right;
    width: 30%;
    text-align: right;
}

#logo
{
    clear: both;
    padding: 0px 0px 0px 5px; /*margin: 0 0 15px 0; */
}
#logo h1
{
    font: bold 300% Verdana, Tahoma, Helvetica, Arial, sans-serif;
    color: #C00;
    letter-spacing: 0.1em; /* adjusts how close the title is to the top tag line */
    margin-top: 0px;
}
/* Main Layout */
#content
{
    float: right;
    width: 79%; /* padding: 0 0 0 10px; */
}

#sidebar
{
    float: left;
    width: 18%;
    
}

#date
{
    clear: both;
    padding-top: 10px;
    color: #C00;
}
#footer
{
 clear: both;
    padding-top: 10px;
    color: #C00;   
 
}



/* -----------------
Set default font for modules
--------------------
 */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
    margin: 0;
    padding: 0;
    line-height: 1.1;
    font: 100% Verdana, Arial, Helvetica, sans-serif;
}

/* ================================
style for module titles
================================ */
.Head
{
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 90%;
    font-weight: bold;
    color: #FF0000; /* letter-spacing: 2; */
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-size:  85%;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  85%; 
}

/* ===============
button style for standard HTML buttons 
================== */
.StandardButton
{
	font-size: 90%;
}
/* =======================
 HTML Tag Styles 
=========================== */
H1, H2, H3, H4, H5, DT, H6
{
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
H1
{
    font-size: 150%;
    font-weight: bold;
    color: #999;
}

H2
{
    font-size: 150%;
    font-weight: bold;
    color: #C00;
}

H3
{
    font-size: 120%;
    font-weight: bold;
    color: #999;
}

H4
{
    font-size: 110%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}

H5, DT
{
    font-size: 90%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}

H6
{
    font-size: 80%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}

/* =====================================
    CSS STYLES FOR HouseMenu SkinObject
   =====================================
*/

/* Vertical Menu */
#HouseMenuNav
{
    /* menu wrapper div */
   
    margin-bottom: 10px;
}

#HouseMenuNav ul
{
    /* all submenu lists */
    padding: 0;
    border: 0px none;
    margin: 0;
    list-style-type:none
}

#HouseMenuNav a
{
    /* all links within the menu wrapper */
}

#HouseMenuNav li
{
    /* all list items */ /* -- Border around each menu item -- */
    /* added for opera browser to remove bullets on lists */
    list-style: none;
     
}


#HouseMenuNav li a:link, #HouseMenuNav li a:visited
{
    /* main colour of the menu */
    margin: 0;
    padding: 0;
    padding: 5px 5px 5px 0.5em; /* border-left: 3px solid #711515;
    border-right: 3px solid #711515; */
    background-color: transparent;
    color: #096FD3;
    text-decoration: none; /* added for opera */
    font-size: 140%;
    font-weight: bold;
}

#HouseMenuNav li a:hover
{
    color: #8BAEF2;
    text-decoration: underline;
}
#HouseMenuNav ul ul
{
    /* second level menu items */
    margin-left: 3px;
}
#HouseMenuNav ul ul li
{
   
    margin: 0; /* remove the bullets from the sub menu */
    list-style: none;
}
#HouseMenuNav ul ul a:link, #HouseMenuNav ul ul a:visited
{
    background-color: transparent;
    color: #3E5893;
}
#HouseMenuNav ul ul a:hover
{
    color: #9BDDD7;
    text-decoration: underline;
}
/* Hide the login */
.LoginItem
{
    text-decoration: none;
    font-size: large;
}
/* This sets the style for all skin items that are links */
A.LoginItem:link, A.LoginItem:visited, A.LoginItem:active
{
    text-decoration: none;
    color: #E6E6E6;
}
A.LoginItem:hover
{
    text-decoration: underline;
    color: #1A68BF;
}

/* ------------------------
Links format added for opera browser
----------- */
.Normal A:link, .Normal A:visited, .Normal A:active
{
    text-decoration: none;
    color: #036;
}
.Normal A:hover
{
    text-decoration: underline;
    color: #F00;
}

/* This is the Date eg. any items that are not links */
.SkinItem
{
    text-decoration: none;
    color: #036;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active
{
    text-decoration: none;
    color: #036;
}
A.SkinItem:hover
{
    text-decoration: underline;
    color: #F00;
}
/* Styles for the main text and images within the Text/HTML module */

.head1
{
    font-family: Verdana;
    font-size: 16px;
    color: #627382;
    font-weight: bolder;
    text-align: left;
}

.body2
{
    font-family: Verdana;
    font-size: 90%;
    color: #3145CE;
    font-weight: normal;
    text-align: left;
    
}
.link
{
line-height: 145%;
}
.imageleftside img
{
    float: left;
    border: 2px solid #429E42;
    margin-right: 15px;
    margin-bottom: 5px;
    margin-left: 15px;
}

.imageborder
{
 border: 2px solid #429E42;
}
#nav a
{
 /* border: 2px solid #429E42; */
}

#nav-taby
{
    background: url('/Portals/grace/Pictures/small_TABY_logo.PNG');
    height: 78px;
    width: 252px;
    float: Left;
    margin-left: 0px
}
#nav-2540
{
    background: url('/Portals/grace/Pictures/Small_2540_Large_Hand.gif');
    height: 128px;
    width: 150px;
    float: Left;
   margin-left: 0px
}
#nav-dinner
{
background: url('/Portals/grace/Pictures/2540/thumb_flier_dinner.png');
height: 160px;
width: 135px
}

