/*
Theme Name: SDNPA Maps

*/
/* --------------- css reset --------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

ul, li {
	list-style-position: inside;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	display: block;
}

.spacer {
	width: 100%;
	height: 1px;
	clear: both;
}

em {
	font-style: italic;
}

/*--- generic ----*/
html, body, #map_canvas {
	height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}


#read_more_panel {
	overflow-y: auto;
	overflow-x: hidden;
}


body {
	position: relative;
}

body.page-template-volunteer-sign-up-php {
	overflow:scroll;
}

strong {
	font-weight: bold;
}

/* ----- map stuff ---- */
/*
div.gmnoprint {
	margin-right: 280px;
}
*/

/*---- info boxes ---*/

.infoBox img {
	z-index: 999;
}
.infoBox > img {
	position: absolute !important;
	top: 0px;
	right: 0px;
}

.info_wrapper {
	background: #fff;
}

.info_images {
	position: relative;
}

.small_image_waver {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 26px;
	width: 250px;
    z-index: 9999;
}

.attraction .small_image_waver {
	background: url("images/bg_attraction_small.png") no-repeat 0 0px;
}

.bus_route .small_image_waver {
	background: url("images/bg_bus_small.png") no-repeat 0 0px;
}

.cycling_route .small_image_waver {
	background: url("images/bg_cycling_small.png") no-repeat 0 0px;
}

.route .small_image_waver {
	background: url("images/bg_sdw_small.png") no-repeat 0 0px;
}

.special_offer .small_image_waver {
	background: url("images/bg_special_small.png") no-repeat 0 0px;
}

.train_station .small_image_waver {
	background: url("images/bg_train_small.png") no-repeat 0 0px;
}

.walking_route .small_image_waver {
	background: url("images/bg_walking_small.png") no-repeat 0 0px;
}

.featured .small_image_waver {
	background: url("images/bg_featured_small.png") no-repeat 0 0px;
}

.take_the_lead .small_image_waver {
	background: url("images/bg_take_the_lead_small.png") no-repeat 0 0px;
}

.info_header {
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 15px 15px 15px;
}



.info_header h2 {
	font-size: 14px;
	font-weight: bold;
	color: #2d2c2b;
}

.info_header p {
	font-size: 12px;
	font-weight: light;
	color: #2d2c2b;
	line-height: 130%;
	padding: 11px 0px 15px;
}

.info_box_info {
	padding: 3px 15px 3px 15px ;
}

.info_box_info h3 {
	font-size: 12px;
	font-weight: bold;
	color: #2d2c2b;
}

.infoBox img.header_image {
	width: 250px;
	z-index: 1;
}

.info_box_info .info_facilities {
	padding: 11px 0 13px;
}

.info_box_info .info_facilities h3 {
	float: left;
}

.infoBox a {
	color: #2d2c2b;
	font-size: 12px;
	font-weight: normal;
}

.infoBox a:hover {
	text-decoration: none;
	color: #ababab;
}

.info_box_info .info_facilities img {
	float: left;
}

.info_opening_times {
	margin-bottom: 7px;
}

.info_opening_times h3 {
	margin-bottom: 10px;
}

.info_opening_times .opening_day, .info_opening_times .opening_time {
	display: block;
	float: left;
	color: #5d5d5d;
	font-weight: light;
	font-size: 12px;
	margin-bottom: 5px;
}

.info_opening_times .opening_day {
	margin-right: 60px;
}


/* more info box */
#read_more_panel  {
	padding: 0px;
	margin: 0px;
	width: 278px;
	position: absolute;
	top: 0px;
	right: 0px;
    height: 100%;
    min-height: 650px;
    background: #fff;
     margin-right: -280px;
}

.read_more_sub_panel {
	font-family: 'Open Sans', sans-serif;
	padding: 14px 20px 11px 18px;
	color: #2d2c2b;
	border-bottom: 1px solid #e7e7e7;
}


#read_more_panel a {
	color: #2d2c2b;
	font-size: 12px;
	font-weight: normal;
}

#read_more_panel a:hover {
	text-decoration: none;
	color: #ababab;
}

#read_more_panel a.btn_read_more_close {
    background: url("images/btn_close.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 22px;
    position: absolute;
    right: 0px;
    top: 42px;
    width: 22px;
    z-index: 9999;
}

#read_more_panel a.btn_read_more_close:hover {
	background-position: 0px -22px;
}

#walk_info ul {
	margin-left: 0px;
}

#walk_info ul li {
	margin-bottom: 5px;
	padding-left: 40px;
	min-height: 32px;
}



#walk_info ul li.ground-nesting-bird---make-sure-you-and-your-dog-stick-to-the-paths-during-ground-nesting-bird-season---1-march-to-15-september {
	background: url('images/ground-nesting-bird.png') no-repeat left 20px;
	padding-top: 3px;
}

#walk_info ul li.livestock---keep-your-dog-on-the-lead-around-livestock {
	background: url('images/livestock.png') no-repeat left 5px;
	padding-top: 4px;

}

