/*

MAIN STRUCTURAL ELEMENTS & BASICS
LINK STYLES
HEADER STYLES
MAIN AREA STRUCTURAL
TYPOGRAPHY
COMMENTBOX
CATEGORY ICONS
AVATARS
LEVITIP
LISTS
	HOME PAGE LISTS
	MEMBERSLIST
INPUTS & BUTTONS
NOTIFICATIONS
FORMS
LOGIN BOX
LIGHTBOX

/*


/* MAIN STRUCTURAL ELEMENTS & BASICS */

html {
	background: url(../img/bgrgradient.gif) top repeat-x #e7e8e9;
	font: 10px/16px Lucida Grande, Lucida, Helvetica, Arial, sans-serif;
	color: #4d4d4d;
	}

* {
	margin: 0;
	padding: 0;
	}
	
img {
	border: 0;
	}

ul li {
	list-style-type: none;
	}

table, td, tr {
	margin: 0;
	padding: 0;
	}
	

/* LINK STYLES */

a {
	color: #00a0c6;
	text-decoration: none;
	}
	
a:hover {
	color: #00a0c6;
	text-decoration: underline;
	}


/* HEADER STYLES */

#header {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	background: url(../img/headerbar.gif) top no-repeat #fff;
	}

#geologo {
	position: absolute;
	width: 135px;
	height: 42px;
	margin: 11px 0 0 39px;
	}

#headernav {
	position: absolute;
	z-index: 2;
	margin: 7px 0 0 220px;
	}

#headernav ul {
	list-style-type: none;
	}

#headernav ul li {
	float: left;
	}

#nav_locations a {
	display: block;
	width: 87px;
	height: 31px;
	margin-top: 4px;
	margin-left: 45px;
	background: url(../img/locationsbutton.png) 0 0 no-repeat;
	}

#nav_locations a:hover, #nav_locations a.current {
	background-position: -87px 0;
	}

#locations_sub {
	width: 195px;
	height: 51px;
	background: url(../img/locations_subbgr.png) top no-repeat;
	margin: 17px 0 0 67px;
	}

	#subnav_mylocations a {
		display: block;
		width: 69px;
		height: 13px;
		margin: 5px 0 0 14px;
		background: url(../img/mylocationsbutton.png) 0 0 no-repeat;
		}

	#subnav_mylocations a:hover, #subnav_mylocations a.current {
		background-position: -69px 0;
		}

	#subnav_publiclocations a {
		display: block;
		width: 86px;
		height: 13px;
		margin: 5px 0 0 10px;
		background: url(../img/publiclocationsbutton.png) 0 0 no-repeat;
		}

	#subnav_publiclocations a:hover, #subnav_publiclocations a.current {
		background-position: -86px 0;
		}

#nav_trails a {
	display: block;
	width: 55px;
	height: 31px;
	margin-top: 4px;
	margin-left: 30px;
	background: url(../img/nav_trailsbutton.png) 0 0 no-repeat;
	}

#nav_trails a:hover, #nav_trails a.current {
	background-position: -55px 0;
	}

#trails_sub {
	width: 154px;
	height: 51px;
	background: url(../img/trails_subbgr.png) top no-repeat;
	margin: 22px 0 0 165px;
	}

	#subnav_mytrails a {
		display: block;
		width: 47px;
		height: 13px;
		margin: 5px 0 0 16px;
		background: url(../img/mytrailsbutton.gif) 0 0 no-repeat;
		}

	#subnav_mytrails a:hover, #subnav_mytrails a.current {
		background-position: -47px 0;
		}

	#subnav_publictrails a {
		display: block;
		width: 64px;
		height: 13px;
		margin: 5px 0 0 10px;
		background: url(../img/publictrailsbutton.gif) 0 0 no-repeat;
		}

	#subnav_publictrails a:hover, #subnav_publictrails a.current {
		background-position: -64px 0;
		}

#nav_groups a {
	display: block;
	width: 68px;
	height: 31px;
	margin-top: 4px;
	margin-left: 30px;	
	background: url(../img/nav_groupsbutton.png) 0 0 no-repeat;
	}

