/*************************************************
	Jane's Walk 2009
	http://www.janeswalk.com/
	
	Site by Barking Dog Studios
	http://www.barkingdogstudios.com/

*************************************************/

@import "feature_slider.css";
@import "fancy.css";


/* @group Basic Styles */
/********** BASIC STYLES **********/
body {	
	margin-top: 25px;
	padding: 0;
	background-color: #fff;
	text-align: center;
	font: 13px Helvetica, Arial, sans-serif;
}

dl,dd,dt,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,table { 
	margin: 0;
	padding: 0;
}

:link,:visited {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

.img_border {
	border: 13px solid #fff;
}
/* @end */


/* @group Strucure & Layout */
/********** STRUCTURE & LAYOUT **********/
#wrapper {
	margin: 15px auto 0 auto;
	padding: 0;
	width: 100%;
	text-align: left;
	overflow: hidden;
}

.section_wrapper {
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 0;
	overflow: hidden;
}

#header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 465px;
	overflow: hidden;
	background: #f49000 url(../i/header_bg_repeat.jpg) repeat-x center -2px;
}

#header.whatscce {
	background-color: #37c3df;
}

#header.whatsjaneswalk {
	background-color: #f07624;
}

#header.participatingcities {
	background-color: #f4af00;
}

#header.aboutjane {
	background-color: #bf4908;
}

#header.mediacontact {
	background-color: #f49000;
}

#branding {
	float: right;
	position: relative;
	right: 0;
	margin: 0;
	padding-top: 15px;
	width: 705px;
	height: 150px;
	overflow: hidden;
	background-color: #fff;
}

#feature {
	float: left;
	position: relative;
	bottom: 46px;
	left: -40px;
	margin: 0;
	padding: 0;
	width: 664px;
	height: 244px;
	overflow: hidden;
}

#subscribe {
	float: left;
	position: relative;
	top: -291px;
	margin: 0;
	padding: 0;
	width: 980px;
	height: 57px;
	overflow: hidden;
	background-color: #f49000;
}

/* The following classes change the color of the #subscribe div for each page */
#subscribe.whatscce {
	background-color: #37c3df;
}

#subscribe.whatsjaneswalk {
	background-color: #f07624;
}

#subscribe.participatingcities {
	background-color: #f4af00;
}

#subscribe.aboutjane {
	background-color: #bf4908;
}

#subscribe.mediacontact {
	background-color: #f49000;
}

#subscribe_box {
	float: right;
	position: relative;
	right: 105px;
	margin: 0;
	padding: 0;
	width: 580px;
	height: 56px;
}

.label_top {
	float: left;
	margin: 0;
	padding: 16px 0 0 20px;
	font-size: 14px;
	color: #fff;
}

.uppercase {
	font-weight: bold;
	text-transform: uppercase;
}

#email {
	position: relative;
	bottom: 19px;
	left: 12px;
	width: 130px;
	height: 25px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	font: 17px Helvetica, Arial, sans-serif;
	color: #999;
	font-weight: normal;
}

#subscribe_button {
	float: right;
	margin-top: 8px;
	padding: 0;
	width: 236px;
	height: 39px;
	background: url(../i/subscribe_button.png) no-repeat;
}

#subscribe_button a {
	display: block;
	width: 236px;
	height: 39px;
}

#subscribe_button a span {
	display: none;
}

#cce_sidebar {
	float: left;
	position: relative;
	top: 6px;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0 0 6px 0;
	width: 250px;
	height: 450px;
	background: url(../i/cce_bg.png) no-repeat;
	overflow: hidden;
}

#cce_slogan {
	float: right;
	position: relative;
	top: 168px;
	right: 20px;
	z-index: 3;
	margin: 0;
	padding: 0;
	width: 130px;
}

#cce_slogan p {
	margin: 0;
	padding: 0;
	font: 11px/16px Helvetica, Arial, sans-serif;
	color: #666;
	text-align: left;
}

#cce_slogan a {
	margin: 0 auto;
	padding: 6px 0 0 50px;
	display: block;
	width: 50px;
	font: 11px/12px Helvetica, Arial, sans-serif;
	color: #36c3df;	
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: url(../i/large_right_bracket.png) no-repeat 43px 8px;
}

#cce_slogan a:hover {
	text-decoration: underline;
}

#support_from {
	clear: both;
	position: relative;
	left: 16px;
	margin: 0 auto;
	padding: 46px 0 6px 0;
	width: 200px;
}

#support_from p {
	margin: 0;
	padding-bottom: 4px;
	width: 175px;
	font: 10px/11px Helvetica, Arial, sans-serif;
	color: #666;
	text-align: center;
	text-transform: uppercase;
}

#support_logos {
	padding: 0;
	height: 80px;
	margin: 0 20px 0 0;
	text-align: center;	
	width: 175px;
}

#supporter_tab {
	clear: both;
	position: relative;
	bottom: 8px;
	left: 3px;
	margin: 0 auto;
	padding: 0;
	width: 195px;
	height: 60px;
	background: url(../i/supporter_tab_bg.gif) no-repeat;
	text-align: center;
}

#supporter_tab ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#supporter_tab ul li {
	margin: 0;
	padding: 8px 0 6px 0;
	list-style: none;
}

#main_content {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	background-color: #555;
}

#main_content .section_wrapper {
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 0;
	overflow: hidden;
	background: #555 url(../i/main_content_bg.gif) repeat-y right top;
}

#subcontent_wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #555;
	overflow: hidden;
}

#subcontent_wrapper .section_wrapper {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	background: #fff url(../i/subcontent_wrapper_bg.gif) repeat-y 730px 0;
}

#content {
	float: left;
	margin: 0;
	padding: 0;
	width: 580px;
	background-color: #555;
}

#content h2 {
	margin: 0;
	padding: 15px 00px 20px 36px;
	font: 30px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #fdfcfc;
}

#content p {
	margin: 0;
	padding: 0 20px 18px 36px;
	font: 13px/19px Helvetica, Arial, sans-serif;
	color: #fdfcfc;
}

#content a {
	color: #F63;
	text-decoration: none;
	border-bottom: 1px solid #F63;
}

#content a:hover {
	text-decoration: none;
	border: none;
}

#subcontent_left {
	float: left;
	margin: 0;
	padding: 78px 20px 0 35px;
	width: 190px;
	background-color: #fff;
}

#subcontent_middle {
	float: left;
	margin: 0;
	padding: 0;
	width: 485px;
	background-color: #fff;
}

#subcontent_right {
	float: right;
	position: relative;
	right: 0;
	margin: 0;
	padding: 0;
	width: 250px;
	border-top: 1px solid #fff;
}

/* These classes control the main typography for each subpage */
#subcontent_middle h2.page_title {
	margin: 0;
	padding: 15px 24px 20px 20px;
	font: 30px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #f49000;
}			  

#subcontent_cities h2.page_title {
	margin: 0;
	padding: 15px 24px 20px 20px;
	font: 30px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #f49000;
}	
			  
#subcontent_left p, #subcontent_middle p {
	margin: 0;
	padding: 0 24px 18px 20px;
	font: 13px/19px Helvetica, Arial, sans-serif;
	color: #333;
}			  