#walk_info ul li.mod {
	background: url('images/mod.png') no-repeat 7px top;
	padding-top: 8px;

}

#walk_info ul li.miles-without-stiles {
	background: url('images/nostiles.png') no-repeat top left / 28px 28px;
	padding-top: 6px;

}

#walk_info ul li.site {
	background: url('images/site.png') no-repeat top left;
	padding-top: 10px;

}

#walk_info ul li.walk {
	background: url('images/walk.png') no-repeat 5px top;
	padding-top: 10px;

}
.read_more_sub_panel h2 {
	font-size: 14px;
	font-weight: bold;
}

.read_more_sub_panel h3 {
	font-size: 12px;
	font-weight: bold;
}

.read_more_sub_panel p {
	font-size: 12px;
	font-weight: normal;
	padding: 10px 0px 0px;
	line-height: 130%;
}

.read_more_sub_panel ul {
	font-size: 12px;
	font-weight: light;
	margin-top: 10px;
	list-style: disc outside none;
	line-height: 130%;
	margin-left: 15px;
}

.read_more_sub_panel ul li {
	list-style: disc outside none;
}

.read_more_sub_panel#opening_times ul, .read_more_sub_panel#contact ul {
	font-size: 12px;
	font-weight: light;
	margin-top: 10px;
	line-height: 130%;
	margin-left: 0px;
	list-style: none outside none;
}


.read_more_sub_panel#opening_times ul li, .read_more_sub_panel#contact ul li {
	list-style: none outside none;
}


.read_more_sub_panel#opening_times li em, .read_more_sub_panel#contact li em {
	font-weight: bold;
	width: 80px;
	float: left;
	clear: left;
	display: block;
	padding: 1px 0px;
}


.read_more_sub_panel#contact li em {
	font-weight: normal;
	width: 52px;
}

.read_more_sub_panel#opening_times li span, .read_more_sub_panel#contact li span {
	width: 140px;
	float: left;
	display: block;
	padding: 1px 0px;
}

.read_more_sub_panel#contact li.attraction_phone span {
	padding: 6px 0px 6px 30px;
	background: url('images/icon_phone.png') left center no-repeat;
	display: block;
}

.read_more_sub_panel#contact li.attraction_website span {
	padding: 6px 0px 6px 30px;
	background: url('images/icon_url.png') left center no-repeat;
	display: block;
}

.read_more_sub_panel#facilities_side ul {
	margin-left: 2px;
}

.read_more_sub_panel#facilities_side li {
	float: left;
	margin-right: 2px;
	width: 20px;
}

.read_more_sub_panel .pdf_download {
	background: url('images/icon_pdf.png') 0px 0px no-repeat;
	color: #2d2c2b;
	font-size: 12px;
	padding-left: 23px;
	height: 18px;
	padding-top: 3px;
	margin-right: 18px;
	float: left;
	display: block;
}
.read_more_sub_panel .link {
	background: url('images/icon_link.png') 0px 0px no-repeat;
	color: #2d2c2b;
	font-size: 12px;
	padding-left: 23px;
	height: 18px;
	padding-top: 3px;
	margin-right: 18px;
	float: left;
	display: block;
}

.read_more_sub_panel#downloads ul, .read_more_sub_panel#downloads ul li {
	list-style: none;
}

.header_image {
	position: relative;
}

#read_more_panel .header_image {
	padding-top: 42px;
	height: 157px;
	overflow: hidden;
}

.header_image img {
	width: 278px;
	min-height: 157px;
}

.large_image_waver {
	position: absolute;
	left: 0px;
	bottom: -3px;
	height: 31px;
	width: 278px;
	z-index: 999;
}
.attraction .large_image_waver {
	background: url("images/bg_attraction_large.png") no-repeat 0 0px;
	background-size: 100%;
}

.bus_route .large_image_waver {
	background: url("images/bg_bus_large.png") no-repeat 0 0px;
}

.cycling_route .large_image_waver {
	background: url("images/bg_cycling_large.png") no-repeat 0 0px;
}

.route .large_image_waver, .south_downs_way .large_image_waver {
	background: url("images/bg_sdw_large.png") no-repeat 0 0px;
}

.special_offer .large_image_waver {
	background: url("images/bg_special_large.png") no-repeat 0 0px;
}

.train_station .large_image_waver {
	background: url("images/bg_train_large.png") no-repeat 0 0px;
}

.walking_route .large_image_waver {
	background: url("images/bg_walking_large.png") no-repeat 0 0px;
}

.take_the_lead .large_image_waver {
	background: url("images/bg_take_the_lead_large.png") no-repeat 0 0px;
}


.read_more_content_wrapper, .directions_content_wrapper, .view_all_opps_wrapper {
    height: 100%;
    padding: 0;
    width: 278px;
}


.read_more_content_wrapper {
	display: none;
}

#read_more_panel .header_image .discovery_logo {
	display: none;
}


#read_more_panel.bus_route .header_image .discovery_logo {
	background: url('images/logo_discovery.png') 0px 0px no-repeat;
	display: block;
	position: absolute;
	right: 7px;
	bottom: 30px;
	height: 66px;
	width: 150px;
}

