/* --------------------------------------------------------------------------------------------
ALTER

DESCRIPTION:
Jobs to complete outside of, as well as throughout the entirety of, this document.
   * DEF: 'asset' = An asset can best be described as any item used in the creation of the site other than
   the HTML.  For example: images, flash, css files, etc.)

** NOTE: The current path for all assets associated with this site is: http://n1assets1.styles1.jamspiritsites.com/49/planet-cheer.com/

INSTRUCTIONS:
Make changes to the following:
1. all asset URL paths in the following external documents should be changed to the appropriate client URL:
   * style_49.tpl, home.tpl, non-ie.css, ie.css
   ** NOTE: if no URL path exists in one of the aforementioned external documents, obviously
      no change is necessary
2. all asset URL paths in this document should be changed to the appropriate client URL
3. all color values in non-ie.css & ie.css as well as throughout this document should be altered
   ** NOTE: follow PSD instructions on what color each element will be
-------------------------------------------------------------------------------------------- */

/* -------------------------------------------------
content styling / GLOBAL
-- NOTE: pre-vA
------------------------------------------------- */

body
{
color: #1B2A6A;
}

a:active,
a:link,
.title_9,
.title_9Bold,
.title_10,
.title_10Bold,
.title_12,
.title_12Bold,
.title_14,
.title_14Bold,
.title_16,
.title_16Bold
{
color: #149CBE;
}

a:visited
{
color: #666;
}

a:focus,
a:hover
{
color: #3EB8D6;
background: none;
}

/* Fix for calendar days of the week color. */
.white_9Bold
{
color: #FFF;
}

/* -------------------------------------------------
main structure
------------------------------------------------- */

body
{
text-align: center;
background: #FFF url(http://n1assets1.styles1.jamspiritsites.com/49/planet-cheer.com/images/body_bkgd.gif) repeat-y top center;
}

/* --------------------------------------------------------------------------------------------
ALTER

DESCRIPTION:
Wrapper

INSTRUCTIONS:
Make changes to the following:
1. if client does not have marquee activated, change wrapper_bkgd_ticker.gif 
   to wrapper_bkgd.gif, & vice versa
-------------------------------------------------------------------------------------------- */
div#wrapper
{
text-align: center;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/49/planet-cheer.com/images/wrapper_bkgd.gif) repeat-x 0 0;
}
/* END ALTER - Wrappper */

div#container
{
width: 800px;
margin: 0 auto;
text-align: left;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/49/planet-cheer.com/images/container_bkgd.gif) repeat-y 0 0;
}

/* --------------------------------------------------------------------------------------------
ALTER

DESCRIPTION:
Marquee

INSTRUCTIONS:
Make changes to the following:
1. if client does not have component activated, change block to none, & vice versa
2. color value
3. PSD changes - if, by deactivating the marquee, image changes result, it will be
   necessary to re-export the proper background image for the div#wrapper above
-------------------------------------------------------------------------------------------- */

div#marquee-background
{
display: none;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/49/planet-cheer.com/images/marquee_bkgd.gif) repeat-y 0 0;
}

div#marquee-wrapper
{
padding: 10px;
border: 1px solid #000;
margin: 0 12px 0 11px;
background: #DD2121;
}

div#marquee-container
{
padding: 5px;
border: 1px solid #000;
background: #00A3D8;
}

div#marquee
{
position: relative; /* for marquee tag */
height: 15px;
}

div#marquee span.body_10
{
color: #FFF;
font-size: 92%;
font-weight: bold;
line-height: 15px;
}
/* END ALTER - Marquee */

/* -------------------------------------------------
div#header
------------------------------------------------- */

div#header
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/49/planet-cheer.com/images/header_bkgd.jpg) no-repeat 0 0;
}

/* -------------------------
div#header-rowOne
------------------------- */

div#header-rowOne
{
height: 17px;
}

div#homeIcon
{
padding: 0 23px 0 0;
}

div#homeIcon a
{
float: right;
display: block;
width: 63px;
height: 17px;
text-indent: -9999px;
text-decoration: none;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/49/planet-cheer.com/images/home_icon.gif) no-repeat 0 0;
overflow: hidden;
}

/* -------------------------
div#header-rowTwo
------------------------- */

div#header-rowTwo
{
height: 169px;
}

div#mainPic img,
div#mainPic object
{
display: block;
}

/* -------------------------
div#header-rowThree
------------------------- */

