/**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/

#contentE table {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000; 
	font-size:10px; 
}
#contentE table	a { 
	color:#000000; 
	text-decoration:underline; 
}


/**** month and year header at top of calendar ****/
.date_header {
	font-size:16px;
	font-weight:bold;
	color: #EFEFEF;
}

#contentE table tr td { 
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#contentE table tr td tr td	{
	padding-bottom: 0px;
	margin-bottom: 0px;
}


/**** color and size of calendar cells.  ****/
.day_cell				{
	background-color:#EDECD8;
	height:90px;
	width: 115px;
	padding: 5px;
	color: #FFF;
}
.empty_day_cell			{
	background-color:#EEEEEE;
	height:90px;
	width: 115px;
	padding: 5px;
	color: #000000;
}
.today_cell				{
	background-color:#FFFFFF;
	height:90px;
	width: 115px;
	padding: 5px;
	color: #000000;
}

/**** day number in upper left corner of each cell ****/
.day_number { 
	color:#000;
}

/**** title_txt is the text for each post on main page ****/
span.day_number a { 
	color:#000;
}
span.day_number a { 
	color:#000;
}

span.title_txt {
	color:#FF6600;
}
span.title_txt a { 
	color:#FF6600;
	font-size: 12px;
}

/**** time line under title text when event time given ****/
.time_str {
	color:#000;
	text-align: left;
	padding-left: 5px;
}

/**** column headers or days of the week ****/
.column_header {
	background-color:#543600;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

/**** footprint text ****/
td#footprintlink {
	color:#EFEFEF; 
	font-weight:bold; 
	font-size: 10px;
}
td#footprintlink a {
	color:#EFEFEF;
	font-weight:bold;
	font-size: 10px;
}

#footer1 {
	background-image: url(http://www.kiltandcaber.com/images/footer1.gif);
	background-repeat: repeat-x;
	height: 36px;
	width: 960px;
	text-align: right;
	padding-top: 5px;
}
#footer2 {
	background-image: url(http://www.kiltandcaber.com/images/gold.gif);
	background-repeat: repeat;
	height: 26px;
	width: 960px;
	text-align: right;
}
#footer3 {
	text-align: right;
}
#footer p {
	margin: 0px;
	padding: 6px 22px 0px 0px;
	font-size: .85em;
}
#footer a {
	color: #CCCCCC;
	padding-left: 13px;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}
#footer3 p span {
	padding-right: 110px;
}
#footer2 a {
	text-decoration: underline;
	padding-left: 0px;
}
#footer2 a:hover {
	color: #FFFFFF;
}
