/* @override http://localhost/trazzler/css/trazzler.css */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	color: #666;
	font-size: 13px;
	line-height: 20px;
	background-color: #fff;
}

a img {
	border: 0;
}

/* @group Layout */

/* The generic container- centers the div on the page, so wrappers can provide full-width backgrounds */
.c {
	text-align: left;
	width: 780px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

#primary {
	width: 500px;
	margin: 15px 0;
	float: left;
	position: relative;
}

#secondary {
	float: left;
	width: 250px;
	margin-left: 20px;
	margin-top: 15px;
}

/* @end */

/* @group Typography */

h1, h2, h3 {
	clear: left;
}

h1 {
	padding: .3em 0;
	color: #3c3630;
	font: normal 24px/26px Georgia, "Times New Roman", Times, serif;
}

h1 small, h1 em {
	font-size: 22px;
	color: #ec8d59;
	font-weight: normal;
	font-style: normal;
}

h2 {
	font-size: 18px;
	margin: 1em 0 .5em;
}

h3 {
	color: #d66627;
	margin-bottom: .2em;
	padding-top: 1em;
	clear: left;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
}

h4 {
	margin-bottom: .2em;
	padding-top: 2em;
	clear: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: normal;
}

a {
	color: #2d99c0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.copy {
	overflow: hidden;
}

.copy ul, #primary ul {
	margin: 0 1.5em 1.5em;
}

.copy p {
	margin: 0 0 .2em 0;
}

/* @end */

/* @group Header */

#hdr {
	background: #f5f4eb url(../img/bg_hdr.gif) center 110px repeat-x;
	height: 180px;
	text-shadow: rgba(255,255,255,.7) 0 1px 0;
}

#hdr h1 {
	margin: 0;
}

#hdr h1 a {
	display: block;
	position: absolute;
	top: 45px;
	left: 17px;
	background: url(../img/trazzler.gif) 0 0 no-repeat;
	padding-top: 51px;
	width: 219px;
	height: 0;
	overflow: hidden;
}

#hdr h2 {
	margin: 0;
	color: #6d6b5f;
	font-size: 1em;
	position: absolute;
	top: 10px;
}

#hdr h2 a {
	color: #6d6b5f;
}

#search {
	border: 2px solid #bf591e;
	position: absolute;
	top: 128px;
	left: 15px;
	width: 285px;
	height: 24px;
	font: bold 16px/0 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: rgb(255, 255, 255) 0px 1px 0px;
	color: #222;
	padding: 7px 10px 3px;
	background-color: #f5f4eb;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-transition: background-color .3s ease-in-out;
	line-height: 20px;
	overflow: visible;
}

#search.sample {
	color: #87837c;
}

#search.sample:hover {
	color: #635e58;
}

#search:focus {
	background-color: #fff;
}

#search:hover {
	background-color: #fff;
}

#searchbtn {
	position: absolute;
	top: 135px;
	left: 290px;
}

#topnav {
	background-color: #fff;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-o-border-bottom-right-radius: 6px;
	-o-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom: 1px solid #e5e1cc;
	width: 231px;
	position: absolute;
	right: 30px;
	top: 0;
	padding: 10px 10px;
	text-shadow: rgba(255,255,255,.6) 0 1px 0;
	-moz-text-shadow: rgba(255,255,255,.6) 0 1px 0;
	-webkit-text-shadow: rgba(255,255,255,.6) 0 1px 0;
}

#topnav img {
	float: left;
}

#topnav .personal {
	line-height: 17px;
	float: left;
	margin-left: 10px;
	font-size: 12px;
}

#topnav .personal a {
	font-weight: normal;
}

#topnav a {
	font-weight: bold;
}

