/* -----------------------------------------------------------

      CFS:    Template 7, Color Scheme 11
      Author: Offshoot Inc.
      Link:   http://www.offshootinc.com
      Client: Canadian Federation of Students
      
--------------------------------------------------------------*/

/* ----------- background images -----------------------------*/

body {
  background: #EEEEEE url(http://worker.srv2.cfsadmin.org/templates/template_7/colour_scheme_11/imgs/bg_grad.jpg) top repeat-x;
}

#background {
  background: url(http://worker.srv2.cfsadmin.org/templates/template_7/colour_scheme_11/imgs/main_bg.gif) top repeat-y;
}

#main_content {
  background:#fbfbfb url(http://worker.srv2.cfsadmin.org/templates/template_7/colour_scheme_11/imgs/body_bg.jpg) top no-repeat;
}

#header {
  background: url(http://worker.srv2.cfsadmin.org/templates/template_7/colour_scheme_11/imgs/header.jpg) top no-repeat;
  color:#fff;
}

/* --------------------- link style: colours -----------------*/

a {
  color:#9e0000;
}

a:hover {
  color:#cc0000;
}

/* --------------------- Bread Crum Links Style/colours ------*/

#mid_nav a {
  color:#9E0000;
}

#mid_nav a:hover {
  color:#000;
}

#mid_nav {
  color:#000;
}
  

/* --------------------- Navigation Links: colours -----------*/

.top_nav a {
  color:#9e0000;
  background:url(http://worker.srv2.cfsadmin.org/templates/template_7/colour_scheme_11/imgs/tab_left.gif) no-repeat top left;
}

.top_nav a span {
  background:url(http://worker.srv2.cfsadmin.org/templates/template_7/colour_scheme_11/imgs/tab_right.gif) no-repeat top right;
}

.top_nav a:hover {
  color:#cc0000;
}

/* ------------ Body link colours --------------------------- */

#main_content a {
  color:#9e0000;
}

#main_content a:hover {
  color:#cc0000;
}

/* ------------ Multi tiered navigation colours ------------- */

#nav_container a {
  color:#9e0000;
}

#nav_container a:hover {
  color:#cc0000;
}

#nav_container .selected a {
  color:#000000;
}

#nav_container ul li {
  background: url(http://worker.srv2.cfsadmin.org/templates/template_7/colour_scheme_11/imgs/horiz_bevel.gif) bottom repeat-x;
}

/* ------------ Second Tier --------------------------------- */
#nav_container ul ul li {
  background:none;
}

/* ------------ Footer Colours ------------------------------ */

#footer {
  background:#fff url(http://worker.srv2.cfsadmin.org/templates/template_7/colour_scheme_11/imgs/footer_bg.gif) no-repeat;
  color:#fff;
}

#footer a {
  color:#fff;
}

#footer a:hover {
  color:#000;
}

/* ------------ scheme specific post styles ----------------- */

.title {
  color:#9e0000;
}

.date {
  color:#aaa;
}

.post_seperator {
  background:url(http://worker.srv2.cfsadmin.org/templates/template_7/colour_scheme_11/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_11/imgs/news_post.gif) no-repeat;
}

#headlines_right h2 {
  background: url(http://worker.srv2.cfsadmin.org/templates/template_7/colour_scheme_11/imgs/event_post.gif) no-repeat;
}