/* --------------------------------------------------------------------------------------------
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/221/2133328988/

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_221.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: #808080;
}

/* Fix for calendar days of the week color. */
.white_9Bold
{
color: #FFF;
}

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: #f66500;
}

a:visited
{
color: #d45700;
}

a:focus,
a:hover
{
color: #000;
}

.contentEdit h1
{
margin: 0.2em 0;
font-size: 182%;
color: #f66500;
}

.contentEdit h2
{
margin: 0.2em 0;
font-size: 182%;
color: #000;
}

.contentEdit h3
{
margin: 0.2em 0;
font-size: 136%;
color: #f66500;
}

.contentEdit h4
{
margin: 0.2em 0;
font-size: 136%;
color: #000;
}

.contentEdit h5
{
margin: 0.2em 0;
font-size: 107%;
color: #f66500;
}

.contentEdit h6
{
margin: 0.2em 0;
font-size: 107%;
color: #000;
}

.contentEdit img
{
border-color: #f66500;
}

/* -------------------------------------------------
main structure
------------------------------------------------- */

body
{
background: #000;
}

div#wrapper
{
text-align: center;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/221/2133328988/images/wrapper_bkgd.jpg) repeat-x 0 0;
}

div#container
{
width: 998px;
margin: 0 auto;
text-align: left;
}

/* -------------------------------------------------
div#header
------------------------------------------------- */

div#header
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/221/2133328988/images/header_bkgd.jpg) no-repeat 0 0;
}

/* ------- h1#clientLogo --------- */

h1#clientLogo
{
float: left;
display: inline;
width: 270px;
height: 192px;
}

h1#clientLogo a
{
display: block;
width: 270px;
height: 192px;
text-indent: -9999px;
text-decoration: none;
overflow: hidden;
}

/* ------- div#Banner --------- */

div#Banner
{
float: left;
display: inline;
width: 728px;
height: 192px;
}

div#Banner img,
div#Banner object
{
display: block;
}

/* -------------------------------------------------
div#middle
------------------------------------------------- */

div#middle
{
padding: 0 13px 0 20px;
}

/* -------------------------
div#middle-colOne
------------------------- */

div#middle-colOne
{
float: left;
display: inline;
width: 222px;
padding: 0 28px 30px 0;
}

/* --------------------------------------------------------------------------------------------
ALTER

DESCRIPTION:
Marquee

INSTRUCTIONS:
Make changes to the following:
1. if client does not have component activated, change visible to hidden, & vice versa
2. color value
3. PSD changes - if, by deactivating the marquee, image changes result, 
rename the wrapper bkgd above.
-------------------------------------------------------------------------------------------- */
#MarqueeWrapper 
{
width: 214px;
height: 14px;
padding: 13px 5px 46px 3px;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/221/2133328988/images/marquee_bkgd.jpg) no-repeat 0 0;
}

#Marquee 
{
position: relative;
visibility: visible;
top: 0;
left: 0;
width: 214px;
height: 14px;
overflow: hidden;
}

#Marquee span 
{
width: 214px;
height: 14px;
line-height: 14px;
font-size: 92%;
color: #f66500;
}
/* END ALTER - Marquee */

/* -------------------------
div#navigation-member-wrapper
------------------------- */

div#navigation-member-wrapper
{
padding: 0 0 30px 0;
min-height: 1px;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/221/2133328988/images/navigation-member_btm.jpg) no-repeat left bottom;
}

/* ------- div#verticalNav-wrapper --------- */

div#verticalNav-wrapper
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/221/2133328988/images/verticalNav_bkgd.jpg) repeat-y 0 0;
}

* html div#verticalNav-wrapper
{
height: 1px;
}

div#verticalNav-container
{
padding: 0 0 27px 0;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/221/2133328988/images/verticalNav_btm.jpg) no-repeat left bottom;
}

ul#verticalNav
{
width: 220px;
padding: 65px 0 0 0;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/221/2133328988/images/verticalNav_top.jpg) no-repeat 0 0;
}

ul#verticalNav li
{
width: 220px;
padding: 0 0 1px 0;
text-align: center;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/221/2133328988/images/verticalNav_line.jpg) no-repeat center bottom;
}

ul#verticalNav a:active,
ul#verticalNav a:link,
ul#verticalNav a:visited
{
display: block;
min-height: 1px;
padding: 7px 10px;
line-height: 18px;
font-size: 136%;
font-weight: bold;
color: #fff;
text-decoration: none;
}

* html ul#verticalNav a:active,
* html ul#verticalNav a:link,
* html ul#verticalNav a:visited
{
height: 1px;
}

ul#verticalNav a:focus,
ul#verticalNav a:hover
{
color: #000;
}

/* ----- div#memberBox ----- */

/* --------------------------------------------------------------------------------------------
ALTER

DESCRIPTION:
Members box ALTER

INSTRUCTIONS:
Make changes to the following:
1. if site has member area, default display to block - othewise, change block to none
-------------------------------------------------------------------------------------------- */
div#memberBox
{
display: block;
width: 220px;
height: 196px;
font-size: 92%;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/221/2133328988/images/memberBox_bkgd.jpg) repeat-y 0 0;
}
/* END ALTER - Member Box */

