/* If change this, see also 
   mitra.biz naturalinnovation.org /styles.css  
    which are almost, but not quite identical
   Note that the page in mitra.biz/blog/styles-site.css is built 
   by mt from /styles.css
   CHANGES:
   280909: tweaks for printing and index pages
   081208: rearranged to allow 3part mainpanel
    130307: Added blockquote into NI - it was in MB already
        : Merged .bloglinksattop from MB to NI
        : Merged blockquote into font-family and margin-bottom statements from MB to NI
        : Merged #topdescription from NI to MB (used by byronsvn)
        : merged companys, .l_nostripe2x from MB into NI
        : merged from MB to NI image in nestedfolders only when inside .sidebar
        : extended openfolder and closedfolder to OL and DIV (from MB to NI)
        : cleared left and overrided default for specific LIs (from MB to NI)
*/
/* Comments on styles - what they are and how they are used:
   
   Normal layout: 
   body
     .toppanel
     .navtop
     #tree
     #mainpanelx
       .leftsidebar
       #center
         .content
    anything at bottom

   OR for three panel
     #mainpanel3
       .leftsidebar
       .rightsidebar
          .sidebarbox
       #center
         .content
 */

body {
    margin: 0px 0px 0px 0px;
    }

/* Generic styles used throughout mitra.biz and poss naturalinnovation.org, not 
found in current blog */
p,li,ol,ul,blockquote { font-family: Verdana, Arial, sans-serif; }

.smaller { font-size: 90%; }
 
/*a:link {  font-family: arial; color: RED} */
/*a:visited {  font-family: arial;  color: RED} */
/*a:active {  font-family: arial;  color: RED} */
/*a:hover {  font-family: arial;  color: RED; text-decoration: none} */
/* Note hover must come after active adn visited */
a:hover {  color: RED; text-decoration: none} 

/* container/banner/h1 is top line on page, title under is h2 */
/*Note size etc overwridden in .content h2 */
h1, h2, h3 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-family: arial;
}

h1 {
    color: #996600; font-size: 24px;
    border-width: 0px;  border-top: 1px solid #C1BC00;
}
h2 { color: #333333; font-size: 18px; }
h3 { color: #FF9900; font-size: 16px; }

/* These next are for Papyrus only */
/* p.Appendix is like H1 */
p.AppendixNoLine, p.Appendix {
    color: #996600; font-size: 24px;
    font-family: "Lucida Handwriting", "Monotype Corsiva", cursive, serif;
}
p.Appendix {  border-width: 0px; border-top: 1px solid #C1BC00; }

/*
//BLOG
a { text-decoration: underline; }
a:link {    color: #8FABBE; }
a:visited { color: #8FABBE; }
a:active {  color: #8FABBE; }
a:hover { color: #006699; }
*/
/* Note hover must come after active adn visited */

/* BLOG Main page is a container containing a banner, center/content and right/sidebar */

#container, #mainpanelx, #mainpanel3 {
    margin-right: auto;
    text-align: left;
    padding: 0px;
    border: 1px solid #FFFFFF;
/* Added z-index so that interesting.htm could use /tree.htm  - not reqd any more*/
    z-index:300;
}
/* Set width on mainpanelx, but not on mainpanel3 which wants sidebar on right */
#mainpanelx {
/* changed from width to max-width to avoid IE left over sidebar */
    max-width: 700px;
}
.frontpage #mainpanelx, .frontpage #mainpanel3 { max-width: 1500px; }
/*  margin-left: 280px; */

/* Banner is used at top of page, by default blog templates */ 
#banner {
    font-family: Verdana, Arial, sans-serif;
    color: #FFFFFF;
    background-color: #999999;
    text-align: left;
    padding: 15px;
    border-bottom: 1px solid #FFFFFF;
    height: 39px;
    }

#banner-img { display: none; }
#banner a { color: #FFFFFF;     text-decoration: none; }
#banner h1 { font-size: xx-large; }
#banner h2 { font-size: small; }

#center {
    /* This was width: 500px, but on narrow screens forces below sidebar */
    max-width: 500px;
    /* overflow: hidden;  Removed, makes it truncate on text pages */
    }
/* Inside mainpanelx, center floats right - this is norm in 2column layout */
#mainpanelx #center {
    float: right;  /* Note float left stops it printing on firefox */
}
#mainpanel3 #center {
    margin-left: 200px;  /* matches width of .leftsidebar */
    margin-right: 200px;  /* matches width of .rightsidebar */
}
/* .content is used by blog */
.content {  padding: 15px 15px 5px 15px; text-align: left; }

 /* #right is Obsolete - replaced by .leftsidebar */
