/* The Franklin County Beekeepers Association

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

Copyright (c) 2008-..., The Franklin County Beekeepers Association, NC USA
All rights reserved. Used with premission into perpetuity.

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

Last modified: $Date$
*/
@import url("http://www.carolinabees.com/media/css/common/common.css");
@import url("franklincountybees-sidenav.css");

/*
#####  Color Palette by Color Scheme Designer
#####  Palette URL: http://colorschemedesigner.com/#1Z51TE8ppw0w0

*** Primary Color:

   var. 1 = #B9C700 = rgb(185,199,0)
   var. 2 = #8D9625 = rgb(141,150,37)
   var. 3 = #788200 = rgb(120,130,0)
   var. 4 = #D7E339 = rgb(215,227,57)
   var. 5 = #DAE366 = rgb(218,227,102)

*** Secondary Color A:

   var. 1 = #6EBA00 = rgb(110,186,0)
   var. 2 = #618B23 = rgb(97,139,35)
   var. 3 = #487900 = rgb(72,121,0)
   var. 4 = #99DC37 = rgb(153,220,55)
   var. 5 = #ABDC63 = rgb(171,220,99)

*** Secondary Color B:

   var. 1 = #CAAE00 = rgb(202,174,0)
   var. 2 = #988826 = rgb(152,136,38)
   var. 3 = #847100 = rgb(132,113,0)
   var. 4 = #E5CD39 = rgb(229,205,57)
   var. 5 = #E5D367 = rgb(229,211,103)

#####  Generated by Color Scheme Designer © Petr Stanicek 2002-2009
*/


xxxh1, xxxh2, xxxh3, xxxh4
{
    color: #330; /* dark brown-ish */
}

h1, h2, h3, h4
{
    /*color: #788200;*/
    /*color: #899200;*/
    color: #333;
}

xxxh1, xxxh2
{
    /*** typography/color ***/
    /*
    background-color: beige;
    background-color: khaki;
    background-color: lightgoldenrodyellow;
    */
    background-color: 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: 4px;
}

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: 1em 0 0 0 0;
    margin: 1em auto 1em 0;
}

xxxh1 { font-size: 1.50em; }
h1 { font-size: 2em; }
h2 { font-size: 1.25em; }

a
/* same as - a:link, a:visited, a:hover, a:active */
/* utter uniformity/control of colors for links   */
{
    /* http://en.wikipedia.org/wiki/Web_colors */
    /*color: #8D9625;
    color: darkolivegreen;
    color: darkcyan;
    color: teal;
    color: steelblue;
    color: darkgreen;
    color: saddlebrown;*/
    font-weight: bold;
    color: #4B0082; /*indigo*/
}

body
/* the big wrapper around all */
{
    /*** typography/color ***/
    /* http://en.wikipedia.org/wiki/Web_colors */
    /*background: darkslategray;*/
    /*background: gray;*/
    /*background: darkkhaki;*/
    /*background: darkolivegreen;*/
    background-color: white;
    background-color: whitesmoke;
    background-color: darkkhaki;
    background-color: #424242;
/*    background-image: url("/media/img/main/backgrounds/background-fade-brown2.png"); */
    /*** structure/alignment ***/
}

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

    /*** structure/alignment ***/
    width: 75%;
    min-width: 900px;
    /*min-width: 6.5in;*/
    max-width: 70em;
}

#header,
#footer
{
 /*
    background-color: #D7E339;
    background-color: #E5D367;
    background-color: #DAE366;
    background-color: #B9C700;
    background-color: #8D9625;
    background-color: #ABDC63;
    background-color: #F5FF73; / * not part of the scheme * /
  */
    background-color: #DED859; /* not part of the scheme */
}

#header .header-image
{
    margin: 0;
    padding: 0;
}


#club-meeting-info,
#other-info-top,
#other-info-bottom
{
    /*** typography/color ***/
    border: solid gray;
    -moz-border-radius: 8px; /*non-standard, but pretty in gecko*/
    -webkit-border-radius: 8px; /*non-standard, but pretty in webkit*/
    border-radius: 8px; /*CSS3*/
    text-align: left;

    /*** structure/alignment ***/
    width: 90%; /* same as #navcontainer in massage-sidenav.css */
    border-width: 1px;
    margin: 0 0 .5em 0; /* same as #navcontainer in massage-sidenav.css */
}


#club-meeting-info p
{
    /*** typography/color ***/
    font-size: .75em;
    font-family: "DejaVu serif", "URW Palladio L", "Times New Roman", serif;
    /*** structure/alignment ***/
}

.lined-table th,
.lined-table2 th,
.unlined-table th
{
    background: beige;
}

.lined-table2 tr,
.lined-table th,
.lined-table td
{
    border: 1px gray solid;
}
.unlined-table tr,
.unlined-table th,
.unlined-table td
{
    border: 0;
}

.lined-table td,
.lined-table2 td,
.unlined-table td
{
    padding: 3px;
    vertical-align: top;
}

.lined-table,
.lined-table2
{
    border: 1px gray solid;
    border-collapse: collapse;
    vertical-align: top;
}
.unlined-table
{
    border: 0;
}