.dd {
	background: #d66627 url(../img/doublearrow.png) 160px 11px no-repeat;
	padding: 8px 10px 4px;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 127px;
	left: 330px;
	width: 156px;
	color: #fff;
	text-shadow: rgba(0,0,0,.5) 0 -1px 0;
	-moz-text-shadow: rgba(0,0,0,.5) 0 -1px 0;
	-webkit-text-shadow: rgba(0,0,0,.5) 0 -1px 0;
	height: 24px;
	font-size: 16px;
	box-shadow: rgba(0,0,0,.2) 0 1px 2px;
	-moz-box-shadow: rgba(0,0,0,.2) 0 1px 2px;
	-webkit-box-shadow: rgba(0,0,0,.2) 0 1px 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #b55f32;
}

.dd:active, .dd.active {
	background: #fff;
	color: #ccc;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-decoration: none;
	cursor: default;
}

.menu {
	background: #fff;
	width: 176px;
	height: 252px;
	position: absolute;
	top: -20px;
	left: 331px;
	z-index: 10000;
	overflow: hidden;
	box-shadow: rgba(0,0,0,.5) 0 1px 1px;
	-moz-box-shadow: rgba(0,0,0,.5) 0 1px 1px;
	-webkit-box-shadow: rgba(0,0,0,.5) 0 1px 1px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.menu ul {
	margin: 10px;
	list-style-type: none;
	border-top: 1px dotted #e5e0ce;
	position: absolute;
	top: 0;
	left: 0;
	width: 156px;
	overflow: auto;
	height: 230px;
}

.menu .slidein {
	left: 166px;
}

.menu a {
	display: block;
	border-bottom: 1px dotted #e5e0ce;
	font-weight: bold;
	padding: 8px 0;
	font-size: 16px;
}

.menu a:hover {
	color: #d66627;
	text-decoration: none;
}

.menu a:active {
	color: #bb581d;
	padding-top: 9px;
	padding-bottom: 7px;
}

.haschildren a {
	background: url(../img/chevron.png) right center no-repeat;
}

/* @end */

/* @group Buttons */

a.btn, input.btn, label input.btn, button.btn {
	padding-right: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-shadow: rgba(0, 0, 0, .2) 0 -1px 0;
	border: 0;
	border-bottom: 1px solid #739230;
	background-color: #9fbd49;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
	float: left;
	padding: 10px;
	width: auto;
	cursor: pointer;
}

a.sm {
	padding: 4px 8px;
	font-size: 13px;
}

a.btn:hover, input.btn:hover, button.btn:hover  {
	background-color: #92b33b;
	text-decoration: none;
}

a.btn:active {
	position: relative;
	top: 1px;
}

a.cancel {
	background-color: #cbc5b9;
	border-color: #dcd4c9;
}

a.cancel:hover {
	background-color: #a9a49a;
}


a.alt {
	background-color: #0099c5;
	border-color: #006e8f;
}

a.alt:hover {
	background-color: #0088af;
}


/* @end */

/* @group Footer */

#ftr {
	clear: both;
	padding: 3px 0 60px;
	border-top: 1px solid #e5ded2;
	margin-top: 20px;
}

#ftr ul {
	margin-left: -6px;
}

#ftr li {
	display: inline;
	list-style: none;
}

#ftr li a {
	float: left;
	display: block;
	color: #8c8980;
	font-size: 12px;
	padding: 2px 6px;
}

#ftr .feedback {
	float: right;
	color: #3b3732;
	font-weight: bold;
}

/* @end */

/* @group Trip */

.trippic {
	z-index: 10;
}

.trippic, #map_canvas {
	border: 1px solid #e0dac5;
	position: absolute;
	top: 30px;
	left: 5px;
}

.caption {
	position: absolute;
	bottom: 4px;
	left: 6px;
	width: 478px;
	height: 40px;
	z-index: 20;
	color: #fff;
	text-shadow: #000 0 1px 0;
	padding: 10px;
	border-top: 1px solid #85886f;
	background: url(../img/bg_caption.png) 0 0 repeat;
}

.banner .caption {
	left: 0;
	bottom: 0;
	width: 780px;
}

.featured {
	border-top: 1px solid #d18357;
	background: url(../img/bg_caption2.png) 0 0 repeat;
}

.caption h2 {
	margin-top: 0;
	margin-bottom: 0;
}