#right, .leftsidebar {
    float: left;
    width: 200px;
}

/* #right is Obsolete - replaced by .leftsidebar */
.rightsidebar {
    float: right;
    width: 200px;
    background-color: #FFFEF5;
}
.sidebarbox {
}

/* On front page, dont wrap content under menus */
 /* #right is Obsolete - replaced by .leftsidebar */
.frontpage #right, .frontpage .leftsidebar, .frontpage .rightsidebar {
    /* align: top; */
    height: 100%
}

.bloglinksattop {
    text-align: right;
}

/* Fonts, font-size, and font-colors - separate cos will vary */
/* Set defaults for all text inside content */
.content, .boxright, .sidebarbox { /* Added .boxright as box may be outside content to get far right */
    font-family: Verdana, Arial, sans-serif;
    font-size: x-small;
    font-weight: normal;
}
.content {
    color: #666666;
}
/* And now override */
.content p,.content li, .content td,.content th, .lastblog li,
.content blockquote {
    line-height: 150%; /* 120% for small, 150% for x-small, */
}

/* .content margins moved to site specific */

.content h2 {
    font-size: medium;
    font-weight: bold;
}

.content h3 {
    font-size: small;
    font-weight: bold;
}

.content div.date, .content h4 {
    font-size: x-small;
    font-weight: bold;
}

.content p.posted {
    color: #999999;
    font-size: x-small;
    border-top: 1px solid #999999;
    margin-bottom: 25px;
    line-height: normal;
    padding: 3px;
    }


/* End of fonts etc*/

.sidebar {
    padding: 15px;
    }



#calendar {
    line-height: 140%;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: x-small;
    
    
    
    padding: 2px;
    text-align: center;
    margin-bottom: 30px;
    }

#calendar table {
    padding: 2px;
    border-collapse: collapse;
    border: 0px;
    width: 100%;
    }

#calendar caption {
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: x-small;
    
    text-align: center;
    font-weight: bold;
    
    text-transform: uppercase;
    
    letter-spacing: .3em;
    }

#calendar th {
    text-align: center;
    font-weight: normal;
    }

#calendar td {
    text-align: center;
    }

/* text-align was center */
.sidebar h2 {
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: x-small;
    
    text-align: left;
    font-weight: bold;
    
    text-transform: uppercase;
    
    letter-spacing: .3em;
    }

/* This was .sidebar ul, but made .expanding ul, so specific to expanding lists in sidebar template */
.expanding ul {
    padding-left: 0px;
    margin: 0px;
    margin-bottom: 30px;
    }

.expanding li {
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: x-small;
    text-align: left;
    line-height: 120%;
/*  margin-top: 10px; */
    list-style-type: none;
    }
/* Was line-height: 150%; margin-top: 10px;  but categories too wide*/

/* Removed because adds border around preloaded image */
/* .sidebar img { border: 3px solid #FFFFFF; } */

.photo {
    text-align: left;
    margin-bottom: 20px;
    }

.link-note {
    font-family: Verdana, Arial, sans-serif;
    font-size: x-small;
    line-height: 150%;
    text-align: left;
    padding: 2px;
/*  margin-bottom: 15px; */ /* Don't cos causes break in sidebar/container background */
    }

#powered {
    font-family: Verdana, Arial, sans-serif;
    font-size: x-small;
    line-height: 150%;
    text-align: left;
    color: #666666;
    margin-top: 50px;
    }

#comment-data {
    float: left;
    width: 180px;
    padding-right: 15px;
    margin-right: 15px;
    text-align: left;
    border-right: 1px dotted #BBB;
    }

textarea[id="comment-text"] {
    width: 80%;
    }

/* Set background color, and optional image for top panel, normally in navtop*/
.toppanel { 
    border-width: 0px;
    background-color: #A3C236;
    height: 82px;
}
    /*background-image: url(/images/bananapaper2.jpg);*/

/*End of styles cut and pasted from styles.css*/