/* Styles the Host a Jane's Walk at the end of each subpage */
#host_walk {
	margin: 10px 0 0 15px;
	padding-bottom: 60px;
	background: url(../i/stickman.jpg) no-repeat left top;
}

#host_walk p {
	margin: 0;
	padding: 20px 0 0 70px;
	font: 16px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #333;	
}

#host_walk p a#arrow {
	padding: 20px 40px 20px 0;
	background: url(../i/learn_more.png) no-repeat right 12px;
	text-decoration: none;
	border: none;
	color: #333;
}

#host_walk p a:hover#arrow {
	text-decoration: none;
	border: none;
}

/* The following classes change the color of the text for each page */
#subcontent_wrapper.whatscce .section_wrapper, #subcontent_wrapper.aboutjane .section_wrapper, #subcontent_wrapper.mediacontact .section_wrapper {
	margin: 0 auto;
	width: 980px;
	background: #fff url(../i/subcontent_wrapper_bg.gif) repeat-y 730px 0;
}

#subcontent_wrapper.participatingcities .section_wrapper {
	background-color: #fff;
	background: none;}

#subcontent_wrapper.whatscce h1, #subcontent_wrapper.whatscce h2, #subcontent_wrapper.whatscce h3 {
	color: #37c3df;
}

#subcontent_wrapper.whatscce a {
	color: #37c3df;
	text-decoration: none;
	border-bottom: 1px solid #37c3df;
}

#subcontent_wrapper.whatsjaneswalk .section_wrapper {
	background: #fff url(../i/subcontent_wrapper_about_bg.gif) repeat-y 730px 0;
}

#subcontent_wrapper.whatsjaneswalk h2 {
	color: #f07624;
}

#subcontent_wrapper.whatsjaneswalk a {
	color: #f07624;
	text-decoration: none;
	border-bottom: 1px solid #f07624;
}

#subcontent_wrapper.participatingcities h2 {
	color: #f4af00;
}

#subcontent_wrapper.participatingcities a {
	color: #f4af00;
	text-decoration: none;
	border-bottom: 1px solid #f4af00;
}

#subcontent_wrapper.participatingcities #subcontent_cities .city_description {
	padding: 15px 24px 0 20px;
	overflow: hidden;
}

#subcontent_wrapper.participatingcities #subcontent_cities .city_description .city_image {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}

#subcontent_wrapper.participatingcities #subcontent_cities .city_description p {
	padding-bottom: 15px;
	font: 12px/16px Helvetica, Arial, sans-serif;
	color: #333;
}

#subcontent_wrapper.participatingcities #subcontent_cities ul.child_cities {
	padding: 0 24px 20px 50px;
	list-style-type: disc;
	list-style-position: outside;
}

#subcontent_wrapper.aboutjane h2 {
	color: #bf4908;
}

#subcontent_wrapper.aboutjane a {
	color: #bf4908;
	text-decoration: none;
	border-bottom: 1px solid #bf4908;
}

#subcontent_wrapper.whatscce a:hover, #subcontent_wrapper.whatsjaneswalk a:hover, #subcontent_wrapper.participatingcities a:hover, #subcontent_wrapper.aboutjane a:hover, #subcontent_wrapper.mediacontact a:hover{
	text-decoration: none;
	border: none;
}	

#subcontent_wrapper.mediacontact h2 {
	color: #f49000;
}

#subcontent_wrapper.mediacontact a {
	color: #f49000;
	text-decoration: none;
	border-bottom: 1px solid #f49000;
}

#learn_more {
	margin: 15px 0 0 36px;
	padding-bottom: 50px;
	background: url(../i/learn_more.png) no-repeat 0 0;
	width: 500px;	
}

#learn_more p {
	margin: 0;
	padding: 0 0 0 48px;
	font: 16px/19px Helvetica, Arail, sans-serif;
	font-weight: bold;
	color: #fdfcfc;
}

#sidebar {
	float: left;
	margin: 0;
	padding: 18px 0 0 0;
	width: 400px;
	border-top: 1px solid #fff;
	text-align: center;
}

#sidebar_quote {
	margin: 0;
	padding: 0;
	background: url(../i/left_quote_round.png) no-repeat 15px 50px;
}

#sidebar_quote p {
	margin: 0 auto;
	padding: 0;
	font: 15px/21px Helvetica, Arial, sans-serif;
	color: #fefcfc;
	width: 255px;
}

#sidebar_quote .quote {
	margin: 0;
	padding: 16px 50px 20px 20px;
	font-size: 19px;
	font-weight: bold;
	width: 300px;	
	text-align: right;
	background: url(../i/right_quote_round.png) no-repeat right 18px;
}
	
#sidebar_quote .credit {
	position: relative;
	left: 100px;
	margin: 0;
	padding: 0;
	font: italic 12px/15px Helvetica, Arial, sans-serif;
	text-align: right;
	color: #37c3df;
}

#subcontent_right img {
	position: relative;
	left: 18px;
	margin: 20px 0 0 0;
	padding: 0;
}

#sidebar_quote_small {
	float: left;
	margin: -15px auto 0 auto;
	padding: 0 30px 0 65px;
	font: 15px/21px Helvetica, Arial, sans-serif;
	color: #fefcfc;
	width: 125px;
	text-align: center;
	background: url(../i/left_quote_round.png) no-repeat 20px 12px;
}

#sidebar_quote_small .quote_small {
	position: relative;
	right: 10px;
	margin: 0;
	padding: 4px 56px 20px 0;
	font: 19px/25px Helvetica, Arial, sans-serif;
	font-weight: bold;
	width: 120px;	
	text-align: right;
	background: url(../i/right_quote_round.png) no-repeat right 52px;
}
	
#sidebar_quote_small .credit {
	clear: left;
	float: left;
	position: relative;
	left: 4px;
	margin: 0;
	padding-bottom: 50px;
	width: 160px;
	font: italic 12px/15px Helvetica, Arial, sans-serif;
	text-align: right;
	color: #37c3df;
}

#get_involved {
	clear: both;
	margin: 0;
	padding: 0;
	height: 40px;
	overflow: hidden;
	background: url(../i/get_involved_bg.png) no-repeat;
	background-color: transparent;
}

#footer {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 80px;
	background: #36C3DF url(../i/footer_bg.gif) repeat-x;
	overflow: hidden;
}

#footer .section_wrapper {
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 0;
	overflow: hidden;
}

#footer_meta {
	float: right;
	position: relative;
	right: 20px;
	bottom: 50px;
	height: 75px;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

#drop_shadow {
	position: absolute;
	z-index: 101;
	top: 180px;
	width: 100%;
	height: 8px;
	background: transparent url(../i/drop_shadow_bg.png) repeat-x 0 0;
}
/* @end */

/* @group TinyMCE */

/********** TinyMCE STYLES **********/
#cms_content {
	position: relative;
	margin: 0;
	padding: 0 25px 0 20px;
	width: 438px;
	overflow: hidden;
}

#cms_content p {
	margin: 0;
	padding-bottom: 18px;
	padding-left: 0;
	font: 13px/19px Helvetica, Arial, sans-serif;
	color: #333;
}