.tags {
	font-size: 12px;
	line-height: 17px;
	margin-top: 30px;
}
.tags, .credits {
	color: #c5c4bf;
}

.tags a, .credits a {
	color: #8c8980;
}

.photo {
	position: relative;
	background: url(../img/bg_tabs.gif) 0 0 no-repeat;
	padding: 27px 5px 0;
	width: 500px;
	height: 340px;
}

.photo a {
	color: #666;
	font-weight: bold;
	text-shadow: #fff 0 1px 1px;
	font-size: 12px;
}

.photo a.active {
	color: #e35d00;
	text-shadow: #fff 0 0 10px;
}

#map_canvas {
	width: 498px;
	height: 332px;
}

#toggle_photo {
	position: absolute;
	top: 5px;
	left: 328px;
}

#toggle_map {
	position: absolute;
	top: 5px;
	left: 381px;
}

.share {
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #aabee6;
	padding: 15px;
	background-color: #d7e1f6;
	margin-top: 10px;
}

.share .btn {
	background-color: #347eb3;
	border-bottom: 1px solid #aabee6;
	width: 200px;
	margin-bottom: 10px;
}


.share .sm {
	background-color: #c0cfee;
	color: #347eb3;
	text-shadow: rgba(255,255,255,.5) 0 1px 0;
}

.share .sm:hover {
	color: #fff;
	background-color: #347eb3;
	text-shadow: none;
}

.share h3 {
	margin: .2em 0 .5em;
	padding: 0;
	clear: both;
}

.share .sm {
	width: auto;
	margin-right: 3px;
}

.tweets {
	background-color: #fff;
	margin: 10px -10px;
	clear: left;
	height: 160px;
	overflow: hidden;
	border-top: 1px solid #acc1e2;
	line-height: 16px;
	padding: 10px;
	position: relative;
}

.tweets ul {
	height: 160px;
	overflow: auto;
}
.tweets li {
	padding: 15px 0;
	border-bottom: 1px solid #acc1e2;
}
.tweets a {
	color: #347eb3;
	font-weight: bold;
}

/* @end */

/* @group Messaging */

.messaging {
	background: #fcffae;
	padding: 10px 0 10px;
	font-size: 1.1em;
	text-shadow: rgba(255,255,255,.9) 0 1px 0;
	border-bottom: 1px solid #f0f2a4;
	margin-bottom: 10px;
	color: #3c3630;
	min-height: 40px;
}

.wrap {
	overflow: hidden;
}

.messaging .c {
	position: relative;
	overflow: visible;
}

.msg {
	float: left;
	padding: 3px 0 0;
	margin-right: 10px;
	position: relative;
	vertical-align: baseline;
}

.msg img {
	padding: 5px 2px 0;
	vertical-align: middle;
}

.msgbtn {
	float: left;
}

.confirm {
	background: url(../img/msg_confirm.gif) 0 .4em no-repeat;
	padding-left: 25px;
	color: #659135;
}

.error {
	background: url(../img/msg_error.gif) 0 .4em no-repeat;
	padding-left: 25px;
	color: #cb4130;
}

label.error, label.confirm {
	padding-left: 0;
}

.messaging a.signup {
	font-size: 20px;
	position: absolute;
	left: 525px;
	top: 0px;
	float: none;
	width: 160px;
}

a.close {
	display: block;
	position: absolute;
	top: 8px;
	background: url(../img/msg_close3.png) 0 0 no-repeat;
	right: 25px;
	width: 16px;
	height: 0;
	overflow: hidden;
	padding-top: 15px;
}

a.close:hover {
	background-position: 0px -16px;
}

a.close:active {
	top: 9px;
}

.msg .manage {
	top: 0;
	left: 0;
	right: auto;
}

.msg .managemenu {
	top: 0;
	left: 0;
	right: auto;
	z-index: 100;
}

/* @end */

/* @group Triploop */

.trips-loop {
  width: 395px;
  position: relative;
	height: 225px;
}

.trips {
  background: #e5ded2;
  width: 780px;
  overflow: auto;
  height: 225px;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -o-border-bottom-right-radius: 6px;
  -o-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
}


