﻿/*
    Algarve Chef     www.Algarvechef.co.uk
    ------------------------------------
    Site:           v2.0 
    CSS:            v1.0
    Author:         Joel Parr    
    Last updated:   1st November 2009
*/

body 
{
    background: #e1f4fd url('../../Images/Layout/MainBG.jpg') repeat-x top left;
    font-size: 0.75em; font-weight: normal; font-family: Georgia, Serif; 
    color: #fff; text-align: center;
}   

h1
{
    font-size: 1.6em; line-height: 1.2em;
    color: #00465d; padding: 0 0 8px 0;
}

h2
{
    font-size: 1.3em; line-height: 1.2em;
    color: #00465d; padding: 0 0 8px 0;
}

h3
{
    font-size: 1em; line-height: 1.2em;
    color: #00465d; padding: 0 0 8px 0;
}
    
p
{
    line-height: 1.45em;
    padding: 0 15px 15px 0;
}

ul.actions
{
    list-style-type: circle; list-style-position: inside;
    margin: 5px 0 10px 0;
}

    ul.actions li
    {
        padding: 5px 0;
    }
    
ul.menunav { list-style: none; padding: 6px 0 15px 0; }
    
        ul.menunav li { display: inline; }

a, a:link, a:visited, a:active
{
    text-decoration: underline; padding: 0 1px; 
    color: #000;
}

a:hover
{
    background: #000; color: #D8DAEA; text-decoration: none;
}

strong { font-weight: bold; }

.accessibility { display: none; }
.clearLeft { clear: left; }
.title { display: block; float: left; width: 210px; font-weight: bold; }

div#container
{
    background: #e1f4fd url('../../Images/Layout/ContainerBG.jpg') repeat-y top left; 
    width: 740px; margin: 0 auto; 
}

div#topbanner
{
    background: #e0e1e1 url('../../Images/Layout/TopBanner.jpg') no-repeat top left; 
    width: 740px; height: 163px;
}

    div#topbanner a.homepagelink
    {
        text-align: left; float: left;
        display: block; width: 340px; height: 163px;
        text-indent: -20000px;
    }
    
    /* Margin hack for <= IE6 */
    div#topbanner a.homepagelink { margin: 0 0 0 100px; }
    div#container > div#topbanner a.homepagelink { margin: 0 0 0 195px; }
    
    div#topbanner a.homepagelink:hover { background: transparent; }

    div#topbanner ul
    {
        float: right; text-align: right;
        padding: 0; list-style: none;
    }

    /* Margin hack for <= IE6 */
    div#topbanner ul { margin: 5px 20px 5px 10px; }
    div#container > div#topbanner ul { margin: 5px 38px 5px 33px; }
    
    div#topbanner ul li
    {
        font-size: 0.9em; line-height: 1.6em; 
        padding: 2px 15px;
    }

    div#topbanner ul li.quickmenu 
    {
        background: transparent url('../../Images/Icons/icon_blue_menu.gif') no-repeat right 3px; 
    }
    
    div#topbanner ul li.quickswitch 
    { 
        background: transparent url('../../Images/Icons/icon_blue_snowflake.gif') no-repeat right 3px;
    }
    
    div#topbanner ul li a 
    { 
        background: #004071; color: #fff; text-decoration: none; 
        padding: 1px 3px 1px 3px;
    }
    
    div#topbanner ul li a:hover { color: #BAD7E5; }

div#flashbanner
{
    width: 680px; height: 163px; margin: 0 30px;
    border-top: solid 1px #fff; text-align: left;
}

ul#navigation
{
    background: transparent url('../../Images/Layout/Navigation.gif') no-repeat top left;
    margin: 0 30px; list-style: none; padding: 0; height: 29px;
    border-bottom: solid 1px #82d2db;
    border-top: solid 1px #82d2db; padding-bottom: 3px;
}

    ul#navigation li { display: inline; }
    ul#navigation li a 
    {
        background-image: url('../../Images/Layout/Navigation.gif');
        background-repeat: no-repeat; background-color: transparent;
        display: block; float: left; height: 29px; width: 95px;
        text-indent: -20000px;
    }
    
    ul#navigation li a.navhome { background-position: 0 0; width: 96px; }
    ul#navigation li a.navhome:hover { background-position: 0 -29px; }
    ul#navigation li a.navservices { background-position: -98px 0; }
    ul#navigation li a.navservices:hover { background-position: -98px -29px; }
    ul#navigation li a.navcontact { background-position: -195px 0; width: 96px; }
    ul#navigation li a.navcontact:hover { background-position: -195px -29px; }
    ul#navigation li a.navsample { background-position: -293px 0; }
    ul#navigation li a.navsample:hover { background-position: -293px -29px; }
    ul#navigation li a.navaccom { background-position: -390px 0; }
    ul#navigation li a.navaccom:hover { background-position: -390px -29px; }
    ul#navigation li a.navdiary { background-position: -487px 0; }
    ul#navigation li a.navdiary:hover { background-position: -487px -29px; }
    ul#navigation li a.navlinks { background-position: -584px 0; width: 94px; }
    ul#navigation li a.navlinks:hover { background-position: -584px -29px; }

