/* -----------------------------------------------------------

      CFS:    Template 11, styles.css
      Author: Offshoot Inc.
      Link:   http://www.offshootinc.com
      Client: Canadian Federation of Students
      
--------------------------------------------------------------*/

/* body styles */

body {
  font-family:arial;
  font-size:12px;
}


/* link styles */

a {
  text-decoration:none;
  font-weight:bold;
}

a:hover {
  text-decoration:underline;
}

/* main content styles */

#main_content_inner {
  min-height:521px;
}


/* top navigation styles */

.top_nav {
  height:34px;
  margin:46px 0 0 0;
}

.top_nav ul {
  float:right;
  margin-right:6px;
}

* html .top_nav ul {
  margin-right:3px;
}

.top_nav ul li {
  float:left;
}

.top_nav ul li a {
  padding:0 0 0 10px;
  font-size:13px;
  font-weight:bold;
  float:left;
  cursor:pointer;
}


.top_nav ul li a span {
  padding:8px 10px 0 0;
  height:26px;
  float:left;
}


/* mid nav styles */

#mid_nav {
  font-weight:bold;
  padding-left:15px;
  padding:15px 0 0 37px;
}

/* main navigation styles */

#nav_container ul li {
  border-bottom:1px solid #dedede;
}

#nav_container ul li a {
  display:block;
  height:100%;
  padding:10px 0 10px 15px;
}

#nav_container ul li a:hover,
#nav_container ul .selected {
  color:#ce2283;
}

#nav_container ul .selected a {
  color:#ce2283;
}

#nav_container ul .tier2,
#nav_container ul .tier3 {
  border:none;
  background:#fff;
}

#nav_container ul .tier2 li{
  background:#fff;
}

#nav_container .tier2 a {
  background:url(../imgs/nav/leftnavsub.gif) no-repeat 15px 10px;
  padding:5px 0 5px 30px;
}

#nav_container .tier2 a:hover {
  background:url(../imgs/nav/leftnavsub.gif) no-repeat 15px 10px;
}

* html #nav_container .tier2 ul {
  margin-top:-15px;
}

html>body #nav_container .tier2 ul {
  *margin-top:-15px;
}

#nav_container .tier3 a {
  padding:5px 0 5px 45px;
  background:url(../imgs/nav/leftnavsub.gif) no-repeat 30px 10px;
}

#nav_container .tier3 a:hover {
  background:url(../imgs/nav/leftnavsub.gif) no-repeat 30px 10px;
}

/*#nav_container .tier3 a:hover {
  background:url(../imgs/nav/leftnavsub.gif) no-repeat 30px 10px;
}*/

/* header styles */

#header h2 {
  font-weight:bold;
  font-size:15px;
  position:relative;
  top:85px;
  left:40px;
}

#column2 h1 {
  font-size:14px;
  padding:0 15px 5px 15px;
  margin-bottom:5px;
}

/* post styles */

.post_text,
.info_contact,
.date,
.event_date,
.event_city,
.event_venue,
.event_cost,
.contact_name,
.contact_phone,
.contact_email,
.contact_position {
  padding:0 15px;
}

.thumbnail {
  margin-left:15px;
}

.post_text p {
  margin:8px 0;
}

.bold_label {
  font-weight:bold;
}

.date {
  font-weight:bold;
  float:right;
}

.link {
  float:left;
  margin:0 0 0 15px;
}

.type_entry {
  margin-bottom:30px;
}

/* headlines styles */

.headline_entry {
  padding:10px;
}

.headline_entry {
  margin-top:15px;
}

.headline_entry h2 {
  font-size:12px;
  font-weight:bold;
}

.headline_entry p {
  margin:8px 0;
}

/* footer styles */

#footer {
  font-weight:bold;
}

#footer a:hover {
  text-decoration:underline;
}


/* --------------- Calendar Layout ------------ */

#month_view {
  width:98%;
  border-collapse:collapse;
}

* html #month_view {
  margin-left:8px;
}

#month_view thead td {
  text-align:center;
  background-color: #EFEFEF;
  padding: 3px 8px 2px 8px;
  font-size:18px;
}

#month_view tbody .day {
  font-size:14px;
  width:13%;
  border:1px solid #EFEFEF;
  height:60px;
  vertical-align:top;
}

#month_view tbody .event_day {
  font-size:14px;
  width:13%;
  border:1px solid #EFEFEF;
  height:60px;
  vertical-align:top;
  background-color:#DFEBFF;
}