.trips ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

#primary .triplist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	width: 560px;
}

.trips ul li, .triplist ul li {
	float: left;
	width: 172px;
	color: #555;
	font-size: 12px;
	line-height: 16px;
	padding: 15px 0 0;
}

.trips ul li {
	padding: 20px 0 20px 0;
}

.triplist a, .trips a {
	display: block;
	padding-left: 20px;
	text-shadow: rgba(255,255,255,.8) 0 1px 0;
	font-size: 12px;
	font-weight: bold;
}

.triplist a:active, .trips a:active, .triplist a:focus, .trips a:focus, .tabs :focus, .tabs :active {
	outline: 0;
	-moz-outline-style: none;
}

.triplist a {
	padding-left: 0;
	padding-right: 15px;
}

.trips a img, .triplist a img {
	padding: 1px;
	display: block;
	margin-bottom: 5px;
	transition: transform .25s ease-in-out;
	-moz-transition: -moz-transform .25s ease-in-out;
	-webkit-transition: -webkit-transform .25s ease-in-out;
	border: 1px solid #928e86;
}

.trips a:hover, .triplist a:hover {
	text-decoration: none;
	border-color: #e35d00;
}

.trips a:hover img, .triplist a:hover img {
	transform: scale(1.05) rotate(-.5deg);
	-moz-transform: scale(1.05) rotate(-.5deg);
	-webkit-transform: scale(1.05) rotate(-.5deg);
}

a.more {
	top: 180px;
	left: 20px;
	padding: 5px 8px;
	font-size: 13px;
	clear: left;
	z-index: 100;
	position: absolute;
	display: block;
	padding-right: 25px;
	background: #0099c5 url(../img/arrow.png) right center no-repeat;
}

a.more:active {
	top: 181px;

}

.loopmsg {
	display: block;
	margin-left: 15px;
	font-weight: bold;
	background-color: #928e86;
	color: #e5ded2;
	padding: 10px;
	height: 85px;
	text-shadow: rgba(0,0,0,.4) 0 -1px 0;
}

/* @end */

/* @group Home */

.arrow {
	z-index: 10;
	position: absolute;
	top: 75px;
	left: 780px;
	padding-top: 42px;
	width: 19px;
	height: 0;
	overflow: hidden;
	background: url(../img/arrows2.png) 0 -41px no-repeat;
	cursor: pointer;
}

.arrow:hover,
.arrow:active {
	background-position: 0 0;
}

.arrow:active {
	top: 76px;
}

.arrow.back {
	position: absolute;
	left: -19px;
	background: url(../img/arrows2.png) 0 -123px no-repeat;
}

.arrow.back:hover,
.arrow.back:active {
	background-position: 0 -82px;
}

.feature {
	width: 28%;
	padding-right: 5%;
	float: left;
	padding-bottom: 20px;
	padding-top: 10px;
}

/* @end */

/* @group List */

#primary ul.results {
	margin: 0;
	list-style-type: none;
	border-top: 2px dotted #e5e0ce;
}

.results li {
	position: relative;
}

.results li .title {
	display: block;
	padding: 15px 15px 15px 175px;
	min-height: 100px;
	position: relative;
	border-bottom: 2px dotted #e5e0ce;
	font-weight: bold;
	line-height: 18px;
}

.locations li .title {
	min-height: 45px;
	padding: 15px 15px 15px 80px;
}

a.selectbtn {
	position: absolute;
	top: 15px;
	left: 0;
}

a.selectbtn:active {
	position: absolute;
	top: 16px;
}

.results li .title span {
	font-weight: normal;
	color: #999;
}

.results a.title:hover {
	color: #e35d00;
	text-decoration: none;
}

.results a:hover span {
	text-decoration: none;
}

.results li img {
	position: absolute;
	top: 5px;
	left: 0;
	-webkit-transition: -webkit-transform .25s ease-in-out;
	border: 1px solid #928e86;
	padding: 1px;
}

.results li a:hover img {
	-webkit-transform: scale(1.07) rotate(-.5deg);
	border-color: #e35d00;
}

