body {
    margin: 0;
	padding: 0px;
    font-family: Helvetica;
    background: #FFFFFF;
    color: #000000;
    overflow-x: hidden;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
}


.header{
	height: 59px;
  	padding: 5px 0;
  	line-height: 59px;
  	background-color: #333333;
	background: url(/images/managebar.png) repeat-x;
  	text-align: center;
  	vertical-align: center;
  	box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
}

.header > h1 {
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    font-size: 20px;
	margin-top: -8px;
    font-weight: bold;
   	text-shadow: rgba(0, 0, 0, 0.4) 0px -2px 0;
    text-align: center;
    color: #FFFFFF;
}

#new_spot {
	position: absolute;
	-webkit-border-image: url(images/plus.png) 0 5 0 5;
	white-space: nowrap;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	top: 8px;
    right: 6px;
    margin: 0;
    border-width: 0 5px;
    padding: 0 6px 5px 6px;
    width: auto;
    height: 30px;
	text-shadow: rgba(0, 0, 0, 0.4) 0px -2px 0;
	text-decoration: none;
}
	

#nav{
	background-color: #5C5C5C;
	background: url(/images/nav_bg.png) repeat-x;
	margin: -9px auto 0px auto;
	text-align: center;
	padding: 6px 0px 8px 0px;
	height: 35px;
	border-top: 1px solid #222222;
	width: 100%;
	top: 50px;
}

#nav a {
	padding: 5px 30px;
	color: #99DED9;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: rgba(0,0,0, 0.4) -1px 1px 0;
	position: relative;
	top: 3px;
}

#nav a#selected{
	background: url(/images/selected.png) no-repeat;
	height: 50px;
	font-size: 14px;
	padding: 12px 35px 13px 27px;
	position: relative !important;
	top: 8px;
	color: #000000;
	text-shadow: rgba(255,255,255, 0.4) -1px 1px 0;
}


#meta-container{
	width: 320px;
	overflow: hidden;
}

#container{
	width: 640px;
	overflow: hidden;
}

.slide{
	width: 320px;
	float: left;
	background: #CDCDCD;
}

.search_box{
	height: 50px;
	background-color: #707070;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
	padding-top: 7px;
	text-align: left;
}

#search[touched="nope"]{
	color: #999999;
}

#search{
	width: 250px;	
	height: 25px;
	font-size: 16px;
	margin-left: 5px;
	float: left;
}

#go{
	background: url(/images/go.png);
	text-indent: -9999px;
	border: 0px;
	/*border: 1px solid #000000;
	-webkit-border-radius: 3px;*/
	width: 37px;
	height: 34px;
	float: left;
	margin-left: 5px;
	/*font-size: 11px;
	font-weight: bold;
	text-shadow: rgba(255,255,255, 0.2) 0px -2px 0;*/
}

#stage{
	min-height: 340px;
	overflow-y: auto;
	margin-top: -10px;
	background: #BABABA url(main-loader.gif) center 110px no-repeat;
}

#managebar{
	height: 40px;
	z-index: 9999;
	background: #333333 url(toolbar.png) repeat-x;
}

.button {
	padding: 5px 10px 7px 10px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 2px;
}

.ok {
	-webkit-border-image: url(ok.png) 0 12;
	color: #000000;
	text-shadow: rgba(255,255,255, 0.4) 1px 1px 0;
	float: right;
	margin-right: 5px;
}

.cancel{
	-webkit-border-image: url(cancel.png) 0 12;
	color: #FFFFFF;
	text-shadow: rgba(0,0,0, 0.4) -1px -1px 0;
	float: left;
	margin-left: 5px;
}

.clr{
	clear: both;
}

#map_container, #news_container{
	position: absolute;
	width: 100%;
}

#heightfinder{
	min-height: 345px;
}

/****************************
******List Item Styles******
***************************/
ul.list-items{
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#no_results li, #loading_list li{
	list-style: none;
	text-align: center;
	margin-left: -25px;
}

ul.list-items > li{
	position: relative;
    margin: 0;
	background: url(/images/libgt.png) no-repeat 6px 5px; /*#BABABA*/
    /*border-top: 1px solid #E0E0E0;*/
 	padding: 11px 0 2px 15px;
	height: 90px;
    font-size: 18px;
    font-weight: bold;
    list-style: none;
	text-align: left;
}

ul.list-items > li:first-child{
	border-top: 1px solid #000000;
}

ul.list-items > li > a{
	display: block;
    margin: -8px 0 -8px -10px;
    padding: 42px 25px 35px 10px;
    text-decoration: none;
    color: inherit;
    background: url(listArrow.png) no-repeat right center;
}

.thumb{
	-webkit-background-size: 80px;
	height: 80px;
	width: 80px;
	-webkit-border-radius: 8px;
	border: 2px solid #99DED9;
	float: left;
}

li.off{
	background: #111111 !important; /*#ACE1AF*/
}

