/* -----------------------------------------------------------

      CFS:    Template 7 (GSA special), Color Scheme 24
      Author: Offshoot Inc.
      Link:   http://www.offshootinc.com
      Client: Canadian Federation of Students
      
--------------------------------------------------------------*/

/* ----------- background images -----------------------------*/

body {
  background: #E1F0C1 url(http://worker.srv2.cfsadmin.org/templates/template_7/colour_scheme_24/imgs/bg_grad.jpg) top repeat-x;
}

#background {
  background: url(http://worker.srv2.cfsadmin.org/templates/template_7/colour_scheme_24/imgs/main_bg.gif) top repeat-y;
}

#main_content {
  background:#fbfbfb url(http://worker.srv2.cfsadmin.org/templates/template_7/colour_scheme_24/imgs/body_bg.jpg) top no-repeat;
}

#header {
  background: url(http://worker.srv2.cfsadmin.org/templates/template_7/colour_scheme_24/imgs/header.jpg) top no-repeat;
  color:#fff;
}

/* --------------------- link style: colours -----------------*/

a {
  color:#000;
}

a:hover {
  color:#CC0000;
}

/* --------------------- Bread Crum Links Style/colours ------*/

#mid_nav a {
  color:#75af00;
}

#mid_nav a:hover {
  color:#000;
}

#mid_nav {
  color:#000;
}
  

/* --------------------- Navigation Links: colours -----------*/

.top_nav a {
  color:#75af00;
  background:url(http://worker.srv2.cfsadmin.org/templates/template_7/colour_scheme_24/imgs/tab_left.gif) no-repeat top left;
}

.top_nav a span {
  background:url(http://worker.srv2.cfsadmin.org/templates/template_7/colour_scheme_24/imgs/tab_right.gif) no-repeat top right;
}

.top_nav a:hover {
  color:#000;
}

/* ------------ Body link colours --------------------------- */

#main_content a {
  color:#75af00;
}

#main_content a:hover {
  color:#000;
}

/* ------------ Multi tiered navigation colours ------------- */

#nav_container {
  color:#75af00;
}

#nav_container a {
  color:#75af00;
}

#nav_container a:hover {
  color:#000;
}

#nav_container .selected a {
  color:#000;
}

#nav_container ul li {
  background: url(http://worker.srv2.cfsadmin.org/templates/template_7/colour_scheme_24/imgs/horiz_bevel.gif) bottom repeat-x;
}

#nav_container ul ul li {
  background: none;
}

/* ------------ Footer Colours ------------------------------ */

#footer {
  background:#fff url(http://worker.srv2.cfsadmin.org/templates/template_7/colour_scheme_24/imgs/footer_bg.gif) no-repeat;
  color:#000;
}

#footer a {
  color:#000;
}

#footer a:hover {
  color:#fff;
}

/* ------------ scheme specific post styles ----------------- */

.title {
  color:#75af00;
  font-weight:900;
}

.date {
  color:#aaa;
}

.post_seperator {
  background:url(http://worker.srv2.cfsadmin.org/templates/template_7/colour_scheme_24/imgs/sep.gif) repeat-x;
}

/* ---------------- news and event post images -------------- */

#headlines_left h2 {
  background: url(http://worker.srv2.cfsadmin.org/templates/template_7/colour_scheme_24/imgs/news_post.gif) no-repeat;
}

#headlines_right h2 {
  background: url(http://worker.srv2.cfsadmin.org/templates/template_7/colour_scheme_24/imgs/event_post.gif) no-repeat;
}