#copy h2.title {
	background: url('../images/cycling-header.png') no-repeat;
	width: 400px;
	height: 49px;
	color: #FFF !important;
}

#rides li {
	list-style-image: url('../images/');
}

/**** Retail Operators ****/

#retail-operators {
	background:  #f4e9cf;
	-moz-border-radius: 7px 0 0 7px;
	margin-bottom: 25px;
}

/* unset the #rides stuff set in sub.css ;-) */
#retail-operators #operators {
	padding: 0;
}
#retail-operators #operators li {
	background-image: none;
	color: transparent;
	padding: 0;
	line-height: inherit;
	list-style: none;
	padding-left: 0;
	height: auto;
	margin-bottom: 0;
}

.operator a,
.operator a:hover {
	cursor: pointer !important;
}

#retail-operators h3 {
	margin-bottom: 0.5em;
}

#retail-operators .operator img {
	background: #FFF;
	padding: 3px;
	border: 1px solid #CCC;
	float: left;
	margin: 0 10px 0 0;
}

.operator {
	clear: both;
	border-bottom: 1px solid #BAA97E;
	border-top: 1px solid #FFF;
	width: 265px;
	height: 70px;
	padding: 10px 0 10px 20px;
	position: relative;
}

.operator:last-child {
	border-bottom: none;
}

.operator h4 { font-size: 14px !important; }

.operator h4 a {
	color: #712425 !important;
	text-decoration: none;
	font-weight: normal;
}
.operator span, .operator address {
	color: #666;
	font-size: 11.5px;
	font-style: normal;
}

.operator address {
	margin-top: 4px;
}

.operator span.description { font-style: italic; }

.operator a.more {
	color: #FFF !important;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	height: 18px;
	display: block;
	float: right;
	margin-top: 4px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 24px;
	background: transparent url('../images/grey-button.jpg') no-repeat scroll 0 0;
	position: absolute;
	right: 0;
	bottom: 8px;
}
#copy .operator a.more {
	color: #FFF !important;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	height: 18px;
	display: block;
	float: right;
	margin-top: 4px;
	margin-right: -90px;
	padding-left: 10px;
	padding-right: 24px;
	background: transparent url('../images/grey-button.jpg') no-repeat scroll 0 0;
	position: absolute;
	right: 0;
	bottom: 8px;
}

#operators li {
	border-bottom: 1px solid #BAA97E;
}

#operators li:last-child {
	border-bottom: none;
}

.council-logo {
	float: left;
	margin: 10px 15px 0px 0;
}

.big-map {
	margin-bottom: 1.5em;
}

.ride-box {
	width: 364px;
	height: 45px;
	padding:  10px 0 0 20px;
	/* padding:  16px 0 0 54px; */
	margin-bottom: 13px;
	position: relative;
}

.ride-box-pink {
	background: url('../images/cycling/ride-box-pink.png') no-repeat;
}

.ride-box-blue {
	background: url('../images/cycling/ride-box-blue.png') no-repeat;
}

.ride-box-purple {
	background: url('../images/cycling/ride-box-purple.png') no-repeat;
}

.ride-box-yellow {
	background: url('../images/cycling/ride-box-yellow.png') no-repeat;
}

.ride-box-green {
	background: url('../images/cycling/ride-box-green.png') no-repeat;
}

.ride-box .title {
	color: #000000 !important; 
	text-decoration: none;
	font-weight: bold; 
	font-size: 14px;
	padding-bottom: 4px;
	font-style: italic;
}

.ride-box .description {
	color: #666666; 
	font-style: italic; 
	font-size: 11.5px;
}

.ride-box a.download-pdf {
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	height: 18px;
	display: block;
	float: right;
	margin-top: 4px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;	
	text-transform: uppercase;
	position: absolute;
	right: 34px;
	bottom: 10px;
	color: #FFFFFF !important;
	text-decoration: none !important;
	font-weight: bold;
}

.ride-box a.pink {
	background: transparent url('../images/pink-download-button.jpg') no-repeat scroll 0 0;
}

.ride-box a.blue {
	background: transparent url('../images/blue-download-button.jpg') no-repeat scroll 0 0;
}

.ride-box a.yellow {
	background: transparent url('../images/yellow-download-button.jpg') no-repeat scroll 0 0;
}

.ride-box a.purple {
	background: transparent url('../images/purple-download-button.jpg') no-repeat scroll 0 0;
}

.ride-box a.green {
	background: transparent url('../images/green-download-button.jpg') no-repeat scroll 0 0;
}

.event-image {
	background: #FFF;
	padding: 6px;
	border: 1px solid #DDD;
	margin: 0 10px 3px 0;
}

h4 {
	margin-bottom: 4px;
}


