
/* -----------------------------------------------------------

      CFS:    Template 10, Color Scheme 16
      Author: Offshoot Inc.
      Link:   http://www.offshootinc.com
      Client: Canadian Federation of Students
      
--------------------------------------------------------------*/

/* ----------- background images -----------------------------*/

body {
  background: #fff;
}

#header {
  background: url(http://worker.srv2.cfsadmin.org/templates/template_10/colour_scheme_16/imgs/header.jpg) top left no-repeat;
  color:#E1D0B0;
}

#footer #footer_top {
  background: url(http://worker.srv2.cfsadmin.org/templates/template_10/colour_scheme_16/imgs/footer_top_bg.jpg) top left no-repeat;
}

#footer #footer_content {
  background: url(http://worker.srv2.cfsadmin.org/templates/template_10/colour_scheme_16/imgs/footer_content_bg.jpg) repeat-y;
}

#footer #footer_bottom {
  background: url(http://worker.srv2.cfsadmin.org/templates/template_10/colour_scheme_16/imgs/footer_bottom_bg.jpg) top left no-repeat;
}

/* --------------------- link style: colours -----------------*/

a {
  color:#000;
}

a:hover {
  color:#CC0000;
}

/* --------------------- Bread Crum Links Style/colours ------*/

#mid_nav a {
  color:#656348;
}

#mid_nav a:hover {
  color:#656348;
  text-decoration:underline;
}

#mid_nav {
  color:#656348;
}
  

/* --------------------- Navigation Links: colours -----------*/

.top_nav a {
  color:#E1D0B0;
}

.top_nav a:hover {
  color:#000;
}

/* ------------ Body link colours --------------------------- */

#main_content a {
  color:#656348;
}

#main_content a:hover {
  color:#E1D0B0;
}

/* ------------ Multi tiered navigation colours ------------- */

#nav_container a {
  color:#656348;
}

#nav_container a:hover {
  color:#000;
}

#nav_container .selected {
  color:#656348;
}

#nav_container ul .selected {
  border:none;
}

#nav_container ul {
  border-bottom:#E1D0B0 1px dashed;
}

/* ------------ Second Tier --------------------------------- */
#nav_container ul ul li {
  background: url(http://worker.srv2.cfsadmin.org/templates/template_10/colour_scheme_16/imgs/bullet.jpg) left bottom no-repeat;
  border:none;
}

#nav_container ul ul li a:hover {
  color:#656348;
  text-decoration:underline;
}

/* ----------- Third Tier ----------------------------------- */

#nav_container ul ul ul {
  border:none;
}

/* ------------ Footer Colours ------------------------------ */

#footer a {
  color:#656348;
}

#footer a:hover {
  color:#000;
}

#footer {
  color:#656348;
}

/* ------------ Bottom Nav Links Colours -------------------- */

#footer .bottom_nav a {
  color:#E1D0B0;
}

#footer .bottom_nav a:hover {
  color:#000;
}

/* ------------ scheme specific post styles ----------------- */

.title {
  background: url(http://worker.srv2.cfsadmin.org/templates/template_10/colour_scheme_16/imgs/title_bg.jpg) right top no-repeat;
  color:#656348;
  padding: 15px 0 0 0;
}

.title h1 span {
  background: url(http://worker.srv2.cfsadmin.org/templates/template_10/colour_scheme_16/imgs/title_forground.jpg) left repeat-x;
  padding-right:5px;
}

.date {
  color:#aaa;
}

.post_seperator {
  background:url(http://worker.srv2.cfsadmin.org/templates/template_10/colour_scheme_16/imgs/sep.gif) repeat-x;
}

/* ---------------- news and event post images -------------- */

#headlines_left h2 {
  background: url(http://worker.srv2.cfsadmin.org/templates/template_10/colour_scheme_16/imgs/news_post.gif) no-repeat;
}

#headlines_right h2 {
  background: url(http://worker.srv2.cfsadmin.org/templates/template_10/colour_scheme_16/imgs/event_post.gif) no-repeat;
}