#read_more_panel #discovery_routes #outward_journey {
	margin-top: 10px;
}

#read_more_panel #discovery_routes h4, #read_more_panel #discovery_attractions h4 {
	font-size: 12px;
	color: #000;
}

#read_more_panel #discovery_attractions .discover_attraction {
	margin: 10px 0px;
}

#read_more_panel #discovery_attractions .discover_attraction ul {
	margin-top: 5px;
}

#read_more_panel #discovery_routes ul {
	margin: 0px 0px 0px 2px;
}

#read_more_panel #discovery_routes ul li {
	background: url('images/icon_bus.png') left top no-repeat;
	padding-left: 28px;
	margin: 10px 0px;
}

#read_more_panel #discovery_routes ul li span {
	display: block;
}

#read_more_panel #discovery_routes ul li span.strong {
	font-weight: bold;
}

.directions_content_wrapper ul.nav {
	padding: 0px 13px 11px 0px;
	margin: 0px;
	height: 15px;

}

.directions_content_wrapper ul.nav li {
	list-style-type: none;
	display: block;
	float: left;
	margin-right: 10px;
}

.directions_content_wrapper ul.nav li a {
	display: block;
	overflow: hidden;
	height: 0px;
	padding-top: 14px;
	width: 17px;
}


.directions_content_wrapper ul.nav li a.directions_walking {
	background: url('images/directions_walking.png') no-repeat 5px 0px;
}
.directions_content_wrapper ul.nav li a.directions_cycling {
	background: url('images/directions_bicycle.png') no-repeat 0px 0px;
}
.directions_content_wrapper ul.nav li a.directions_public {
	background: url('images/directions_bus.png') no-repeat 0px 0px;
}
.directions_content_wrapper ul.nav li a.directions_driving {
	background: url('images/directions_car.png') no-repeat 0px 0px;
}


.directions_content_wrapper ul.nav li a.directions_walking:hover, .directions_content_wrapper ul.nav li a.directions_walking.selected {
	background-position: 5px -14px;
}
.directions_content_wrapper ul.nav li a.directions_cycling:hover, .directions_content_wrapper ul.nav li a.directions_cycling.selected {
	background-position: 0px -14px;
}
.directions_content_wrapper ul.nav li a.directions_public:hover, .directions_content_wrapper ul.nav li a.directions_public.selected {
	background-position: 0px -14px;
}
.directions_content_wrapper ul.nav li a.directions_driving:hover, .directions_content_wrapper ul.nav li a.directions_driving.selected {
	background-position: 0px -14px;
}

.directions_content_wrapper .adp, .directions_content_wrapper .adp table, .directions_content_wrapper .adp-list{
	font-size: 12px;
    font-weight: normal;
    line-height: 130%;
    padding: 10px 0 0;
    font-family: 'Open Sans',sans-serif;
    width: 232px;
}

#adp-placemark td {
	vertical-align: middle;
}

#adp-placemark img.adp-marker {
	margin: 10px;

}
.adp-placemark td {
	vertical-align: middle;
}

.adp-placemark img.adp-marker {
	margin: 10px;

}


/* filters */

.filter_box  ul, .filter_box  li {
	list-style: none;
}

.filter_box {
	width: 206px;
	background: #2d2c2b;
	font-family: 'Open Sans', sans-serif;
}

.filter_box  .filter_header {
	display: block;
	padding: 0px;
	color: #c3c3c3;
	font-weight: bold;
	font-size: 14px;
}

.filter_box  .sub_filter_header  {
	padding: 5px 0px 5px 10px;
}

.filter_box ul {
	display: none;
}

.filter_box.open ul {
	display: block;
}

.filter_box ul li {
	font-size: 12px;
	font-weight: normal;
	color: #c3c3c3;
	background: #3a3937;
	display: block;
	padding: 0px;
	margin-bottom: 2px;
	border-left: 3px solid #c3c3c3;
}

.filter_box#filter_attraction ul li#filter_recreation-leisure {
	background: url('images/attraction_icon_recreation-leisure.png') 181px 4px no-repeat #3a3937;
}

.filter_box#filter_attraction ul li#filter_farms {
	background: url('images/attraction_icon_farms.png') 181px 4px no-repeat #3a3937;
}

.filter_box#filter_attraction ul li#filter_forestry-woodland {
	background: url('images/attraction_icon_forestry-woodland.png') 181px 4px no-repeat #3a3937;
}

.filter_box#filter_attraction ul li#filter_viewpoint {
	background: url('images/attraction_icon_viewpoint.png') 181px 4px no-repeat #3a3937;
}

.filter_box#filter_attraction ul li#filter_vineyard {
	background: url('images/attraction_icon_vineyard.png') 181px 4px no-repeat #3a3937;
}

.filter_box#filter_attraction ul li#filter_historic-sites-buildings {
	background: url('images/attraction_icon_historic-sites-buildings.png') 181px 4px no-repeat #3a3937;
}