#nav_groups a:hover, #nav_groups a.current {
	background-position: -68px 0;
	}

#groups_sub {
	width: 177px;
	height: 51px;
	background: url(../img/groups_subbgr.png) top no-repeat;
	margin: 20px 0 0 255px;
	}

	#subnav_mygroups a {
		display: block;
		width: 57px;
		height: 13px;
		margin: 5px 0 0 17px;
		background: url(../img/mygroupsbutton.gif) 0 0 no-repeat;
		}

	#subnav_mygroups a:hover, #subnav_mygroups a.current {
		background-position: -57px 0;
		}

	#subnav_publicgroups a {
		display: block;
		width: 73px;
		height: 13px;
		margin: 5px 0 0 9px;
		background: url(../img/publicgroupsbutton.gif) 0 0 no-repeat;
		}

	#subnav_publicgroups a:hover, #subnav_publicgroups a.current {
		background-position: -73px 0;
		}


#nav_games a {
	display: block;
	width: 64px;
	height: 31px;
	margin-top: 4px;
	margin-left: 20px;	
	background: url(../img/nav_gamesbutton.png) 0 0 no-repeat;
	}

#nav_games a:hover, #nav_games a.current {
	background-position: -64px 0;
	}

#nav_login a {
	display: block;
	width: 59px;
	height: 31px;
	margin-top: 4px;
	margin-left: 30px;	
	background: url(../img/nav_loginbutton.png) 0 0 no-repeat;
	}

#nav_login a:hover, #nav_login a.current {
	background-position: -59px 0;
	}

#nav_home a {
	display: block;
	width: 58px;
	height: 31px;
	margin-top: 4px;
	margin-left: 30px;	
	background: url(../img/nav_homebutton.png) 0 0 no-repeat;
	}

#nav_home a:hover, #nav_home a.current {
	background-position: -58px 0;
	}

#headersearch {
	float: right;
	margin: 12px 24px 0 0;
	}

#headersearch fieldset {
	background: transparent;
	width: auto;
	float: none;
	border: 0;
	margin: 0;
	padding: 0;
	}

#headersearch .submit {
	margin-top: 0;
	}

.headersearchinput {
	margin-right: 3px;
	background: url(../img/topinputbgr.gif) repeat-x #fff;
	width: 160px;
	}

.headersearchbutton {
	width: 60px;
	height: 19px;
	margin-bottom: -8px;
	padding: 2px 3px;
	}



/* FOOTER STYLES */

#footer {
	width: 880px;
	border-top: 1px solid #aaa;
	clear: both;
	margin: 24px 0;
	text-align: center;
	font-size: 9px;
	height: 40px;
	margin: 0 auto;	
	}

#footer p {
	margin-top: 10px;
	color: #aaa;
	}
	
#footer a {
	color: #4d4d4d;
	}

.footerlogin {
	background: #f5fcfc;
	border: 1px solid #c1e5e4;
	padding: 3px 8px;
	}

#footer p.footerlogin a {
	color: #00a0c6;	
	}

#footer p.footerlogin {
	margin-top: 7px;
	color: #4d4d4d;
	}



/* MAIN AREA STRUCTURAL */

#container {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	}

#top {
	width: 880px;
	margin: 16px auto;
	}

.tophead {
	width: 670px;
	margin-bottom: 5px;
	}

#topinfo {
	text-align: right;
	line-height: 1.3;
	margin-top: -42px;
	}

#topinfo .avatar_small {
	margin: -2px 0 0 5px;
	}

#map {
	width: 910px;
	height: 360px;
	margin: 0 auto;
	}

#content {
	width: 880px;
	margin: 24px auto;
	min-height: 200px;
	}

#column1 {
	width: 277px;
	float: left;
	clear: left;
	margin-bottom: 24px;
	}

#column12 {
	width: 578px;
	float: left;
	clear: left;
	margin-bottom: 24px;
	}