#cms_content h1 {
	font-size: 25px;
	margin: 0;
	padding: 0 0 10px 0px;
}

#cms_content h2 {
	font-size: 23px;
	margin: 0;
	padding: 0 0 10px 0;
}

#cms_content h3 {
	font-size: 18px;
	margin: 0;
	padding: 0 0 10px 0;
}

#cms_content h4 {
	font-size: 23px;
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: normal;
}

#cms_content blockquote {
	margin: 6px 0 0 15px;
	padding-bottom: 20px;	
	background: url(../i/blockquote_left.gif) no-repeat left top;
}

#cms_content blockquote p {
	font: 15px/24px Helvetica, Arial, sans-serif;
	display: block;
	margin: 0;
	padding: 0 45px 0 45px;
	background: url(../i/blockquote_right.gif) no-repeat right bottom;
}

#cms_content ul {
	margin-left: 45px;
	padding-bottom: 15px;
}

#cms_content ul li {
	color: #333;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding-bottom: 6px;
	list-style-image: url(../i/bullet_orange.gif);
	list-style-position: outside;
}

#cms_content ol {
	margin-left: 50px;
	padding-bottom: 15px;	
}

#cms_content ol li {
	color: #333;
	list-style: decimal;
	list-style-position: outside;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding-bottom: 6px;
}

#cms_content h3.media_detail_title {
	margin-bottom: 16px;
	padding: 0;
	font-size: 20px;
}

#cms_content #media_detail_meta {
	float: right;
	margin: 0 6px 10px 20px;
	padding: 10px 20px;
	border: 1px solid #ddd;
	font-size: 11px;
}

#cms_content #media_detail_meta a {
	border: none;
	text-decoration: none;
}

#cms_content #media_detail_meta a:hover {
	border: none;
	text-decoration: underline;
}

#cms_content .date, #cms_content .author, #cms_content .source, #cms_content .link, #cms_content .print {
	margin-bottom: 4px;
	padding: 0;
	font-size: 11px;
}

#subcontent_wrapper.whatscce h1, #subcontent_wrapper.whatscce h2, #subcontent_wrapper.whatscce h3, #subcontent_wrapper.whatscce h4 {
	color: #37c3df;
}

#subcontent_wrapper.whatsjaneswalk h1, #subcontent_wrapper.whatsjaneswalk h2, #subcontent_wrapper.whatsjaneswalk h3, #subcontent_wrapper.whatsjaneswalk h4 {
	color: #f07624;
}

#subcontent_wrapper.participatingcities h1, #subcontent_wrapper.participatingcities h2, #subcontent_wrapper.participatingcities h3, #subcontent_wrapper.participatingcities h4 {
	color: #f4af00;
}

#subcontent_wrapper.aboutjane h1, #subcontent_wrapper.aboutjane h2, #subcontent_wrapper.aboutjane h3, #subcontent_wrapper.aboutjane h4 {
	color: #bf4908;
}

#subcontent_wrapper.mediacontact h1, #subcontent_wrapper.mediacontact h2, #subcontent_wrapper.mediacontact h3, #subcontent_wrapper.mediacontact h4 {
	color: #f49000;
}
/* @end */

/* @group Flickr Box */
/********** FLICKR **********/
#flickr {
	float: right;
	position: relative;
	z-index: 100;
	right: 0;
	top: -291px;
	margin: 0;
	padding: 0;
	width: 108px;
	height: 244px;
	background: #666;
}

.flickr_photo {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

.flickr_photo span {
	float: left;
	margin: 0;
	padding: 0;
	width: 34px;
	height: 34px;
	border: 1px solid #fff;
	background: #fff;
}

.flickr_photo img {
	margin: 0;
	padding: 0;
	border: none;
	width: 34px;
	height: 34px;
}

#more_flickr p {
	margin: 18px 8px 0 0;
	padding: 0;
	text-align: right;
	font: 12px/15px Helvetica, Arial, sans-serif;
	color: #fff;
}

#more_flickr a {
	text-decoration: none;
	color: #fff;
}

#more_flickr a:hover {
	text-decoration: underline;
	color: #fff;
}
/* @end */


/* @group Navigation */
/********** NAVIGATION **********/
#navigation {
	clear: right;
	position: relative;
	bottom: 47px;
	right: 22px;
	z-index: 998;
	margin: 0;
	padding: 0;
	height: 47px;
	background-color: transparent;
}

#navigation_bg_repeat {
	position: absolute;
	top: 133px;
	right: 0px;
	height: 47px;
	width: 50%;
	background: url(../i/nav_ul_repeat.gif) repeat-x 50% top;
}

#navigation ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	overflow: hidden;
	width: 980px;
}

#navigation ul li {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #fff;
}

#navigation ul li.selected {
	position: relative;
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #fff;
}

#navigation ul li.selected:hover {
	position: relative;
	right: 0px;
	margin: 0px;
	padding: 0px;
	border-bottom: none;
}

#navigation ul li.cce {
	width: 207px;
	background-color: #37c3df;
}

#navigation ul li.cce a {
	display: block;
	height: 47px;
	background: url(../i/nav_cce.png) no-repeat 1px 0;
}

#navigation ul li.cce a:hover {
	background-color: #2fa6be;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

#navigation ul li.janeswalk {
	width: 143px;
	background-color: #f07624;
}

#navigation ul li.janeswalk a {
	display: block;
	height: 47px;
	background: url(../i/nav_janeswalk.png) no-repeat 0 0;
}

#navigation ul li.janeswalk a:hover {
	position: relative;
	right: 1px;
	background-color: #cc641f;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

#navigation ul li.cities {
	width: 148px;
	background-color: #f4af00;
}

#navigation ul li.cities a {
	display: block;
	height: 47px;
	background: url(../i/nav_cities.png) no-repeat 0 0;
}

#navigation ul li.cities a:hover {
	position: relative;
	right: 1px;
	background-color: #d09500;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

#navigation ul li.about {
	width: 143px;
	background-color: #bf4908;
}

#navigation ul li.about a {
	display: block;
	height: 47px;
	background: url(../i/nav_about.png) no-repeat 0 0;
}

#navigation ul li.about a:hover {
	position: relative;
	right: 1px;
	background-color: #a33e07;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}	

#navigation ul li.media {
	width: 106px;
	background-color: #f49000;
}

#navigation ul li.media a {
	margin: 0;
	padding: 0;
	display: block;
	height: 47px;
	background: url(../i/nav_walkability.png) no-repeat 0 0;
}

#navigation ul li.media a:hover {
	position: relative;
	right: 1px;
	background-color: #d07b00;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

.cce span, .janeswalk span, .cities span, .about span, .media span {
	display: none;
}
/* @end */


/* @group Headers & Typography */
/********** HEADERS & TYPOGRAPHY **********/
h1.janeswalk_logo {
	float: left;
	position: relative;
	top: 1px;
	left: -7px;
	z-index: 100;
	margin: 0;
	padding: 0;
	width: 570px;
	height: 102px;
	background: url(../i/janeswalk_logo.png) no-repeat 1px 0;
}

