
/* -----------------------------------------------------------

      CFS:    Template 5, Color Scheme 18
      Author: Offshoot Inc.
      Link:   http://www.offshootinc.com
      Client: Canadian Federation of Students
      
--------------------------------------------------------------*/

/* ----------- background images -----------------------------*/

body {
  background: #f5faff url(http://worker.srv2.cfsadmin.org/templates/template_5/colour_scheme_18/imgs/bg_grad.jpg) top repeat-x;
}

#left_col {
  background: url(http://worker.srv2.cfsadmin.org/templates/template_5/colour_scheme_18/imgs/left_col.jpg) top left no-repeat;
}

#right_col {
  background: url(http://worker.srv2.cfsadmin.org/templates/template_5/colour_scheme_18/imgs/right_col.jpg) top right no-repeat;
}

#background {
  background: url(http://worker.srv2.cfsadmin.org/templates/template_5/colour_scheme_18/imgs/body_bg.jpg) repeat-y;
}

#main_content {
  background: url(http://worker.srv2.cfsadmin.org/templates/template_5/colour_scheme_18/imgs/content_bg.jpg) repeat-y;
}

#header {
  background: url(http://worker.srv2.cfsadmin.org/templates/template_5/colour_scheme_18/imgs/header.jpg) top no-repeat;
  color:#fff;
}

#mid_nav {
  background: url(http://worker.srv2.cfsadmin.org/templates/template_5/colour_scheme_18/imgs/mid_nav-bg.gif) repeat-x;
}

.top_nav {
  background: url(http://worker.srv2.cfsadmin.org/templates/template_5/colour_scheme_18/imgs/top_header.gif) no-repeat;
}

/* --------------------- link style: colours -----------------*/

a {
  color:#000;
}

a:hover {
  color:#CC0000;
}

/* --------------------- Bread Crum Links Style/colours ------*/

#mid_nav a {
  color:#333399;
}

#mid_nav a:hover {
  color:#333399;
  text-decoration:underline;
}

#mid_nav {
  color:#333399;
}
  

/* --------------------- Navigation Links: colours -----------*/

.top_nav a {
  color:#fff;
}

.top_nav a:hover {
  color:#333399;
}

.top_nav #last {
  border-right:#fff solid 1px;
}

.top_nav li {
  border-left:#fff solid 1px;
}

.top_nav .seperator {
  color:#fff;
}

/* ------------ Body link colours --------------------------- */

#main_content a {
  color:#7EC5F2;
}

#main_content a:hover {
  color:#333399;
}

/* ------------ Multi tiered navigation colours ------------- */

#nav_container a {
  color:#fff;
}

#nav_container a:hover {
  color:#333399;
}

#nav_container .selected a {
  color:#333399;
}

/* ------------ First Tier ---------------------------------- */
#nav_container ul li {
  /*background: url(http://worker.srv2.cfsadmin.org/templates/template_5/colour_scheme_18/imgs/bullet.gif) no-repeat center left;*/
  border-bottom:#333399 solid 1px;
  color:#fff;
}

/* ------------ Second Tier --------------------------------- */
#nav_container ul ul li {
  background:none;
  border:none;
}

/* ------------ Footer Colours ------------------------------ */

#footer {
  /*border-top:#ddd solid 1px;*/
  color:#7EC5F2;
}

#footer a {
  color:#7EC5F2;
}

#footer a:hover {
  color:#333399;
}

/* ------------ scheme specific post styles ----------------- */

.title {
  color:#333399;
}

.date {
  color:#aaa;
}

.post_seperator {
  background:url(http://worker.srv2.cfsadmin.org/templates/template_5/colour_scheme_18/imgs/sep.gif) repeat-x;
}

/* ---------------- news and event post images -------------- */

#headlines_left h2 {
  background: url(http://worker.srv2.cfsadmin.org/templates/template_5/colour_scheme_18/imgs/news_post.gif) no-repeat;
}

#headlines_right h2 {
  background: url(http://worker.srv2.cfsadmin.org/templates/template_5/colour_scheme_18/imgs/event_post.gif) no-repeat;
}