@charset "utf-8";
/* CSS Document */
/******************************************************************************************/
/* Purpose: this CSS file describes layout rules for the history page                     */

/******************************************************************************************/
/*  ProjectMcColl.co.uk *******************************************************************/
/******************************************************************************************/

/* Start History */
.milestone {
	background:url(/images/general_layout/h-dash.gif) bottom repeat-x;
	padding:10px 0;
}
.milestone_date {
	float:left;
	width:120px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	color:#333;
	padding-bottom:0.1em; /* Padding added because italic text seems to be cut off at bottom in IE7*/
}
.milestone_description {
	margin-left: 150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:1.3;
}
.milestone_description p{
	padding:0;
	margin:0.5em 0;
}

.milestone_last {
	/* This is for the last milestone on the page, it removes the last border */
	background:none;
}

/* End History */
