/* --------------------------------------------------------------------------------------------
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/68/xtremecheerallstars.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_68.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: #000;
}

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: #000;
}

a:visited
{
color: #6BB800;
}

a:focus,
a:hover
{
color: #666;
background: none;
}

/* Fix for calendar days of the week color. */
.white_9Bold
{
color: #FFF;
}

/* -------------------------------------------------
main structure
------------------------------------------------- */

body
{
text-align: left;
background: #808080 url(http://n1assets1.styles1.jamspiritsites.com/68/xtremecheerallstars.com/images/body_bkgd.gif) repeat-y 0 0;
}

/* --------------------------------------------------------------------------------------------
ALTER

DESCRIPTION:
Wrapper

INSTRUCTIONS:
Make changes to the following:
1. if client does not have marquee activated, change 49px to 0, & vice versa
-------------------------------------------------------------------------------------------- */
div#wrapper
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/68/xtremecheerallstars.com/images/wrapper_bkgd.jpg) repeat-x 0 0;
}
/* END ALTER - Wrapper */

div#container
{
width: 999px;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/68/xtremecheerallstars.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. background adjustment - if, by deactivating the marquee, image position changes result, it will be
   necessary to re-adjust the proper background image for the div#wrapper above
-------------------------------------------------------------------------------------------- */

div#marquee-wrapper
{
display: none;
padding: 10px;
border: 1px solid #FFF;
margin: 0 10px 0 0;
background: #0C2780;
}

div#marquee-container
{
padding: 5px;
border: 1px solid #000;
background: #FFF;
}

div#marquee
{
position: relative; /* for marquee tag */
height: 15px;
}

div#marquee span.body_10
{
color: #FF0000;
font-size: 92%;
font-weight: bold;
line-height: 15px;
}
/* END ALTER - Marquee */

/* -------------------------------------------------
div#header
------------------------------------------------- */

div#header
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/68/xtremecheerallstars.com/images/header_bkgd.jpg) no-repeat 0 0;
}

/* -------------------------
div#header-rowOne
------------------------- */

div#header-rowOne
{
height: 276px;
}

div#mainPic
{
float: left;
}

div#mainPic img,
div#mainPic object
{
display: block;
}

div#homeIcon
{
float: left;
}

div#homeIcon a
{
float: left;
display: block;
width: 57px;
height: 41px;
text-indent: -9999px;
text-decoration: none;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/68/xtremecheerallstars.com/images/home_icon.jpg) no-repeat 0 0;
overflow: hidden;
}

div#homeIcon a:focus,
div#homeIcon a:hover
{
background-position: -57px 0;
}

/* -------------------------
div#header-rowTwo
------------------------- */

div#header-rowTwo
{
padding: 162px 0 0 0;
height: 116px;
}

/* ------- div#memberBox --------- */

div#memberBox
{
position: relative;
width: 220px;
height: 107px;
padding: 10px 0 0 26px;
}

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
{
float: left;
display: inline;
position: relative;
width: 110px;
margin: 0 0 10px 0;
}

* html div.memberBox-login-info
{
width: 109px;
}

p.memberBox-label
{
display: none;
}

input.memberBox-textBox
{
position: relative;
width: 100px;
color: #888;
}

p#memberBox-forgot
{
display: none;
}

ul#memberBox-buttons
{
width: 196px;
height: 23px;
padding: 0 0 0 6px;
}

ul#memberBox-buttons li
{
float: left;
display: inline;
position: relative;
height: 23px;
}

ul#memberBox-buttons a:active,
ul#memberBox-buttons a:link,
ul#memberBox-buttons a:visited
{
display: block;
height: 23px;
text-decoration: none; /* Netscape 8.1 */
text-indent: -9999px;
overflow: hidden;
}

li#memberBox-buttons-enter
{
width: 39px;
}

li#memberBox-buttons-enter a
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/68/xtremecheerallstars.com/images/memberBox_buttons.jpg) no-repeat 0 0;
}

li#memberBox-buttons-register
{
width: 157px;
}

li#memberBox-buttons-register a
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/68/xtremecheerallstars.com/images/memberBox_buttons.jpg) no-repeat -39px 0;
}

/* -------------------------------------------------
div#middle
------------------------------------------------- */

/* -------------------------
div#middle-colOne
------------------------- */

div#middle-colOne
{
float: left;
display: inline;
width: 257px;
}

/* ------- div#verticalNav --------- */

div#verticalNav
{
width: 240px;
padding: 0 1px 20px 16px;
text-align: left;
}

div#verticalNav li
{
padding: 1px 0 0 0;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/68/xtremecheerallstars.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 10px 7px 35px;
font-weight: bold;
color: #000;
text-decoration: none;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/68/xtremecheerallstars.com/images/verticalNav_icon.jpg) no-repeat 4px center;
}

div#verticalNav a:focus,
div#verticalNav a:hover
{
color: #666;
text-decoration: underline;
}

/* ------- div#companyBox --------- */

div#companyBox
{
padding: 0 1px 20px 16px;
}

div#companyBox img
{
display: block;
width: 160px;
height: 106px;
border: 1px solid #FFF;
margin: 0 auto;
}


/* -------------------------
div#middle-colTwo
------------------------- */

div#middle-colTwo
{
float: left;
display: inline;
width: 650px;
padding: 0 62px 18px 30px;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/68/xtremecheerallstars.com/images/middle_colTwo_bkgd.jpg) no-repeat 0 0;
}

* html div#middle-colTwo
{
overflow: hidden;
}

h1#pageTitle
{
color: #6BB800;
font-size: 136%;
}

div#content
{
padding: 20px 0 0 0;
}

.contentEdit img
{
border-color: #6BB800;
}

/* -------------------------------------------------
div#footer-wrapper
------------------------------------------------- */

div#footer-wrapper
{
text-align: center;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/68/xtremecheerallstars.com/images/body_bkgd.gif) repeat-y top center;
}

div#footer-container
{
padding: 28px 62px 15px 30px;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/68/xtremecheerallstars.com/images/footer_bkgd.jpg) no-repeat 0 0;
}

div#footer-container p
{
float: left;
width: 767px;
color: #6BB800;
line-height: 20px;
text-align: center;
}

div#companyLogo
{
float: right;
display: inline;
width: 110px;
height: 20px;
margin: 0 0 0 30px;
}

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/68/xtremecheerallstars.com/images/company_logo.gif) no-repeat 0px 0px;
overflow: hidden;
}

div#companyLogo a:focus,
div#companyLogo a:hover
{
background-position: -110px 0;
}