.filter_box#filter_attraction ul li#filter_galleries {
	background: url('images/attraction_icon_galleries.png') 181px 4px no-repeat #3a3937;
}

.filter_box#filter_attraction ul li#filter_gardens {
	background: url('images/attraction_icon_gardens.png') 181px 4px no-repeat #3a3937;
}

.filter_box#filter_attraction ul li#filter_museums {
	background: url('images/attraction_icon_museums.png') 181px 4px no-repeat #3a3937;
}

.filter_box#filter_attraction ul li#filter_nature-reserve {
	background: url('images/attraction_icon_nature-reserve.png') 181px 4px no-repeat #3a3937;
}

.filter_box#filter_attraction ul li#filter_cycle-hire {
	background: url('images/attraction_icon_cycle-hire.png') 181px 3px no-repeat #3a3937;
}

.filter_box#filter_attraction ul li#filter_special_offer {
	background: url('images/attraction_icon_special.png') 181px 4px no-repeat #3a3937;
}

.filter_box#filter_attraction ul li#filter_take_the_lead {
	background: url('images/take_the_lead_icon.png') 181px 4px no-repeat #3a3937;
}

.filter_box ul li#filter_south_downs_way.selected {
	border-left: 3px solid #e46f34;
}

.filter_box ul li#filter_bus_route.selected {
	border-left: 3px solid #25a796;
}

.filter_box ul li#filter_train_station.selected {
	border-left: 3px solid #e43434;
}

.filter_box ul li#filter_take_the_lead.selected {
	border-left: 3px solid #8c7f9a;
}

.filter_box ul li#filter_cycling_route {
	padding: 0px;
	border-left: none;
}

.filter_box ul li#filter_cycling_route, .filter_box ul li#filter_cycling_route ul li {
	border-left: 3px solid #c3c3c3;
}

.filter_box ul li#filter_cycling_route.selected, .filter_box ul li#filter_cycling_route ul li.selected {
	border-left: 3px solid #60a64d;
}

.filter_box ul li#filter_walking_route {
	padding: 0px;
	border-left: none;
}

.filter_box ul li#filter_walking_route, .filter_box ul li#filter_walking_route ul li {
	border-left: 3px solid #c3c3c3;
}

.filter_box ul li#filter_walking_route.selected, .filter_box ul li#filter_walking_route ul li.selected  {
	border-left: 3px solid #ffc324;
}
.filter_box#filter_attraction ul li.selected {
	border-left: 3px solid #258ca7;
}

.filter_box#filter_attraction ul li#filter_take_the_lead.selected {
	border-left: 3px solid #8c7f9a;
}

.filter_box#filter_attraction ul li#filter_special_offer.selected {
	border-left: 3px solid #e4348b;
}

.filter_box#filter_route ul li ul {
	background: #2d2c2b;
	padding-top: 2px;
	display: none;
}

.filter_box#filter_route ul li.open ul {
	display: block;
}

.filter_box ul li ul li {
	background: #343331;
	padding-left: 30px;
}

.filter_box a {
	color: #c3c3c3;
	text-decoration: none;
	font-size: 12px;
}

.filter_box a:hover {
	color: #868585;
}


.filter_box a.open_filter_mark {
	display: block;
	background: url("images/btn_filter_arrow.png") no-repeat scroll 97% -19px rgba(0, 0, 0, 0);
	overflow: hidden;
	padding: 9px 0 10px 10px;
	margin: 0 4px 0 0;
}

.filter_box.open a.open_filter_mark {
	background-position: 97% 12px;
}


.filter_box ul li a {
	background: url('images/btn_filter_chk.png')  11px -276px no-repeat;
	padding-left: 22px;
	display: block;
	padding: 5px 0 5px 33px;
}

.filter_box ul li a.selected {
	padding: 5px 0 5px 33px;
}

.filter_box#filter_volunteer_opp ul li a, .filter_box#filter_advanced_search ul li a  {
	background: url('images/tick-box-volunteer-map.png') 0px -67px no-repeat;
	padding-left: 27px;
}

.filter_box#filter_volunteer_opp ul li.selected a, .filter_box#filter_advanced_search ul li.selected a  {
	background: url('images/tick-box-volunteer-map.png') 0px -3px no-repeat;
	color: #c1d6ad;
}

.filter_box#filter_volunteer_opp ul li.selected, .filter_box#filter_advanced_search ul li.selected {
	border-left: 3px solid #fff;
}

.filter_box ul li#filter_south_downs_way.selected a  {
	background: url('images/btn_filter_chk.png') 11px -36px no-repeat;
}

.filter_box ul li#filter_bus_route.selected a  {
	background: url('images/btn_filter_chk.png') 11px -76px no-repeat;
}

.filter_box ul li#filter_train_station.selected a  {
	background: url('images/btn_filter_chk.png') 11px -116px no-repeat;
}

.filter_box ul li#filter_cycling_route.selected a, .filter_box ul li#filter_cycling_route ul li.selected a {
	background: url('images/btn_filter_chk.png') 11px -156px no-repeat;
}