h1.janeswalk_logo a {
	margin: 0;
	padding: 0;
	width: 570px;
	height: 102px;
	display: block;
}
 /* Display none hides the h1 tag and replaces it with the logo */
h1.janeswalk_logo span {
	display: none;
}

h3.cce_logo {
	float: left;
	position: relative;
	top: 28px;
	left: 22px;
	margin: 0;
	padding: 0;
	width: 85px;
	height: 213px;
	background: url(../i/cce_logo.gif) no-repeat;
}

h3.cce_logo a {
	margin: 0;
	padding: 0;
	width: 85px;
	height: 213px;
	display: block;
}

h3.cce_logo span {
	display: none;
}

a.see_supporters {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 135px;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	background: url(../i/right_bracket.png) no-repeat right 2px;
}

a:hover.see_supporters {
	text-decoration: underline;
}

a.become_supporter {
	display: block;
	margin: 0 auto;
	padding-top: 1px;
	width: 170px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../i/right_bracket.png) no-repeat right 1px;
}

a:hover.become_supporter {
	text-decoration: underline;
}

.when {
	float: right;
	position: relative;
	top: -115px;
	left: 0;
	font: 27px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #666;
	text-transform: lowercase;
}

.date_highlight {
	color: #F63;
}

.where {
	clear: right;
	float: right;
	position: relative;
	bottom: 110px;
	width: 135px;
	text-align: right;
	text-transform: uppercase;
	font: 10px/13px Helvetica, Arial, sans-serif;
	color: #999;
}

.caption {
	float: left;
	position: relative;
	left: 29px;
	bottom: 40px;
	margin: 0;
	padding: 8px 0 0 0;
	background: url(../i/caption_bg.png) no-repeat;
	width: 341px;
	height: 27px;
	font-size: 9px;
	text-transform: uppercase;
	color: #fff;
}

.caption_small {
	float: left;
	position: relative;
	left: 31px;
	bottom: 40px;
	margin: 0;
	padding: 8px 0 0 0;
	background: url(../i/caption_small_bg.png) no-repeat;
	width: 187px;
	height: 27px;
	font-size: 9px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

#address {
	margin: 0;
	padding: 15px 0 0 36px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	list-style: none;
}

#address li {
	margin: 0;
	padding-bottom: 8px;
}

#address li.mailing {
	font-size: 12px;
	font-weight: normal;
}

#contact {
	margin: 0 auto;
	padding-left: 10px;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	list-style: none;
	overflow: hidden;
}

#contact li {
	margin: 0;
	padding: 0 10px 1px 0;
	float: left;
}


#contact li a {
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}

#contact li a:hover {
	text-decoration: none;
}

#contact .phone {
	padding-top: 2px;
}

#secondary_navigation {
	position: relative;
	top: 10px;
	left: 8px;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	list-style: none;
	overflow: hidden;
}

#secondary_navigation li {
	margin: 0;
	padding: 0 10px;
	float: left;
	list-style: none;
	color: #fff;
}

#secondary_navigation li a {
	text-decoration: none;
	color: #fff;
}

#secondary_navigation li a:hover {
	text-decoration: underline;
}
/* @end */


/* @group Get Involved & Donate Now Slider */
/********** INVOLVED/DONATE SLIDER **********/
#sidebar_buttons {
	width: 980px;
	height: 29px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: url(../i/main_content_bg.gif) repeat-y 580px top;
}

#subcontent_wrapper #sidebar_buttons {
	background: #fff url(../i/subcontent_wrapper_bg.gif) repeat-y 730px 0;	
}

/* Makes sure the subcontent background is applied to the sidebar buttons now that it's not in the same wrapper */
#subcontent_wrapper.whatscce #sidebar_buttons, #subcontent_wrapper.aboutjane #sidebar_buttons, #subcontent_wrapper.mediacontact #sidebar_buttons {
	background: #fff url(../i/subcontent_wrapper_bg.gif) repeat-y 730px 0;	
}

/* Same as above but the about bg instead */
#subcontent_wrapper.whatsjaneswalk #sidebar_buttons {
	background: #fff url(../i/subcontent_wrapper_about_bg.gif) repeat-y 730px 0;	
}

#subcontent_wrapper.whatscce .section_wrapper #sidebar_buttons, #subcontent_wrapper.whatsjaneswalk .section_wrapper #sidebar_buttons, #subcontent_wrapper.participatingcities .section_wrapper #sidebar_buttons, #subcontent_wrapper.aboutjane .section_wrapper #sidebar_buttons, #subcontent_wrapper.mediacontact .section_wrapper #sidebar_buttons  {
	width: 980px;
	height: 29px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: none;
}

#subcontent_wrapper.participatingcities {
	background-color: #fff;
}

#subcontent_wrapper.participatingcities #sidebar_buttons {
	background-color: #fff;
	background: none;
}

#sidebar_buttons ul {
	float: right;
	position: relative;
	right: 30px;
	margin: 0;
	padding: 0;	
	width: 330px;
	height: 29px;
	overflow: hidden;
	list-style: none;
	background: transparent url(../i/sidebar_buttons_bg.png) no-repeat;
}

#sidebar_buttons li {
	float: left;
	margin: 0;
	padding: 0;
}

/* Hides the text links for the sidebar buttons */
#sidebar_buttons li a span {
	display: none;
}

#main_content #sidebar_buttons #get_involved a {
	display: block;
	width: 154px;
	height: 27px;
	text-decoration: none;
	border: none;
}

#subcontent_wrapper #get_involved a {
	display: block;
	width: 154px;
	height: 27px;
	text-decoration: none;
	border: none;
}

#main_content #donate_now a {
	position: relative;
	left: 12px;
	display: block;
	width: 152px;
	height: 27px;
	text-decoration: none;
	border: none;
}

#subcontent_wrapper #donate_now a {
	position: relative;
	left: 12px;
	display: block;
	width: 152px;
	height: 27px;
	text-decoration: none;
	border: none;
}

#sidebar_buttons_wrapper {
	margin: 0;
	padding: 0;
}

#sidebar_buttons_wrapper #get_involved_content .section_wrapper {
	background-color: #f07624;
}

#sidebar_buttons_wrapper #donate_now_content .section_wrapper {
	background-color: #37c3df;
}

#get_involved_content .section_wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background-color: #f07624;
}

#main_content #sidebar_buttons_wrapper h3 {
	font: 18px/22px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	padding-bottom: 12px;
}

#main_content #sidebar_buttons_wrapper p {
	font: 14px/20px Helvetica, Arial, sans-serif;
	color: #fff;
	padding-bottom: 10px;
}

#main_content #sidebar_buttons_wrapper a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

#main_content #sidebar_buttons_wrapper a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}

#subcontent_wrapper #sidebar_buttons_wrapper h3 {
	font: 18px/22px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	padding-bottom: 15px;
}

#subcontent_wrapper #sidebar_buttons_wrapper p {
	font: 14px/20px Helvetica, Arial, sans-serif;
	color: #fff;
	padding-bottom: 10px;
}

#subcontent_wrapper #sidebar_buttons_wrapper a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

#subcontent_wrapper #sidebar_buttons_wrapper a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}