li.on{
	background: #99DED9 !important; /*#ACE1AF*/
}

.spot_title, .spot_desc{
	float: left;
	margin-left: 15px;
	width: 165px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.spot_title{
	color: #99DED9;
	text-shadow: rgba(255,255,255, 0.5) 0px -1px 0;
	margin-bottom: 5px;
	margin-top: 15px;
}

.spot_desc{
	color: #FFFFFF;
	text-shadow: rgba(255,255,255, 0.4) -1px 1px 0;
	font-size: 14px;
}

#spot_desc img{
	margin-top: 15px !important;
}

/**SPOT DETAIL**/
#spot_by{
	/*border: 2px solid #252222;*/
	/*background: #FFFFFF;*/
	margin-top: 5px;
	margin-bottom: 10px;
	background: url(/images/spotby.png) no-repeat -5px 0px;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: #444 0 0 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px 10px 1px 10px;
	height: 25px;
}

.phone{
	padding: 5px 0px 5px 40px;
	background: url(/images/phone.png) no-repeat 0px 2px;
	text-decoration: none;
	color: #333333;
}

.site{
	padding: 5px 0px 5px 40px;
	background: url(/images/site.png) no-repeat 2px 5px;
	text-decoration: none;
	color: #333333;
}

#map_this{
	margin-top: 5px;
	margin-bottom: 10px;
	background: url(/images/map_this.png) no-repeat -5px -2px;
    -webkit-border-radius: 4px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px 10px 1px 10px;
	height: 27px;
}

.map{
	padding: 5px 0px 5px 40px;
	background: url(/images/map.png) no-repeat 0px 3px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

.by{
	color: #666666;
	font-weight: bold;
}

.section:first-child{
	margin-top: 15px;
}

.section{
    background: url(/images/detailbg.png) no-repeat #000000 0px -3px;
    margin-bottom: 10px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: #444 0 0 12px;
    padding-bottom: 25px;
	margin-left: 10px;
	margin-right: 10px;
}

.section h2{
	float: left;
    padding-top: 0px;
	margin-left: 10px;
    font-size: 16px;
    text-transform: uppercase;
	text-shadow: rgba(0,0,0, 0.4) -1px -1px 0;
    color: #99DED9;
}

.section h2#info{
	background: url(/images/info.png) no-repeat -2px right;
	width: 280px;
	line-height: 30px;
	margin-top: 5px;
}

.section h2#pics{
	background: url(/images/pic.png) no-repeat -2px right;
	width: 280px;
	line-height: 30px;
	margin-top: 5px;
}

.content{
    padding: 0px 15px;
    font-size: 12px;
    line-height: 1.5em;
    color: #EEEEEE;
}

#modal_c label{
	margin-top: 5px;
	width: 110px;
	text-align: right;
	display: block;
	float: left;
	font-weight: bold;
}

#modal_c label#spcl{
	width: 210px !important;
	margin-left: 15px;
}

#modal_c textarea{
	width: 230px;
	height: 100px;
	margin: 0 auto;
}

#modal_c #spot_name{
	margin-top: 5px !important;
}

#modal_c #get_photo{
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

#modal_c #spot_loc, #modal_c #get_photo{
	margin-top: 5px;
	float: left;
	margin-left: 16px;
}

/*going into safire*/

div.overlay[id]{
	position: absolute;
	top: 0pt;
	left: 0pt;
	width: 100%;
	z-index: 5000;
	background-color: rgba(51, 51, 51, 0.7) !important;
	text-align: center;
}

div.overlay > .modal{
	width: 277px;
	margin: 15% auto !important;
	text-align: center;
	color: #ffffff;
	z-index: 9999;
	overflow: hidden;
}

.hidden{
	display: none;
}

div.overlay .modal .top .modal-title{
	padding-top: 15px;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
	font-weight: bold;
	font-size: 20px !important;
}


div.overlay .modal .top{
	background: url(/images/mdl_top.png) no-repeat;
	height: 50px;
}

div.overlay .modal .middle{
	background: url(/images/mdl_bg.png) repeat-y;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

div.overlay .modal .bottom{
	background: url(/images/mdl_bottom.png) no-repeat;
}

.green, .red, .grey{
    color: #FFFFFF;
	display: block;
    border-width: 0 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
	margin: 0 auto !important;
	text-decoration: none;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -2px 0;
}

.grey{
	color: #000000 !important;
	text-shadow: #fff 0px 1px 1px !important;
	-webkit-border-image: url(/images/grey.png) 0 12 0 12;
}

.green{
	-webkit-border-image: url(/images/green.png) 0 12 0 12;
}

.red{
	-webkit-border-image: url(/images/red.png) 0 12 0 12;
}

.adj{
	width: 123px;
	float: left;
	margin-left: 10px !important;
}

.stacked{
	width: 90%;
	margin: 0 auto;
}