/* This is the CSS second page for the index page of the website for
Northern California Lacrosse Camps site */

/*This CSS page will be for style -- font type color, background color, etc. etc.*/



body
{padding: 0px;
margin: 0px;
background-color: #2c0606;
font-family: Verdana, Helvetica, Arial, sans-serif;}

p
{color: #3b0505;
font-weight: bold;}

h1
{color: black;
font-size: 275%;
margin-left: 20px;}

h2
{color: #3b0505;
padding-bottom: 20px;
font-size: 165%;}


/*This CSS section is for
the HEADER SECTION styles*/

#headertitle h2
{padding-left: 50px;}

.tallcrosseimg
{padding-top: -50px;
padding-left: 8px;
padding-bottom: 0px;
margin-left: 0px;}


/*This CSS section is for
the link styles*/


a:link
{text-decoration: none;
font-size: 110%;}

a:hover
{text-decoration: none;
font-size: 110%;}

a:visited
{text-decoration: none;
font-size: 110%;}


/*CSS  link styles for NAVBAR */

#navbar a:link
{color: white;}

#navbar a:active 
{color: #3b0505;
background-color: white;}

#navbar a:visited
{color: orange;}

/*Here my friends in the CSS
to control the MAIN AREA */

#mainareamiddle p
{padding-top: 50px;
padding-left: 240px;
margin: 0px;}




/*CSS  link styles for FOOTER */

#footer a:link
{color: white;}

#footer a:hover
{color: #3b0505;
background-color: white;}

#footer a:visited
{color: orange;}


/*This CSS controls the page camplist
This page lists the different summer LAX camps */

#camplist
{background-color: #3b0505;}

#camplist h2
{color: white;
padding-left: 80px;}

.tablestyle
{color: white;
line-height: 150%;
padding-left: 20px;
padding-right: 5px;}}

/*  HELP THE TH CSS STYLE IS NOT WORKING 
IN THE TABLES -- HOW DO I MAKE THE
HEADINGS A DIFFERENT COLOR & SIZE? */

.tablestyle th
{font-size: 150%;
line-height: 150%;
color: red;}

td
{padding-right: 25px;}

#camplistmainarea
{padding: 30px;}


/* Use this CSS when figure out why the Twitter LOGO is not working on server*/

.twitterlogo
{border: none;}

/*
float: right;
margin-top: -50px;
margin-right: 15px;}
*/


/*CSS  link styles for the Camps by Date */

#camplist h1
{color: white;}


#camplist a:link
{text-decoration: none;
font-size: 90%;
color: #f0dbdb;
padding-left: 30px;}

#camplist a:hover
{text-decoration: none;
font-size: 90%;
color: #f0dbdb;
padding-left: 30px;}

#camplist a:visited
{text-decoration: none;
font-size: 90%;
color: #f0dbdb;
padding-left: 30px;}

#camplist p
{padding-left: 25px;}

#camplist h1 
{padding-left: 5px;
color: yellow;}

#camplist h2
{padding-left: 25px;
color: yellow;}

#camplist .tablestyle a:link
{color: white;
text-decoration: underline;
font-size: 110%;}

#camplist .tablestyle a:hover 
{color: white;
background-color: red;
text-decoration: underline;
font-size: 110%;}

#camplist .tablestyle a:visited
{color: orange;
text-decoration: underline;
font-size: 110%;}

td
{empty-cells: show;}

.emptyrow
{height: 20px}

th
{text-align: left;}

.girls
{color: #f1f34f;}

/*This is sort of a blue-turquoise (sp?) color
.girls
{color: #1af1ee;} */

/*CSS to control the Local Stores Page*/

.slingitcoupontext
{float: none;
color: #3b0505;}