#involved_wrapper {
	position: relative;
	left: 20px;
	width: 980px;
	margin: 0;
	padding: 0;
	overflow: hidden;
background-color:  #f07624;
}

#get_involved_content {
	display: none;
	margin: 0;
	padding: 20px 0 40px 0;
	width: 100%;
	text-align: left;
	overflow: hidden;
	background: #f07624 url(../i/sidebar_buttons_wrapper_bg.png) repeat-x left bottom;
}

#involved_left {
	float: left;
	margin: 0;
	padding: 0 60px 0 220px;
	width: 235px;
	background: url(../i/stickman_group.gif) no-repeat left top;
}

#involved_right {
	float: left;
	margin: 0;
	padding: 0 30px 0 125px;
	width: 295px;
	background: url(../i/involved_stickman.gif) no-repeat 25px top;
}

#involved_address {
	margin-bottom: 8px;
	padding: 12px 0 0 12px;
	width: 259px;
	height: 78px;
	list-style: none;
	background: url(../i/involved_address_bg.gif) no-repeat;
	font-size: 14px;
	color: #555;
}

#involved_address li {
	margin: 0;
	padding: 0 0 3px 0;
}

/* Must include the parent div otherwise the link styling inherits the parent */
#main_content #involved_address li a {
	border-bottom: 1px solid #666;
	text-decoration: none;
	color: #555;
	font-weight: bold;
}

#main_content #involved_address li a:hover {
	color: #555;
	text-decoration: none;
	border: none;
}

#subcontent_wrapper  #involved_address li a {
	border-bottom: 1px solid #666;
	text-decoration: none;
	color: #555;
	font-weight: bold;
}

#subcontent_wrapper #involved_address li a:hover {
	color: #555;
	text-decoration: none;
	border: none;
}

#involved_contact {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	font-size: 12px;
	color: #333;
}

#involved_contact li {
	margin: 0;
	padding: 0 0 4px 0;
}

#donate_now_content {
	display: none;
	margin: 0;
	padding: 20px 0 40px 0;
	width: 100%;
	text-align: left;
	overflow: hidden;
	background: #37c3df url(../i/sidebar_buttons_wrapper_bg.png) repeat-x left bottom;
}

#donate_now_content .section_wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background-color: #37c3df;
}

#donate_wrapper {
	position: relative;
	left: 40px;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background-color: #37c3df;

}

#donate_left {
	float: left;
	margin: 0;
	padding: 0 0 0 200px;
	width: 250px;
	background: url(../i/dollar_signs.gif) no-repeat left top;
}

#donate_right {
	float: left;
	margin: 0;
	padding: 0 40px 0 170px;
	width: 240px;
	background: url(../i/donate_stickman.gif) no-repeat 55px top;
}

#donate_secondary_buttons {
	margin: 16px 0 0 0;
	padding: 0;
	width: 320px;
	list-style: none;
	overflow: hidden;
}

#main_content #donate_secondary_buttons a {
	text-decoration: none;
	border: none;
}

#subcontent_wrapper #donate_secondary_buttons a {
	text-decoration: none;
	border: none;
}

#donate_secondary_buttons li {
	margin: 0;
	padding: 0 5px 0 0;
	float: left;
}

#donate_secondary_buttons li a {
	text-decoration: none;
	border: none;
}

#donate_secondary_buttons li a span {
	display: none;
}

#donate_secondary_buttons li.donate_online a {
	display: block;
	margin: 0;
	padding: 0;
	width: 138px;
	height: 39px;
	background: url(../i/donate_online_button.gif) no-repeat;
}

#donate_secondary_buttons li.volunteer a {
	display: block;
	margin: 0;
	padding: 0;
	width: 116px;
	height: 40px;
	background: url(../i/volunteer_button.gif) no-repeat;
}

#donation_address {
	margin-bottom: 8px;
	padding: 12px 0 0 12px;
	width: 259px;
	height: 78px;
	list-style: none;
	background: url(../i/donate_address_bg.gif) no-repeat;
	font-size: 14px;
	color: #37c3df;
}

#donation_address li {
	margin: 0;
	padding: 0 0 3px 0;
}

#donation_contact {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	font-size: 12px;
	color: #333;
}

#donation_contact li {
	margin: 0;
	padding: 0 0 4px 0;
}

/* Must include the parent div otherwise the link styling inherits the parent */
#main_content #donation_contact li a {
	border-bottom: 1px solid #666;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

#main_content #donation_contact li a:hover {
	color: #333;
	text-decoration: none;
	border: none;
} 

#subcontent_wrapper #donation_contact li a {
	border-bottom: 1px solid #666;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

#subcontent_wrapper #donation_contact li a:hover {
	color: #333;
	text-decoration: none;
	border: none;
} 
/* @end */


/* @group Subpage Menu */
/*********** SUBPAGE MENU **********/
/* These styles change the subpage menu colors */
#subcontent_wrapper #subcontent_left dl.whatscce {
    border-top: 1px solid #37c3df;
}

#subcontent_wrapper #subcontent_left dl.whatsjaneswalk {
    border-top: 1px solid #f07624;
}

#subcontent_wrapper #subcontent_left dl.participatingcities {
    border-top: 1px solid #f4af00;
}

#subcontent_wrapper #subcontent_left dl.aboutjane {
    border-top: 1px solid #bf4908;
}

#subcontent_wrapper #subcontent_left dl.mediacontact {
    border-top: 1px solid #f49000;
}

/* Changes color of bottom dt border */
#subcontent_wrapper #subcontent_left dl.whatscce dt {
    border-bottom: 1px solid #37c3df;
}

#subcontent_wrapper #subcontent_left dl.whatsjaneswalk dt {
    border-bottom: 1px solid #f07624;
}

#subcontent_wrapper #subcontent_left dl.participatingcities dt {
    border-bottom: 1px solid #f4af00;
}

#subcontent_wrapper #subcontent_left dl.aboutjane dt {
    border-bottom: 1px solid #bf4908;
}

#subcontent_wrapper #subcontent_left dl.mediacontact dt {
    border-bottom: 1px solid #f49000;
}

/* Styles the first level links */
#subcontent_wrapper #subcontent_left dl.whatscce dt a {
    color: #37c3df;
}

#subcontent_wrapper #subcontent_left dl.whatsjaneswalk dt a {
    color: #f07624;
}

#subcontent_wrapper #subcontent_left dl.participatingcities dt a {
    color: #f4af00;
}

#subcontent_wrapper #subcontent_left dl.aboutjane dt a {
    color: #bf4908;
}

#subcontent_wrapper #subcontent_left dl.mediacontact dt a {
    color: #f49000;
}

/* Changes color of bottom ul border */
#subcontent_wrapper #subcontent_left dl.whatscce ul {
    border-bottom: 1px solid #37c3df;
}

#subcontent_wrapper #subcontent_left dl.whatsjaneswalk ul {
    border-bottom: 1px solid #f07624;
}

#subcontent_wrapper #subcontent_left dl.participatingcities ul {
    border-bottom: 1px solid #f4af00;
}

#subcontent_wrapper #subcontent_left dl.aboutjane ul {
    border-bottom: 1px solid #bf4908;
}

