/* --------------------------------------------------------------------------------------------
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.chalkjock.com/235/2133329409/

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_235.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: #BDBDBD;
font-family:  Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
}

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

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

a:visited
{
color: #7A2929;
}

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

.contentEdit h1
{
padding: 0.25em 0.5em 0.5em 0.5em;
margin: 0.2em 0;
font-size: 182%;
text-align: center;
color: #FFF;
background: transparent url(http://n1assets1.styles1.chalkjock.com/235/2133329409/images/h1_bkgd.jpg) no-repeat 0 0;
}

.contentEdit h2
{
padding: 0.25em 0.5em 0.5em 0.5em;
margin: 0.2em 0;
font-size: 182%;
text-align: center;
color: #760000;
background: transparent url(http://n1assets1.styles1.chalkjock.com/235/2133329409/images/h2_bkgd.jpg) no-repeat 0 0;
}

.contentEdit h3
{
padding: 0.5em;
border: 1px solid #760000;
margin: 0.2em 0;
font-size: 138.5%;
color: #760000;
background: #fff;
}

.contentEdit h4
{
padding: 0.5em;
border: 1px solid #CC0000;
margin: 0.2em 0;
font-size: 138.5%;
color: #FFF;
background: #4C0000;
}

.contentEdit h5
{
padding: 0 0 0.5em 0;
border-bottom: 1px solid #d2d2d2;
margin: 0.2em 0;
font-size: 108%;
color: #fff;
}

.contentEdit h6
{
padding: 0 0 0.5em 0;
border-bottom: 1px solid #4E0000;
margin: 0.2em 0;
font-size: 108%;
color: #760000;
}

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

/* To style images in content. */
.contentEdit img.imageStyle
{
border-width: 10px;
border-style: solid;
}

