/* CSS Document */

body
{
	background-color: #0E3069;
}
textarea
{
	width: 578px;
	height: 80px;
	font-size: 12px;
	margin-top: 0;
}
.container
{
	padding-left: 10px;
	padding-right: 10px;
}
.bold
{
	font-weight: bold;
}
hr.top
{
	margin: 1.45em 0 0.5em 0;
}
.sentence > b:first-child
{
	text-transform: capitalize;
}
.span-half
{
	float: left;
	margin-right: 2%;
	width: 48%;
}
.span-third
{
	float: left;
	margin-right: 1%;
	width: 32%;
}
.span-quarter
{
	float: left;
	margin-right: 1%;
	width: 24%;
}
.span-fifth
{
	float: left;
	margin-right: 1%;
	width: 19%;
}
.nudge-down
{
	margin-top: 6px;
}
.nudge-right
{
	margin-left: 30px;
}
.nudge-left
{
	margin-right: 20px;
}
.right
{
	float: right;
}
.left
{
	float: left;
}
.text-right
{
	text-align: right;
}
.short
{
	margin-bottom: .5em;
}
.white
{
	color: #FFF;
}
.green
{
	color: #A8DD59;
}
.blue
{
	background-color: #123B87;
}
.light-blue
{
	background-color: #0C77EB;
}
.alt-color
{
	background-color: #F0F0FF;
}
.caps
{
	text-transform: capitalize;
}
h1, h2, h3, h4, h5, h6
{
	font-family: "Trebuchet MS" , Garuda, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1
{
	font-size: 2.5em;
}
input.text, textarea, input.button, input.big-button, input.big-box, input.search-button
{
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Verdana, Arial, Helvetica, sans-serif;
}
input.button, input.big-button
{
	background: #0C77EB url(../images/button-shade.png) top repeat-x;
	color: #FFF;
	border: none;
}
input.button:hover, input.big-button:hover
{
	background-image: none;
}
input.button
{
	padding: 5px;
	float: right;
}
input[type=text]
{
	margin: 0;
}
input.text
{
	margin: 0;
	width: 280px;
	float: right;
}
input.big-box, input.big-button
{
	font-size: 1.2em;
	padding: 5px;
}
input.big-box
{
	width: 300px;
}
input.big-search
{
	width: 450px;
}
.big-select
{
	font-size: 1.2em;
	width: 150px;
}
.big-select option
{
	padding: 2px 4px;
	text-align: right;
}
input.no-button
{
	background: none;
}
label.large
{
	font-size: 1.5em;
	font-weight: normal;
	margin-right: 10px;
}
label.text
{
	font-size: 1.1em;
	display: block;
	width: 120px;
	float: left;
	text-align: right;
	line-height: 2;
}
.form-row
{
	margin-bottom: 1em;
	overflow: auto;
}
a
{
	text-decoration: none;
	color: #0643A7;
}
a:hover
{
	text-decoration: underline;
	color: #0643A7;
}
a.button
{
	text-decoration: none;
	background: #0C77EB url(../images/button-shade.png) top repeat-x;
	color: #FFF;
	border: none;
	line-height: 30px;
	padding: 5px; /* 	 display: block; 	float: left; 	background-image: url(../images/button-shade.png); 	background-position: top; 	background-repeat: repeat-x; 	padding: 5px 15px; 	margin-right: 15px; 	font-family: Verdana, Geneva, sans-serif; 	color: #FFF; 	font-size: 22px; */
}
a.button:hover
{
	background-image: none;
}
.large
{
	line-height: 1.2;
	margin-bottom: 1em;
}
.extra-large
{
	font-size: 1.6em;
	margin-bottom: 1em;
}
.paragraph
{
	line-height: 1.5;
}
img.middle
{
	vertical-align: middle;
}
.image-container
{
	width: 100px;
	height: 75px;
	padding-right: 10px;
	float: left;
}
.member-photo
{
	width: 75px;
}
.image-container img
{
	display: block;
	margin: auto;
	max-height: 75px;
}
.small-image-container
{
	width: 50px;
	height: 50px;
	padding-right: 10px;
	float: left;
}
.small-image-container img
{
	max-width: 50px;
	max-height: 50px;
	display: block;
	margin: auto;
}
.large-image-container
{
	width: 300px;
	padding-right: 10px;
	float: left;
}
.large-image-container img
{
	display: block;
	margin: auto;
}
p.comment-fix
{
	padding-left: 60px;
}


#header .container
{
	padding-top: 10px;
	padding-bottom: 10px;
}
#logo
{
	display: block;
}
#toolbox
{
	margin-top: 27px;
}
#toolbox a
{
	display: block;
	background: url(../images/dropdown.jpg) 100% 50% no-repeat;
	padding-right: 15px;
	margin-left: 20px;
	text-decoration: none;
	color: #FFF;
	max-width: 370px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.3;
}
#toolbox a:hover
{
	background-image: url(../images/dropdown-blue.jpg);
	color: #9CCFFA;
}
#toolbox span
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 18px;
	background: url(../images/icons/cog.png) left center no-repeat;
	padding-left: 24px;
	margin: 0;
}
#toolbox .log-in
{
	float: right;
	background: none;
	border: none;
	color: #FFF;
	font-size: 18px;
	cursor: pointer;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	margin: 0 0 0 20px;
	padding: 0;
}
#toolbox .log-in:hover
{
	color: #9CCFFA;
}
#username
{
	float: right;
}
#username:hover > ul
{
	display: block;
}
#dropdown
{
	list-style-type: none;
	display: none;
	padding: 0;
	position: absolute;
	margin: 0 0 0 44px;
	border-left: solid 1px #07497F;
	border-right: solid 1px #07497F;
	z-index: 1;
}
#dropdown input
{
	background: #0B538F;
	border-left: none;
	border-right: none;
	border-top: solid #095C9F 1px;
	border-bottom: solid #07406F 1px;
	color: #FFF;
	width: 120px;
	text-align: left;
	cursor: pointer;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 5px 10px;
}
#dropdown input:hover
{
	background: #07406F;
	border-top: solid #07497F 1px;
	border-bottom: solid #052E4F 1px;
}
#searchbar
{
	float: right;
	margin-top: 3px;
}
.search-box
{
	font-size: 11px;
	width: 200px;
	padding: 2px;
}
.search-button
{
	padding: 1px 4px;
	font-size: 11px;
	background: #0C77EB url(../images/button-shade.png) top repeat-x;
	color: #FFF;
	border: none;
}
.search-button:hover
{
	background-image: none;
}