#subcontent_wrapper #subcontent_left dl.mediacontact ul {
    border-bottom: 1px solid #f49000;
}

/* Styles the second level links */
#subcontent_wrapper #subcontent_left dl.whatscce ul li a {
    color: #37c3df;
}

#subcontent_wrapper #subcontent_left dl.whatsjaneswalk ul li a {
    color: #f07624;
}

#subcontent_wrapper #subcontent_left dl.participatingcities ul li a {
    color: #f4af00;
    padding-right: 6px;
}

#subcontent_wrapper #subcontent_left dl.aboutjane ul li a {
    color: #bf4908;
}

#subcontent_wrapper #subcontent_left dl.mediacontact ul li a {
    color: #f49000;
}

/* Changes the color of each ul item border */
#subcontent_wrapper #subcontent_left dl.whatscee ul li {
    border-bottom: 1px solid #c8eff6;
}

#subcontent_wrapper #subcontent_left dl.whatsjaneswalk ul li {
    border-bottom: 1px solid #cccc99;
}

#subcontent_wrapper #subcontent_left dl.participatingcities ul li {
    border-bottom: 1px solid #fc9;
    border-right: 10px solid #fc9;
}

#subcontent_wrapper #subcontent_left dl.aboutjane ul li {
    border-bottom: 1px solid #dfa484;
}

#subcontent_wrapper #subcontent_left dl.mediacontact ul li {
    border-bottom: 1px solid #ffb64d;
}

/* Toronto subnavigation */
ul.toronto {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

ul.toronto li {
	border-bottom: none !important;
}

ul.toronto li a {
	font-size: 11px !important;
}

/* Active styles for when the dt has child elements */
#subcontent_wrapper #subcontent_left dl.whatscce dt.active {
	background: #c3edf5;
}

#subcontent_wrapper #subcontent_left dl.whatsjaneswalk dt.active {
    background: #fbd6be;
}

#subcontent_wrapper #subcontent_left dl.participatingcities dt.active {
    background: #fce7b3;
}

#subcontent_wrapper #subcontent_left dl.aboutjane dt.active {
    background: #ecc9b5;
}

#subcontent_wrapper #subcontent_left dl.mediacontact dt.active {
    background: #fcdeb3;
}

/* Default styles for subnav on the left sidebar of subpages */
#subcontent_wrapper #subcontent_left dl {
    width: 190px;
    text-align: right;
    border-top: 1px solid #f49000;
}

#subcontent_wrapper #subcontent_left dl dt {
    padding: 8px 4px 8px 0;
    background-color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #f49000;
}

#subcontent_wrapper #subcontent_left dl dt a {
    text-decoration: none;
    border: none;
    color: #f49000;
}

#subcontent_wrapper #subcontent_left dd a {
    border: none;
    text-decoration: none;
}

#subcontent_wrapper #subcontent_left ul {
    list-style: none;
    width: 190px;
    border-bottom: 1px solid #f49000;
}

#subcontent_wrapper #subcontent_left ul li {
    padding: 8px 4px 8px 0;
    border-bottom: 1px solid #c8eff6;
}

/* Removes the border from last li element */
#subcontent_wrapper #subcontent_left dl ul li:last-child {
    border-bottom: none;
}

#subcontent_wrapper #subcontent_left ul li a {
    display: block;
    font: 11px Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-decoration: none;
    border: none;
    color: #f49000;
}
/* @end */


/* @group Sidebar Ordered List */
/********** SIDEBAR LIST **********/
#subcontent_right_list {
	margin-bottom: 100px;
	padding: 0 15px 200px 4px;
	background: url(../i/subcontent_right_list_bg.gif) no-repeat 0 50px;
	width: 231px;
	color: #fff;
}

#subcontent_right_list ol {
	position: relative;
	top: 70px;
	margin: 0;
	padding: 90px 0 10px 0;
	width: 300px;
	background: url(../i/subcontent_right_list_header.gif) no-repeat 75px 0;
}

#subcontent_right_list ol li {
	margin: 0;
	padding-bottom: 15px;
}

#subcontent_right_list ol li a span {
	display: none;
}

#subcontent_right_list ol li.connect {
	background: url(../i/subcontent_right_list1.png) no-repeat left 0;
	height: 94px;
	width: 219px;
}

#subcontent_right_list ol li.connect a {
	background: url(../i/subcontent_right_list1.png) no-repeat left 0;
	display: block;
	height: 94px;
	width: 219px;
	text-decoration: none;
	border: none;
}

#subcontent_right_list ol li.observe {
	background: url(../i/subcontent_right_list2.png) no-repeat -5px 0;
	height: 106px;
	width: 195px;
}

#subcontent_right_list ol li.observe a {
	background: url(../i/subcontent_right_list2.png) no-repeat -5px 0;
	display: block;
	height: 106px;
	width: 195px;
	text-decoration: none;
	border: none;
}

#subcontent_right_list ol li.bridge {
	background: url(../i/subcontent_right_list3.png) no-repeat left 0;
	height: 74px;
	width: 218px;
}

#subcontent_right_list ol li.bridge a {
	background: url(../i/subcontent_right_list3.png) no-repeat left 0;
	display: block;
	height: 74px;
	width: 218px;
	text-decoration: none;
	border: none;
}

#subcontent_right_list ol li.walk {
	background: url(../i/subcontent_right_list4.png) no-repeat left 0;
	height: 74px;
	width: 207px;
}

#subcontent_right_list ol li.walk a {
	background: url(../i/subcontent_right_list4.png) no-repeat left 0;
	display: block;
	height: 74px;
	width: 207px;
	text-decoration: none;
	border: none;
}
/* @end */


/* @group Cities Landing Page */
/********** CITIES LANDING PAGE **********/
#subcontent_cities {
	float: left;
	position: relative;
	margin: 60px 0 0 0;
	padding: 0;
	width: 735px;
	background-color: #fff;
}

#subcontent_cities_main {
	float: left;
	position: relative;
	margin-top: 20px;
	padding: 0;
	width: 735px;
	background-color: #fff;
}

#subcontent_cities_main h3.cities_message {
	float: right;
	position: relative;
	top: -20px;
	text-align: right;
	font: 18px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #37c3df !important;
}

#cities_wrapper {
	clear: right;
	position: relative;
	margin: 6px 20px 25px 20px;
	padding: 0;
	width: 712px;
	overflow: hidden;
	border-bottom: 1px solid #f4af00;
}

#cities_wrapper .no_results {
	padding:10px;
	text-align:center;
	font-size:smaller;
	font-style:italic;
}

#cities_left_wrapper {
	float: left;
	width: 346px;
	border-right: 1px solid #f4af00;
}

#cities_topleft {
	padding-bottom: 12px;
	border-bottom: 1px solid #f4af00;
	background: #fff url(../i/stickman_cities.gif) no-repeat left 46px;
	font: 19px/28px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #f4af00;
}

#cities_bottomleft {
	height: 146px;
	padding: 12px 0;
}

#cities_right {
	float: right;
	width: 365px;
}

#cities_right p a img {
	text-decoration: none;
	border: none;
}