.filter_box ul li#filter_walking_route.selected a, .filter_box ul li#filter_walking_route ul li.selected a  {
	background: url('images/btn_filter_chk.png') 11px -196px no-repeat;
}

.filter_box#filter_attraction ul li.selected a {
	background: url('images/btn_filter_chk.png') 11px 4px no-repeat;
}

.filter_box#filter_attraction ul li#filter_special_offer.selected a  {
	background: url('images/btn_filter_chk.png') 11px -236px no-repeat;
}

.filter_box#filter_attraction ul li#filter_take_the_lead.selected a  {
	background: url('images/btn_filter_chk.png') 11px -316px no-repeat;
}

.filter_box a.open_filter,
.filter_box#filter_route #filter_cycling_route a.open_filter,
.filter_box#filter_route #filter_walking_route a.open_filter,
.filter_box#filter_attraction a.open_filter,
.filter_box#filter_volunteer_opp a.open_filter,
.filter_box#filter_advanced_search a.open_filter,
#filter_volunteer_opp.filter_box div.filter_sub_cat a.open_filter,
#filter_advanced_search.filter_box div.filter_sub_cat a.open_filter {
	display: block;
	height:0px;
	width: 5px;
	padding: 13px 13px 1px 13px;
	background: url("images/btn_filter_arrow.png") no-repeat scroll 10px -29px rgba(0, 0, 0, 0);
	overflow: hidden;
	float: right;
	margin: 0 4px 0 0;
}

.filter_box#filter_route.open a.open_filter,
.filter_box#filter_route .open#filter_cycling_route a.open_filter,
.filter_box#filter_route .open#filter_walking_route a.open_filter,
.filter_box#filter_attraction.open a.open_filter,
.filter_box#filter_volunteer_opp.open a.open_filter,
.filter_box#filter_advanced_search.open a.open_filter,
#filter_volunteer_opp.filter_box div.filter_sub_cat.open a.open_filter,
#filter_advanced_search.filter_box div.filter_sub_cat.open a.open_filter
 {
	background: url('images/btn_filter_arrow.png') 10px 5px no-repeat;
}


#mobile_menu {
	display: none;

}

/* main nav */

#main_navigation {
	width: 100%;
	background: #2d2c2b;
	height: 13px;
	padding: 13px 0px 16px 0px;
	position: absolute;
    width: 100%;
    z-index: 99999;
    top:0px;
    left:0px;
}

#main_navigation ul, #main_navigation li {
	list-style: none;
}

#main_navigation ul#left_menu {
	margin-left: 30px;
}

#main_navigation ul#left_menu li {
	display: block;
	float: left;
}

#main_navigation ul#right_menu {
	margin-right: 30px;
}

#main_navigation ul#right_menu li {
	display: block;
	float: right;
}

#main_navigation ul li a, #main_navigation ul li {
	font-family: 'Open Sans', sans-serif;
	color: #c3c3c3;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	margin-right: 0px;
}


#main_navigation ul li a:hover {
	color: #868585;
}

/* ----- seearch box ------- */

#search_box {
	width: 275px;
	height: 33px;
	background: #fff;
	border-bottom: 2px solid #2d2c2b;
}

#enter_postcode {
	width: 220px;
	height: 33px;
	background: #fff;
	border-bottom: 0px solid #2d2c2b;
}

#enter_postcode_large {
	width: 278px;
	height: 33px;
	background: #fff;
	border-bottom: 0px solid #2d2c2b;
}

#search_box input, #enter_postcode input, #enter_postcode_large input {
	border: none;
	width: 230px;
	padding: 0px 0px 0px 10px;
	float: left;
	height: 33px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #555;
}

#enter_postcode input {
	width: 190px;
	padding: 0px;
}

#enter_postcode_large input {
	width: 212px;
	padding-left: 18px;
}

#enter_postcode_large {
	border-bottom: 1px solid #e7e7e7;
}


#search_box input.button, #enter_postcode input.button, #enter_postcode_large input.button {
	width: 30px;
	height: 0px;
	padding-top: 33px;
	background: url('images/btn_search_arrow.png') 6px 9px no-repeat;
	overflow: hidden;
	display: block;
	float: left;
	border: none;
	cursor: pointer;
}

#search_box button:hover, #enter_postcode button:hover, #enter_postcode_large button:hover {
	background: url('images/btn_search_arrow.png') 6px -34px no-repeat;
}


.train_station .read_more_info {

	display: none;
}

.train_station .info_header p {
	padding-bottom: 0px;
}

/* sign up form */
.page-template-volunteer-sign-up-php {
	font-family: 'Open Sans',sans-serif;
	color: #2d2c2b;
	font-size: 14px;
}

.page-template-volunteer-sign-up-php .content {
	width: 705px;
	margin: 72px auto 50px;
}

.page-template-volunteer-sign-up-php .left_form {
	width: 291px;
	float: left;
	padding-right: 60px;
}

.page-template-volunteer-sign-up-php .right_form {
	width: 291px;
	float: left;
	padding-left: 60px;
}