div#header-rowThree
{
height: 81px;
}

/* ------- div#memberBox --------- */

div#memberBox
{
position: relative;
width: 251px;
height: 24px;
padding: 0 0 0 391px;
}

div#memberBox h1
{
display: none;
}

/* --------------------------------------------------------------------------------------------
ALTER

DESCRIPTION:
Members box ALTER

INSTRUCTIONS:
Make changes to the following:
1. if site has member area, default visibility to visible - othewise, change visible to hidden
-------------------------------------------------------------------------------------------- */
div#memberBox form
{
visibility: visible;
}
/* END ALTER - Member Box */

div.memberBox-login-info
{
padding: 0 0 0 57px;
}

p.memberBox-label
{
display: none;
}

input.memberBox-textBox
{
float: left;
display: inline;
position: relative;
width: 89px;
color: #888;
margin: 0 0 2px 2px;
}

p#memberBox-forgot
{
display: none;
}

ul#memberBox-buttons
{
width: 181px;
height: 15px;
padding: 0 0 0 4px;
}

ul#memberBox-buttons li
{
float: left;
display: inline;
position: relative;
height: 15px;
}

ul#memberBox-buttons a:active,
ul#memberBox-buttons a:link,
ul#memberBox-buttons a:visited
{
display: block;
height: 15px;
text-decoration: none; /* Netscape 8.1 */
text-indent: -9999px;
overflow: hidden;
}

li#memberBox-buttons-register
{
width: 146px;
margin: 0 8px 0 0;
}

li#memberBox-buttons-register a
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/49/planet-cheer.com/images/memberBox_buttons.jpg) no-repeat 0 0;
}

li#memberBox-buttons-enter
{
width: 27px;
}

li#memberBox-buttons-enter a
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/49/planet-cheer.com/images/memberBox_buttons.jpg) no-repeat -146px 0;
}

/* -------------------------------------------------
div#middle
------------------------------------------------- */

/* -------------------------
div#middle-colOne
------------------------- */

div#middle-colOne
{
float: left;
display: inline;
width: 177px;
}

/* ------- div#verticalNav --------- */

div#verticalNav
{
width: 154px;
padding: 13px 4px 20px 19px;
text-align: left;
}

div#verticalNav li
{
padding: 1px 0 0 0;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/49/planet-cheer.com/images/verticalNav_bkgd.gif) no-repeat 0 0;
}

* html div#verticalNav li
{
height: 1px;
}

div#verticalNav a:active,
div#verticalNav a:link,
div#verticalNav a:visited
{
display: block;
padding: 7px 0 7px 35px;
font-weight: bold;
color: #1B2A6A;
text-decoration: none;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/49/planet-cheer.com/images/verticalNav_icon.jpg) no-repeat 8px center;
}

div#verticalNav a:focus,
div#verticalNav a:hover
{
color: #24B2D5;
text-decoration: underline;
}

/* ------- div#companyBox --------- */

div#companyBox
{
padding: 0 0 20px 12px;
}

div#companyBox img
{
display: block;
width: 160px;
height: 106px;
border: 1px solid #000;
margin: 0 auto;
}


/* -------------------------
div#middle-colTwo
------------------------- */

div#middle-colTwo
{
float: left;
display: inline;
width: 550px;
padding: 19px 43px 30px 30px;
}

* html div#middle-colTwo
{
overflow: hidden;
}

h1#pageTitle
{
color: #1B2A6A;
font-size: 136%;
}

div#content
{
padding: 30px 0 0 0;
}

.contentEdit img
{
border-color: #000;
}

/* -------------------------------------------------
div#footer
------------------------------------------------- */

div#footer
{
padding: 0 50px 15px 50px;
text-align: center;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/49/planet-cheer.com/images/body_bkgd.gif) repeat-y top center;
}

div#footer p
{
padding: 15px 0;
color: #FFF;
line-height: 20px;
}

div#companyLogo
{
width: 110px;
height: 20px;
margin: 0 auto;
}

div#companyLogo a:active,
div#companyLogo a:link,
div#companyLogo a:visited
{
display: block;
width: 110px;
height: 20px;
padding: 0;
text-decoration: none; /* Netscape 8.1 */
text-indent: -9999px;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/49/planet-cheer.com/images/company_logo.gif) no-repeat 0px 0px;
overflow: hidden;
}

div#companyLogo a:focus,
div#companyLogo a:hover
{
background-position: -110px 0;
}