#month_view tbody .event_day a {
  font-weight:bold;
  background-color:#DFEBFF;
  border-right:1px solid #EFEFEF;
  border-bottom:1px solid #EFEFEF;
  padding:0px 5px 0px 5px;
  margin:-1px 0px 0px -1px;
  background-color:#FFFFFF;
  display:block;
  float:left;
}

#month_view tbody #today {
  background-color:#FFEDDF;
}

#month_view tbody #today a {
  font-weight:bold;
  background-color:#FFFFFF;
  margin:-1px 0px 0px -1px;
  display:block;
  float:left;
}

#month_view tbody .day a {
  border-right:1px solid #EFEFEF;
  border-bottom:1px solid #EFEFEF;
  padding:0px 5px 0 5px;
  margin:-1px 0px 0px -1px;
  background-color:#FFFFFF;
  display:block;
  float:left;
}

#month_view tbody .blank {
  width:13%;
  border:1px solid #EFEFEF;
  background-color:#EFEFEF;
  height:60px;
}

#month_view tbody .day_names {
  text-align:center;
  border:none;
  height:17px;
  background:#CFCFCF;
}

#month_view tbody .side_column {
  text-align:center;
  width:3%;
  border:none;
  background: #CFCFCF;
}

#month_view tfoot .frame {
  background: #CFCFCF;
}

#month_view tfoot td {
  text-align:center;
}

#month_view tbody td .event_count {
  font-size:10px;
  font-weight:900;
  width:50px;
  padding-top:5px;
  padding-left:5px;
  clear:both;
}

* html #month_view tbody td .event_count {
  padding-top:0px;
}

/* ----------- background images and colours -----------------------------*/

body {
  background:#eaeaea url(../imgs/common/bg.jpg) repeat-x;
}

#main_content {
  background:url(../imgs/common/main_contentbg.jpg) repeat-y;
}

#main_content_inner {
  background:url(../imgs/common/maincontentbg.jpg) no-repeat;
}

.top_nav {
  background:url(../imgs/common/topnavbg.gif) no-repeat;
}

.top_nav ul li a {
  background:url(../imgs/nav/topnavleft.gif) no-repeat top left;
}

.top_nav ul li a:hover {
  background:url(../imgs/nav/topnavleft_over.gif) no-repeat top left;
}

.top_nav ul li a span {
  background:url(../imgs/nav/topnavright.gif) no-repeat top right;
}

.top_nav ul li a:hover span {
  background:url(../imgs/nav/topnavright_over.gif) no-repeat top right;
}

#nav_container ul li {
  background:#f9f9f9;
}

#nav_container ul li a:hover,
#nav_container ul .selected {
  background:url(../imgs/nav/overbg.gif) no-repeat top left;
}

.headline_entry {
  background:url(../imgs/common/headlinesleftbg.gif) repeat-y;
}

#bodyFoot {
  background:url(../imgs/common/bodyfoot.gif) no-repeat;
}

#footer {
  background:url(../imgs/common/footerbg.gif) no-repeat;
}

/* --------------------- body text styles --------------------*/

body {
  color:#3c3c3c;
}

/* --------------------- header style: colours ---------------*/

#header h2 {
  color:#fff;
}

#column2 h1 {
  color:#cb1179;
  border-bottom:1px solid #e2e2e2;
}

/* --------------------- link style: colours -----------------*/

a {
  color:#8b0059;
}


/* --------------------- Bread Crum Links Style/colours ------*/

#mid_nav {
  color:#666666;
}
  

/* --------------------- Navigation Links: colours -----------*/

.top_nav ul li a {
  color:#fff;
}


/* ------------ Multi tiered navigation colours ------------- */

#nav_container a:hover {
  color:#ce2283;
}

#nav_container .selected a {
  color:#ce2283;
}

/* ------------ Footer Colours ------------------------------ */

#footer {
  color:#fff;
}

#footer a {
  color:#670041;
}

/* ------------ scheme specific post styles ----------------- */

.date {
  color:#c6006f;
}

/* ---------------- news and event post images -------------- */

.headline_entry {
  border-top:5px solid #c7006f;
  border-bottom:1px solid #dedede;
}

.headline_entry h2 {
  color:#000;
}

.headline_entry h2 a {
  color:#000;
}

.headline_entry a {
  color:#000;
}

.headline_entry p {
  color:#838383;
}

.feedback {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
}

	.feedback .message {
		background:#F2F7FF;
		border-bottom:1px solid #60A2FB;
		border-top:1px solid #60A2FB;
		padding:20px 20px 20px 40px;
	}

	.feedback .error {
		background:#FFEFEF;
		border-bottom:1px solid #CC0000;
		border-top:1px solid #CC0000;
		padding:20px 20px 20px 40px;
	}