.page-template-volunteer-sign-up-php .middle_line {
	padding-left: 1px;
	height: 536px;
	margin-top: 12%;
	display: block;
	background: #d5d5d5;
	float: left;
}

.page-template-volunteer-sign-up-php form input, .page-template-volunteer-sign-up-php form textarea {
	background: #ecf2ec;
	border: none;
	display: block;
}

.page-template-volunteer-sign-up-php form textarea {
	width: 271px;
	height: 65px;
	padding: 10px;
}

.page-template-volunteer-sign-up-php form input {
	height: 30px;
	width: 271px;
	padding: 0px 10px;
}

.page-template-volunteer-sign-up-php form input#org_image {
	width: 281px;
	padding: 0px 10px 0px 0px;
}

.page-template-volunteer-sign-up-php form label {
	display: block;
	margin: 20px 0px 8px;
}

.page-template-volunteer-sign-up-php h2 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 13px;
}

.page-template-volunteer-sign-up-php form h3 {
	font-weight: bold;
}

.page-template-volunteer-sign-up-php form .check_group_boxes {
	margin-top: 10px;
}

.page-template-volunteer-sign-up-php form .check_group_boxes label {
	display: block;
	float: left;
	width: 270px;
	clear: both;
	margin: 7px 0px 0px 0px;
}

.page-template-volunteer-sign-up-php form .check_group_boxes input {
	display: block;
	float: left;
	width: auto;
	padding: 0px;
	height: auto;
	margin: 7px 0px 0px 0px;
}

.page-template-volunteer-sign-up-php form .check_group_boxes#day_checkboxes label {
	width: 15px;
	clear: none;
}

.page-template-volunteer-sign-up-php form .check_group_boxes#day_checkboxes label.day_label {
	width: 203px;
	clear: both;
}

.page-template-volunteer-sign-up-php form .check_group_boxes#day_checkboxes input {
	margin: 7px 20px 0px 6px;
}

.page-template-volunteer-sign-up-php form .check_group_boxes#day_checkboxes input.pm_box {
	margin: 7px 0px 0px 6px;
}

.page-template-volunteer-sign-up-php form .feedback {
	margin: 20px 0px;
}

.page-template-volunteer-sign-up-php form input.submitfield {
	color: #ecf2ec;
	background: #2d2c2b;
	height: 30px;
	width: 81px;
	font-family: 'Open Sans',sans-serif;
	font-size: 12px;
	cursor: pointer;
	margin-top: 25px;
}

.page-template-volunteer-sign-up-php form input.submitfield:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.8;
}

.page-template-volunteer-sign-up-php .opp_finished  {
	float: left;
	display: block;
	color: #2d2c2b;
	margin: 8px 0 0 0px;
}

.page-template-volunteer-sign-up-php #add_pin, .page-template-volunteer-sign-up-php #open_map_box {
	color: #2d2c2b;
}

.page-template-volunteer-sign-up-php #add_pin:hover, .page-template-volunteer-sign-up-php .opp_finished:hover, .page-template-volunteer-sign-up-php form #open_map_box:hover  {
	filter: alpha(opacity=80);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.8;
}

.page-template-volunteer-sign-up-php form #volunteer_role_area_wrapper {
	margin-bottom: 20px;
}

.page-template-volunteer-sign-up-php form input#opp_submit {
	float: left;
	width: 65px;
	margin-top:0px;
}

.page-template-volunteer-sign-up-php form#final_form p {
	padding: 7px 0px 22px 0px;
	line-height: 150%;
}

.page-template-volunteer-sign-up-php p {
	line-height: 150%;
	margin-top: 10px;
}

.page-template-volunteer-sign-up-php label#skills_resources {
	line-height: 150%;
}

.find_location_wrapper {
	display: none;
	margin-bottom: 20px;
}

.page-template-volunteer-sign-up-php .find_location_wrapper label {
	margin-top: 15px;
	display: block;
}

.page-template-volunteer-sign-up-php .find_location_wrapper input {
	margin-right: 5px;
    width: 148px;
	float: left;
}

.page-template-volunteer-sign-up-php .find_location_wrapper a#find_location {
	width: 60px;
	display: block;
	height: 17px;
	background: #2d2c2b;
	float: left;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 5px 0px 0px;
}

#close_map_button {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 22px;
	padding: 8px 0px 0px;
	background: #2d2c2b;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.page-template-volunteer-sign-up-php #place_pin {
	display: none;
}

#place_pin .ajax_loader {
	display: none;
	height: 16px;
	width: 16px;
	margin: 0 auto;
	background: url('images/loader.gif') no-repeat center center;
}

.page-template-volunteer-sign-up-php .loading {
	display: none;
	width: 100%;
	height: 100%;
	margin: 0 auto;

	text-align: center;
	background: url('images/loader.gif') no-repeat center center;
}

.page-template-volunteer-sign-up-php .loading .percent {
	padding-top: 35px;
}

.page-template-volunteer-sign-up-php #opp_submitted {
	display: none;
}

.page-template-volunteer-sign-up-php #work_from_home {
	display: block;
    float: left;
    height: auto;
    margin: 20px 0 8px 10px;
    padding: 0;
    width: auto;
}

