#content {
	position: relative;
}


/* Admin Controls */

div.adminTools {
	position: absolute;
	right: 0;
}

div.adminTools span {
	float: left;
	margin-right: 5px;
	line-height: 2em;
}

div.adminTools ul {
	float: left;
}

div.adminTools li {
	float: left;
	margin-right: 5px;
	background: #fff8dc;
	padding: 5px;
}


#listings h3 {
	position: relative;
	color: #fff !important;
}

#listings h3 span.category {
	position: absolute;
	right: 5px;
}

#listings h3 span.category a:link,
#listings h3 span.category a:visited {
	color: #fff;
	font-size: .7em;
}


#listings .listing-alt h3 span.category a:link,
#listings .listing-alt h3 span.category a:visited {
	
}

.listing-name, 
.listing-address {
	font-size: 1.2em;
}

.listing-address {
	color:#fff;
	border:0;
	font-weight:normal;
}

.listing-name {
	
}

.listing-phone, 
.listing-address {
	margin:0;
	padding:0;
}

.listing-description {
	color:#f4d49f;
}

.listing-header {
	background:#777;
	padding:3px;
	padding-left:10px;
	color:#fff;
	text-transform:uppercase;
}

.listing-details {
	background:#dce5ca;
	padding:3px;
	padding-left:10px;
	color:#000;
	margin-top:1px;
}

.listing-alt .listing-details {
	background:#e1e1e1;
	color: #000;
}

.listing-alt .listing-header {
	background:#777;
	color: #fff;
}

.listing-more {
	padding:0;
	padding:5px 0;
	border-top:1px dotted #fff;
	margin:3px 0 0;
	height: 16px;
}

.listing-more li {
	float:left;
	list-style:none;
	margin-right:20px;
}

.listing-more a:link,
.listing-more a:visited {
	color: #000;
}

.listing-alt .listing-more a:link,
.listing-alt .listing-more a:visited {
	color: #000;
}


.listing,
.listing-alt {
	margin-bottom: 10px;
}

/* Alphabet and Pagination */

#browse {
	padding:0;
	margin-top: 10px;
	
}

#browse li {
	text-transform:uppercase;
	float:left;
	display: inline;
	list-style: none;
	text-align:center;
	width: 20px;
	
}

#browse li.active a:link,
#browse li.active a:visited {
	background: #777;
	color: #fff;
}


#browse li a:link,
#browse li a:visited {
	color: #000;
	background:#fff;
	display: block;
	text-decoration: none;
	margin-right: 5px;
	padding: 5px;
	height:18px;
}

#browse li a:hover {
	background: #abc726;
	color: #fff;
}

#browse li.active a {
	color: #ccc;
}	

#pagination li.current a {
color: #000;
}

/* Results */

#results-msg {
	margin-bottom:10px;
	background: #fff;
	padding:4px 5px;
	color: #000;
	border: 1px solid #abc726;
	
}

#results-msg a:link,
#results-msg a:visited {

	color: #000;
}

#results-msg a:hover {
		color: #333;
}


#search {
	clear: both;
	margin: 10px 0;
}

.more-link {
	color:#fff;
}

.more-icon {
	position:relative;
	margin-bottom:-6px;
}

#pagination li {
	float: left;
}

.clearfix:after,
.listing-name:after,
.listing:after,
#guideControls:after,
ul.listing-more:after,
ul.admin:after,
#browse:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