#cities_right p a:hover img {
	padding-bottom: 3px;
	text-decoration: none;
	border: none;
}

#cities_searchbar {
	clear: both;
	overflow: hidden;
	height: 42px;
	padding-top: 6px;
	text-align: right;
	border-top: 1px solid #f4af00;
	background-color: #fef7e5;
}

#cities_searchbar form {
	float: right;
}

#cities_searchbar form #search {
	float: left;
	position: relative;
	width: 260px;
	margin: 4px 4px 0 0;
	padding: 4px 6px;
	border: 1px solid #999;	
	font: 16px Helvetica, Arial, sans-serif;
	color: #999;
}

#cities_searchbar form #search_button {
	float: right;}

.topleft_header {
	font-size: 26px;
	font-weight: bold;
}

#cities_topleft p {
	padding: 20px 10px 0 100px;
}

#cities_bottomleft p {
	padding: 0 10px 0 10px;
	color: #666;
	font: 17px/23px Helvetica, Arial, sans-serif;
}

h3.cities_detail_message {
	position: absolute;
	top: 10px;
	right: 0;
	padding-top: 28px;
	text-align: right;
	font: 18px Helvetica, Arial, sans-serif;
	font-weight: bold;
	height: 20px;
	color: #37c3df !important;
	background: #fff url(../i/cities_weather.gif) no-repeat right top;
}

h3.cities_message {
	float: right;
	position: relative;
	top: -45px;
	text-align: right;
	font: 18px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #37c3df !important;
}

h3.cities_message a {
	color: #37c3df !important;
	border-bottom: 1px solid #37c3df !important;
	text-decoration: none;
}

h3.cities_message a:hover {
	border-bottom: none !important;
	text-decoration: none;
}

h3.cities_left_header {
	padding: 4px 6px 4px 28px;
	font: 16px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #fff !important;
	border-right: 1px solid #fff;
	background: #f07624 url(../i/cities_left_arrow.gif) no-repeat 8px 3px;
}

h3.cities_right_header {
	padding: 4px 34px 4px 6px;
	font: 16px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #fff !important;
	background: #f4af00 url(../i/cities_down_arrow.gif) no-repeat 338px 7px;
	text-align: right;
}
/* @end */


/* @group Cities Detail */
#cities_detail_header {
	width: 712px;
	overflow: hidden;
	background-color: #f4af00;
}

#cities_detail_header h3.city_name {
	float: left;
	position: relative;
	color: #fff;
	background-color: #f4af00;
	height: 25px;
	font-weight: bold;
	font-size: 16px;
	border-right: 1px solid #fff;
}

#cities_detail_header h3.city_name a {
	display: block;
	background: #f4af00;
	padding: 5px 10px;
	width: 355px;
	height: 15px;
	color: #fff;
	text-decoration: none;
	border: none;
}

#cities_detail_header h3.city_name a:hover {
	color: #fff;
	text-decoration: none;
	background: #f07624;
}

#cities_detail_header h3.city_name.selected a {
	color: #fff;
	text-decoration: none;
	padding: 5px 10px 5px 35px;
	background: #f07624 url(../i/cities_down_arrow_orange.gif) no-repeat 10px 8px;
}

#cities_detail_header h3.city_name a span {
	font-size: 14px;
	font-weight: normal;
}

#cities_detail_header .day1 {
	float: left;
	position: relative;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	border-right: 1px solid #fff;
}

#cities_detail_header .day2 {
	float: left;
	position: relative;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}

#cities_detail_header .day1 a {
	display: block;
	background: #f4af00;
	padding: 5px 10px;
	width: 135px;
	height: 15px;
	color: #fff;
	text-decoration: none;
	border: none;
}

#cities_detail_header .day2 a {
	display: block;
	background: #f4af00;
	padding: 5px 10px;
	width: 135px;
	height: 15px;
	color: #fff;
	text-decoration: none;
	border: none;
}

#cities_detail_header .day1 a:hover, #cities_detail_header .day2 a:hover {
	color: #fff;
	text-decoration: none;
	background: #f07624;
}

#cities_detail_header .day1.selected a, #cities_detail_header .day2.selected a {
	color: #fff;
	text-decoration: none;
	padding: 5px 10px 5px 35px;
	background: #f07624  url(../i/cities_down_arrow.gif) no-repeat 10px 8px;
}

#child_cities_select {
	float: left;
	margin-top: 8px;
	padding-left: 15px;
	position: relative;
	font-size: 15px;
	font-weight: bold;
	color: #f4af00;
	overflow: hidden;
}

#child_cities_select p {
	float: left;
	padding-top: 3px;
	padding-right: 10px;
}

#child_select_cities select {
	float: right;
}

#walk_listings {
	margin: 4px 0 16px 0;
	width: 712px;
	border-bottom: 1px solid #f4af00;
}

#walk_listings dd.walk_summary {
	position: relative;
	width: 702px;
	padding: 14px 12px;
	overflow: hidden;
	border-top: 1px solid #f4af00;
}

#walk_listings dd.walk_summary a.map_icon {
	display: none;
}

#walk_listings dd.walk_summary.open {
	padding-bottom: 14px;
	background-color: #fff;
}

#walk_listings dd.walk_summary.open a.open_arrow {
	display: none;
}

#walk_listings dd.walk_summary.open a.map_icon {
	display: block;
}

#walk_listings dd.walk_summary.alt {
	background-color: #fef7e5;
}

#walk_listings dd.walk_summary ul.walk_summary_details {
	list-style: none;
	overflow: hidden;
}

/* Margin/padding add an equal distance between each li */
#walk_listings dd.walk_summary ul.walk_summary_details li {
	float: left;
	margin-right: 6px;
	padding-right: 6px;
	font-size: 13px;
	color: #333;
	border-right: 1px solid #333;
}

/* Removes the border from the last li */
#walk_listings dd.walk_summary ul.walk_summary_details li:last-child {
	border-right: none;
}

#walk_listings dd.walk_details {
	font: 13px/16px Helvetica, Arial, sans-serif;
}

dd.walk_details .place, dd.walk_details .guides, dd.walk_details .neighbourhood, dd.walk_details .publictransit, dd.walk_details .limitations, dd.walk_details .reservations, dd.walk_details .reservations_cap, dd.walk_details .accessible, dd.walk_details .parking, dd.walk_details .parking_info {
	width: 670px;
	padding: 0 0 6px 12px;
}

dd.walk_details .place strong, dd.walk_details .guides strong, dd.walk_details .neighbourhood strong, dd.walk_details .publictransit strong, dd.walk_details .reservations strong, dd.walk_details .accessible, dd.walk_details .parking strong, dd.walk_details .parking_info strong {
	color: #f4af00;
}

#walk_listings dd.walk_details .walk_body_copy {
	margin-top: 10px;
	padding: 0 12px 16px 12px;
	font: 13px/19px Helvetica, Arial, sans-serif;	
	overflow: hidden;
}

#walk_listings dd.walk_details .walk_body_copy img {
	float: right;
	padding: 0 0 12px 12px;
}

dl#walk_listings .walk_actions {
	position: relative;
	list-style: none;
	background-color: #f4af00;
	overflow: hidden;
}

