/*  
Theme Name: CountryRoads
Theme URI: http://www.countryroads.co.za/
Description: Country Roads theme designed by <a href="http://handshake.co.za/">handshake</a>.
Version: 1.0
Date Last Edited: 22 July 2008
Author: Grant Day
Author URI: http://handshake.co.za/
*/

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 100px;
	float: left;
}