/* Styles to do with the masthead at the top */
#toplogo {position:relative; top:10px;text-align:center;font-size:16px;font-weight:bold;letter-spacing:13px;color:white;z-index:10;}
#toplink {position:absolute; top:30px; right:260px;}
#topdescription {position:relative; top:15px; z-index:10; margin-left: 200px; margin-right: 200px; text-align:center; }
/* Note mitra.biz needs topsearch width=230px */
#topsearch {position:absolute; top:27px;right:30px;width:230px;text-align:left;}
/*Not sure where this is used, change name as used by NI for masthead */
.companys, .company1 {font: italic bold 16px baskerville; color: #996600; }
/* Note hover must come after active and visited */
.companys:hover, .company1:hover {  font-family: arial;  color: RED; text-decoration: none}
#companyl {position:absolute; left:200px; bottom:20px;  }
#companyr {position:absolute; right:280px; bottom:20px; z-index:10 }

/*** These styles for form objects only, unclear if used, remove till needed */
/* main */  
#topsearch input {  color:#3D4E02; font: 8pt Arial; font-weight: bold; text-decoration: none; border: 1px solid; background-color:#90B025; }
/*textarea { color:#000000; font: 8pt Arial; font-weight: bold; text-decoration: none; }*/
/*select  { color:#000000; font: 8pt Arial; font-weight: none; text-decoration: none; border: 1 solid; }*/
/*.form {  font-family: Arial; font-size: 10px; font-style: normal; 
    font-weight: normal; color: #000000; text-decoration: none; 
    background-color: #CCCCCC; } */
/*.formhead {  font-family: Arial; font-size: 12px; font-style: normal; font-weight: bold; color: #000000; background-image: none; text-decoration: none}*/

/* ******** End of form objects ******** */

/* ***** stuff to do with top and bottom, but not the DHTML menus ***** */

.navbotbar {
    clear:both;
    background-color:#A3C335;
    border-top: 2px solid #000000; 
    border-bottom: 1px solid #000000;
}

.navbot {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 2px;

}

.headings {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #A3C336;
    letter-spacing: 4px;
}
.navtop {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #7FA502;
    text-decoration: none;

}

/* Color of bar holding menu at top */
/* Note border of menu items is set in clB  and can't set here if table has 
border=0, which it needs */
/* Note that background-color and image doen't show when printed */
.navtopbar {  
    background-color: #799C02;
/*  background-image:url(/images/bg-nav.gif); background-repeat:repeat;  */
}

/* Mitra.biz had this commented out */
/* name of company - see above, needs to be smaller  */
.company {
    position:absolute; right:30px; bottom:10px;
    font: italic bold 24px baskerville;
    color: #996600;
    border-top: 1px solid #996600;
}
/* ***end of company*** */

/*
<div style="padding-left: 20px;position:relative; top:0px; border-width: 0px; border-left: 10px solid #EFD602;z-index:300;">&nbsp;<!--nbsp needed because of bug in Camino with border above h1-->
*/
/* This seems to be one way to do the left panel, unsure if used */
.leftpanel {
    background-color: #EFD602; /*yellow*/
    background-image: url(/images/!trans.gif);
    width:10px; height:100%;
    float: left;
    position:absolute; z-index:300;
}

/* Like main panel, but diff padding, position etc, to work with sidebar */
/*mainpanelx is Deprecated - use container */
#mainpanelxOLD {
    top:0px;  
    z-index:300; 
}

.leftquote {
    font-family: "Lucida Handwriting", "Monotype Corsiva", cursive, serif;
    color: #996600;
    font-size: 150%;
    margin-left: 2em;
    font-weight:bold;
    width: 12em;
}
h1.leftquote {
    font-size: 300%;
    margin-left: 1em; 
    width: 8em;
    margin-bottom: 2em; 
}
/* Yellow stripe on left*/
#leftstripe {
    position:relative; 
    left:0%; top:0%; 
    border-left: 10px solid #EFD602; 
    min-height:400px;
}

.l_stripe,.l_nostripe,.l_nostripe2x {
    top:20px;
    height:110px;
    z-index:3;
    right:0px;
    margin-top: 0px;
    padding-top: 20px;
    font-size:12pt;
    color:#FB7700;
    text-align:center;
    vertical-align:middle;
}

/* Set width of area right of picture */
/* Differs between MB and NI */
.l_stripe,.l_nostripe,.l_nostripe2 { 
    position:absolute; 
}
.l_nostripe2x {
    float:right;
    width:30%;
}

/* Set width of area right of picture */
.l_stripe { 
    background-image: url(/images/venn-line.gif);
    background-repeat:repeat;
}

.l_nostripe .lastblog, .l_nostripe2x .lastblog {
    text-align: left;
    vertical-align: top;
    font-size: smaller;
}
/* *** End of stuff to do with top and bottom, but not the DHTML menus ***** */