.results li img {
	position: absolute;
	top: 15px;
	left: 0;
}

.results li a strong {
	font-size: 14px;
}

.results li a span.list-tags {
	margin-top: 1em;
	display: block;
	font-size: 11px;
	color: #c5c4bf;
	line-height: 14px;
}

.results li a span.list-count {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #f0915d;
	padding: 5px;
	color: #fff;

}

.column {
	width: 30%;
	padding-right: 3%;
	float: left;
}

#group_map {
	height: 500px;
}

.short {
	width: 75%;
}

.list_small {
	clear: left;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px dotted #e5e0ce;
}

.list_small a {
	display: block;
	padding: 6px 0;
	border-bottom: 1px dotted #e5e0ce;
}

.list_small a:hover {
	color: #e35d00;
	text-decoration: none;
}

.list_small .cur a {
	color: #999;
	text-decoration: none;
}

a.manage {
	padding-top: 25px;
	width: 40px;
	background: #fff url(../img/cog.png) 4px 4px no-repeat;
	height: 0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #e5e1cc;
	position: absolute;
	z-index: 10;
	right: 5px;
	bottom: 12px;
	overflow: hidden;
}

a.manage:hover {
	background-image: url(../img/cog_on.png);
}

.managemenu {
	list-style-type: none;
	font-size: 11px;
	line-height: 14px;
	width: 200px;
	position: absolute;
	top: 90px;
	right: 0px;
	z-index: 30;
	border: 2px solid #e5e0ce;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #fff;
	padding: 10px;
	margin: 0;
	text-align: left;
}

.managemenu li a {
	padding: 3px;
	display: block;
	border-bottom: 1px dotted #e5e0ce;
}

.managemenu li:last-child a {
	border-bottom: 0;
}

.managemenu li strong {
	padding: 3px;
	display: block;
	padding-top: 10px;
}

/* @end */

/* @group Mode nav */

.subnav .mode {
	margin-left: -10px;
}

#secondary.subnav {
	margin-top: 53px;
	border: 2px solid #e5e1cc;
	padding: 10px 10px 30px;
	width: 230px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.subnav p {
	line-height: 15px;
}

.subnav .btn {
	clear: left;
	margin-top: 5px;
}

.subnav p img {
	float: left;
	margin: 2px 5px 0 0;
}

.mode, .mode ul {
	list-style-type: none;
}

#secondary select {
	width: 220px;
	font-size: 18px;
	margin: 2px 0;
}

.mode ul {
	margin-left: 20px;
}

.mode li a, .mode li input {
	color: #8c897f;
	padding: 4px 20px;
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.mode li input {
	border: 0;
}

.mode li a.active {
	background: url(../img/pointer.gif) left center no-repeat;
}

.mode li a:hover {
	color: #333;
	text-decoration: none;
}

.mode li a:active, .mode li a.active {
	color: #333;
}

/* @end */

/* @group Action Links */

.actions {
	list-style-type: none;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #d5d1b7;
	background-color: #eeebe0;
	overflow: hidden;
}

.actions li {
	display: inline;
}

.actions a {
	text-shadow: rgba(0,0,0,.5) 0 -1px 0;
	color: #3f3a35;
	width: 96px;
	float: left;
	display: block;
	margin: 0 5px 0 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 60px 10px 10px;
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
}

.actions a:hover {
	text-decoration: none;
}

.actions a:active {
	margin-top: 1px;
	position: relative;
	border-bottom: none;
}

.a-skip {
	background: #85886f url(../img/skip.png) no-repeat center 25px;
	border-bottom: 1px solid #535545;
}

.a-skip:hover {
	background-color: #676a4d;
}
.actions .a-save {
	border-bottom: 1px solid #739230;
	background: #9fbd49 url(../img/plus.png) center 25px no-repeat;
	margin-right: 0;
}

.a-save:hover {
	background-color: #92b33b;
}
.action_sub {
	list-style-type: none;
}
.a-back {
	color: #8c8980;
	margin-left: 17px;
	font-size: 11px;
	font-weight: bold;
}
.a-back:hover {
	color: #676a4d;
	text-decoration: none;
}
a.a-map {
	padding-left: 20px;
}
/* @end */

/* @group User pages */

#Users #primary {
	width: 100%;
}

