/* ----- Map Styles:Overrides screen.css for map page ----- */

body.map #sidebar {
	display:none;
}
/* body.map #contentDiv {width:100%; position:relative; } */

body.map #contentDiv ul.actions {
	width:auto;
}
/* Left column */

/* Form */

body.map #contentDiv #controlPanel, body #contentDiv h1, body #contentDiv #textResults {
	width:35%;
}
body.map #contentDiv #controlPanel {
	/* border-right:1px solid #e9e09e; */
	display:block;
	display:inline-block;
	margin-bottom:20px;
}
body.map #contentDiv #controlPanel:after {
	content:'.';
	visibility:hidden;
	height:1%;
	text-indent:-999em;
	clear:left;
}
body.map #contentDiv #controlPanel form {
	height:348px;
	line-height:1.25;
	float:left;
	padding-right:25px;
}
body.map #contentDiv form div input {
	border: 1px solid #e9e09e; /* #db9629; */
}
body.map #contentDiv form div title {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 120px;
}
body.map #contentDiv h1 {
	margin-bottom:.5em;
}
/*body.map #contentDiv form div { margin:0 0 1em 0; font-size:1.1em; }*/
/*body.map #contentDiv form div input { 	display:block; 	border:1px solid #db9629; 	padding:.3em; 	margin-top:.25em; width:97% */
}
body.map #contentDiv form div.checkbox {
	margin:0 0 .25em 0;
}
body.map #contentDiv form div.checkbox input {
	display:inline-block;
	margin-right:3px;
	border:none;
	padding:0;/*	width:auto; */
}
body.map #contentDiv form div.checkbox label {
	display:inline-block;
	font-size:1.1em;
	margin:0.2em;
}

body.map #contentDiv form p.faux-title {
	margin: 4px 0 0 0;
	width: 80px;
	display:inline-block;
}
/* search input style for no classname,in safari and firefox */

body.map #contentDiv form input[type=button] {
	display:inline-block;
	margin:1em 0 1em 0;
	background:#6c1701;
	padding:0.4em .5em;
	font-size:0.9em;
	color:#fff;
	margin-top:1.0em;
	border:1px solid #db9629;
	float:left;
}
/* search input style for injected classname */

body.map #contentDiv form input[type=button] {
	width:61px;
	height:18px;
	background:transparent url("http://www.preservationnation.org/assets/wrapper/img/btn_search_1.gif") no-repeat top left;
	border:none;
	text-indent:-999em;
	overflow:hidden;
	cursor:pointer;
	padding:0; /*fix ie7 */
	font-size:0px;
	margin-top:9px;
}
body.map #contentDiv span a {
	display:none;
}
body.map #contentDiv #textResults span a {
	display:inline;
}
/* map */

body.map #contentDiv #linkToMap {
	position:absolute;
	top:360px;
	left:38%;
}
body.map #contentDiv #linkToMap a {
	color:#951f00;
}
body.map #contentDiv #map {
	margin-right: 8px;
	position:absolute !important;
	right:0 !important;
	top:30px !important;
	border:1px solid #e9e09e;
	width:700px;
	align:left;
}


/* Results */

body.map-results #contentDiv #textResults {
	line-height:1.25;
	min-height:445px;
}
* html body.map-results #contentDiv #textResults {
	height:460px;
}
body.map-results #contentDiv #textResults .textHeader, body #contentDiv span.ControlPanelData {
	color:#636363;
	font-style:italic;
}
body.map-results #contentDiv #textResults .oneTextResult {
	padding-bottom:.333em;
	border-bottom:1px solid #f5ebc1;
	margin: 0.5em 2em 1em 0;
	font-size:1.2em;
	position:relative;
}
body.map-results #contentDiv #textResults .oneTextResult span.resultName {
	display:block;
	font-size:1.1em;
	font-weight:bold;
	padding:.25em .25em .2em;
	margin-left:0;/*border-bottom:1px solid #e9e09e;margin-bottom:.5em;*/
}
body.map-results #contentDiv #textResults .oneTextResult span.resultName a {
	text-decoration:none;
	display:inline;
	width:80%;
}
body.map-results #contentDiv #textResults .oneTextResult span {
	display:block;
}
body.map-results #contentDiv #textResults .oneTextResult span.distance, body.map-results #contentDiv #textResults .oneTextResult span.resultType {
	display:inline;
}
body.map-results #contentDiv #textResults .oneTextResult span.distance {
	margin-left:3px;
}
body.map-results #contentDiv #textResults .oneTextResult span.distance:after {
	content:' mi';
}
body.map-results #contentDiv #textResults .oneTextResult span.resultType {
	font-style:italic;
	background-color:#f5ebc1;
}
body.map-results #contentDiv #textResults .oneTextResult span.resultAddress {
	/* width:60%; */
	position:static;
	margin-left:3px;
	margin-top:.5em;
}
body.map-results #contentDiv #textResults .oneTextResult span.resultYear {
	display:none;
}
body.map-results #contentDiv #textResults .oneTextResult span.resultPhone {
	display:block;
	margin-top:.5em;
	margin-left:3px;
}
body.map-results #contentDiv #paginator {
	margin:0;
	padding:0;
	margin-bottom:1em;
	width:35%;
	margin-bottom:40px
}
body.map-results #contentDiv #paginator li {
	display:inline;
	display:inline-block;
	float:left;
}
body.map-results #contentDiv #paginator li#next, body #contentDiv #paginator li#prev {
	background:none;
	border:none;
	margin-top:0;
}
body.map-results #contentDiv #paginator li a:hover {
	background:none;
	text-decoration:underline;
}
//body.map-results #contentDiv #paginator li#next {
float:right;
}
body.map-results #contentDiv #paginator li a {
	text-decoration:none;
	padding:0 .5em;
	margin:0;
}
body.map-results #contentDiv #paginator li#prev a:before {
	content:'< ';
}
body.map-results #contentDiv #paginator li#next a:after {
	content:' >';
}
body.map-results #contentDiv span.ControlPanelData {
	display:block;
	clear:left;
	margin-bottom:2em;
	position:relative;
	top:-20px;
}
/* secondary form layout for results page */
body.map-results #contentDiv #map {
	height:450px !important;
}
body.map-results #contentDiv #linkToMap {
	top:476px;
}
body.map-results #contentDiv #controlPanel {
	width:100%;
	/* border-right:none;
	border-top:1px solid #e9e09e; */
	margin-top:40px;
}
body.map-results #contentDiv #controlPanel form {
	height:auto;
}
body.map-results #contentDiv form div {
	width:430px;
	float:left;
	margin-right:0;
	clear:left;
}
body.map-results #contentDiv form div.checkbox {
	float:right;
	width:365px;
	clear:right;
	position:relative;
	top:-40px;
	margin-bottom:5px;
	text-align:left;
}
body.map-results #contentDiv form input[type=button] {
	float:right;
	clear:right;
	padding-right:365px;
	position:relative;
	top:-40px;
}
/* clears */

body.map ul.actions {
	clear:left;
}

/* ----- END Map Styles ----- */

