@charset "iso-8859-1";

/*******************************************************************************
*  skidoo_too.css : 2005.08.29
* -----------------------------------------------------------------------------
* from http://webhost.bridgew.edu/etribou/layouts/skidoo%5Ftoo/
*  A remake of the skidoo layout with the middle column appearing 
*  before the left/right columns in source ordering.
*******************************************************************************/
/* everything below this point is related to the page's "theme" and could be
 * placed in a separate stylesheet to allow for multiple color/font scemes on
 * the layout. you should probably leave a default theme within this stylesheet
 * just to be on the safe side.	
 */
#pageWrapper {
    border-width: 0 1px;
    border-style: solid;
    }

#masthead {
    border-style: solid;
    border-width: 1px;
    }
                   
#innerColumnContainer {
    border-width: 0 1px; /* Make margin the negative of this! */
    margin: 0 -1px;         /* compensate for the borders because of
                               100% width declaration */
    }

#footer {
    border-style: solid;
    border-width: 1px 0;
    }

#pageWrapper, #masthead, #innerColumnContainer, #footer, .vnav ul, .vnav ul li, .hnav, .hnav ul li a,
.vnav li, .vnav h2, .vnav h3, .vnav h4, .vnav hr, .vnav h1
{
	border-color: #565;
}

html, body
{
	/* note that both html and body elements are in the selector.
	 * this is because we have margins applied to the body element
	 * and the HTML's background property will show through if
	 * it is ever set. _DO_NOT_ apply a font-size value to the
	 * html or body elements, set it in #pageWrapper.
	 */
	background-color: #eee;
	color: #000;
	font-family: arial, helvetica, sans-serif;
}
#pageWrapper
{
	font-size: 80%;	/* set your default font size here. */
}
#masthead
{
	background-color: #898;
	color: #fff;
}
/* Vertical-nav is a "section", thus h1 is relative to this section.
    Menus are composed:
        <h1>menu title</h1>
        <ul><li>item</li>...</ul> 
        and will "concatenate" ul's
        an <hr/> creates a separator in the menu
        an <h2> creates a separator
        and nested ul's are supposed to be sub-menus
    These are the only things allowed. all else is hidden.
        */
.vnav {
        margin: 1em 0; /* margins w/in left/right nav columns */
}
/* vertical navigation stuff. mostly exactly as seen in the vnav.css styleheet
 * in the original skidoo layout.
 */


/* h1 is menu name */
.vnav h1
{
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 126%;
}

.vnav h2 /* a separator in a menu */
{
margin: 0;
padding-left: 3px;
    font-size: 100%;
}

.vnav ul, .vnav ul li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
}

/* Draw boxes by doing 
top of first,
l/r/b of each
*/
.vnav li, .vnav h2, .vnav h3, .vnav h4, .vnav hr {
border-style: solid;
border-width: 0;
border-left-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
background-color: #cdc; 
}
.vnav h1 {
border-style: solid;
border-width: 0;
border-bottom-width: 1px;
}

.vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active
{
	text-decoration: none;
	color: #000; /* text color  in vnavs */
}
.vnav ul li:hover
{
	text-decoration: none;
	background-color: #898; /* the default #rightcolumn color is the same */
}
.vnav ul li a:hover {
	color: #fff;
}

#outerColumnContainer
{
	border-left-color: #ded;	/* left column background color */
	border-right-color: #cdc;	/* right column background color */
	background-color: #fff;		/* set the background color for the
					   middle column here */
}

/* horizontal navigation elements. create a DIV element with the class hnav
 * and stick one unordered list inside it to generate a horizontal menu.
 */
.hnav
{
	border-bottom: solid 1px;
	text-align: center;
}
.hnav, .hnav > div, .hnav > div ul li a
{
    /* FIXME: a better way? Like forcing A to have the right "size"? */
	/* need to middor veritcal padding on .hnav and child anchor elements
	 * because the anchors are _not_ block elements. since they are not
	 * block elements web browsers will not expand .hnav to contain them
	 * even with the extra padding. by applying the same padding to both
	 * the parent .hnav _looks_ like its containing the child anchor
	 * elements. 
	 */
	padding-top: 3px;
	padding-bottom: 4px;
}
.hnav > div {
    display: inline;
    }