h2#memberBox-title
{
width: 220px;
height: 61px;
text-indent: -9999px;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/221/2133328988/images/memberBox_title.jpg) no-repeat 0 0;
}

div#memberBox form
{
width: 180px;
padding: 0 20px;
}

div.memberBox-login-info
{
height: 20px;
}

p.memberBox-label
{
float: left;
display: inline;
width: 69px;
height: 20px;
line-height: 20px;
color: #f66500;
}

p.memberBox-links
{
float: left;
display: inline;
width: 111px;
height: 20px;
}

p.memberBox-links a,
div#memberBox-register a
{
color: #f66500;
line-height: 20px;
overflow: hidden;
}

p.memberBox-links a:focus,
p.memberBox-links a:hover,
div#memberBox-register a:focus,
div#memberBox-register a:hover
{
color: #000;
}

input.memberBox-textBox
{
width: 168px;
height: 14px;
padding: 3px;
border: 3px solid #0081de;
color: #e85f00;
background: #b2dfff;
}

input.memberBox-textBox:focus
{
border: 3px solid #0081de;
color: #e85f00;
background: #8dcfff;
}

div#memberBox-buttons
{
padding: 10px 0 0 0;
}

div#memberBox-register
{
float: left;
display: inline;
width: 72px;
height: 26px;
}

div#memberBox-register a
{
line-height: 26px;
}

div#memberBox-enterButton
{
float: left;
display: inline;
width: 108px;
height: 26px;
}

button#memberBox-enter
{
display: block;
width: 108px;
height: 26px;
padding: 0;
border: 0;
margin: 0;
text-decoration: none;
text-indent: -9999px;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/221/2133328988/images/memberBox_buttons.jpg) no-repeat 0 0;
overflow: hidden;
cursor: pointer;
}

/* ----- div#companyBox ----- */

div#companyBox
{
width: 160px;
height: 106px;
padding: 54px 30px 64px 30px;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/221/2133328988/images/companyBox_bkgd.jpg) no-repeat 0 0;
}

/* -------------------------
div#middle-colTwo
------------------------- */

div#middle-colTwo
{
float: left;
display: inline;
width: 715px;
}

* html div#middle-colTwo
{
overflow: hidden;
}

/* ----- div#contentBox ----- */

div#contentBox
{
padding: 32px 0 78px 0;
}

div#pageTitle-wrapper
{
padding: 0 0 21px 0;
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/221/2133328988/images/pageTitle_btm.jpg) no-repeat center bottom;
}

h2#pageTitle
{
padding: 11px 20px 0 20px;
line-height: 30px;
font-size: 197%;
color: #e85f00;
background: #e3f3ff url(http://n1assets1.styles1.jamspiritsites.com/221/2133328988/images/pageTitle_top.jpg) no-repeat 0 0;
}

div#content
{
padding: 30px 0 0 0;
}

/* -------------------------------------------------
div#footer
------------------------------------------------- */

div#footer
{
width: 655px;
padding: 52px 30px 30px 30px;
text-align: center;
background: #0F0F0F url(http://n1assets1.styles1.jamspiritsites.com/221/2133328988/images/footer_bkgd.jpg) no-repeat 0 0;
}

/* ----- div#footerInfo ----- */

div#footerInfo p
{
color: #fff;
}

/* ----- div#companyLogo ----- */

div#companyLogo
{
width: 110px;
height: 20px;
padding: 21px 0 25px 0;
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/221/2133328988/images/company_logo.gif) no-repeat 0 0;
overflow: hidden;
}

div#companyLogo a:focus,
div#companyLogo a:hover
{
background-position: -110px 0;
}

/* ----- div#footerIcons ----- */

div#footerIcons
{
width: 220px;
height: 51px;
margin: 0 auto;
}

div#footerIcons a
{
float: left;
position: relative;
width: 44px;
height: 51px;
padding: 0;
margin: 0;
text-decoration: none;
text-indent: -9999px;
overflow: hidden;
}

a#firefox
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/221/2133328988/images/footerIcons.jpg) no-repeat 0 0;
}

a#firefox:focus,
a#firefox:hover
{
background-position: 0 -51px;
}

a#internetExplorer
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/221/2133328988/images/footerIcons.jpg) no-repeat -44px 0;
}

a#internetExplorer:focus,
a#internetExplorer:hover
{
background-position: -44px -51px;
}

a#safari
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/221/2133328988/images/footerIcons.jpg) no-repeat -88px 0;
}

a#safari:focus,
a#safari:hover
{
background-position: -88px -51px;
}

a#delicious
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/221/2133328988/images/footerIcons.jpg) no-repeat -132px 0;
}

a#delicious:focus,
a#delicious:hover
{
background-position: -132px -51px;
}

a#favorites
{
background: transparent url(http://n1assets1.styles1.jamspiritsites.com/221/2133328988/images/footerIcons.jpg) no-repeat -176px 0;
}

a#favorites:focus,
a#favorites:hover
{
background-position: -176px -51px;
}