/* *** Used for some imports from MS Word ****** */
/*MsoNormal is ignored, so just uses base style*/
.NormalDiagram {
    font-size: 80%;  /* Was -3, but that isn't valid HTML */
}
.MsoCaption {
    font-weight:bold;
}
/*Numbers inside tables */
.tnums {
    text-align: right;
}

/* *** End of styles for MS Word import **** */

/* *** Start of inserting submenu, or boxright or swot ***** */
.boxright,.boxleft,.submenu,.swot, .sidebarbox {
    color: #788C02;
    background-color: #EDF8C7;
    border: 2px solid #ABC063;
    padding: 1em;
}
/* .sidebarbox just sits inside parent */
.boxright,.boxleft,.submenu,.swot {
    width: 19em;
}

.boxleft { float: left;  clear: left;  margin: 20px 20px 10px 0px; }
.boxright,.submenu,.swot { float: right; clear: right; margin: 20px; }
/* Added from NI to MB 28aug09 */
.sidebarbox { margin: 20px; }

/* This is used for ads on adbrite */
#adbrite1 {
        width: 120;
        height: 160;
        float: right;
        clear: right;
    }
/*note a:hover above will effect links */
.submenuhead { font-size: 120%; margin-top: 0px; margin-bottom: 10px; }
/* Old style was <a class=submenuitem, new is just an li with an anchor 
   which allows for anchors in other situations */
.submenu li,.submenuitem {
    font-size: 100%;
    text-indent: -1em;
    margin-left: 1em;
/*    clear: left; */ /* THink removed this for projectsandclients */
    cursor:pointer; /* cursor:hand; */
    display: list-item;
    list-style-position:inside;
    list-style-type:disc;
    background-color: #EDF8C7;
}
/* Doesn't appear to be used */
.submenutext {
    font-size: 100%;
    margin-left: 1em;
    clear: left;
    background-color: #EDF8C7;
}

.swot dt {    font-weight:bold; }
.swot dt:first-letter { font-size:400%; float:left;width:120px;margin-right:0.1em;}
.swot dd { margin-left: 0px; margin-bottom:0.3em;}

/* *** End of insert submenu, boxright and swot ***** */

.nicelists ol { padding-left:2em;}
/* .nicelists ul { padding-left:1.5em;} */
.nicelists p,.nicelists blockquote,ol,ul { max-width:45em;}

/* Some debugging code, comment out as needed */
/* div,*/
.debug { border: 1px solid purple ; }