.userintro {
	padding: 18px 370px 18px 60px;
	position: relative;
	overflow: hidden;
	border-bottom: 2px solid #e5e1cc;
}

.personality {
	position: absolute;
	right: 0;
	top: 15px;
	width: 280px;
}

.miles {
	font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;
	left: 0px;
	text-align: center;
	top: 87px;
	width: 50px;
}


.stats a strong {
	font-size: 24px;
	padding-bottom: 2px;
	display: block;
	font-weight: normal;
}

.fb .btn {
	margin-right: 5px;
}

.fb {
	margin: 15px 0;
	float: left;
	overflow: hidden;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 5px 0 5px 25px;
	background: #eceef4 url(../img/icon_fb.png) 5px 15px no-repeat;
	border: 1px solid #d6d9de;
}

.fb .btn {
	background-color: #6d84b4;
	border-color: #3b5998;
}

.fb .btn:hover {
	background-color: #365292;
}

/* @end */

/* @group Pagination */

.pages {
	padding-top: 5px;
}

.pages a, .pages .sep {
	float: left;
	padding: 5px 10px;
	margin-right: 2px;
}

.pages a {
	border: 1px solid #e5dfd0;
}

.pages .prev, .pages .next {
	border: 1px solid #fff;
}

.pages a:hover {
	background-color: #4799c3;
	color: #fff;
	border: 1px solid #fff;
	text-decoration: none;
}

.pages a.active {
	border: 1px solid #cb6c3b;
	background-color: #cb6c3b;
	color: #fff;
	text-shadow: #000 0 -1px 0;
}

/* @end */

/* @group Forms */

#primary form {
	overflow: hidden;
}

#primary form#new_trip_page {
  overflow:visible;
}

.subform {
	background-color: #f5f4eb;
	margin: 15px 0;
	padding: 15px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}



#primary input[type="text"], input.text, #primary textarea {
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border: 2px solid #dfd4b6;
	padding: 5px;
	color: #666;
	width: 295px;
}

#primary input[type="text"], #primary input.text {
	font-size: 17px;
}

#primary table, .copy table {
	width: 100%;
}

#primary th, .copy th {
	padding: 4px 0 1px;
	border-bottom: 2px solid #e5e1cc;
}

#primary td, .copy td {
	padding: 4px 0 1px;
	border-bottom: 1px dotted #e5e1cc;
}

label {
	overflow: hidden;
	display: block;
	font-weight: bold;
	text-align: right;
	width: 100px;
	padding: 7px 400px 7px 0;
	position: relative;
	min-height: 35px;
}

label.checkbox {
	display: block;
	text-align: left;
	font-weight: normal;
	width: 400px;
	padding: 0 0 7px 35px;
}

label input, label select {
	width: 300px;
	margin: 2px 0 2px 10px;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: absolute;
	top: 0;
	left: 100px;
}

label select {
	font-size: 18px;
	width: 200px;
	left: 0;
	margin: 3px 0;
}
label.checkbox input {
	left: 0px;
	font-size: 20px;
	padding: 4px;
	width: auto;
}

label input[type="file"] {
	top: 6px;
	color: #999;
	font-size: 14px;
	padding: 2px 0;
}

label p {
	font-size: 12px;
	line-height: 15px;
	clear: both;
	font-weight: normal;
	padding-left: 110px;
	width: 400px;
	padding-top: 10px;
	text-align: left;
	color: #999;
}

label.error p {
	color: #cb4130;
}

label.confirm p {
	color: #659135;
}

label.submit {
	width: 400px !important;
	padding-left: 110px;
}

label input.submit {
	width: 150px !important;
	float: left;
}



#primary textarea {
	width: 100%;
	height: 200px;
	margin-bottom: 1em;
}

/* @end */

/* @group Friends */

