/* This work is copyright © Jane T. Lear (Woodsy Enterprises) 2013.  */
/* CampAllerton.css */
/* Style sheet for campallerton.org */

/* ************************************************************************* */
title, h1, h2, h3  {
    color: rgb(80, 80, 80);
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 44px;
    margin-bottom: 0px;
    margin-left: 5%;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
/* ************************************************************************* */
h1 {
    font-size: 40px;
    font-weight: 500 ;
}
/* ************************************************************************* */
h2 {
   font-size: 24px;
}
/* ************************************************************************* */
h3 {
   font-size: 18px;
}

/* ************************************************************************* */
body {
    background-color: #ffffff ;
    color: #000000 ;
}

/* ************************************************************************* */
div, a, p {
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
 }

/* ************************************************************************* */
div.caBanner {
    background-color: rgb(215, 211, 183) ;  
}

/* ************************************************************************* */
.FloatRight30{
    float : right ;
    width: 30% ;
    margin : 1%;
}
/* ************************************************************************* */
.FloatLeft30{
    float : left ;
    width: 30% ;
    margin : 1% ;
}
/* ************************************************************************* */
.FloatTop30{
    float : top ;
    width: 30% ;
    margin : 1% ;
}
/* ************************************************************************* */
.FloatBottom30{
    float : bottom ;
    width: 30% ;
    margin : 1% ;
}
/* ************************************************************************* */
.FloatRight60{
    float : right ;
    width: 60% ;
    margin: 7% ;
}
/* ************************************************************************* */
.FloatRight40{
    float : right ;
    width: 40% ;
    margin : 10px ;
}
/* ************************************************************************* */
.FloatLeft10{
    float : left ;
    width: 10% ;
    margin : 1% ;
}
/* ************************************************************************* */
.FloatLeft20{
    float : left ;
    width: 20% ;
    margin : 1% ;
}
/* ************************************************************************* */
.FloatRight10{
    float : right ;
    width: 10% ;
    margin : 1% ;
}
/* ************************************************************************* */
.navigationBar {
    background-color: rgb(215, 211, 183) ;
    padding: 10px 10px 10px 10px ;
    font-size: 20px;
}

/* ************************************************************************* */
div.caHomeLink {
    margin: 5% ;
}
div.caText {
    margin: 1% ;
    margin-right: 5% ;
    margin-left: 5% ;

}
/* ************************************************************************* */
/* Generic bordered table for CampAllerton sites */
/* ************************************************************************* */
table.caTable {
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Arial', sans-serif;
    border-color: rgb(121, 121, 000);
    border-width: 10px;
    border-style: outset;
    margin-left: 5%;
    width: 90% ;
}

th {
   border-bottom: 1 solid #000000;
}

td.caTable {
   padding-left: 2% ;
   padding-right: 2% ;  
   border-bottom: 1 solid #000000;
}
/* ************************************************************************* */
table.caLayoutBlockTable {
    width: 100% ;
    padding-bottom: 2% ;  
}

/* ************************************************************************* */
#aboutUs {
    margin: 5% 5% 5% 5% ;
    width: 80% ;
}
