#subcal {
	width: 853px;
	position: relative;
}

#subbodycal {
	width: 853px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
}

#months_holder {
  padding: 13px 0 15px;
}

#months_holder div.smallmonth {
  float: left;
	overflow: hidden;
	display: table;
  width: 212px;
	height: 130px;
	*display: block;
	*position: relative;
	border-right: 1px solid #9db1bf;
}

#months_holder div.smallmonth div.inner {
	display: table-cell;
	vertical-align: middle;
	height: 130px;
	*height: auto;
	*position: absolute;
	*top: 50%;
}

#months_holder div.last {
	width: 213px;
  border-right: 0;
}

#months_holder div.smallmonth table.calborder {
  margin: 0 auto;
	*position: relative;
	*top: -50%;
}

#subbodytitlecal {
  clear: both;
	position: relative;
	font-size: 10px;
	padding: 10px 0px 6px 10px;
	/*this will likely need to be changed to reflect the sub page heading; likely should go in the html, yeah*/
	background-color: #D4BBBA;
	color: #FFFFFF;
	text-transform:uppercase;
	letter-spacing:2px;
}

#subbodytitlecal a#subscribe, #subbodytitlecal a#subscribe:visited {
	position: absolute;
	top: 1px;
	right: 18px;
	padding: 7px 30px 4px 0px;

	color: #fff;
	text-decoration: underline;
	background: transparent url(/calendar/templates/default/images/icon-ical.png) no-repeat top right;
}

#subbodytitlecal a#subscribe:hover, #subbodytitlecal a#subscribe:focus, #subbodytitlecal a#subscribe:active {
	text-decoration: none;
}

#subbodycontentcal {
	position: relative;
	background-color: #FFFFFF;
	width: 853px;
	height: 500px;
	padding-left: 8px;
	padding-top: 8px;
}

#subbodycontentcal_temp {
	position: relative;
	background-color: #FFFFFF;
	width: 602px;
	height: 300px;
	padding-left: 250px;
	padding-top:100px;
}

.sorry {
	display: block;
	font-size: 23px;
	color:#a14a5d;
	margin-left: -2px;
}
.address p {
	padding:0px;
	margin:0px;
}
.footer {
	border-top:1px solid #9DB1BF;
	margin-top:6px;
	padding-top:3px;
}
body { background-color:#ffffff; }
#phpi_calendar { }
body #cal_footer {
	margin:7px 0px 0px;
	padding-bottom:30px;
}
#cal_footer table, #cal_footer td {
	font-size:10px;
	font-family:Georgia,'Times New Roman',Times,serif;
}
#phpi_calendar a, #phpi_calendar a.psf, #months_holder a { color:#4B708A; }
#months_holder a.ps3 { color: #000; }
#phpi_calendar a.psf { display:block; margin-bottom:6px; padding:0px 5px; }
#phpi_calendar table, #phpi_calendar td, .title h1, .V10 { font-family:Georgia,'Times New Roman',Times,serif; }
.V10 img { display:none; }
.title { padding-top:4px; }
#phpi_calendar .title a.psf { padding-top:8px; }
.title h1 { font-weight:normal; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
/* Mac IE 5 only */
* > html .clearfix {
  displ\ay: inline-table;
}
