/* The Carolina Bee Company - style sheet (minty)

Style sheet released under the Creative Commons ShareAlike License v2.5
License reference: http://creativecommons.org/licenses/by-sa/2.5/

Copyright (c) 2004-2010, The Carolina Bee Company, Youngsville, NC USA
All rights reserved.

@author Todd Warner <todd { a t } c a r o l i n a b e e s .com>

Last modified: $Date$
*/

@import url("/media/css/common/common.css");
@import url("carolinabees-sidenav.css");
@import url("carolinabees-google-cart.css");
@import url("carolinabees-blog.css");


h1, h2
{
    /*color: #330;*/ /* dark brown-ish */
    /*color: #BDB76B;*/ /*darkkhaki;*/
    /*color: #B8B60B;
    color: #B84513;
    color: #A0522D;
    color: #BDD32E; */
    /*color: #008000; *//* green */
    /*color: #006400; *//* darkgreen */
    color: #556B2F; /* darkolivegreen */
}

h3, h4
{
    color: #330; /* dark brown-ish */
}

/*
xxxh1, xxxh2
{
    / *** typography/color *** /
    background-color: #EEE8AA; / *palegoldenrod* /
    / *border: 1px solid #333333;* /
    border: 0;
    -moz-border-radius: 8px; non-standard, but pretty in gecko* /
    -webkit-border-radius: 8px; / *non-standard, but pretty in webkit* /
    border-radius: 8px; / *CSS3* /

    / *** structure/alignment *** /
    text-align: center;
    padding: 2px;
    margin: 2px auto 2px auto;
}*/

h1, h2
{
    /*** typography/color ***/
    /*border: 1px solid #333333;*/
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: black;

    /*** structure/alignment ***/
    text-align: left;
    padding: .5em 0 0 0;
    margin: .5em auto 1em 0;
}

h2 { border-style: dashed; border-width: 0 0 1px 0; }

h1 { font-size: 2em }
h2 { font-size: 1.25em }

/* same as - a:link, a:visited, a:hover, a:active */
/* utter uniformity/control of colors for links   */
a { color: #8B4513; /*saddlebrown;*/ }

body
/* the big wrapper around all */
{
    /*** typography/color ***/
    /* http://en.wikipedia.org/wiki/Web_colors */
    /*background: darkslategray;*/
    /*background: gray;*/
    /*background: darkkhaki;*/
    /*background: darkolivegreen;*/
    /*background: white;
    background-image: url("/media/img/main/background-fade-brown2.png");*/
    background: white url("/media/img/main/backgrounds/tcbc-honey-bees-at-entrance-background-image.jpg") fixed top center;
    /* for fonts, see: http://sixrevisions.com/web_design/a-web-designers-guide-to-linux-fonts/ */
    font-family: "Cantarell Liberation Sans", "Nimbus Sans L", "FreeSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#page
/* "page" is the big wrapper around all content */
{ 
    /*** typography/color ***/
    /* http://en.wikipedia.org/wiki/Web_colors */
    background-color: #F0FFF0; /*honeydew;*/
    border-color: #C0C0C0;
    padding: .5em;

    /*** structure/alignment ***/
    width: 75%; /* XXXXX overriding the default from common.css */
    min-width: 900px;
    /*min-width: 6.5in;*/
    max-width: 70em;
}

#header,
#footer
{
    /*** typography/color ***/
    /* http://en.wikipedia.org/wiki/Web_colors */
    /* http://web.forret.com/tools/color.asp?RGB=%23BDB76B */
    background-color: #BDB76B; /*darkkhaki;*/
}

.bullet, .bullet,
.bulletted li
{
    /*** typography/color ***/
    font-size: inherit;
}

.lined-table th,
.lined-table2 th,
.unlined-table th
{
    background: #F5F5DC; /*beige;*/
}


