@charset "UTF-8";

/*

Title:      TravelWise CSS Public Transport section styles v1.0
Author:     Shane Phillips, shane.phillips@splinter.co.uk
Copyright:  2009 © Splinter Design Communications.  All rights resevered.

*/



/*   Structure   */


body {
	background: url(../img/bg_body_public.gif) top center no-repeat;
	}
	

/*   Elements   */

	
#tell_us,
#micro-newsletter,
#col_right #micro_events,
#col_right #micro_news,
#col_right #micro_downloads,
#col_right #micro_survey,
#weather {
	background: #FFEC74;
	}
	
.micro_item {
	border-left: 10px solid #FFDC00;
}


/*   Typography   */


h1#logo {
	background: url(../img/logo_travelwise_public.gif) top left no-repeat;
	}
	
#col_maincontent h1, #col_maincontent h2, #col_maincontent h3, #col_maincontent h1 a, #col_maincontent h2 a, #col_maincontent h3 a
#micro_features h1, #micro_features h2, #micro_features h3, #micro_features h1 a, #micro_features h2 a, #micro_features h3 a {
	color: #F8B900;
	}

#micro-newsletter h2 {
	color: #333;
	}

#col_right .col_right_img_box p {
	color: #666;
	background-color: #FFDC00;
}
	
/*   Links   */
	
.newsletter, #micro-newsletter .newsletter {
	background: url(../img/btn_newsletter_public.jpg) top left no-repeat;
	}
	
	
/*   Imagery   */


#col_right {
	background: url(../img/col_right_public_bg.jpg) no-repeat;
	padding: 120px 0 0 0;
	}
	
#col_right .col_right_img_box img {
	border: 5px solid #FFF19A;
}

#micro_features img {
	border: 8px solid #FFF19A;
}

#micro_features img:hover {
	border: 8px solid #FFEC74;
}