#nav
{
	background: #0D74C8 url(../images/nav-shade.png) repeat-x bottom;
}
#nav ul
{
	list-style-type: none;
	width: 100%;
	padding: 0;
	margin: 0;
	border-left: solid 1px #0B5593;
	border-right: solid 1px #0D74C8;
	display: inline-block;
}
#nav li
{
	float: left;
	width: 188px;
	border-left: solid 1px #0D74C8;
	border-right: solid 1px #0B5593;
}
#nav .market
{
	border-left: solid 1px #79B30F;
	border-right: solid 1px #50750B;
}
#nav .market a
{
	background: #79B30F url(../images/nav-shade.png) repeat-x bottom;
}
#nav span.big
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-left: 50px;
	padding-bottom: 20px;
	background-position: 10px 3px;
	background-repeat: no-repeat;
}
#nav span.little
{
	position: relative;
	top: -5px;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
}
#nav a
{
	display: block;
	padding: 6px 0;
	text-decoration: none;
	color: #FFF;
	background: #0D74C8 url(../images/nav-shade.png) repeat-x bottom;
}
#nav a:hover
{
	background-color: #0B64AC;
}
#nav .market a:hover
{
	background-color: #6D9F13;
}
#nav .trips span.big
{
	background-image: url(../images/icons/trips.png);
}
#nav .rivers span.big
{
	background-image: url(../images/icons/map.png);
}
#nav .groups span.big
{
	background-image: url(../images/icons/group.png);
}
#nav .camping span.big
{
	background-image: url(../images/icons/tent.png);
}
#nav .market span.big
{
	background-image: url(../images/icons/cart.png);
}
#nav a.active
{
	background-image: url(../images/nav-shade-inset.png);
}


