
/* Original CSS and all associated graphics copyright 2006, Paul Vincent Farrell, endlessness.org */
/* CSS modifications for IE compatibility :  Nik Pulford, www.lasadev.com */
/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the
 designer's written permission. However, feel free to study the CSS and use
 techniques you learn from it elsewhere. */
body, html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0px;
    padding: 0px;
    border: none;
    font-size: 12px;
    line-height: 133%;
    font-family: arial, helvetica, sans-serif;
    background: #222222;
    min-width: 720px; /* Prevent content from becoming unreachable in Gecko */
}

/* position:absolute for all browsers - the whole page scrolls */
div#headerwrap {
    position: absolute;
    width: 100%;
    top: 0;
    left: 50px;
    height: 109px;
    z-index: 5;
}

/* position:fixed for modern browsers - header and footer do not scroll */
body > div#headerwrap {
    position: fixed;
    z-index: 5; /* pavi changed 2 to 5 and added content zindex=4 */
}

div#sidewrap {
    position: absolute;
    top: 109px;
    left: 50px;
}

/* position:fixed for modern browsers - header and footer do not scroll */
body > div#sidewrap {
    position: fixed;
}

/*  HEADER DEFS  */
div#header {
    position: relative;
    height: 109px;
    width: 800px;
    margin: 0;
}

div#header {
    background: transparent;
} 
#foodlink {
    position: absolute;
    top: 75px;
    left: 600px;
    width: 155px;
    height: 18px;
    padding: 2px;
    border: 1px solid;
    border-color: #dd6666;
	text-align: center;
}
#foodlink .mainmenutext {
	padding: 8px !important;
}
/* MENU DEFS */
div#sidebar {
    width: 169px;
    float: left;
    margin: 0;
    padding: 0 0px 0 0;
    z-index: 1;
} 
#sidebarshade {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1100px;
    overflow: hidden;
    z-index: 3;
}

/* Space to make the top of the page start in the right place 178 - 50*/ 
#spacer {
    width: 100%;
    height: 50px;
} 
#menushade {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 169px; /* pavi changed from 569  */
    background: url(images/bg01mn.jpg) no-repeat;
/*    overflow: hidden;  removed to show menu help test */
    z-index: 3;
} 
#mainmenu {
    position: relative;
    width: 169px;
    z-index: 3;
    /*	background: #555555; /* dark grey not transparent */
} 
#submenu {
    position: relative;
    width: 169px;
    z-index: 10;
} 
#lastmenu {
    position: relative;
    width: 169px;
    z-index: 10;
}

/* MENU TEXT */ 
.mainmenutext {
    padding: 10px 15px 20px 0px;
    color: #ffeecc;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 133%;
    text-align: right;
} 
.submenutext {
    padding: 10px 15px 20px 0px;
    color: #b7dae5;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	line-height: 100%;
	text-align: right;
} 
.submenutext h1  {
	color: #ddd;
	font-size: 14px;
	padding: 0 0 10px 0;
	margin: 0;
	text-decoration: underline;
	line-height: 133%;
}
.lastmenutext {
    padding: 10px 15px 20px 0px;
    color: #b7dae5;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    line-height: 133%;
    text-align: right;
} 
.mainmenutext a, .submenutext a, .lastmenutext a {
    color: #cccccc;
    text-decoration: none;
} 
.submenu {
	padding-bottom: 5px;
}
.mainmenutext a:hover, .submenutext a:hover, .lastmenutext a:hover {
    color: #ffffdd;
    text-decoration: none;
} 

/* MAIN CONTENT DEFS */
/* set a left margin to compensate for IE/Win always making room for a scrollbar */
div#middlewrap {
    /* set left margin and bottom padding for IE5/Win */
    padding: 50px 0 0 0;
    margin-left: 0;
    /* set left margin and bottom padding for others */
    voice-family: "\"}\"";
    voice-family: inherit;
    /*	margin-left: 216px; /*  just for IE outside border 50px plus side bar 166px */
    padding-bottom: 50px;
}

/* set left margin for modern browsers */
body > div#middlewrap {
    margin-left: 0;
    width: 800px;
}

div#middle {
    width: 100%;
    /*	width:634px;   see ie6.css */
}

div#content {
    padding: 0 10px;
    margin-left: 236px; /* outside 50 + side bar 166 + inside padding 20*/
    /*	margin-left: 20px;  see ie6.css */
    width: 584px;
    z-index: 4;
}
 /*  added by pavi  */
/* MAIN CONTENT TEXT */ 
.contentnormal {
    padding-top: 20px;
    color: #445544;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    line-height: 133%;
} 
.contentnormal p {
    color: #445544;
    padding-left: 10px;
    margin-top: 5px;
} 
.contentnormal h2 {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
} 
.contentnormal h3 {
    font-size: 12px;
    font-weight: bold;
    line-height: 233%;
} 
.contentnormal h4 {
    font-size: 11px;
    font-weight: bold;
} 
.contentnormal h6 {
    font-size: 1px;
    line-height: 33%;
    margin: 0;
    visibility: hidden;
} 
.contentnormal a {
    color: #774444;
    text-decoration: none;
    border: none;
} 
.contentnormal a:hover {
    color: #aa2222;
    text-decoration: none;
    border: none;
} 
.contentnormal linkmenu {
    font-size: 12px;
    font-weight: bold;
} 
.contentnormal .bolder {
    font-weight: bold;
} 
.contentnormal .lighter {
    font-weight: normal;
} 
.contentnormal .m_colour {
    color: #884444;
} 
.headingbox {
    border-top: 1px #445566 solid;
    border-bottom: 1px #445566 solid;
    background-color: #dddddd;
    padding: 6px;
}

/* CREDIT DEFS AND TEXT */ 
#credits {
    position: absolute;
    bottom: 2px;
    left: 50px;
    width: 169px;
    padding: 0 10px;
    z-index: 10; 
}
body > div#credits {
    position: fixed;
} 
.footertext {
    color: #333333;
    font-size: 9px;
	line-height: 9px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
} 
.footertext a {
    color: #445566;
    text-transform: none;
    text-decoration: none;
} 
.footertext a:hover {
    color: #004466;
    text-decoration: none;
}
/* ********** define background images ******* */
#bg {
	background: #222222 url(images/bg01.jpg) 50px 0 no-repeat fixed;
}
#kitchen {
	background: #222222 url(images/bg02.jpg) 50px 0 no-repeat fixed;
}
#recipes {
	background: #222222 url(images/bg03.jpg) 50px 0 no-repeat fixed;
}
#hemp {
	background: #222222 url(images/bg04.jpg) 50px 0 no-repeat fixed;
}
#news {
	background: #222222 url(images/bg05.jpg) 50px 0 no-repeat fixed;
}
#perspect {
	background: #222222 url(images/bg06.jpg) 50px 0 no-repeat fixed;
}
#food {
	background: #222222 url(images/bg07.jpg) 50px 0 no-repeat fixed;
}
.cources h2 {
	margin-top: 2em;
}
.when {
	font-weight: bold;
}
.when p {
	font-weight: bold;
}
.when blockquote {
	font-weight: bold;
}
sup {
	font-size: .8em;
}

/* ********************** PRINT STYLES ******************** */
@media print {
body {
 font-size: 12pt !important;
 width: 100%;
 min-width: 50px;
}
#sidewrap {
	display: none;
}
#credits {
	display: none;
}
#headerwrap {
	display: none;
}
#middlewrap {
	width: 100% !important;
	margin: 0;
	padding: 0;
}
#spacer {
	display: none ;
}
#content {
	width: 100% !important;
	margin: 0 50px !important;
}
}