@import url('/_inc/css/menus.css');

body {
	margin: 0px;
	padding: 0px;
	color: #69765b;
	background: #f2f2ed;
	font: 14px helvetica, arial, tahoma, sans-serif;
	line-height: 22px;
	}
body#lite { background: #fff; }

.clearme {
	clear:both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	}

.error {
	display: none;
	color: #990000;
	padding: 2px;
	margin-bottom: 6px;
	border: 1px solid #990000;
	background: #ffcccc;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	}
#oops {
	color: #990000;
	padding: 2px;
	margin-bottom: 6px;
	border: 1px solid #990000;
	background: #ffcccc;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	}

/* top signin-signup */

input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus, textarea:focus {
	background: #ffffcc;
	}

#signupoverlay {
	display: none;
	z-index: 9991;
	position: absolute;
	width: 100%;
	*width: 966px;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	}

.logwrapper {
	background: #d5dbd0;
	border-bottom: 1px solid #afb4aa;
	font-size: 12px;
	}
.logwrapper a:link, .logwrapper a:visited { color: #0099cc; }
.logwrapper a:hover { color: #99cc33; }

.loggedout {
	width: 960px;
	margin: 0px auto;
	text-align: right;
	}

.loggedout .textinput {
	width: 100px;
	height: 16px;
	font-size: 11px;
	margin: 2px 6px 0px 0px;
	border: 1px solid #69765b;
	padding: 0px 2px;
	}
.loggedout .button, .loggedout .button li { display: inline; font-size: 12px; }	
.loggedout span { color: #8a8a8a; }

#signupform { 
	width: 580px;
	margin: 0px auto;
	padding: 12px;
	border-right: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	border-left: 3px solid #ccc;
	background: #fff;
	}
#signupform .signleft {
	float: left;
	width: 280px;
	padding-left: 6px;
	}
#signupform .signright {
	float: right;
	width: 280px;
	padding-right: 6px;
	}
#signupform h1 {
	font-weight: normal;
	font-size: 18px;
	margin: 12px 6px 8px 6px;
	padding: 0px 0px 6px 0px;
	border-bottom: 1px solid #e1e1e1;
	}

#notsure {
	color: #69765b;
	font-weight: normal;
	float: none; 
	font-size: 14px;
	}

.remember {
	font-size: 12px;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	}
	
#what {
	margin-top: 24px;
	}

#sign-up #intext {
	margin: 0px;
	width: 360px;
	padding: 4px 6px;
	}

#signup #txtfield {
	padding-left: 0px;
	background: none;
	}
	
#signup .priv {
	margin-top: 6px;
	font-size: 12px;
	}

.border {
	padding: 6px;
	border: 1px solid #e1e1e1;
	}	

.gmserial { 
		display: none; 
		margin-bottom: 6px;
		padding: 6px;
		border: 1px solid #e1e1e1;
		}	
	
.priv a, .priv a:link, .priv a:visited {
	color: #0099cc;
	}
