/*
  file   : layout.css
  Client : changethesystem.ca
  Author : offshootinc.com
  Date   : September 05, 2007
*/

* {margin:0; padding:0;}
body {
  background:#F6F0BB url(../imgs/common/bg.jpg) no-repeat top center;
}
#wrapper {
  width:786px; margin:0 auto;
}
#header {
  height:159px; background:url(../imgs/common/headerBg.gif) no-repeat; position:relative;
}
#topNav {
  height:62px; width:315px; background:url(../imgs/common/navBg.gif) no-repeat; position:absolute;
  right:-12px;
}
#topNav ul {
  margin:7px 0 0 30px;
  font-size:13px;
}
#topNav ul li {
  float:left; margin-right:15px; 
}
#mainLogo {
  position:absolute; left:-57px; top:15px;
}
#contentTop {
  margin-top:15px; height:12px; background:url(../imgs/common/contentTop.gif) no-repeat;
}
#content {
  min-height:650px; background:#fff; padding:30px 0 0 0;
}
* html #content {
  padding-bottom:10px;
}

#contentLeft {
  float:left; width:240px;
}

#contentLeft ul {
  position:relative;
  left:-8px;
  margin-bottom:20px;
}
#contentLeft ul .tier2 ul {
  left:0;
  margin:0 0 0 10px;
}

/* ads = 160 x 100 */

#contentBody {
  width:520px; float:right; padding-right:25px;
}
#contentBtm {
  height:12px; background:url(../imgs/common/contentBtm.gif) no-repeat;
}
* html #contentBody {
  height:expression('650px');
}
#footer {
  height:67px; margin-top:15px; background:url(../imgs/common/footerBg.gif) no-repeat;
}
#footer .powered {
  float:right; position:relative; top:-3px; margin-right:20px; color:#fff;
}
#footer .powered img {
  position:relative;
  top:3px;
}
#footer span {
  float:left; margin-left:20px; color:#FD6B00; font-weight:bold;
}
#footer br {
  clear:both;
}
#footer {
  padding-top:27px;
}
/* --------------- 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;
}
#welcome_image img {
  margin-bottom:20px;
  margin-top:10px;
}

#news_events_container .more {
  float:right;
}

#headlines_left {
  float:left;
  width:240px;
}

#headlines_right {
  float:right;
  width:240px;
}

.headline_entry {
  margin-bottom:50px;
}

.post_text {
  margin-bottom:30px;
}