a[href^="http:"]:active,
a[href^="http:"]:link,
a[href^="http:"]:visited
{
padding: 0 12px 0 0;
text-decoration: underline;
background: transparent url(http://n1assets1.styles1.chalkjock.com/235/2133329409/images/content_externalLink.gif) no-repeat center right;
}

/* Fix for external link image on linked images in content. */
a[href^="http:"]:active.noIcon,
a[href^="http:"]:link.noIcon,
a[href^="http:"]:visited.noIcon,
a[href^="http:"]:focus.noIcon,
a[href^="http:"]:hover.noIcon
{
padding: 0;
background: none;
}

/* Fix for external link image on company box. */
div#companyBox a[href^="http:"]:active,
div#companyBox a[href^="http:"]:link,
div#companyBox a[href^="http:"]:visited
{
background: none;
padding: 0;
}

/* Fix for external link image on company logo. */
div#companyLogo a:active,
div#companyLogo a:link,
div#companyLogo a:visited,
div#companyLogo a:focus,
div#companyLogo a:hover
{
padding: 0;
}

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

DESCRIPTION:
Special link properties within the editable region of the website.

INSTRUCTIONS:
Make changes to the following:
1. replace default URL (235.style.chalkjock.com) with client URL
-------------------------------------------------------------------------------------------- */
a[href^="http://www.235.style.chalkjock.com"]:active,
a[href^="http://www.235.style.chalkjock.com"]:link,
a[href^="http://www.235.style.chalkjock.com"]:visited,
a[href^="http://235.style.chalkjock.com"]:active,
a[href^="http://235.style.chalkjock.com"]:link,
a[href^="http://235.style.chalkjock.com"]:visited,
a[href^="http://n1media1.images1.chalkjock.com"]:active,
a[href^="http://n1media1.images1.chalkjock.com"]:link,
a[href^="http://n1media1.images1.chalkjock.com"]:visited
{
padding: 0;
background-image: none;
}
/* END ALTER - Special link */

a[href^="mailto:"]:active,
a[href^="mailto:"]:link,
a[href^="mailto:"]:visited,
a[href^="javascript:location.href='mailto:'"]:active,
a[href^="javascript:location.href='mailto:'"]:link,
a[href^="javascript:location.href='mailto:'"]:visited
{
padding: 0 9px 0 0;
background: transparent url(http://n1assets1.styles1.chalkjock.com/235/2133329409/images/content_emailLink.gif) no-repeat center right;
}

a[href$=".pdf"]:active,
a[href$=".pdf"]:link,
a[href$=".pdf"]:visited
{
padding: 2px 18px 2px 0;
background: transparent url(http://n1assets1.styles1.chalkjock.com/235/2133329409/images/content_pdfLink.gif) no-repeat center right;
}

a[href$=".doc"]:active,
a[href$=".doc"]:link,
a[href$=".doc"]:visited
{
padding: 2px 18px 2px 0;
background: transparent url(http://n1assets1.styles1.chalkjock.com/235/2133329409/images/content_wordLink.gif) no-repeat center right;
}

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

body
{
background: #0e0e0e;
}

div#siteWrapper
{
text-align: center;
}

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

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

div#header-wrapper
{
background: transparent url(http://n1assets1.styles1.chalkjock.com/235/2133329409/images/header_grow.jpg) repeat-y 0 0;
}

div#header-container
{
background: transparent url(http://n1assets1.styles1.chalkjock.com/235/2133329409/images/header_bkgd.jpg) no-repeat left bottom;
}

div#homeIcon
{
float: left;
display: inline;
width: 21px;
height: 21px;
padding: 7px 55px 15px 30px;
}

div#homeIcon a
{
display: block;
width: 21px;
height: 21px;
text-indent: -9999px;
text-decoration: none;
background: transparent url(http://n1assets1.styles1.chalkjock.com/235/2133329409/images/homeIcon.jpg) no-repeat 0 0;
overflow: hidden;
}

div#homeIcon a:focus,
div#homeIcon a:hover
{
background-position: 0 -21px;
}

/* ------- ul#Primary --------- */

ul#Primary 
{
float: left;
display: inline;
width: 882px;
}

ul#Primary li
{
/* first level list items are always visible */
float: left;
display: inline;
position: relative;
width: 147px;
text-align: center;
}

ul#Primary li span
{
display: none;
}

ul#Primary li a:active,
ul#Primary li a:link,
ul#Primary li a:visited
{
display: block;
width: 127px;
line-height: 18px;
padding: 14px 10px 11px 10px;
color: #FFF;
text-decoration: none;
}

* html ul#Primary li a:active,
* html ul#Primary li a:link,
* html ul#Primary li a:visited
{
height: 20px;
}

ul#Primary li a.Active 
{
color: #FFF;
}

ul#Primary li a:hover 
{
color: #a00000;
}

ul#Primary li.hover > a:first-child 
{
color: #a00000;
}

/* --------- ul#Primary li ul --------- */

ul#Primary li ul 
{
/* second level unordered lists appear off-page until mouseover */
position: absolute;
width: 147px;
height: auto;
top: auto;
left: -9999px;
margin: 0;
padding: 10px 0 0 0;
list-style: none;
background: transparent url(http://n1assets1.styles1.chalkjock.com/235/2133329409/images/drop_down_bkgd.jpg) no-repeat 0 0;
overflow: hidden;
}

ul#Primary li ul li a:active,
ul#Primary li ul li a:link,
ul#Primary li ul li a:visited
{
display: block;
width: 137px;
padding: 8px 5px 5px 5px;
text-decoration: none;
text-align: center;
line-height: 17px;
color: #FFF;
font-size: 93%;
background: #760000 url(http://n1assets1.styles1.chalkjock.com/235/2133329409/images/drop_down.jpg) repeat-x 0 0;
}

ul#Primary li ul li a:hover 
{
color: #7FBFFF;
background: #171717 url(http://n1assets1.styles1.chalkjock.com/235/2133329409/images/drop_down_roll.jpg) repeat-x 0 0;
}

ul#Primary li.hover ul 
{ 
/* on mouseover, move the list to it's normal position */
top: 43px;
left: 0;
}

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

div#Banner
{
display: block;
width: 998px;
height: 280px;
}

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

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

div#middle-wrapper
{
padding: 0 0 76px 0;
background: transparent url(http://n1assets1.styles1.chalkjock.com/235/2133329409/images/middle_bottom.jpg) no-repeat left bottom;
}

div#middle-container
{
position: relative;
min-height: 1px;
padding: 37px 0 0 0;
background: transparent url(http://n1assets1.styles1.chalkjock.com/235/2133329409/images/middle_top.jpg) no-repeat 0 0;
}

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

div#middle-colOne
{
float: left;
display: inline;
width: 288px;
}

/* --------------------------------------------------------------------------------------------
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: 228px;
height: 40px;
padding: 0 10px 0 50px;
visibility: visible;
}

#Marquee 
{
position: relative;
top: 0;
left: 0;
width: 228px;
height: 40px;
overflow: hidden;
}

#Marquee span 
{
width: 228px;
height: 40px;
color: #FFF;
font-size: 93%;
line-height: 40px;
}
/* END ALTER - Marquee */

/* -------------------------
div#homeComponentBox
------------------------- */

div#homeComponentBox
{
width: 248px;
padding: 30px 0 20px 40px;
}

div.toolBox
{
padding: 0 0 10px 0;
}

h3.homeComponentBox-title
{
width: 238px;
padding: 12px 10px 5px 0;
border-bottom: 1px solid #222222;
background: transparent url(http://n1assets1.styles1.chalkjock.com/235/2133329409/images/homeComp_titleBkgd.jpg) no-repeat 0 0;
}

h3.homeComponentBox-title a:active,
h3.homeComponentBox-title a:link,
h3.homeComponentBox-title a:visited,
h3.homeComponentBox-title a:focus,
h3.homeComponentBox-title a:hover
{
float: left;
display: inline;
width: 188px;
line-height: 21px;
text-decoration: none;
font-size: 138.5%;
color: #fff;
overflow: hidden;
}

span.Toggler
{
float: right;
display: inline;
padding: 5px 0 0 0;
text-decoration: none;
font-weight: normal;
font-size: 77%;
overflow: hidden;
}

span.Toggler:hover
{
color: #ff0000;
}

div.Padding
{
padding: 17px 0 0 0;
}

/* If the home components are LINKS make sure the second class for the homeComponentBox-content is homeComponentBox-link */
div.homeComponentBox-link
{
color: #fff;
}

div.homeComponentBox-link td.vB-icontd
{
display: none;
}

div.homeComponentBox-link td.vB-itemtd
{
padding: 0;
}

div.homeComponentBox-link a:active,
div.homeComponentBox-link a:link
{
display: block;
width: 228px;
line-height: 15px;
padding: 0 0 0 20px;
margin: 0 0 17px 0;
text-decoration: none;
color: #ff0000;
background: transparent url(http://n1assets1.styles1.chalkjock.com/235/2133329409/images/homeComp_icon.gif) no-repeat 0 3px;
overflow: hidden;
}

div.homeComponentBox-link a:visited
{
display: block;
width: 228px;
line-height: 15px;
padding: 0 0 0 20px;
margin: 0 0 17px 0;
text-decoration: none;
color: #ff0000;
background: transparent url(http://n1assets1.styles1.chalkjock.com/235/2133329409/images/homeComp_icon_visited.gif) no-repeat 0 3px;
overflow: hidden;
}

div.homeComponentBox-link a:focus,
div.homeComponentBox-link a:hover
{
display: block;
width: 228px;
line-height: 15px;
padding: 0 0 0 20px;
margin: 0 0 17px 0;
text-decoration: none;
color: #ffffff;
background: transparent url(http://n1assets1.styles1.chalkjock.com/235/2133329409/images/homeComp_icon_roll.gif) no-repeat 0 3px;
overflow: hidden;
}
/* end home component links */

/* If the home components is RSS make sure the second class for the homeComponentBox-content is homeComponentBox-rss */
div.homeComponentBox-rss
{
color: #AFBBD0;
}

div.homeComponentBox-rss a[href^="http:"]:active,
div.homeComponentBox-rss a[href^="http:"]:link,
div.homeComponentBox-rss a[href^="http:"]:visited,
div.homeComponentBox-rss a[href^="http:"]:focus,
div.homeComponentBox-rss a[href^="http:"]:hover
{
padding: 0;
color: #7184A6;
background: none;
}

div.homeComponentBox-rss a[href^="http:"]:focus,
div.homeComponentBox-rss a[href^="http:"]:hover
{
color: #0098E5;
}
/* end home component rss */

/* If the home components is VIDEO make sure the second class for the homeComponentBox-content is homeComponentBox-video */
div.homeComponentBox-video
{
color: #AFBBD0;
}

div.homeComponentBox-video a:active,
div.homeComponentBox-video a:link,
div.homeComponentBox-video a:visited,
div.homeComponentBox-video a:focus,
div.homeComponentBox-video a:hover
{
color: #7184A6;
}

div.homeComponentBox-video a:focus,
div.homeComponentBox-video a:hover
{
color: #0098E5;
}

div.homeComponentBox-video a[href^="http:"]:active,
div.homeComponentBox-video a[href^="http:"]:link,
div.homeComponentBox-video a[href^="http:"]:visited,
div.homeComponentBox-video a[href^="http:"]:focus,
div.homeComponentBox-video a[href^="http:"]:hover
{
padding: 0;
background: none;
}

div.homeComponentBox-video img.hmCmp-vidImg
{
border-color: #1F65AD;
background-color: #071727;
}

div.homeComponentBox-video ul#hmCmp-video li:first-child img.hmCmp-vidImg
{
border-color: #1F65AD;
background-color: #071727;
width: 238px; /* orig 272 */
height: 170px; /* orig 204 */
}
/* end home component video */

/* ------- 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: none;
width: 248px;
padding: 12px 0 0 40px;
background: transparent url(http://n1assets1.styles1.chalkjock.com/235/2133329409/images/memberBox_bkgd.jpg) no-repeat 0 0;
}
/* END ALTER - Member Box */

h3#memberBox-title
{
width: 238px;
padding: 0 10px 5px 0;
border-bottom: 1px solid #222222;
}

span#memberBoxTitle
{
float: left;
display: inline;
width: 177px;
line-height: 21px;
font-size: 138.5%;
color: #fff;
}

div#memberBox-options div.Padding
{
padding: 15px 0;
border-bottom: 1px solid #222222;
}

div#memberBox-options p
{
padding: 5px 0;
}

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

div.memberBox-login-info
{
width: 248px;
height: 25px;
padding: 0 0 20px 0;
}

p.memberBox-label
{
float: left;
display: inline;
width: 78px;
line-height: 25px;
color: #ff0000;
}

input.memberBox-textBox
{
float: left;
display: inline;
width: 160px;
height: 15px;
border: 5px solid #dd1d1d;
color: #1d1d1d;
background: #dd1d1d;
}

input.memberBox-textBox:focus
{
border: 5px solid #e5e7eb;
color: #1d1d1d;
background: #e5e7eb;
}

button#memberBox-buttons-enter
{
float: right;
display: inline;
width: 170px;
height: 25px;
}

button#memberBox-buttons-enter
{
display: block;
width: 170px;
height: 25px;
padding: 0;
border: 0;
margin: 0;
text-decoration: none;
text-indent: -9999px;
background: transparent url(http://n1assets1.styles1.chalkjock.com/235/2133329409/images/memberBox_buttons.jpg) no-repeat 0 0;
overflow: hidden;
cursor: pointer;
}

button#memberBox-buttons-enter:focus,
button#memberBox-buttons-enter:hover
{
background-position: 0 -25px;
}

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

div#middle-colTwo
{
float: right;
display: inline;
width: 620px;
padding: 0 40px 0 50px;
}

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

/* ------- div#toolBoxOne --------- */

div#toolBoxOne
{
width: 620px;
}

h2#toolBoxOne-title
{
padding: 0 0 15px 0;
line-height: 47px;
font-size: 272%;
color: #FFF;
}

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

div#footer
{
width: 918px;
height: 181px;
padding: 26px 40px 15px 40px;
background: transparent url(http://n1assets1.styles1.chalkjock.com/235/2133329409/images/footer_bkgd.jpg) no-repeat 0 0;
}

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

div#footer-colOne
{
float: left;
display: inline;
width: 248px;
}

div#companyBox
{
width: 160px;
height: 106px;
padding: 18px 44px 57px 44px;
background: transparent url(http://n1assets1.styles1.chalkjock.com/235/2133329409/images/companyBox_bkgd.jpg) no-repeat 0 0;
}

div#companyBox a
{
display: block;
width: 160px;
height: 106px;
text-decoration: none;
overflow: hidden;
}

div#clientLogo-footer a
{
display: block;
width: 248px;
height: 181px;
text-indent: -9999px;
text-decoration: none;
background: transparent url(http://n1assets1.styles1.chalkjock.com/235/2133329409/images/clientLogo_footer.jpg) no-repeat 0 0;
overflow: hidden;
}

div#clientLogo-footer a:focus,
div#clientLogo-footer a:hover
{
background-position: -248px 0;
}

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

div#footer-colTwo
{
float: left;
display: inline;
width: 620px;
padding: 16px 0 0 50px;
}

div#footer-colTwo p
{
height: 42px;
line-height: 14px;
text-align: center;
color: #BDBDBD;
}

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

div#companyLogo
{
width: 200px;
height: 45px;
padding: 0 0 27px 0;
margin: 0 auto;
}

div#companyLogo a
{
display: block;
width: 200px;
height: 45px;
padding: 0;
text-decoration: none; /* Netscape 8.1 */
text-indent: -9999px;
background: transparent url(http://n1assets1.styles1.chalkjock.com/235/2133329409/images/company_logo.jpg) no-repeat 0 0;
overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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