.priv a:hover { color: #99cc33; }

#signup p { line-height: 22px; }

#problemnotice {
	margin: 8px 0px 24px 0px;
	padding: 3px;
	background: #ff947b;
	color: #000;
	border: 1px solid #ff5800;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	}



.whitewrapper { margin: 0px; padding: 6px 0px 0px 0px; background: #fff; }
	
.header {
	margin: 2px auto 0px auto;
	width: 960px;
	}

.header .logo { 
	float: left;
	}
/*.tagline {
	float: left;
	margin: 20px 0px 0px 48px;
	font-size: 16px;
	color: #99cc33;
	}*/

/* nav */

.button {
	margin: 3px 0px 6px 0px;
	padding: 0px;
	list-style: none;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #0099cc;
	}
.button li {
	margin: 0px 12px 6px 0px;
	padding-left: 18px;
	background: transparent url('/_images/btn_arrow.gif') no-repeat 0px 1px;
	}
.button a:link, .button a:visited { color: #0099cc; }
.button a:hover { color: #99cc33; }

.button span { float: right; font-size: 10px; font-weight: normal; }
.btnleft, .btnright {
	float: left;
	padding-right: 16px;
	}
.btnright { 
	padding-right: 0px;
	}
	
.topline {
	border-top: 1px solid #e1e1e1;
	padding-top: 6px;
 	}
.moretopline {
	border-top: 1px solid #e1e1e1;
	padding-top: 6px;
	}
	
/* content area */

.contentwrapper {
	background: #fff url('/_images/bg.gif') repeat-x;
	}
.content {
	width: 960px;
	margin: 0px auto;
	padding: 25px 0px 0px 0px;
	}
.homecontent { padding-top: 12px; }
	
.left {
	float: left;
	display: inline;
	width: 651px;
	}
.right {
	float: right;
	display: inline;
	width: 300px;
	margin-top: 8px;
	}
	
.photos {
	border: 1px solid #e1e1e1;
	padding: 2px;
	margin-bottom: 12px; 
	}

.postedby {
	float: right;
	display: inline;
	}

/* left column lists */

.leftlists {
	padding: 0px 0px 6px 6px;
	}
.leftlists a:link, .leftlists a:visited {
	color: #0099cc;
	}
.leftlists a:hover { color: #99cc33; }
	
.leftlists h1 {
	float: left;
	display: inline;
	font-weight: normal;
	font-size: 18px;
	margin: 0px;
	}
.yourmaptitle {
	font-weight: normal;
	font-size: 18px;
	border-bottom: 1px solid #e1e1e1;
	margin: 0px 0px 12px 0px;
	}
	
.tripdivider {
	clear: both;
	margin-bottom: 6px;
	height: 3px;
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
	}
.dotteddivider {
	clear: both;
	margin-bottom: 3px;
	height: 1px;
	overflow: hidden;
	border-bottom: 1px dashed #e1e1e1;
	}

.listdivider {
	border-top: 3px solid #e1e1e1;
	margin-top: 8px;
	}

.leftlists dl {
	clear: both;
	}
	
.leftlists dt {
	float: left;
	}
.leftlists dd {
	padding-top: 5px;
	margin-left: 140px;
	}
.leftlists dd a.title:link, .leftlists dd a, .leftlists dd a.title:visited {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #0099cc;
	}
.leftlists dd a:hover { color: #99cc33; }

.leftlists dd a.nobold:link, .leftlists dd a.nobold, .leftlists dd a.nobold:visited {
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #0099cc;
	}

.leftlists dd p {
	margin: 6px 0px 0px 0px;
	font-size: 12px;
	line-height: 16px;
	}

.leftlists dd div {
	margin-top: 3px;
	font-size: 12px;
	}
.leftlists div a:link, .leftlists dd div a:visited {
	font-weight: normal;
	font-size: 12px;
	}
.leftlists p a {
	font-size: 12px;
	}
	
#addtrip {
	float: right;
	display: inline;
	margin: 0px;
	}

#taglist a:link, #taglist a:visited { color: #0099cc; }
#taglist a:hover { color: #99cc33; }

#addfriend {
	font-size: 12px;
	margin-left: 8px;
	}

/* right column lists + ads */

.rightlistwrapperone {
	border-left: 3px solid #e1e1e1;
	background: #fff;
	padding: 22px 12px;
	}
.rightlist {
	border-top: 3px solid #e1e1e1;
	font-size: 12px;
	line-height: 16px;
	}
	
.rightlistwrappertwo {
	border-top: 3px solid #e1e1e1;
	border-left: 3px solid #e1e1e1;
	background: #fff;
	padding: 12px 12px 22px 12px;
	}
#rightlisttwo {
	border: none;
	}

ul#notifications {
	margin: 0px 0px 0px 6px;
	padding: 0px;
	}
#notifications li {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 4px 0px;
	list-style: none;
	font-size: 12px;
	border-bottom: 1px dotted #e0e0e0;
	}

#friendnotifications h2 {
	font-weight: normal;
	font-size: 14px;
	}
ul#friendnotifications {
	margin: 0px 0px 0px 6px;
	padding: 0px;
	}
#friendnotifications li {
	margin: 0px;
	padding: 0px 0px 3px 20px;
	list-style: none;
	font-size: 12px;
	background: transparent url('/_images/add.gif') no-repeat;
	}
#friendnotifications li#title { background: none; padding-left: 0px; margin-bottom: 0px; }
#friendnotifications li a, #notifications li a {
	font-weight: normal;
	font-size: 12px;
	}
	
.rightlist a, .rightlist a:link, .rightlist a:visited {
	font-weight: bold;
	font-size: 14px;
	color: #0099cc;
	}
.rightlist a:hover { color: #99cc33; }

.rightlist h1 {
	font-weight: normal;
	font-size: 18px;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 6px 6px;
	border-bottom: 1px solid #e1e1e1;
	}

.rightlist dl {
	clear: both;
	padding-bottom: 18px;
	margin-bottom: 6px;
	border-bottom: 1px solid #e1e1e1;
	}
.rightlist dt {
	float: left;
	}
.rightlist dd {
	padding-top: 5px;
	margin-left: 70px;
	}
#rightlisttwo dd span, #rightlisttwo dd span a, #interestingtrips dd span, #interestingtrips dd span a {
	font-size: 12px;
	font-weight: normal;
	}	

.rightads {
	margin-top: 30px;
	padding-top: 16px;
	border-top: 3px solid #e1e1e1;
	}

/* grouplist */
#grouplist {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#grouplist li {
	padding: 8px 0px 8px 0px;
	margin: 0px 0px 6px 0px;
	border-bottom: 1px solid #e1e1e1;
	}


/* account profile */

#profile h1 {
	display: block;
	float: none;
	margin-bottom: 0px;
	}
#profile h2 {
	margin-top: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #0099cc;
	}
	
.deleteuser a {
	display: block;
	background: transparent url('/_images/btn_close.gif') no-repeat 0px 3px;
	padding-left: 18px;
	color: #ff5800;
	}