#waterfall
{
	background: #000 url(../images/waterfall-fade.jpg) center bottom no-repeat;
	padding-top: 20px;
}
.widget
{
	color: #FFF;
	margin-bottom: 20px;
}
.widget p
{
	font-size: 1.1em;
}
.widget a
{
	color: #C2D8F8;
	vertical-align: top;
}
.widget a.button
{
	color: #FFF;
}
.wcontent
{
	background-image: url(../images/box_r2_c2.png);
	margin: 0 15px;
	overflow: auto;
}
.tlc, .trc, .blc, .brc
{
	height: 15px;
	background-color: transparent;
	background-repeat: no-repeat;
}
.tlc
{
	background-image: url(../images/box_r1_c1.png);
	background-position: 0% 0%;
}
.trc
{
	background-image: url(../images/box_r1_c3.png);
	background-position: 100% 0%;
}
.blc
{
	background-image: url(../images/box_r3_c1.png);
	background-position: 0% 100%;
}
.brc
{
	background-image: url(../images/box_r3_c3.png);
	background-position: 100% 100%;
}
.tb, .bb
{
	background-color: transparent;
	background-repeat: repeat-x;
	height: 15px;
	margin: 0 15px;
}
.tb
{
	background-image: url(../images/box_r1_c2.png);
	background-position: 0% 0%;
}
.bb
{
	background-image: url(../images/box_r3_c2.png);
	background-position: 50% 100%;
}
.rb
{
	background-image: url(../images/box_r2_c3.png);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}
.lb
{
	background-image: url(../images/box_r2_c1.png);
	background-position: 0% 100%;
	background-repeat: repeat-y;
}
#marketplace
{
	height: 175px;
	background: url(../images/green-widget.png) no-repeat top center;
}
#green-padding
{
	width: 920px;
	margin: 15px;
}