.page-template-volunteer-sign-up-php #work_from_home_label {
	float: left;
	display: block;
}

.page-template-volunteer-sign-up-php #day_checkboxes #varies {
	margin: 0 0 0 75px;
}

.error {
	color: #c33320;
}

#successfully_submitted {
	background: none repeat scroll 0 0 #eee;
    border: 1px solid silver;
    color: #2c2c2c;
    display: none;
    font-size: 13px;
    line-height: 140%;
    margin: 15px 0 50px;
    padding: 10px;
}

#close_map_box {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 10px;
	height: 0px;
	padding-top: 10px;
	overflow: hidden;
	background: url('images/btn_volunteer_pin_close.png') 0px 0px no-repeat;
}

#place_pin_popup {
	display: none;
	position: absolute;
	top: 15%;
	left: 25%;
	width: 760px;
	padding: 20px;
	background: #fff;
}

#small_map_canvas {
	width: 520px;
	height: 375px;
	float: left;
	border: 1px solid #E0EBD6;
}

#place_pin_content_wrapper {
	float: left;
	width: 220px;
	margin: 0px 0px 0px 17px;
	position: relative;
}

#place_pin_content_wrapper p {
	line-height: 150%;
	margin-top: 25px;
}

.body_blackout {
	background: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	min-height: 911px;
	width: 100%;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	display: none;
}

/* volunteer map */

.page-template-volunteer-map-php .filter_box {
	width: 261px;
	z-index: 99999;
}

.page-template-volunteer-map-php #filter_volunteer_opp {
	left: 20px;
}

.page-template-volunteer-map-php #filter_advanced_search {
	left: 300px;
}

.info_wrapper_wrapper {
	background: url('images/bar_volunteer_infobox.jpg') no-repeat #fff;
	padding: 18px 0px 18px 0px;
}

.info_wrapper_wrapper .info_org_menu h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 18px;
	display: block;
	color: #2d2c2b;
}

.info_wrapper_wrapper .info_org_menu ul li {
	list-style: none;
	line-height: 18px;
}

.info_wrapper_wrapper .info_org_menu ul li a {
	font-size: 12px;
	color: #2d2c2b;
}

.info_wrapper_wrapper .info_org_menu ul li a:hover {
	color: #868585;
}

.info_wrapper_wrapper .info_box_info h2 {
	font-size: 12px;
	font-weight: normal;
	padding: 18px 0px;
}

.accord_item ul {
	display: none;
}

#view_all_button {
	background: url("images/btn_view_all.png") no-repeat scroll 9px 9px #2D2C2B;
	color: #FFFFFF;
	display: block;
	font-family: 'Open Sans',sans-serif;
	font-size: 13px;
	height: 22px;
	padding: 8px 0 0 31px;
	text-decoration: none;
	width: 56px;
	float: right;
	margin-top: 10px;
}

#view_all_button:hover {
	color: #c3c3c3;
	background: url("images/btn_view_all.png") no-repeat scroll 9px -41px #2D2C2B;
}

.view_all_opps_wrapper {
	font-family: 'Open Sans',sans-serif;
	padding: 0px 20px 0px 30px;
	margin: 20px 0px 0px 0px;
	width: 223px;
}

.view_all_opps_wrapper h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 12px;
}

.view_all_opps_wrapper ul li {
	list-style: none;
}

#read_more_panel .view_all_opps_wrapper ul li a {
	font-weight: bold;
	font-size: 12px;
}

.view_all_opps_wrapper ul li p {
	padding: 10px 0px 0px;
	line-height: 15px;
	font-weight: normal;
	font-size: 12px;
}

.filter_box div.filter_sub_cat {
	border-left: 0px;
	background: #4d4c49;
	color: #fff;
	font-weight: bold;
	padding: 7px 0px 7px 10px;
	display: block;
	font-size: 12px;
}

.filter_box div.filter_sub_cat h4 {
	display: block;
	float: left;
}


#filter_volunteer_opp.filter_box div.filter_sub_cat, #filter_advanced_search.filter_box div.filter_sub_cat {
	display: none;
}

#filter_volunteer_opp.filter_box.open div.filter_sub_cat, #filter_advanced_search.filter_box.open div.filter_sub_cat {
	display: block;
}


#filter_volunteer_opp.filter_box .filter_sub_cat a.clear_all_filter_link, #filter_advanced_search.filter_box .filter_sub_cat a.clear_all_filter_link {
	background: none;
	padding-left: 0px;
	display: block;
	text-decoration: underline;
	color: #fff;
	float: right;
}

#filter_volunteer_opp.filter_box .filter_sub_cat a.clear_all_filter_link:hover, #filter_advanced_search.filter_box .filter_sub_cat a.clear_all_filter_link:hover {
	color: #C3C3C3;
}

#map_pin_key {
	position: absolute;
	bottom: 15px;
	right: 10px;
	font-size: 12px;
	font-family: 'Open Sans',sans-serif;
}

#map_pin_key .map_pin {
	padding-left: 10px;
}