.deleteuser a:hover { color: #99cc33; }

.deluserul {
	float: right;
	display: inline;
	list-style: none;
	font-size: 12px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
	}
.deluserul li { margin: 0px; padding-left: 16px; }	
.deluserul li#deluser {
	background: transparent url('/_images/btn_delete.gif') no-repeat 0px 0px;
	}
#deluser a:link, #deluser a:visited { color: #ff5800; }
#deluser a:hover { color: #99cc33; }
/* browser by user */

#browseusers h2, #showtrips h2 {
	clear: both;
	margin: 6px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	font-weight: normal;
	font-size: 14px;
	}

#browseusers h3 {
	clear: both;
	margin: 6px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	font-weight: normal;
	font-size: 16px;
	border-bottom: 1px solid #e1e1e1;
	}

.userstrips { display: none; }

#browseusers dl {
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
	border-bottom: 1px dashed #e1e1e1;
	clear: both;
	}
#browseusers dt {
	float: left;
	}
#browseusers dd {
	padding-top: 5px;
	margin-left: 80px;
	}

#browseusers a:link, #browseusers a:visited {
	color: #0099cc;
	}
#browseusers a:hover { color: #99cc33; }

.backtotop {
	margin-top: 12px;
	font-size: 12px;
	clear: both;
	}

#browsedate {
	margin-top: 12px;
	font-size: 14px;
	text-align: center;
}	
#browsedate input { width: 100px; }

#browsedate div {
	float: left;
	display: inline;
	margin-left: 24px;
	}

.browsebtn {
	width: 105px;
	height: 27px;
	display: inline;
	}

#showtrips { margin-top: 24px; }

/* login box */

.loginbox {
	width: 400px;
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 24px;
	margin: 24px auto;
	}
.loginbox h1 {
	font-weight: normal;
	font-size: 18px;
	margin: 0px;
	padding-bottom: 4px;
	border-bottom: 1px solid #e1e1e1;
	}
.centerform {
	margin: 12px auto 0px auto;
	width: 300px;
	}
	
.loginbox a, .loginbox a:link, .loginbox a:visited {
	color: #0099cc;
	}
.loginbox a:hover { color: #99cc33; }	

/* footer */

.loweradwrapper {
	clear: both;
	margin: 0px auto;
	width: 960px;
	text-align: center;
	}
#lowerad {
	margin: 20px auto 0px auto;
	border-top: 3px solid #e5e5e5;
	padding: 12px 0px;
	}
.ad840x100 {
	width: 840px;
	text-align: left;
	}

.footwrapper {
	clear: both;
	background: #f2f2ed url('/_images/bg_footer.gif') repeat-x;
	}
.footer {
	width: 960px;
	margin: 0px auto;
	padding: 12px 0px;
	color: #6c795e;
	font-size: 12px;
	}

.footer a, .footer a:link, .footer a:visited { color: #6c795e; text-decoration: none; }
.footer a:hover { color: #99cc33; text-decoration: underline; }
	
.leftfoot {
	float: left;
	}
.rightfoot {
	float: right;
	list-style: none;
	margin: 0px;
	}
.rightfoot li {
	display: inline;
	margin: 0px 0px 0px 21px;
	}
	
/* home page maps */
.trippoints {
	font: 14px helvetica, arial, tahoma, sans-serif;
	line-height: 18px;
	width: 220px;
	}
.trippoints a:link, .trippoints a:visited { color: #0099cc; }
.trippoints a:hover { color: #99cc33; }
.tripphoto {
	float: left;
	display: inline;
	width: 54px;
	}
.pointinfo {
	float: right;
	display: inline;
	width: 154px;
	}
.pointdesc, .tripuser {
	font-size: 12px;
	line-height: 16px;
	margin-top: 6px;
	}
.trippoints .button { font-size: 12px; }

/* tag search area in tags.php */
.greensearchbox {
	border: 1px solid #add65c;
	background: #d0e4a5;
	color: #000;
	font-size: 12px;
	line-height: 14px;
	padding: 14px 24px;
	}

/* manual input */

#manualinputs h2, #manualinputs h2 a {
	font-weight: normal;
	font-size: 20px;
	}
#manualinputs h3 { font-weight: normal; }

#manualinputs .leftcol {
	float: left; 
	display: inline;
	width: 300px; 
	}
#manualinputs .rightcol {
	float: right; 
	display: inline;
	width: 270px; 
	}

#manualinputs .surroundform {
	border: 1px solid #e1e1e1; 
	padding: 6px 18px; 
	background: #f2f2ed;
	margin-bottom: 12px;
	}

#manualinputs .inputmapwrapper {
	height: 470px;
	border: 1px solid #99cc33;
	}
	
#manualinputs .longinput {
	width: 280px;
	}
#manualinputs .descrip {
	width: 280px;
	height: 100px;
	}
	
#manualinputs #steptwo {
	display: none;
	}
	
/* groups */

#browsegroups h2, #browsegroups h2 a {
	margin-bottom: 0px;
	padding-bottom: 0px;clear: both;
	font-weight: normal;
	font-size: 16px;
	}