/*-----------------------------------------------------------------------
	           Truffle Website Styles
-------------------------------------------------------------------------
Color scheme:
RGB            Colour Name           Used as           
#FFFFE0;       Light Yellow          main background
#fffff0;       Ivory
#D6D6D6;       pale greyed blue
#D6CAB4;       medium beige-grey
#B0A694;       putty grey
#BC8F8F;       rosy brown
#FFDAB9;       peach puff
#292929;       Charcoal
#A3A3A3;       greyed blue
#191970;       midnight blue
#B0C4DE        Light Steel Blue      visited links
---------------------------------------------------------------------------
Updated to 28 January 2012
Copyright (c) 2012 Treelogix Consulting http://www.treelogix.ca
--------------------------------------------------------------------------- */
body
{
    height: 100%;
    font-family: Tahoma, Verdana, "Lucida Sans" , Arial, sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    background-color: #FFFFE0; /* light yellow */
}

/*	Heading and Anchor Elements
------------------------------------------------------------*/


h1
{
    font-size: 1.5em;
    color: #A3A3A3; /* greyed blue */
    font-weight: lighter;
    display: block;
    padding-bottom: 3px;
    background-image: url(../Content/Images/h1.png); 
    background-repeat: no-repeat;
    background-position: right center;
    margin: 8px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #A3A3A3;
}

