#location_message
{
/*THIS IS SPECIAL TO THE "DAILYARCHIVES" PAGE ONLY!*/
/*styling for the location message at the top of the page*/

	width:770px;
	height:42px;
	
	margin-right:30px;

	font-style:italic;
	font-size:15px;
	
	color:#FFFFFF;
	
	text-align:right;
}
/*END of "DAILYARCHIVES" css*/


/*THIS IS SPECIAL TO THE "ARCHIVE" PAGE ONLY!*/
#archive_dropdown
{
	width:770px;
	height:auto;

	position:relative;
	float:left;
	
	padding-bottom:25px;
}

#archive_calender
{
	/*the code here is produced auto from the keen code and it contains classes can be reffed an used
	they cant be changhed so use them  EXACTLY!*/
	width:770px;
	height:auto;
	
	position:relative;
	float:left;
	
	padding-top:25px;
}

/*these are the special classes that are produced and must be CSS'ed*/
/*the title are of the big calender*/
	.ks_bigcal_title
	{
		width:100%;
		background:#AA9A72;
		color:#FFFFFF;
	}
	
/*the title of the month name*/
	.ks_cal_title
	{
		width:100%;
		background:#AA9A72;
		color:#FFFFFF;
	}
	
/*the BG colour of the calender*/
	.ks_calendar
	{
		background:#7F6F4B;				
	}
	
/*for dates that arn't in the month*/
	.ks_cal_nm_e 
	{
		background:#000000;
		color:#000000;
	}
	
/*for dates not in month but with comics on them*/
	.ks_cal_nm_c
	{
		background:#E0D3B3;
		color:#000000;
	}
	
/*for the dateas that are in month but NO comics on them*/
	.ks_cal_e 
	{
		background:#AA9A72;
		color:#000000;
	}
	
/*for the dates that are in month and HAVE comics on them*/
	.ks_cal_c
	{
		background:#E0D3B3;
		color:#000000;
	}
	
/*for the currently updated day
	.ks_cal_today 
	{
		
	}
*/
	
/*to disabel the week counter in the calender*/
	.ks_cal_wk_e, .ks_cal_wk_c, .ks_cal_wk
	{
		display: none;
	}
	
/*END of "ARCHIVES" css*/