#column123 {
	width: 879px;
	float: left;
	clear: left;
	margin-bottom: 24px;
	}

#column123wide {
	width: 910px;
	float: left;
	clear: left;
	margin: 0 24px 24px 24px;
	}

#column2 {
	width: 277px;
	float: left;
	clear: none;
	margin-left: 24px;
	margin-bottom: 24px;	
	}

#column3 {
	width: 277px;
	float: left;
	clear: none;
	margin-left: 24px;
	margin-bottom: 24px;	
	}
	
	

/* TYPOGRAPHY */

h1 {
	font-family: Lucida Grande, Lucida, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 34px;
	color: #333;
	letter-spacing: -1px;
	} 

.timestamp {
	color: #f7931e;
	}

.locationdetails_address {
	font: 16px/22px Lucida Grande, Lucida, Helvetica, Arial, sans-serif;
	}

.locationdetails_main {
	margin-top: 12px;
	}	

.details {
	margin-top: 6px;
	}	

.details_home {
	margin-top: 6px;
	min-height: 225px;
	}

.detailsheader {
	display: block;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
	font-size: 12px;
	}

.smalltext {
	font-size: 9px;
	}

em {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: red;
	}

.groupdesc {
	width: 400px;
	font-size: 14px;
	font-weight: bold;
	}

.groupdetail {
	float: left;
	padding-left: 6px;
	}

.groupresultlabel {
	font-weight: bold;
	padding-left: 0px;
	line-height: 11px;
	font-size: 11px;
	}

.spacer_home {
	height: 17px;
	}

.normal {
	font-weight: normal;
	}

.nopadding {
	padding: 0;
	}

.clear {
	clear: both;
	}

.buttonbottom {
	padding-bottom: 9px;
	}

.userdescription {
	height: 209px;
	font: 16px/22px Lucida Grande, Lucida, Helvetica, Arial, sans-serif;
	}

.gray {
	color: #aaa;
	}

.banner {
	margin: 5px 0;
	}


/* LOCATION IMAGES */

ul.images {
	list-style-type: none;
	margin-left: 1px;
	}
	
ul.images li {
	float: left;
	padding: 0 6px 1px 0;
	}



/* COMMENTBOX */

.comment {
	margin: 10px 0 0 0;
	}

.comment.first {
	margin: 0;
	}

.commentbox {
	background: url(../img/commentbox_middle.png) top repeat-y;
	width: 287px;
	margin-left: -3px;
	}

.commentbox_top {
	background: url(../img/commentbox_top.png) top no-repeat;
	width: 287px;
	height: 17px;
	margin-left: -3px;	
	}

.commentbox_bottom {
	background: url(../img/commentbox_bottom.png) bottom no-repeat;
	width: 287px;
	height: 34px;
	margin-left: -3px;
	}

.commentbox p {
	margin: 0 20px 0 20px;
	}
	
.commentinfo .avatar_small {
	margin: -2px 5px 0 7px;
	}

.commentinfo {
	margin: -7px 0 17px 0;
	line-height: 1.3;	
	}



/* CATEGORY ICONS */

.accommodation {
	background: url(../img/icon_accommodation.gif) 0 50% no-repeat;
	padding-left: 23px;
	line-height: 20px;
	margin-bottom: 5px;
	}

.people {
	background: url(../img/icon_people.gif) 0 50% no-repeat;
	padding-left: 23px;
	line-height: 20px;
	margin-bottom: 5px;
	}

.food {
	background: url(../img/icon_food.gif) 0 50% no-repeat;
	padding-left: 23px;
	line-height: 20px;
	margin-bottom: 5px;
	}

.shopping {
	background: url(../img/icon_shopping.gif) 0 50% no-repeat;
	padding-left: 23px;
	line-height: 20px;
	margin-bottom: 5px;	
	}

.entertainment {
	background: url(../img/icon_entertainment.gif) 0 50% no-repeat;
	padding-left: 23px;
	line-height: 20px;
	margin-bottom: 5px;	
	}