dl#walk_listings .walk_actions ul {
	overflow: hidden;
	padding: 10px 12px 6px 14px;
}

dl#walk_listings .walk_actions ul li {
	float: left;
	margin-right: 25px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

.walk_actions ul li.rate {
	padding-top: 2px;
}

.walk_actions ul li.print a {
	background: url(../i/print_icon.gif) no-repeat right 0;
	height: 25px;
	padding-top: 4px;
	padding-right: 35px;
	text-decoration: none;
	border: none !important;
}

.walk_actions ul li.reminder a {
	background: url(../i/email_icon.gif) no-repeat right 0;
	height: 25px;
	padding-top: 4px;
	padding-right: 35px;
	text-decoration: none;
	border: none !important;
}

/* Reminder email pop-up window */
#reminder {
	margin: 40px auto 0;
	width: 80%;
}

#reminder h1 {
	color: #f4af00;
	padding-bottom: 12px;
}

#reminder form {
	margin: 30px auto 0;
	width: 100%;
	padding-left: 30px;
	overflow: hidden;
}

#reminder form label {
	float: left;
	margin-top: 14px;
	padding-right: 10px;
	text-transform: uppercase;
	font-size: 11px;
}

#reminder form #reminder_email {
	float: left;
	margin-top: 5px;
	width: 200px;
	height: 19px;
	border: 1px solid #ccc;
	padding: 5px 6px 0;
}

#reminder form #reminder_email_button {
	float: left;
}

#reminder p.error {
	color: #cc0000;
	font-weight: bold;
}

dl#walk_listings .walk_actions ul li a {
	display: block;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border: none;
}

dl#walk_listings .walk_actions ul li a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

dl#walk_listings dd.walk_summary h3.walk_title {
	padding-bottom: 2px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
}

dl#walk_listings a.open_arrow {
	position: absolute;
	top: 18px;
	right: 26px;
	display: block;
	height: 29px;
	width: 29px;
	background: url(../i/open_arrow.png) no-repeat 0 0;
	text-decoration: none;
	border: none !important;
}

dl#walk_listings a.map_icon {
	position: absolute;
	top: 16px;
	right: 26px;
	display: block;
	height: 43px;
	width: 61px;
	background: url(../i/map_icon.gif) no-repeat 0 0;
	text-decoration: none;
	border: none !important;
}

dl#walk_listings a.close_arrow {
	position: absolute;
	top: 8px;
	right: 12px;
	float: right;
	display: block;
	height: 29px;
	width: 29px;
	background: url(../i/close_arrow.gif) no-repeat 0 0;
	text-decoration: none;
	border: none !important;
}

dl#walk_listings a.map_icon span {
	display: none;
}
dl#walk_listings a.open_arrow span, a.close_arrow span {
	display: none;
}
/* @end */


/* @group Media Detail */
#media_wrapper {
	position: relative;
	margin: 6px 20px 15px 16px;
	padding: 0;
	width: 450px;
	overflow: hidden;
}

#media_detail_header {
	width: 450px;
	overflow: hidden;
	color: #f49000;
	font-size: 16px;
}

#media_detail_header h3.city_name {
	float: left;
	padding: 4px 12px;
	color: #fff;
	background-color: #f07624;
	font-weight: bold;
	font-size: 16px;
	border-right: 1px solid #fff;
}

#media_listings {
	margin: 4px 0 16px 0;
	width: 450px;
	border-bottom: 1px solid #f4af00;
}

#media_listings dd.media_summary {
	position: relative;
	width: 426px;
	padding: 2px 12px 2px 12px;
	overflow: hidden;
	background-color: #fef4e5;
	border-top: 1px solid #f4af00;
}

#media_listings dd.media_summary.open {
	background-color: #f49000;
}

#media_listings dd.city_listings ul#news_items li {
	position: relative;
	padding: 8px 14px 8px 18px;
	border-top: 1px solid #f07624;
}

#media_listings dd.city_listings ul#news_items li h4 a{
	color: #f07624;
	font-weight: normal;
	width: 375px;
}

#media_listings dd.city_listings ul#news_items li h4 {
	padding: 0 0 0 0;
	line-height: 20px;
	font-size: 13px;
	width: 375px;
}

#media_listings dd.city_listings ul#news_items li p {
	margin: 0;
	padding: 0;
	font-style: italic;
	color: #333;
	font-size: 13px;
	width: 375px;
}

dl#media_listings .media_pagination {
	position: relative;
	list-style: none;
	background-color: #f4af00;
	overflow: hidden;
}

dl#media_listings .media_pagination ul {
	overflow: hidden;
	padding: 10px 12px 6px 14px;
}

dl#media_listings .media_pagination ul li {
	float: left;
	margin-right: 8px;
	padding-right: 8px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	border-right: 1px solid #fff;
}

dl#media_listings .media_pagination ul li:last-child {
	border-right: none;
}

dl#media_listings .media_pagination ul li a {
	display: block;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border: none;
}

dl#media_listings .media_pagination ul li a:hover {
	color: #333;
	text-decoration: none;
	border: none;
}

dl#media_listings dd.media_summary h3.media_city {
	padding: 6px 0 5px 36px;
	width: 360px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	text-transform: uppercase;
}

dl#media_listings dd.media_summary.open h3.media_city {
	padding: 6px 0 5px 4px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	text-transform: uppercase;
}

dl#media_listings dd.media_summary.open a.open_arrow {
	display: none;
}

dl#media_listings a.open_arrow {
	position: absolute;
	top: 2px;
	left: 12px;
	display: block;
	height: 29px;
	width: 29px;
	background: url(../i/open_arrow.png) no-repeat 0 0;
	text-decoration: none;
	border: none !important;
}

dl#media_listings dd.city_listings ul#news_items li a.media_pdf {
	position: absolute;
	top: 12px;
	right: 10px;
	display: block;
	padding-top: 20px;
	background: url(../i/pdf_icon.gif) no-repeat center 0;
	text-decoration: none;
	border: none !important;
	font-size: 10px;
	color: #555;
}

dl#media_listings dd.city_listings ul#news_items li a:hover.media_pdf {
	color: #333;
	text-decoration: none;
}

dl#media_listings dd.city_listings ul#news_items li a.media_pdf span {
	display: none;
}

dl#media_listings a.see_all_media {
	position: absolute;
	top: 9px;
	left: 100px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	border-bottom: 1px solid #fff;
}

dl#media_listings a:hover.see_all_media {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}

dl#media_listings a.close_arrow {
	position: absolute;
	top: 3px;
	right: 7px;
	float: right;
	display: block;
	height: 29px;
	width: 29px;
	background: url(../i/close_arrow.gif) no-repeat 0 0;
	text-decoration: none;
	border: none !important;
}

dl#media_listings a.rss {
	position: absolute;
	top: 7px;
	right: 16px;
	display: block;
	height: 16px;
	width: 16px;
	background: url(../i/rss_icon.png) no-repeat 0 0;
	text-decoration: none;
	border: none !important;
}

dl#media_listings a.rss span {
	display: none;
}

dl#media_listings a.open_arrow span, a.close_arrow span {
	display: none;
}
/* @end */
