/* universal layout/positioning */

h1 {
	left: 156px;
}

#content {
	background: url(../images/calendar-header.jpg) no-repeat;
}



/* calendar */

table {
	width: 145px;
	margin: -8px 0 0 0;
	background: #fff;
	border-bottom: #fff solid 10px;
}

tr#title th {
	padding: 0 0 5px 0;
	}

td {
	width: 19px;
	height: 21px;
	padding: 0;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 0;
	background: #f5f5f5;
}

td.sat {
	border-right: 1px solid #999;
}

td.sun {
	border-left: 1px solid #999;
}

tr#firstweek td {
	border-top: 1px solid #999;
}

tr#lastweek td {
	border-bottom: 1px solid #999;
}

tr#title a:link img, tr#title a:visited img {
	background: #e57d11;
	border: 0;
}

tr#title a:hover img { background: #999; }

tr#title a:active img { background: #000; }



/* calendar typography */

table {
	font: 10px/10px Arial, sans-serif;
}

tr#title th {
	font: 10px/11px Arial, sans-serif;
	font-weight: bold;
	color: #930;
	text-align: center;
	}

tr#days th {
	color: #999;
	font-size: 9px;
	text-align: center;
	text-transform: uppercase;
}

td {
	color: #999;
	text-align: center;
}

th.prev { text-align: left; }

th.next { text-align: right; }

td.lastMonth, td.nextMonth {
	color: #ccc;
}



/* universal typography */

#copy h2 {
	font: 10px/11px Arial, sans-serif;
	font-weight: bold;
}

#copy span {
	font-weight: bold;
	text-transform: uppercase;
}

#copy p p {
	margin: 0;
}