.hnav ul, .hnav ul li
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.hnav ul li a
{
	margin: 0 -1px 0 0;
	padding-left: 10px;
	padding-right: 10px;	/* short-hand padding attribute would overwrite
				   top/bottom padding set in a previous rule */
	border-left: solid 1px;
	border-right: solid 1px;
	white-space: nowrap;
}
.hnav ul li a:link, .hnav ul li a:visited, .hnav ul li a:active, .hnav ul li a:hover
{
	text-decoration: none;
}
.hnav ul li span.divider
{
	display: none;
}
* html .hnav ul li, * html .hnav ul li a
{
	width: 1%; /* IE/Mac needs this */
	display: inline-block;	/* IE/Mac needs this */
	/* \*/
		width: auto;
		display: inline;
	/* reset above hack */
}
* html .hnav, * html .hnav ul a
{
	/* \*/ height: 0.01%; /* hasLayout hack to fix render bugs in IE/Win. 
				 IE/Mac will ignore this rule. */
}
* html .HNAV
{
	padding: 0;	/* IE5/Win will resize #hnav to fit the heights of its
			   inline children that have vertical padding. So this
			   incorrect case selector hack will be applied only by
			   IE 5.x/Win */
}
.hnav ul li a:link, .hnav ul li a:visited
{
	background-color: #bcb;
	color: #000;
}
.hnav ul li a:hover
{
	background-color: #787;
	color: #fff;
}
.hnav
{
	background-color: #aba;
	color: #fff;
}

#rightColumn .inside
{
	/* if you apply a font size to just #rightColumn, then its width,
	 * which is specified in EMs, will also be affected. you don't want
	 * that. so apply font size changes to the .inside element which exists
	 * inside underneath all three columns
	 */
	font-size: 90%;
}
#rightColumn .inside .vnav
{
	font-size: 110%;
}
#footer
{
	background-color: #898;
	color: #fff;
	text-align: center;
}
#footer *:link, #footer *:visited {
    color: #fff;
    }

/******************************************************************************/
/* margin values and font sizes for headings, and margins on paragraphs
 * and lists are not consistent across browser platforms. to achieve a
 * consistent look we need to explicity set these values here. it may
 * seem an odd way to declare the margins like this but you never
 * know what kind of horizontal padding a browser may be using on an
 * element, and I only want to change the vertical padding.
 *
 * pixels are used here, rather than ems, because I want a consistent
 * margin on the different headings. if I use ems, 1em for an h1 element
 * is much larger than 1em on an h6 element. I don't wnat this.
 *
 * salt to taste
 */
/*
?*
ul, ol, dl, p, h1, h2, h3, h4, h5, h6
{
	margin-top: 14px;
	margin-bottom: 14px;
	padding-top: 0;
	padding-bottom: 0;
}
h1
{
	font-size: 220%;
}
h2
{
	font-size: 190%;
}
h3
{
	font-size: 160%;
}
h4
{
	font-size: 130%;
}
h5
{
	font-size: 100%;
}
h6
{
	font-size: 70%;
}
*/

/* alter some HTML elements' default style
a, a:link, a:visited, a:active
{
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
code
{
	font-family: "Courier New", Courier, monospace;
}
 */

/* --------- ???

label
{
	cursor: pointer;
}
table
{
	font-size: 100%;
}
td, th
{
	vertical-align: top;
}
*/

.vnav ul li a {
       padding: 2px 5px 3px 5px;
       }

#masthead {
margin: 0;
padding: 0;
}
#masthead {
    background-image:  url("../../CPC_Camp_cropped.jpg");
    background-attachment: scroll;
    background-position: top right;
    background-repeat: no-repeat;
    }

#masthead img#logo {
position: static;
}

/* Make a form-button look mostly like a link
    FIXME: hacked css */
.linkButton {
    padding:0;
    margin:0;
    font-size:90%;
    background:none;
    border:none;
    cursor:pointer;
    color:blue;
    text-align: left;
}

.linkForm {
display:inline;
margin:0; padding:0;
}

.mailMessage {
    border: solid 2px #000;
    padding: .5em;
    margin-bottom: 1em;
    }