#map_pin_key .map_pin, #map_pin_key h3, #map_pin_key span {
	float: left;
	display: block;
}

#map_pin_key .map_pin img {
	float: left;
}

#map_pin_key h3 {
	font-weight: bold;
}

#map_pin_key span, #map_pin_key h3 {
	padding-top: 10px;
}

.am_filter {
	width: 202px;
}

.filter_box .am_filter span {
	width: 151px;
	float: left;
	padding: 4px 0 0 7px;
}


#filter_advanced_search.filter_box ul li.am_filter a {
	background-position: 153px -67px;
	padding-left: 178px;
}
#filter_advanced_search.filter_box ul li.am_filter.selected a {
	background-position: 153px -3px;
}

.filter_box .am_filter, .filter_box .pm_filter  {
	float: left;
	display: block;
}

.filter_box .varies_filter {
	width: 257px;
	padding: 1px 0 4px;
}

.filter_box .varies_filter a {
	padding-bottom: 11px;
}

.filter_box .pm_filter {
	border-left: none;
	padding-right: 10px;
}

#filter_advanced_search.filter_box ul li.pm_filter.selected{
	border-left: none;
}

#filter_advanced_search.filter_box ul li.am_filter.pm_selected {
	border-left-color: #fff;
}

.jspHorizontalBar {
	display: none;
}

.page-template-volunteer-map-php .read_more_sub_panel p {
	padding: 10px 0px;
}

.page-template-volunteer-map-php .read_more_sub_panel p#other_facilities_info {
	padding: 10px 0px 0px;
}

.page-template-volunteer-map-php .read_more_header {
	padding-top: 50px;
}


.read_more_sub_panel .org_info, .read_more_sub_panel .org_add_info  {
	font-size: 12px;
	font-weight: normal;
	line-height: 130%;
	padding-bottom: 10px;
}

#skills_share {
	margin-top: 20px;
}

.read_more_content_wrapper ul li {
	list-style: none;
}

.read_more_content_wrapper #facilities_side {
	display: none;
}

.read_more_content_wrapper #multiple_opportunities_here .accord_item a.filter_thingy, .read_more_content_wrapper #multiple_opportunities_other .accord_item a.filter_thingy, .read_more_content_wrapper #area_opportunities .accord_item a.filter_thingy  {
	display: block;
	background: url('images/btn_filter_arrow.png') 227px -7px no-repeat #4d4c49;
	padding: 6px 0px 6px 17px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

.read_more_content_wrapper #multiple_opportunities_here .accord_item.selected a.filter_thingy, .read_more_content_wrapper #multiple_opportunities_other .accord_item.selected a.filter_thingy, .read_more_content_wrapper #area_opportunities .accord_item.selected a.filter_thingy {
	color: #d4d4d4;
	background: url('images/btn_filter_arrow.png') 227px 8px no-repeat #4d4c49;
}

.read_more_content_wrapper .accord_wrapper {
	padding: 10px 0px 0px 0px;
}

.read_more_content_wrapper .accord_item {
	padding-bottom: 10px;
}

.opportunity_panel div ul  {
	margin-left: 0px;
}

.opportunity_panel div ul li {
	padding: 5px 0px;
}

.opportunity_panel div ul li.sel_opp_contact a {
	word-break: break-all;
}
.opportunity_panel div ul li em {
	float: left;
	width: 60px;
	display: block;
}

.opportunity_panel div ul li span {
	float: left;
	display: block;
	width: 180px;
	word-wrap: break-word;
}

.page-template-volunteer-map-php .opportunity_panel div ul li span p {
	padding: 0px;
}

.page-template-volunteer-map-php .info_box_info ul li {
	list-style: none;
	padding: 2px;
}

.back_to_menu_link {
	margin-left: 10px;
}

.info_org_menu {
	padding-left: 18px;
}

.read_more_header img {
	display: none;
	margin: 0 auto;
}

#read_more_panel .sidebar_loading {
	display: none;
	height: 16px;
	width: 16px;
	margin: 300px auto 0;
	background: url('images/loader.gif') no-repeat 0px 0px;
}

.page-template-volunteer-map-php .read_more_content_wrapper {
	margin-bottom: 50px;

}

.org_logo {
	margin: 0 auto;
	max-width: 270px;
	max-height: 190px;
}

.info_wrapper .info_header .find_out_more_link {
	display: none;
}

.info_wrapper .info_header span.hide_me {
	display: none;
}

.info_wrapper .info_header span {
	display: block;
	padding: 5px 0px;
}

.read_more_content_wrapper #blurb div span {
	padding: 10px 0px;
	font-size: 12px;
	display: block;
	line-height: 130%;
}

/* opp preview */

.organisation_preview {
	background: #c3c3c3;
	height: 100%;
	width: 100%;
}

.organisation_preview #read_more_panel {
	margin: 0px;
}

.organisation_preview .read_more_content_wrapper {
	display: block;
}

.organisation_preview .read_more_header img {
	display: block;
}

.organisation_preview #read_more_panel #facilities_side {
	display: block;
}