/* A basic table with a thin border - not sure where used */
.table_n1 { border:1px solid grey; }
.table_n1 td { vertical-align:top; margin: 0px 0.5em 0 0.5em; border:1px solid #dddddd;  }

/* Make sure that lines aren't too long inside mainpanel */
#mainpanel p,#mainpanel li, #mainpanel blockquote, 
#container p,  #container li,  #container blockquote, 
#mainpanelx p, #mainpanelx li, #mainpanelx blockquote
#mainpanel3 p, #mainpanel3 li, #mainpanel3 blockquote
{ max-width:45em; }

/* Set of styles used for nested expanding folders, along with some JS
 also includes styles to make "sidesearch" match style
 Usage:  <div class="nestedfolders">
    <ul><li class="openfolder">Item1
        <ul><li class="closedfolder">item1.1
            <ul><li>item1.1.1</li></ul></li></ul></li></ul></div>
*/
/* Trying inside so image is active when clicking */
.openfolder,.closedfolder { cursor:pointer; } /* cursor:hand; */
.openfolder UL { cursor:default; }
.closedfolder { list-style-image:url(/images/fold.gif) }
.openfolder { list-style-image:url(/images/open.gif) }
/* overrides the fold.gif and open.gif for nested folders */
.sidebar .nestedfolders UL,.sidebar .openfolder UL{list-style-image:url(/images/list.gif); }
.sidebarbox .nestedfolders UL,.sidebarbox .openfolder UL{list-style-image:url(/images/list.gif); }

.openfolder UL,.openfolder OL, .openfolder DIV {display:block}
.nestedfolders UL, .nestedfolders OL { list-style-position: outside; } 
.closedfolder UL, .closedfolder OL, .closedfolder DIV {display:none}
/* This put here to override the default for lists inside divs inside nestedfolders see projectsandclients.htm*/
LI.openfolder, LI.closedfolder {clear:left;}

.content .nestedfolders DIV LI, .content .openfolder DIV UL { list-style-position:inside; list-style-type:square; list-style-image:none; text-indent: -1em; margin-left: 1em; }

/*** Now arrange items relative to each other within nestedfolders  
/* UL padding is in UL's color, margin is in nestedfolders or sidebar color */
/* First override any defaults in different browsers */
.nestedfolders, .nestedfolders UL, .nestedfolders OL, .nestedfolders LI {margin: 0px; border: 0px; padding: 0px; }
/* margin-right sets width of border in color of nestedfolders on right */
/* LI: margin-left is distance of text, including graphic from lhs of background, use
   fixed e.g. 24px because of fixed size of graphic (in bulleted list,
   would be best as 1.5em 
   text-indent is width of graphic+spacing, should be abs for graphic, 
    -1.5em for bulleted list, note effects second line
   note the margin-left also gives position for next sub-menu
   IE: padding-left (on UL or LI) would move item+graphic right
*/

/* Line height needs to be about 150% or more for IE */
.nestedfolders LI{margin-left: 16px; padding-left: 0.5em; line-height:120%; margin-top: 5px; }
/* Needed padding else first level outside parent on Firefox */
.nestedfolders { padding: 10px }
.nestedfolders UL { padding-top: 5px; } /* Stop sub-lists crowding on IE*/
.nestedfolders input { padding: 0px; } /* Else buttons bulk up */

#sidesearch {padding:3px;margin:0px;border:0px;} 
#sidesearch form {margin:0px; border:0px; padding:0px;}

/*** Now place it in context in the sidebar, (some of this integrated above :-( */
.nestedfolders { margin-top: 40px;} /* Otherwise input in sidesearch not selectable */

/*** Set the colors, can work this independently */
/* Set background-color at nestedfolders level, so margin on UL in that color
/* color: #788C02; background-color: #EDF8C7; border: 2px solid #ABC063; */
.sidebar .nestedfolders { border: 2px solid #ABC063; background-color: #EDF8C7; }
.content .nestedfolders { }
#sidesearch,#sidesearch input,.sidebar .nestedfolders UL,.sidebar .nestedfolders OL { color:#788C02; font-size: small; }
.sidebar .nestedfolders A:visited,.sidebar .nestedfolders A:link {color:#788C02;}
.sidebar .openfolder UL A:visited,.sidebar .openfolder UL A:link {color:#788C02}
.sidebar .nestedfolders UL A:active,.sidebar .openfolder UL A:active {color: RED;}
/* Note hover must come after active and visited */
.nestedfolders UL A:hover,.openfolder UL A:hover {color: RED;}
.currentdoc {background-color: #DDDDDD;}
/* Note sets smaller size INSIDE open folders, not at top level */
.sidebar .openfolder UL,.sidebar .openfolder OL {background-color:#EDF8C7; color:#799C02; font-size: x-small;}
.sidebar .openfolder,.sidebar .closedfolder{ font-weight:bold ; }
#sidesearch {font-size:x-small;z-index:300;} 
.sidebar .a_button, #sidesearch input { font: 8pt Arial; font-weight: bold; text-decoration: none; border: 1px solid; background-color:white; }
/****** End of nested folder section *******/

/* class=col is generated by wiki2html for {cols} */
td.col {border-left: 1px solid #666666; padding-left: 1em; vertical-align:top;}
/*Col1 should inherit properties of parent */
table.cols50 {width: 100%; }
td.col1 {vertical-align:top}
.cols50 td.col, .cols50 td.col1 {width: 50%;}
/* End of Cols */

/* top would be generated by ||top in wiki */
table.top td { vertical-align:top; }

@media print {
  .noprint {display: none} 
    #treemiddle {display: none}
    #treetop {display: none}
    #tree {display: none}
    #right {display: none}  /* Obsolete - replaced by .leftsidebar */
    .leftsidebar {display: none} 
    .rightsidebar {display: none}
    .bloglinksattop {display: none}
    #trackbacksd {display: none}
    #commentsform {display: none}
/*    #center { float: none; max-width: 999px; } */
    #mainpanel3 #center { margin-left: 0px; }
/* Fine adjustments of spacing and sizes etc */
    #toplogo { letter-spacing: 8px; }
    #companyl {position:absolute; left:92px; bottom:20px;  }
    #companyr {position:absolute; right:20px; bottom:20px; z-index:10 }
    .printonly {display: block}
    #topphoto {float:left; left:5px; top: 5px; display:block; }
    .sidebar, #container, #mainpanelx, #mainpanel3 { background: none } 
    .bottomurl {text-align: center; } /* align: center */
    .navbotbar {display: none}
/* Weird bug in firefox print, if margin < 4 then shows on new page ! */
    .sidebar, #container, #mainpanelx, #mainpanel3 { border: 4px solid #FFFFFF; } 
}
@media screen {
    .printonly {display: none}
    .bottomurl {display: none}
}

/* End of Printing section */

/* Front page management stuff */

.onlyfront{display:none}
.frontpage .notonfront{display:none}
.frontpage .onlyfront {display:block}
.onlyblog{display:none}
.blog .notblog {display:none}
.blog .onlyblog {display:block}

.frontpage .sidebar{ height:100%}

/* End of Front Page management stuff */

/* Tag clouds */
.sidebar .tagcloud { }
.sidebar .tagcloud .tag6 { font-size: 8px;}
.sidebar .tagcloud .tag5 { font-size: 9px;}
.sidebar .tagcloud .tag4 { font-size: 10px;}
.sidebar .tagcloud .tag3 { font-size: 11px;}
.sidebar .tagcloud .tag2 { font-size: 12px;}
.sidebar .tagcloud .tag1 { font-size: 13px;}
.tags_1 .tag2, .tags_1 .tag3, .tags_1 .tag4, .tags_1 .tag5, .tags_1 .tag6 {display:none}
.tags_2 .tag3, .tags_2 .tag4, .tags_2 .tag5, .tags_2 .tag6 {display:none}
.tags_3 .tag4, .tags_3 .tag5, .tags_3 .tag6 {display:none}
.tags_4 .tag5, .tags_4 .tag6 {display:none}
.tags_5 .tag6 {display:none}
.tags_4 #set_tags_fewer_4 {display:none}
.tags_4 #set_tags_fewer_5 {display:none}
.tags_5 #set_tags_fewer_5 {display:none}
.tags_5 #set_tags_fewer_4 {display:none}
.tags_6 #set_tags_more_6 {display:none}
/* style for a_button set with sidesearch above */

/* Styles used on specific pages */
/* ni:index.html */
table.threecoljustify, table.twocoljustify {
    text-align:justify;
}
/* Specific about this because doesn't inherit on firefox for weird reason */
.threecoljustify td, .threecoljustify th {
    width: 33%;
}
.twocoljustify th, .twocoljustify td {
    width: 50%;
}
.threecoljustify td, .threecoljustify th, .twocoljustify th, .twocoljustify td {
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
}
.threecoljustify td, .twocoljustify td {
    font-size: x-small;
}
.threecoljustify th, .twocoljustify th {
   font-size: medium;
}
.threecoljustify p, .twocoljustify p {
    font-size: x-small;
}

/* ------------------------------------------------- */


/* mitra.biz only */
/* Removed this on NI as interferes with blog postings if not in <p>, not sure why don't on MB 
#container, #mainpanelx, #mainpanel3 { line-height: 140%; }

body, #container, #mainpanelx, #mainpanel3, #right, .leftsidebar, .content, .boxright { background-color: #FFFFFF; }

.content p, .content blockquote, .content h2, .content h3, .content h4, .content div.date  {  margin-bottom: 10px; }

/* Only seems to be used on mitra.biz not on naturalinnovation.org */
/* Alternative way of doing it, instead of putting something on left, put it in a div, with a border there 
- use this with <div id=mainpanel>&nbsp;....&nbsp;</div>*/
#mainpanel {
    padding-left: 40px; position:relative; top:0px;
/*    border-width: 0px; border-left: 10px solid #EFD602; */
    background: url(/images/tree_trunk.jpg) repeat-y 0% 0%;
    z-index:300;
}

/* Removed on naturalinnovation.org as want on .leftsidebar but not on .rightsidebar, and put in tree.htm */
/* Puts background tree trunk on both container and sidebar (check IE if change) */
.sidebar, #container, #mainpanelx {
    background: url(/images/tree_trunk.jpg) repeat-y 0% 0%;
}

/* Don't want main page strip to be bold (.l_nostripe2x) */
.l_stripe,.l_nostripe {
    font-weight: bold;
}
/* Set width of area right of picture */
.l_stripe,.l_nostripe { left:280px; }

/* Not sure why different from NI */
.nestedfolders LI { vertical-align: bottom; } /* Doesn't seem to make any differnce on Ffx */
.nestedfolders A { vertical-align: bottom; } /* Top causes gaps on long lines */