.content
{
	background-color: #FFF;
	padding: 20px 0;
}
#tabs
{
	background: url(../images/line.jpg) bottom center no-repeat;
	margin-bottom: 20px;
}
#tabs ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#tabs li
{
	float: left;
}
#tabs li h1
{
	margin: 5px 40px 0 0;
}
a.tab
{
	display: block;
	color: #CCC;
	font-size: 14px;
	font-weight: bold;
	background-color: #333;
	padding: 8px 14px;
	margin: 7px 3px 0 0;
}
a.tab:hover
{
	color: #CCC;
}
#tabs .active
{
	background: #FFF url(../images/tab-shade.jpg) top repeat-x;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	padding: 10px 20px;
	margin-top: 0;
	color: #111;
	font-size: 16px;
}
a.guru-tab
{
	display: block;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background-color: #DF6D45;
	padding: 8px 10px;
	margin: 7px 3px 0 0;
}
a.guru-tab:hover
{
	color: #FFF;
}
.spacer
{
	margin-bottom: 2em;
	float: left;
	width: 100%;
}
.small-spacer
{
	margin-bottom: 0.5em;
	float: left;
	width: 100%;
}
#enlarge
{
	display: table;
	margin-right: 0px;
	margin-left: auto;
	padding: 8px;
	background: url(../images/tab-shade.jpg) bottom repeat-x;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
#enlarge img
{
	vertical-align: middle;
}
#enlarge a
{
	color: #222;
}
a.more
{
	font-size: 0.5em;
	margin-left: 1em;
	font-weight: normal;
	font-family: "Helvetica Neue" , Arial, Helvetica, sans-serif;
}
span.more
{
	font-size: 0.75em;
	margin-left: 1em;
	font-weight: normal;
	font-family: "Helvetica Neue" , Arial, Helvetica, sans-serif;
}
.bar-item
{
	width: 510px;
	margin-bottom: 3px;
	overflow: auto;
}
.bar-name, .bar-count
{
	padding: 2px 0;
}
.bar-name
{
	width: 350px;
	float: left;
}
.bar-name span
{
	display: inline-block;
	width: 15px;
}
.bar-count
{
	width: 35px;
	background-color: #0D71C1;
	float: left;
}
.bar-count span
{
	color: #FFF;
	padding-left: 10px;
}
.small-bar
{
	width: 390px;
}
.small-bar .bar-name
{
	width: 300px;
}
#calendar
{
	background-image: url(../images/calendar.jpg);
	width: 226px;
	height: 205px;
	margin-left: 10px;
}
#calendar span
{
	display: block;
	width: 220px;
	margin-top: 12px;
	text-align: center;
	color: #FFF;
	font-size: 22px;
	font-family: Impact, Haettenschweiler, ‘Arial Narrow Bold’, sans-serif;
}
.cal-prev
{
	height: 200px;
	width: 40px;
	border: none;
	cursor: pointer;
	background: url(../images/cal-arrow-left.png) top;
}
.cal-next
{
	height: 200px;
	width: 50px;
	border: none;
	cursor: pointer;
	background: url(../images/cal-arrow-right.png) top;
}
.cal-prev:hover, .cal-next:hover
{
	background-position: bottom;
}
a.letter
{
	font-size: 1.7em;
	font-weight: bold;
	display: block;
	float: left;
	width: 50px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}
a.letter:hover
{
	background-color: #CFD0FF;
	text-decoration: none;
}
#map-border
{
	border: 1px solid #DDD;
}
#map-canvas
{
	width: 750px;
	height: 500px;
	float: left;
}
#map-list
{
	float: left;
	width: 200px;
	height: 500px;
	overflow: auto;
	margin: 0;
	list-style-type: none;
	padding: 0;
}
#map-list li, #gauge-map-list li
{
	padding: 4px 0 4px 5px;
	color: #0643A7;
}
#map-list li:hover
{
	background-color: #CFD0FF;
	cursor: pointer;
}
#gauge-map-canvas
{
	width: 500px;
	height: 500px;
	float: left;
}
#gauge-map-list
{
	float: left;
	width: 450px;
	height: 500px;
	overflow: auto;
	margin: 0;
	padding: 0;
}

.gauge-result-item
{
	margin-bottom: 20px;
}

.gauge-result-header:hover
{
	background-color: #CFD0FF;
	cursor: pointer;
}

.gauge-type-list
{
	margin: 0px;
	padding: 0px;
}

.GaugeOption
{
	padding: 5px;
	width: 95%;
	height: 30px;
}
.GaugeOption .GO_Description
{
	float: left;
}
.GaugeOption .GO_Description div
{
	padding-top: 6px;
	font-weight: bold;
}
.GaugeOption .GO_Action
{
	float: right;
	vertical-align: middle;
}






span.number
{
	display: block;
	float: left;
	width: 25px;
	height: 50px;
	padding-right: 5px;
	text-align: right;
}
div.recent-trips-fix
{
	min-height: 50px;
}
#ratings label
{
	text-align: center;
	font-size: 1.2em;
}
#ratings input
{
	margin: 0 5px 5px 0;
}
#ratings label, #ratings input
{
	vertical-align: top;
}
#center-button
{
	width: 170px;
	margin: 0 auto;
}
.search-icon
{
	float: left;
	margin: 7px 10px 0 0;
}


#footer
{
	background: url(../images/footer-shade.png) top repeat-x;
	padding: 30px 0;
	color: #A9C6F5;
}
#footer h3
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-weight: normal;
	color: #A9C6F5;
}
#footer a
{
	color: #FFF;
}
#footer ul
{
	list-style-type: none;
	padding: 0;
}
#footer .subtle
{
	font-size: 0.9em;
}









