/**
 * Photo Walk Public Styles
 *
 * @package WordPress
 * @subpackage Photowalk
 * @since 1.0
 */

/** General **/
ol.ol {
	list-style-type: decimal;
	margin-bottom: 1em;
	margin-top: 1em;
	}
	ol.ol li {
		margin-bottom: 1em;
		margin-left: 2em;
		}

/** Labels for feaux form values */
.label-prompt {

}
.label-prompt.search-prompt {
	color: #777A7F;
}

/** Locations Map Page **/
#location_search button{
	text-transform: uppercase;
	color: #FFF;
	cursor: pointer;
}
#location_search input, #location_search button{
}
#location_map-wrapper {
	margin: 0;
	overflow:hidden;
}
#location_map {
	height: 350px;
	width: 100% !important;
}
#location_map .loadingtext {
	line-height: 250px;
	color: #A1A18B;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
}
#location_search-wrapper {
	margin:0 0 30px 0;
}
#location_search-wrapper h1 {
	margin:0;
}
#location_results-wrapper {
    margin: 0;
    position: relative;
    margin-top:30px;
}
#location_results {
	padding: 0;
	overflow:auto;
	background: none repeat scroll 0 0 #F4F4F4;
    border: 1px solid #ccc;
}

#location_results h3 {
	margin:0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
#location_results li {
	border-bottom: 1px dotted #CCCCCC;
	padding: 15px;
	width: 100%;
}
#location_results li:nth-child(odd){
	background-color: #fff;
}
#location_results a.back {
    margin: 0;
    padding: 0;
    float: left;
    margin-bottom:5px;
    font-size:10;
}
	#location_results li.country,
	#location_results li.state {
		font-size: 20px;
    line-height: 20px;
    text-shadow: 1px 1px #FFFFFF;
		}
		#location_results li.country a,
		#location_results li.state a {display: block; padding: 0 10px;}
	 #location_results li.state {font-size: 18px;}
#location_results li.location {
}
		#location_results li.location strong {display: block; margin-bottom: 5px;}
		#location_results li img {
			float: left;
			margin-right: 5px;
			margin-bottom: 5px;
			}

#location_nav {
	margin-top: 20px;
}



/* About / FAQ Page */
.faqlist {
	width: 96%;
	padding-left: 6px;
	}
.faqlist h3 {
	border-top: 1px dashed #808080;
	margin-top: 0;
	padding-top: 10px !important;
	color: #6D992E !important;
	}
.firsttitle {border: none !important; padding-top: 0 !important;}
.faqlist b {
	font-size: 16px;
	color: #73ae02;
	font-style: italic;
	}

.helptabs {background: #F8F5D5 url(images/photohelp_bg.gif) 50% 50% no-repeat; height: 78px; padding: 0; margin-top: 15px; border: 1px solid #edde8a;}
.helptabs a {outline: none; background: none !important;}
/*.helptabs .leadbt {margin-left: 22px;}
*/
#walkershelp, #leadershelp {position: relative; margin-top: -2px; padding-top: 20px;}
#walkershelp .tabarrow {position: absolute; left: 140px; top: 0;}
#leadershelp .tabarrow {position: absolute; right: 140px; top: 0;}

.faqindex {}
.faqindex a:link,
.faqindex a:visited {display: block; padding: 12px; height: 30px; line-height: normal; width: 110px; float: left; font-size: 12px; margin-right: 6px; background: #F8F8F4; margin-top: 5px; cursor: pointer; text-decoration: none;}
.faqindex a:hover {background: #eee;}
.photowalkers {clear: both; border: 1px dashed #EDDE8A; margin: 12px 0 6px; padding: 18px 0 12px; background: #F8F5D5 url(images/photowalkers_help_bg.gif) left top no-repeat;}
.photoleaders {clear: both; border: 1px dashed #EDDE8A; margin: 22px 0 6px; padding: 18px 0 12px; background: #F8F5D5 url(images/photoleaders_help_bg.gif) left top no-repeat;}