.sports {
	background: url(../img/icon_sports.gif) 0 50% no-repeat;
	padding-left: 23px;
	line-height: 20px;
	margin-bottom: 5px;	
	}

.transport {
	background: url(../img/icon_transport.gif) 0 50% no-repeat;
	padding-left: 23px;
	line-height: 20px;
	margin-bottom: 5px;	
	}

.sightseeing {
	background: url(../img/icon_sightseeing.gif) 0 50% no-repeat;
	padding-left: 23px;
	line-height: 20px;
	margin-bottom: 5px;	
	}

.businesses {
	background: url(../img/icon_businesses.gif) 0 50% no-repeat;
	padding-left: 23px;
	line-height: 20px;
	margin-bottom: 5px;
		}

.education {
	background: url(../img/icon_education.gif) top left no-repeat;
	padding-left: 16px;
	margin-bottom: 5px;	
	}

.geographicallocations {
	background: url(../img/icon_geographicallocations.gif) 0 50% no-repeat;
	padding-left: 23px;
	line-height: 20px;
	margin-bottom: 5px;	
	}
	
.outdooractivities {
	background: url(../img/icon_outdooractivities.gif) 0 50% no-repeat;
	padding-left: 23px;
	line-height: 20px;
	}

.telecommunications {
	background: url(../img/icon_telecommunications.gif) 0 50% no-repeat;
	padding-left: 23px;
	line-height: 20px;
	}


/* AVATARS */

.avatar_small {
	padding: 2px;
	border: 1px solid #ccc;
	}

.avatar_large {
	float: left;
	padding: 2px;
	border: 1px solid #ccc;
	margin: 0 15px 15px 0;	
	}

.groupavatar {
	padding: 2px;
	border: 1px solid #ccc;
	margin-right: 6px;
	float: left;
	}

.groupavatar_large {
	float: left;
	clear: left;
	padding: 2px;
	border: 1px solid #ccc;
	margin: 0 15px 15px 0;
	}


/* FLOATS */

.left {
	float: left;
	}

.right {
	float: right;
	}

.rightalign {
	text-align: right;
	}
	
.clear {
	clear: both;
	}



/* LEVITIP */

.levitip {
	background-color: #77818a;
	border: 1px solid #2c383f;
	opacity: 0.9;
	padding: 2px 5px;
	color: #fff;
	}

html>body div.outerbox {
	padding: 0 5px 5px 0;
	}

html>body div.outerbox div.shadowbox1 {
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 5px;
	height: 100%;
	background: url(../img/myshadow.png) no-repeat right top;
	}
	
html>body div.outerbox div.shadowbox2 {
	position: absolute;
	bottom: 0;
	right: 5px;
	height: 5px;
	width: 100%;
	background: url(../img/myshadow.png) left bottom;
	}
	
html>body div.outerbox div.shadowbox3 {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 5px;
	width: 5px;
	background: url(../img/myshadow.png) no-repeat right bottom;
	}



/* LISTS */

.list_large {
	border-collapse: collapse;
	width: 100%;
	}

.list_large tr.yellow td {
	background: url(../img/tablehead.gif) bottom repeat-x;
	padding: 6px 3px 4px 3px;
	color: #FFF;
	}

.list_large tr.yellow td a {
	color: #FFF;
	text-decoration: none;
	}

.list_large tr.yellow td a img {
	display: inline;
	background: transparent;
	}

.list_large tr {
	height: 27px;
	}

.list_large td {
	border-bottom: 1px solid #CCC;
	padding: 3px 3px 2px 3px;
	vertical-align: middle;
	}

.list_large tr.even {
	background: #F8F8F8;
	}

.list_large td:first-child {
	width: 18px;
	}

 .list_large tr.yellow td+td {
	text-align: center;
	} 

.list_large td+td {
	border-left: 1px solid #CCC;
	text-align: left;
	}

.list_large td+td+td {
	text-align: center;
	}

.innerleft {
	margin-left: 17px;
	}

.innerright {
	margin-right: 17px;
	}

.pagination {
	margin: 5px 0 5px 17px;
	font-size: 9px;	
	}