.friends {
	position: absolute;
	width: 320px;
	overflow: hidden;
	right: 0;
	top: 10px;
	border: 2px solid #e5ded2;
	padding-left: 15px;
	padding-bottom: 15px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}

.friends .av {
	float: left;
	padding: 2px 9px 9px 0;
}

.friends .av img {
	padding: 1px;
	border: 1px solid #f5f3ec;
	-webkit-transition: all .25s ease-in-out;
}

.friends .av:hover img {
	border-color: #cb6c3b;
}

.friends .btn {
	padding-right: 25px;
	background-image: url(../img/arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	margin-right: 42px;
}

/* @end */

/* @group Write a Trip */

.titlehelps {
	width: 800px;
}

.titlehelp {
	float: left;
	text-align: center;
	width: 165px;
	padding: 0;
	margin-right: 5px;
	vertical-align: baseline;
}

.titlehelp input[type="text"] {
	position: relative;
	left: auto;
	width: 80px;
	display: block;
}

.titlehelp em {
	color: #999;
	display: block;
	font-style: normal;
	font-weight: normal;
}
#titlehelp1 {
	width: 205px;
}

#titlehelp1 input[type="text"] {
	width: 185px;
	margin: 0;
}
#titlehelp2 {
	width: 300px;
}
#titlehelp2 input[type="text"] {
	width: 280px;
	margin: 0;
}
#titlehelp3 {
	width: 265px;
}

#titlehelp3 input[type="text"] {
	width: 245px;
	margin: 0;
}

.fullwidth {
	width: 760px;
}

.fullwidth textarea {
	width: 100%;
}

/* @end */

/* @group Scrollpane */


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-color: #;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
}
.jScrollPaneDrag {
	position: absolute;
	background: rgba(229,224,206,.5);
	cursor: pointer;
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

a.jScrollArrowDown, a.jScrollArrowUp {
	border: 0;
	padding: 0;
}

a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../img/scrollarrows.gif) 0 0;
	height: 9px;
	-webkit-transition: all 500ms ease-out;
}
a.jScrollArrowUp:hover {
	background-position: 0 -9px;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
	background: url(../img/scrollarrows.gif) 0 -18px;
	-webkit-transition: opacity 500ms ease-out;
}
a.jScrollArrowDown:hover {
	background-position: 0 -27px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover, a.jScrollActiveArrowButton:active {
	padding: 0;
}

.jScrollPaneContainer .disabled {
	opacity: .2;
}

.jScrollPaneContainer .disabled {
	opacity: .2;
}

/* @end */

/* @group User intro */

.userintro p img {
	position: absolute;
	left: 0;
	top: 27px;
}

.userintro .collapse {
	position: absolute;
	right: 20px;
	bottom: 10px;
}

.userintro a.collapse:active {
	position: absolute;
	bottom: 9px;
	top: auto;
}

a.expand {
	position: absolute;
	top: 30px;
	right: 20px;
	display: none;
}

.userintro a.expand:active {
	top: 31px;
	position: absolute;
}

/* @end */

/* @group Tabs */

.tabs {
	clear: left;
	padding-top: 21px;
	list-style-type: none;
	overflow: hidden;
}

.tabs li {
	display: inline;
}

.tabs li a {
	display: block;
	float: left;
	padding: 5px 10px;
	background-color: #f5f3ec;
	margin-right: 1px;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	font-size: 1.1em;
}

.tabs li:first-child a {
	border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-o-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
}

.tabs li:last-child a {
	border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-o-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

.tabs li.active a {
	background-color: #e5dfd0;
	border-bottom-color: #e5dfd0;
	color: #928e85;
	text-shadow: #fff 0 1px 0;
}


.tabbed {
	clear: left;
}

form.tabbed {
	background-color: #e5dfd0;
	padding: 20px 10px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-o-border-top-right-radius: 6px;
	-o-border-bottom-left-radius: 6px;
	-o-border-bottom-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	zoom: 1;
}

/* @end */


.banner {
	position: relative;
	padding-top: 20px;
}