h2
{
    font-size: 1.3em;
    color: #A15C5C;
    font-weight: normal;
    display: block;
    padding-bottom: 3px;
    background-image: url(../Content/Images/h6.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin-bottom: 8px;
    margin-top: 8px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #A15C5C;
}


h4
{
    font-size: 1.3em;
    line-height: 1.5em;
    color: #A3A3A3; /* greyed blue */
    font-weight: 600;
    padding: 10px 0 10px 0;
}

h5
{
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 500;
    color: #BC8F8F; /* rosy brown */
    padding-bottom: 10px;
}

h6
{
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 500;
    color: #8B4513; /* saddle brown */
    padding-bottom: 10px;
}

a.links
{
    color: #8B4513; /* saddle brown */
    font-family: Tahoma, Arial;
    font-size: .9em;
    font-weight: normal;
    text-decoration: none; /* no underlining */
    line-height: 14px;
    display: block;
}

a.links:hover
{
    color: #333333;
}


a.links-h1
{
    color: #108BAF;
    font-family: Tahoma, Arial;
    font-size: 0.9em;
    font-weight: normal;
    text-decoration: none;
    display: block;
    padding-top: 8px;
    padding-bottom: 3px;
}

a.links-h1:hover
{
    color: #333333;
}


/*  lists and links
---------------------------------------------------------*/

/* default list style is square blocks */
ul
{
    list-style: square;
    font-size: .95em;
    line-height: 1.6em;
    margin-left: 20px;
}

ol
{
    font-size: .95em;
    line-height: 1.6em;
    margin-left: 20px;
}

ul li, ol li
{
    margin-left: 20px;
}

a:link
{
    /* Applies to all unvisited links */
    text-decoration: none;
    font-weight: normal;
    color: #778899; /* light slate grey */
}

a:visited
{
    /* Applies to all visited links */
    text-decoration: none;
    font-weight: normal;
    color: #191970; /* midnight blue */
}

a:hover
{
    /* Applies to links under the pointer */
    text-decoration: underline;
    font-weight: normal;
    color: #000000;
}

a:active
{
    /* Applies to activated links */
    text-decoration: underline;
    font-weight: normal;
    color: Gray;
}

.line
{
    background-image: url(../Content/Images/h1.png);
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    padding-bottom: 3px;
}


/*	Header
---------------------------------------------------------*/
.logo
{
    height: 60px;
    background: url(../Content/Images/top-logo.jpg) right top no-repeat;
    text-decoration: none;
    border: none;
}

header h3 a
{
    font-size: 1.8em;
    color: #bc8f8f; /* Rosy Brown */
    text-decoration: none;
}

#header-buttons
{
    color: #292929;
    font-size: .8em;
    line-height: 1em;
}


/* Menu - tabbed - horizontal
   -----------------------------------------------*/
nav
{
   height: 20px;
}

nav ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

nav li
{
    float: left;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

nav li a
{
    line-height: 30px;
    float: left;
    width: 88px;
    color: #888888; /* a grey */
    text-decoration: none;
    text-align: center;
    font-family: Tahoma, Arial;
    font-size: .9em;
    padding: 0px;
    font-weight: normal;
    background-image: url(../Content/Images/button.png);
    background-repeat: no-repeat;
}

nav li a:hover
{
    color: #C77171;
    font-weight: normal;
    background-image: url(../Content/Images/buttonUP.png);
}

#navlist
{
    /*
    padding: 0 0 0 2px;
    margin: 0px 0px 0px 10px;
*/
}

#navlist li
{
    padding: 0px;
    margin: 0px;
}

/* highlight the current menu item */
#navlist > li > a.current
{
    background-image: url(../Content/Images/buttonUP.png);
    color: #A15C5C; /*  rosy brown */
    font-weight: bold;
    cursor: default;
}


/*  Individual page header background pictures
---------------------------------------------------------*/

#head
{
    width: 100%;
    max-width: 980px;
    min-width: 727px; 
    margin: 0 auto;
    margin-top: 6px;
    padding: 4px;
  /*  border: solid 1px silver;  */
}



/*  Photo Gallery
---------------------------------------------------*/

.right-gallery
{
    width: 300;
    padding-bottom: 15px;
    float: right;
    position: relative;
}

.thumbs
{
    height: 90px;
    width: 90px;
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

#large
{
    width: 600px;
    height: 400px;
    margin-left: 0px;
    margin-top: 10px;
    float: left;
    background: url(images/facebox/loading.gif) no-repeat 40% 60%;
}

#large h1
{
    font-size: 1.3em;
    line-height: 1.5em;
    color: Black;
}

#large img
{
    width: 600px;
    max-width: 100%;
    height: 400px;
    border: 2px solid #223348;
}

.thumbnail
{
    width: 100%;
    height: 500px;
    list-style: none;
}

.thumbnail ul
{
    width: 100%;
}

.thumbnail li
{
    margin: 4px;
    padding: 8px;
}



/*  Footer
-----------------------------------------------------*/

#footer
{
    font-size: .9em;
    font-weight: normal;
    color: #999999;
    margin: 0px auto;
    height: 50px;
    position: relative;
    clear: both;
}

.link
{
    font-size: 1.1em;
    color: Blue;
}


/* background colors 
-------------------------------------------------------------------------*/

.dark
{
    color: #324957; /* a dark blue-green */
}


/* guttering
-----------------------------------------------------------------------*/
.gutter
{
    margin: 5px;
    padding: 5px;
}

.edging
{
    padding: 12px;
    vertical-align: top;
}

.topic
{
    padding: 10px;
    margin: 5px;
    color: #292929; /* charcoal */
    background-color: #FFFACD; /* lemon chiffon */
}

.topic a
{
    color: #4682B4; /* Steel Blue */
}

.topic a:hover
{
    background: #fffff3;
    color: #8cc0e5;
}

.topic h4
{
    font-weight: normal;
    font-size: 1.3em;
    margin: 0px;
    color: #93b2c8;
}

.topic h5
{
    font-weight: normal;
    font-size: 1.1em;
    margin: 0px;
    color: #A15C5C; /* rosy brown */
}

.topic p
{
    font-size: .9em;
    margin: 10px;
    text-align: justify;
}

/*  Unordered list used for links to other sites 
--------------------------------------------------------------------------*/
.navlist
{
    padding-right: 0px;
    list-style: disc url(images/arrow.gif) outside;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 10px;
    padding-top: 0px;
}
.navlist li
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}


/* Images and Photos
------------------------------------------------------------ */

/* avoids blue and purple borders on images */
img
{
    border: none;
    max-width: 100%;
}

.photoborder
{
    border: 1px solid #cecece;
    padding: 2px;
    background: #d9d9d9 url(images/bg-photo.png) top repeat-x;
    margin: 5px;
    margin-bottom: 5px;
    display: block;
}

/* used in conjunction with fancybox */
.message
{
    color: Navy;
    width: 600px;
    min-height: 120px;
    padding: 5px;
    border: solid 1px #c0c0c0;
}

.fancybox
{
}

/* withholds display of tooltips until user clicks on trigger */
#tooltip_css
{
    display: none;
}


/* Posts: used in Calendar Event and News Event pages
-------------------------------------------------------------------*/

.post
{
    float: left;
    width: 96%;
    margin: 10px;
}

.post ul
{
    list-style: none;
}

.post .date
{
    float: left;
    top: 0;
    left: 5px;
    width: 2.3em;
    text-align: right;
}

.post .date .month
{
    text-transform: uppercase;
    font: 700 1.0em arial, sans-serif;
    color: #888888;
}

.post .date .day
{
    display: block;
    margin-top: -5px;
    font: 700 2.1em arial, sans-serif;
    color: #888;
}

.post .title
{
    display: block;
    margin-left: 47px;
    padding: 0px 0px 5px 12px;
    border-left: 1px solid #273D4B;
    font-size: 1.1em;
    font-weight: normal;
    color: #586B7A;
}

.post .content
{
    margin: 0 0 0 47px;
    padding: 0 0 8px 10px;
    border-left: 1px solid #273D4B;
}

/* used to produce a two-colour title on the topics page */
.compoundhead
{
    position: relative;
    padding: 10px;
    vertical-align: top;
}

.compoundhead h1
{
    font-size: 1.3em;
}

.compoundhead h2
{
    position: absolute;
    top: 34px;
    left: 350px;
    font-size: 1em;
    color: #BC8F8F; /* rosy brown */
    background: none;
    margin: 0;
    border: none;
}


/* Topics page 
------------------------------------------------------------------------------------------------- */

#organic-tabs
{
    background-color: #fffff0; /*very light cream */
    padding: 10px;
    margin: 0 10px 15px -7px;
}

#organic-tabs ul
{
    list-style: none;
}

#organic-tabs ul li a
{
    display: block;
    border: 1px solid #666;
    padding: 4px;
    color: #000000;
}

#explore-nav
{
    overflow: hidden;
    margin: 0 0 2px 0;
}
#explore-nav li
{
    width: 150px;
    float: left;
    margin: 0 2px 0 0;
    padding: 0 2px;
}

#explore-nav li.last
{
    margin-right: 0;
}

#explore-nav li a
{
    display: block;
    padding: 5px;
    background: #D6CAB4; /* medium. beige-grey */
    color: white;
    font-size: .9em;
    text-align: center;
    border: 0;
}

#explore-nav li a:hover
{
    background-color: #04222a; /* almost black */
    color: white;
}

/* Ajax ActionLink directs partial views to this id */
#tabs-content
{
    margin: 0;
    background-color: #fffff0;
}


/*  Photo Album
----------------------------------------------------------------------------------------- */
.photoalbum
{
    position: relative;
    margin-bottom: 10px;
    font-size: 1em;
    color: #586B7A;
}

.photoalbum ul
{
    width: 96%;
    list-style: none;
}

.photoalbum li
{
    float: left;
    width: 15%;
}

.photoalbum br
{
    clear: left;
}

/* backgrounds and padding */

.gutter
{
    padding: 10px;
}

.solid
{
    border: 1px solid silver;
}

.dotted
{
    border: dotted 1px #c0c0c0;
}

.creamback /* used to color the background */
{
    background-color: #fffff0; /* cream */
    min-height: 100px;
}


