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

      CFS:    Template 9, Color Scheme Pending
      Author: Offshoot Inc.
      Link:   http://www.offshootinc.com
      Client: Canadian Federation of Students
      Date:   August 23, 2006 
      
--------------------------------------------------------------*/

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

body {
  background: #d8edc6;
}

#header {
  background: url(http://worker.srv2.cfsadmin.org/templates/template_9/colour_scheme_30/imgs/header.jpg) top no-repeat;
  color:#fff;
  height:192px;
}

#mid_nav {
  background: url(http://worker.srv2.cfsadmin.org/templates/template_9/colour_scheme_30/imgs/mid_nav_bg.gif) repeat-x;
  height:48px;
}

#main_content {
  background: url(http://worker.srv2.cfsadmin.org/templates/template_9/colour_scheme_30/imgs/body_bg.gif) repeat-y;
}

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

a {
  color:#7ec242;
}

a:hover {
  color:#6ea939;
}

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

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

#mid_nav a {
  color:#7ea5df;
}

#mid_nav a:hover {
  color:#b2b2b2;
}

#mid_nav {
  color:#0f75bc;
}
  

/* --------------------- Navigation Links: colours -----------*/

.top_nav a {
  color:#fff;
}

.top_nav a:hover {
  color:#FF9874;
}

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

#main_content a {
  color:#21b24b;
}

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

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

#nav_container {
	width:229px;
}
	
	#nav_container ul {
		border-top:1px solid #88B0EB;
	}
	
		#nav_container ul ul {
			border-top:none;
			margin-bottom:-1px;
		}
	
		#nav_container ul li {
			border-bottom:1px solid #88B0EB;
			margin:0px;
			padding:0px;
		}

		#nav_container ul ul li {
			padding:0;
		}

#nav_container a {
	background:transparent url(http://worker.srv2.cfsadmin.org/templates/template_9/colour_scheme_30/imgs/arrow-dark.gif) no-repeat scroll 10px 10px;
	color:#FFFFFF;
	display:block;
	/*height:20px;*/
	padding:5px 5px 5px 24px;
}




	#nav_container a:hover {
		background:#439AE6 url(http://worker.srv2.cfsadmin.org/templates/template_9/colour_scheme_30/imgs/arrow-light.gif) no-repeat scroll 10px 10px;
	}
	
	#nav_container .selected a {
		background:#439AE6 url(http://worker.srv2.cfsadmin.org/templates/template_9/colour_scheme_30/imgs/arrow-light.gif) no-repeat scroll 10px 10px;
	}

	#nav_container .top_border {
		display:none;
	}
	
	#nav_container .bottom_border {
		display:none;
	}

/* ------------ Footer Colours ------------------------------ */

#footer {
float:none;
height:53px;
padding:20px 10px;
width:auto;
background:transparent url(http://worker.srv2.cfsadmin.org/templates/template_9/colour_scheme_30/imgs/footer_bg.gif) no-repeat scroll 0 0;
}

#footer #copyright div {
	text-align:left;
}

#footer #copyright {
	width:390px;
}

#customFooter {
	background:transparent url(http://worker.srv2.cfsadmin.org/templates/template_9/colour_scheme_30/imgs/footer_bg.gif) no-repeat scroll 0 0;
	padding-top:20px;
}
/* ------------ scheme specific post styles ----------------- */

body {
	font-family:Trebuchet MS,Arial,Verdana;
}

.title {
  color:#0f75bc;
  font-weight:bold;
}

.date {
  color:#aaa;
}

.post_seperator {
  background:url(http://worker.srv2.cfsadmin.org/templates/template_9/colour_scheme_30/imgs/sep.gif) repeat-x;
}

#column2 h1 {
	font-size:1.5em;
	font-weight:bold;
}

#column2 h2 {
	border-bottom:1px solid #CCCCCC;
	font-size:1.1em;
	margin-top:40px;
}

#pollComp {
	margin-top:25px;
	padding:0;
	color:#fff;
}

#pollResults {
	padding:0 20px;
}
/* ------------ poll styles ----------------- */

html>body #nav_container a {
	* height:20px;
}