div#content
{
    padding: 15px 0 10px 15px; text-align: left;
    color: #353535; float: left; width: 665px;
    background: #fff /*url('../../Images/Layout/ContentBG3.gif') repeat-y 0 0*/;
}

/* Margin hack for <= IE6 */
div#content { margin: 0 15px; } 
div#container > div#content { margin: 0 30px; }

    div.nosidebar#content { padding-left: 15px; }
    
    div#content div#sidebar
    {
        background: transparent;
        float: left; padding: 0;
    }
    
    div#content div#sidebarright
    {   
        background: transparent;
        float: right; padding: 0 0 0 20px;
    }
    
        div#content img
        {
            display: block; border: solid 1px #5A5C71; 
            float: left; clear: both;
        }
        
        /* Margin hack for <= IE6 */
        div#content img { margin: 0 10px 15px 0; }
        div#container > div#content img { margin: 0 15px 15px 0; }
        
        div#container div#content img.icon
        {
            display: inline; float: none; clear: none;
            border: 0; margin:0; padding: 0;
            vertical-align: middle;
        }
        
        div#content img.floatRight 
        { 
            float: right; margin-left: 20px; 
            clear: both; 
        }
        
        div#content img.cols { clear: none; }
        
        div#content div.contentrightlarge
        {
            float: left; width: 490px;
        }
        
        div#content div.contentright
        {
            float: left; width: 460px;
        }
        
        div#content div.contentcolumn
        { 
            float: left; width: 220px;
        }
        
            div#content div.contentcolumn ul
            {
                list-style: circle outside;
                line-height: 1.45em;
                margin-left: 15px;
                padding: 0 15px 0 0;
            }
                
                div#content div.contentcolumn  ul li { padding: 0 0 5px 0; }
        
        div#content a.cta-link 
        {
            background: transparent url('../../Images/Icons/icon_arrow.gif') no-repeat left 3px;
            color: #353535;
            padding-left: 15px;
            text-decoration: none;
        }
        div#content a.cta-link-no-arrow { background: none; color: #353535; text-decoration: none; }
    
        div#content a.cta-link:hover,
        div#content a.cta-link-no-arrow:hover { color: #0067AB; text-decoration: underline; }
        
    div.menu#content { text-align: center; }
    
        div.menu#content div
        { 
            font-style: italic; text-align: center;
        }

	div.menu#content h1,
	div.menu#content ul,
	div.menu#content p 
	{ text-align: center; }

div#bottombanner
{
    background: #e0e1e1 url('../../Images/Layout/BottomBanner.gif') no-repeat top left; 
    margin: 0 30px; width: 680px; height: 84px; text-indent: -20000px;
    border-bottom: solid 1px #fff; clear: both;
}

div#footer
{
    background: #e0e1e1 url('../../Images/Layout/FooterBG.jpg') repeat-x top left; 
    margin: 0 30px; padding: 10px 0;
}
    div#footer a
    {
        text-decoration: none; padding: 0 1px;
        font-family: Helvetica, Arial, Sans-Serif; 
        color: #E1F4FD; background: transparent;
    }
    
    div#footer a:hover
    {
        background: #fff; color: #000;
    }
    
    div#footer ul { list-style: none; padding: 6px 0 2px 0; }
    
        div#footer ul li { display: inline; }
        div#footer ul li a { text-transform: uppercase; }
        
    div#footer p 
    { 
        padding: 0; margin: 5px 0 0 0; 
        font-size: 0.8em; 
    }
 
iframe#calendar
{
    width: 525px; height: 350px; border: 0;
    margin: 0 0 10px 55px;
}
       
textarea
{
    font-size: 1.1em;
}

/* Form styles */
fieldset 
{ 
    border: 0; margin: 5px 0; 
}

fieldset.buttons
{
    border: 0; margin: 0;
    padding: 0 0 10px 210px; display: block;
}

fieldset.buttons input, fieldset.buttons button
{
    margin: 0 5px 0 0; width: auto; color: #000000;
}

label
{
    display: block; float: left; margin: 3px 0;
    text-align: left; padding-right: 10px;
    color: #000; line-height: 1.4em; width: 200px;
}

fieldset select, fieldset input, fieldset textarea, fieldset button
{
    display: block; float: left; color: #367B83;
    line-height: 1.4em; margin: 6px 0; padding: 1px;
    font: normal 1em "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
    border: solid 1px #000;
}

fieldset input, fieldset textarea { width: 200px; }

fieldset span.nonTextField
{
    display: block; float: left;
    margin: 2px 0;
}

fieldset span.nonTextField input, fieldset span.nonTextField label
{
    display: inline; float: none; 
    width: auto; font-weight: normal; 
    margin: 0 5px 0 0; padding: 0;
    border: none;
} 