ul.bullets {
	margin: 15px 0;
	}

ul.bullets li {
	list-style-image: url(../img/bullet.gif);
	margin: 5px 0 5px 20px;
	}

/* HOME PAGE LISTS */

	li.commenttrail {
		background: url(../img/commenticon.gif) 0 50% no-repeat;
		padding-left: 36px;
		padding-bottom: 5px;
		margin-bottom: 5px;
		border-bottom: 1px dotted #ccc;
		}

	li.locationtrail {
		background: url(../img/mappin.gif) 10px 30% no-repeat;
		padding-left: 36px;
		padding-bottom: 5px;
		margin-bottom: 5px;
		border-bottom: 1px dotted #ccc;
		}

	li.trailtrail {
		background: url(../img/trailicon.gif) 2px 30% no-repeat;
		padding-left: 36px;
		padding-bottom: 5px;
		margin-bottom: 5px;
		border-bottom: 1px dotted #ccc;
		line-height: 32px;
		}

	li.grouptrail {
		line-height: 29px;
		margin-bottom: 5px;	
		}

/* SEARCH RESULT */

	.searchresult {
		padding: 10px 15px;
		border: 1px solid #eee;
		background: #f9f9f9;
		margin-bottom: 15px;
		}
	
	

/* MEMBERSLIST */

ul.members li {
	float: left;
	margin: 0 4px 4px 0;
	}




/* INPUTS & BUTTONS */

input {
	font: 10px/16px Lucida Grande, Lucida, Helvetica, Arial, sans-serif;
	border: 1px solid #ddd;
	padding: 2px 3px 2px 3px;
	background: url(../img/inputbgr.gif) repeat-x #fff;
	width: 160px;
	color: #4d4d4d;	
	}

textarea {
	font: 10px/16px Lucida Grande, Lucida, Helvetica, Arial, sans-serif;
	color: #4d4d4d;	
	border: 1px solid #ddd;
	padding: 2px 3px 2px 3px;
	background: url(../img/textareabgr.gif) repeat-x #fff;	
	}

select {
	font: 10px/16px Lucida Grande, Lucida, Helvetica, Arial, sans-serif;
	color: #4d4d4d;		
	border: 1px solid #ddd;
	padding: 2px 3px 2px 3px;
	width: 170px;
	}

.submit {
	border: 0;
	width: auto;
	background: transparent;
	text-decoration: none;
	margin-top: 5px;
	}

.biginput {
	font-size: 21px;
	width: 100%;
	background: url(../img/biginputbgr.gif) repeat-x #fff;	
	}



/* NOTIFICATIONS */

.note {
	font-size: 9px;
	display: block;
	clear: both;
	margin-top: 8px;
	padding: 3px 8px;
	border: 1px solid #eee;
	background: #fafafa;
	}

.saved {
	font-size: 9px;
	display: block;
	clear: both;
	margin-top: 8px;
	padding: 3px 8px;
	border: 1px solid #cae580;
	background: #f2f7dc;
	color: #748c1c;
	}

.warning {
	font-size: 9px;
	display: block;
	clear: both;
	margin-top: 8px;
	padding: 3px 8px;
	border: 1px solid #f2b8be;
	background: #fff3f6;
	color: red;
	}

.result_success {
	color: #748c1c;
	}


/* FORMS */

fieldset {
	border: 1px solid #eee;
	background: #f9f9f9;
	padding: 15px 10px;
	margin: 0;
	}

fieldset legend {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	}

fieldset label {
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
	}

fieldset h5 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	}

fieldset input {
	width: 100%;
	}

fieldset .moreinfo {
	background: transparent;
	}
	
.formnote {
	display: block;
	font-size: 9px;
	font-style: italic;
	line-height: 1.4;
	margin-top: 3px;
	color: #888;
	}

fieldset ul li {
	margin: 0 15px 0 5px;
	padding: 0 5px 5px 5px;
	}

fieldset table td {
	padding: 0 10px 0 0;
	}

