@import "/template/css/style.css";
@import "/template/css/nplayer.css";
@import "/template/css/sportsnetwork/et.css";

/* Font Color */
  .search a,
  .menu a,
  .current_temp_sm,
  .current_temp,
  h1                { color: #ffffff }
  .nav a            { color: #000000 }
  a                 { color: #005288 }

/* Font Size */
  .current_temp_sm  { font-size: 20px }
  .current_temp     { font-size: 28px }

/* Site Backgrounds */
  body              { background: #f2f2f2 url(/images/bg.gif) repeat fixed 50% 0% }
  h1                { background: #7f0f19 }
  .header           { background: url(/inc/header/images/header.jpg) repeat-x 0px 0px }
  .menu             { background: #7f0f19 url(/inc/header/images/nav_bg.jpg) repeat-x 0px 0px }
  .search input     { background: #ffffff }
  .color            { background: #e9e9e9 }
  #site_container   { background: #ffffff }
  .menu div.dent    { background: url(/inc/header/images/nav_line.jpg) no-repeat 0px 0px }
  .nav              { background: url(/images/left/side_nav.jpg) repeat-y }

/* Border Color */
  h1                { border-color: #7f0f19 }
  h2                { border-color: #7f0f19 }
  hr                { border-color: #a4a4a4 }
  .border           { border-color: #d7d7d7 }
  .search input     { border-color: #a5a5a5 }
  #site_container   { border-color: #d7d7d7 }
  
