/* -----------------------------------------------------------

      CFS:    RSU Rework, Color Scheme
      Author: Offshoot Inc.
      Link:   http://www.offshootinc.com
      Client: Canadian Federation of Students
      
--------------------------------------------------------------*/

/* ----------- background images -----------------------------*/

body {
  background:#025C90 url(../imgs/common/bg.jpg) top repeat-x;
}

#background {
  background: url(../imgs/common/container_bg.jpg) center repeat-y;
}

#header {
  background: url(../imgs/common/header.jpg) top no-repeat;
}

#main_container {
  background: url(../imgs/common/container_top.jpg) top no-repeat;
}

#main_content_top {
  background: url(../imgs/common/content_top.jpg) center no-repeat;
}

#custom_main_content_top {
  background: url(../imgs/common/index_content_top.jpg) center no-repeat;
}

#main_content {
  background: url(../imgs/common/content_bg.jpg) center repeat-y;
}

#footer {
  background: url(../imgs/common/content_footer.jpg) center top no-repeat;
}

/* --------------------- link style: colours -----------------*/

a {
  color:#376ca6;
}

a:hover {
  color:#000;
  text-decoration:underline;
}

/* --------------------- Bread Crum Links Style/colours ------*/

#mid_nav a {
  color:#fff;
}

#mid_nav a:hover {
  color:#376ca6;
}

#mid_nav {
  color:#376ca6;
}

/* ------------ Body link colours --------------------------- */

#main_content a {
  color:#376ca6;
}

#main_content a:hover {
  color:#000;
}

/* ------------ Multi tiered navigation colours ------------- */

#nav_container a {
  color:#376ca6;
}

#nav_container a:hover {
  color:#000;
}

#nav_container .selected a {
  color:#376ca6;
}

/* ------------ First Tier ---------------------------------- */
#nav_container ul ul li {
  border-bottom:#000 dotted 1px;
}

#nav_container ul ul .first {
  border-top:#000 dotted 1px;
  border-bottom:#000 dotted 1px;
}
  

/* ------------ News Box Styles ----------------------------- */

.news_post h3 {
  background:url(../../test_images/news_post.gif) left no-repeat;
}

.event_post h3 {
  background:url(../../test_images/event_post.gif) left no-repeat;
}

/* ------------ scheme specific post styles ----------------- */

.title {
  color:#376ca6;
  border-bottom:1px dotted #376ca6;
}

.type_entry .post_text {
  border-bottom:1px dotted #376ca6;
}

.date {
  color:#000;
}

/* -------------------- Latest News ----------------------------- */

#latest_news ul li {
  border-bottom:#376ca6 dotted 1px;
  background: url(../imgs/common/bullet.gif) top left no-repeat;
  list-style-type:none;
}

/* ----------- Featured event colors/backgrounds ---------------- */

#column1 #featured_event li {
  background:url(../imgs/common/bullet.gif) top left no-repeat;
  list-style-type:none;
}

#column1 #featured_event li a {
  color:#376ca6;
}

#column1 #featured_event li a:hover {
  color:#000;
}