fieldset p {
	padding: 10px;
	}



/* LOGIN BOX */


fieldset.loginbox {
	background: #f5fcfc;
	border: 1px solid #c1e5e4;
	padding: 15px 10px;
	}

.catlist {
	width: 100%;
	padding: 5px;
	}

.catlist td {
	padding: 0;
	}

.catlist label {
	font-weight: normal;
	}

.onecol {
	width: 269px;
	}

li.formlipadded {
	padding: 10px 0;
	}


/* LIGHTBOX */


#lightbox, #lightbox-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom:auto;
	right:auto;
	
	z-index:100;
	width:100%;
	height:auto;
	
	text-align:center;
	color:#000;
	
	/* stop stupid conflicts */
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	line-height:0;
	
	/* general conflict stopper */
	text-decoration:none;
	background:none;
	word-spacing:normal;
	letter-spacing:normal;
	float:none;
	clear:none;
	display:block;
}

#lightbox-overlay {
	z-index: 90;
	background-color:#000000;
	height: 100%;
	position:fixed;
}
#lightbox-overlay-text {
	text-align: right;
	margin-right: 20px;
	margin-top: 20px;
	color: white;
	font-size: 12px;
	cursor: default;
	line-height:normal;
	display:none;
}
#lightbox-overlay-text a, #lightbox-overlay-text a:hover, #lightbox-overlay-text a:visited, #lightbox-overlay-text a:link {
	color:white;
}
#lightbox-overlay-text span {
	padding-left:5px;
	padding-right:5px;
}

#lightbox img, #lightbox a img, #lightbox a { border:none; outline:none; }

#lightbox-imageBox {
	position:relative;
	background-color:white;
	width:400px;
	height:400px;
	margin:0 auto;
}

#lightbox-imageContainer {
	padding:1px;
}

#lightbox-loading {
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
}

#lightbox-nav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}
/* #lightbox-imageBox > #lightbox-nav { left: 0; } 
#lightbox-nav a { outline: none; }*/


#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	display:block;
	width:49%;
	height: 100%;
	background:transparent url("../images/blank.gif") no-repeat; /* Trick IE into showing hover */
	/* cursor:pointer; */
	zoom:1; /* who knows why? */
	
	padding:0px;
	margin:0px;
}
#lightbox-nav-btnPrev { 
	left:0;
	right:auto;
	float:left;
}
#lightbox-nav-btnNext { 
	left:auto;
	right:0;
	float:right;
}
/*
.preload_largeLink, #prevLink:hover, #prevLink:visited:hover {
	background:url("../images/prev.gif") left 45% no-repeat;
}
.preload_nextLink, #nextLink:hover, #nextLink:visited:hover {
	background:url("../images/next.gif") right 45% no-repeat;
}
*/

#lightbox-infoBox {
	font: 10px/16px Lucida Grande, Lucida, Helvetica, Arial, sans-serif;
	color: #4d4d4d;
	background-color:#FFFFFF;
	margin:0 auto;
	padding:0px;
	
	/* width: 100%;
	padding: 0 10px 0; */
	}

#lightbox-infoContainer {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	text-align: left;
	line-height:normal;
	/* height:30px; */
	}

#lightbox-infoHeader {
	width:100%;
	text-align:left;
	}

#lightbox-caption {
	text-align:left;
	}
	
#lightbox-caption-title {
	}

.lightboximagename {
	font: 16px/22px Lucida Grande, Lucida, Helvetica, Arial, sans-serif;
	}

#lightbox-caption-description {
	font-weight:normal;
	}

#lightbox-infoFooter {
	margin-top:3px;
	color:#999999;
}
#lightbox-currentNumber {
	display:block;
	width:49%;
	float:left;
	text-align:left;
}
#lightbox-close {
	display:block;
	width:45%;
	float:right;
	text-align:right;
}
#lightbox-close-button{
	padding-left:30%;
}
#lightbox-close-button:hover {
	color:#666666;
}

#lightbox-infoContainer-clear {
	clear:both; 
	visibility:hidden;
}
