/* palette: http://www.colorcombos.com/color-scheme-266.html */

html, body {
	height: 100%;
}

body { 
	margin: auto; 
	padding:0; 
	background:#fefefe; 
	color:#222; 
}
body, th, td { 
	font:14px Arial,"Trebuchet MS",Verdana,sans-serif;
}

#page { 
    height: 100%;
}

/* Links */

a {text-decoration: none;}
a img {border: none;}
a:link, a:visited { color:#222; }
a:hover {text-decoration: underline;  }

/* Base layout */

/* Header */
#sitetitle { 
	width: 980px;
	margin: 0px auto 0px auto;
	padding: 0px px 0px 4px;
	font-size: 38px;
	font-family: "Trebuchet MS",Verdana,sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	color: #111;
	height: 40px;
	text-decoration: none;
}
#sitetitle > a:hover { text-decoration: none;  }

.orange { color: #ff7900; }

#sitename {
	float:left;
}

#logo {
	height: 35px;
	float: right;
	padding: 10px 30px 0px 0px;
}

#username {
	float: right;
	font-size: 13px;
	color: #111;
	margin: 2px 10px 0 0px;
}

#sitenavbar {
	border-bottom: 1px solid #8a2;
	margin: 3px auto 0px auto;
	padding: 5px 0px 0px 10px;
	background: #BCDD5A;
	height: 22px;
	width: 980px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	clear: both;
}

.sitemenu {
	width: 680px;
}

.sitemenuitem {
	height: 17px;
	float: left;
	padding: 2px 6px 1px 6px;
	border: solid 1px #8a2;
	font-family: helvetica;
	font-size: 15px;
	color: #111;
	background: #fefefe;
	margin: 1px 0px 0px 10px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
}

.sitemenuitem.selected { border-bottom: 1px solid #fefefe; }

.sitemenuitem:hover { background: #eee; border-bottom-color: #ddd}
.sitemenuitem:hover a { text-decoration: none; }

#message_container {
	clear: both;
	width:100%;
}
#message {
	margin: 5px 5px;
	background-color: #FF7900;
	color: white;
	padding: 2px 0px;
	border: 2px solid #FF7900;
	text-align: center;
	font-size: 13pt;
}
/* General content */

#content {
	clear:both;
	font-family: "Trebuchet MS",Verdana,sans-serif;
	min-height: 600px;
	width: 970px;
	margin: 10px auto 0px auto;
	border: #bbb 1px solid;
	padding: 8px;
}

#pagetitle {
	padding: 0px 0px 3px 0px;
	font-size: 20pt;
	font-weight: bold;
	letter-spacing: -1px;
}

.section_title {
	font-weight: bold;
	background-color:#eee;
	letter-spacing: -1px;
	font-size: 14pt;
	margin: 20px 0px 10px;
	padding: 2px;
	border-bottom: 1px #ddd solid;
}

.action {
	margin: 8px;
	float: right;
	font-size: 10pt;
}
.action a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px 4px 5px;
	border: 2px solid #DDD;
}
.action:hover {
	text-decoration: none;
	cursor: pointer;
	color:#000;
}
.action a:hover {
	text-decoration: none;
	border-color: #888;
}

.section {
	clear:both;
}

#footer {
	width: 80%;
	padding: 2px;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #BBB;
}
#footer > a {color: #888;}
#footer > a:visited {color: #888;}

.field_error {
	margin: 1px 0px 3px 15px;
	background: #a11;
	color: #fff;
	font-size: 9pt;
	padding: 1px 5px 1px 5px;
}

.field_help {
	margin: 2px;
	font-size: 9pt;
}

.field_entry {
	margin: 2px;
}
.field_entry textarea {
	padding:3px;
}

.field_name {
	margin-top: 10px;
	font-size: 12pt;
	color: #ff7900;
}

.notice {
	color: red;
}

.big_button {
	font-size: 18px;
}

.avatar {
	float:left;
	height:35px;
	width:35px;
	padding:2px;
	border:1px solid #bbb;
}

.hidden {
	display:none;
}

.leftsidetab {
	position: fixed;
	top: 82px;
	left:-2px;
	color:#fff;
}


/* Spot Widget */

.spot_preview {
	padding: 4px;
	margin: 5px;
	width: 245px;
	border-top: 1px solid #ccc;
	overflow: hidden;
}

.spot_preview .title {
	float: left;
	font-size: 10pt;
	letter-spacing: -1px;
	margin: 2px 2px;
}
.spot_preview .thumbnail_container {
	float: right;
	width: 54px;
	min-height:54px;
	border: 1px solid #888;
	background-color:white;
	margin-left: 4px;
}
.spot_preview .thumbnail {
	width: 50px;
	margin: 2px;
}
.spot_preview .date {
	margin-top:8px;
	font-size: 9pt;
	font-style: italic;
}
.spot_preview .location {
	margin-top:8px;
	font-size: 9pt;
	font-style: italic;
}
.spot_preview .rating {
	clear:left;
	margin-left: 3px;
}




/* Modal Dialog stuff */

.modal {
	display:none;
}

.modal_title {
	font-size:12pt;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}
.modal_content {
}

.modal_message {
	margin-top: 35px;
	font-size:14pt;
	text-align: center;
}

#simplemodal-overlay {
	background-color:#000;
	cursor:wait;
}

#simplemodal-container {
	height:120px;
	width:400px;
	background-color:#fff;
	border:3px solid #FF7900;
	padding: 6px;
}

#simplemodal-container a.modalCloseImg {
  background:url(/static/x.png) no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-14px;
  right:-18px;
  cursor:pointer;
}

/* Ad containers */

.leader_ad {
	margin: 10px auto;
	padding: 5px;
	width: 728px;
	height: 90px;
}

.banner_ad {
	margin: 10px auto;
	padding: 5px;
	width: 468px;
	height: 60px;
}

.med_rect_ad {
	width: 336px;
	height: 280px;
	padding: 5px;
	margin: 10px auto;
}

/*** Individual pages ***/

/* Welcome Page */

.welcome_title {
	text-align: center;
	letter-spacing: -1px;
	font-size: 38pt;
	font-family: "Trebuchet MS",Verdana,sans-serif;
	font-weight: bold;
	color: #222;
}

.welcome_tagline {
	font-size: 14pt;
	color: #555;
	font-weight: bold;
	text-align: center;
}
.welcome_banner {
	margin-top: 80px;
	/*background-color: #e0f0e0;*/
	padding: 20px 0px 20px 0px;
/*	border-top: #b0d0b0 2px solid;
	border-bottom: #b0d0b0 2px solid;*/
}

.welcome_form {
	margin-top: 100px;
	font-size: 22pt;
	text-align: center;
	color: #222;
}

.welcome_form input {
	font-size: 22pt;
	color: #222;
	background-color: #f0f0f0;
	font-weight: normal;
}


/* Login Page */

#login_button {
	margin-top: 30px
	font-size: 20px;
	float: right;
}

#forgot_password {
	font-size:8pt;	
	text-decoration: underline;
}

#socialauth {
	margin-top: 40px;
	text-align: center;
}
#socialauth .connect-button {
	margin-top: 10px;
}
/* Review display on spot page */

.review {
	margin-top: 15px;
	border-top: #ddd 1px solid;
	padding: 5px;
}
.review .header {
	font-size: 9pt;
	margin-top: 3px;
	float: left;
}
.review .avatar {
	margin-right: 6px;
}
.review .submitter {
	font-weight: bold;
	font-size: 12pt;
	padding-bottom: 2px;
}

.review .date {
	font-size:9pt;
	padding-right: 8px;
}

.review .rating {
	float: right;
}
.review .content {
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 10pt;
	line-height: 1.4em;
	padding: 3px 5px;
	height: 90%;
	clear:both;
}

/* Ratings */
.rating { 
	height: 15px;
	width: 85px;
	background-position: 0px -32px;
	background-image: url('star_small.png');
}

.stars {
	height:15px;
	/*width: 68px;  /* rating*17 */
	overflow: hidden;
	background-position: 0px -16px;
	background-image: url('star_small.png');
}

/* Map Page */

.bigmap {
	margin: 5px 15px;
	border: 1px;
	border-style: solid;
	width: 650px;
	height: 450px;
}

.maplist {
	margin-left: 5px;
	border-right: 1px solid #ddd;
	width:290px;
    height: 575px;
	overflow: auto;
}

.spot a {
	text-align: left;
	font-weight: bold;
	}
	
#result_info {
	color:#555555;
	font-size:9pt;
	font-weight:normal;
	margin: 0px auto 7px auto;
	text-align: center;
}

#map_instructions {
	font-size:9pt;

	text-align: center;
	color:#444;
	margin:5px auto 1px auto;
}

#facetpane {
  padding-bottom:12px;
  font-size: 15pt;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
#facetpane input {
	font-size: 17pt;
}
#facetpane #i_location {
	margin-left: 5px;
	padding: 1px;
	background-color: #f0f0f0;
}
#facetpane select {
	font-size: 12pt;
	height:25px;
}

.previewcontainer {
    height:40px;	
	clear: both;
}

.previewcontainer.highlight{
	background-color: #e0f0e0;
}

.spot_marker {
	clear: both;
	float: left;
	margin: 3px 3px;
}
.spot_marker:hover {
	cursor: pointer
}
.maplist .spot {
	margin: 3px 3px;
	clear: none;
	float: left;
	width: 235px;
}
.maplist .spot .title {
	font-size: 10pt;
}
.maplist .spot .address {
	font-size:7pt;
	color:#333;
	clear: right;
	float: left;
	width:145px;
	white-space: nowrap;
	overflow:hidden;
}
.maplist .spot .rating {
	clear: right;
	float: right;
}
#map .spot .rating {
	clear: right;
	float: right;
}
.maplist .spot .distance {
    font-size: 8pt;
	font-style: italic;
	clear: left;
	float: left;	
}

/* spot infowindow (pops up in map when marker clicked) */
.spot_info {
	height: 147px;
	width: 205px;
}

.spot_info .title {
	font-weight: bold;
	font-size: 10pt;
}

.spot_info .address {
	color: #555;
	font-size: 8pt;
	margin-bottom: 4px;
}
.spot_info .thumbnail {
	float: left;
	border: 1px solid #888;
	margin: 3px 3px 0px 0px;
	padding: 1px;
	width: 95px;
	height: 95px;
	overflow: hidden;
}
.spot_info .thumbnail:hover {
    border: 1px solid #666;
    background-color: #666;
}

.spot_info .thumbnail img {
    background-color: #fff;
    width: 95px;
    max-height: 95px;
}

.spot_info .features {
	float: left;
	margin: 0px;
	font-size: 8pt;
	font-style: italic;
	width: 103px;
}

.add_spot_infowindow {
	width: 330px;
}

/* Spot Page (spot.html) */

#spot {
	margin: 5px 0px 0px 0px;
	width: 970px;
	table-layout: fixed;
}

#contentpane {
	vertical-align: top;
	width: 535px;
	padding-right: 5px;
}
#mediapane {
	border-left: 1px solid #ddd;
	padding-left: 15px;
	vertical-align: top;
	width: 410px;
}

#spot #pagetitle {
	font-size: 20pt;
	padding-bottom: 2px;
	float: left;
}

.nearby {
	background-color: #ff7900;
	margin-top:9px;
	padding: 3px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 10pt;
}
.nearby a {
	color:#fff
}
#spot #rating {
	float: right;
	margin-right: 5px;
	margin-top: 5px;
}

#rating { 
	height: 20px;
	width: 115px;
	background-position: 0px -43px;
	background-image: url('star1.png');
}

#rating #stars {
	height:20px;
	width: 0px;
	overflow: hidden;
	background-position: 0px -22px;
	background-image: url('star1.png');
}
#rating #text {
	font-size: 8pt;
	text-align: center;
}
#spot #location {
	clear: both;
	font-size: 9pt;
	font-weight: bold;
	color: #666;
	padding: 0px 5px 5px 0px;
}

#spotdesc {
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 12pt;
	line-height: 1.4em;
	margin-top: 5px;
}

#spotdesc a {
	color: #3333bb;
}

#features {
	margin-top: 10px;
	padding-bottom:10px;
	border-bottom: #ddd solid 1px;
}

#spot .feature {
	margin: 2px 4px;
	font-size: 10pt;
	font-weight: ;
	color: #333;
	width:95px;
	float: left;
}
#spot #creditpane {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:8pt;
	font-weight: italic;
	float:right;
}
.avatar {
	float:left;
	height:35px;
	width:35px;
	padding:2px;
	border:1px solid #bbb;
}
#spot #creditpane .credits {
	float:left;
	margin-left: 4px;
}

#spot #actionpane {
	margin-top: 10px;
	margin-bottom: 10px;
	clear:both;
}

#spot #map {
	overflow: hidden;
	width:402px;
}



#highlight {
	padding: 2px;
	border: #ddd 1px solid;
	margin-top: 10px;
	margin-right: 0px;
	width:400px;
}

#highlight:hover {
	border: #888 1px solid;
	background-color: #ddd;
}

#no_highlight_image {
	padding: 70px 30px;
	text-align: center;
	font-family: helvetica, arial;
	font-size: 22px;
}



.spotmap {
	margin-left: auto;
	margin-right: 5px;
	border: 1px;
	border: #ddd 1px solid;
	height: 250px;
	
}

#mapmarker {
	font-size: 11px;
}

.mediatitle {
	text-align: center;
	font-size: 13pt;
	font-weight: bold;
}
#thumbs {
	width: 200px;
	table-layout:fixed;
	float: left;
}

#videos {
	float: left;
	width: 180px;
	margin-left: 20px;
}

.videopreview {
	text-align: center;
	width:170px;
	border: 1px solid #ddd;
	margin:5px;
}

.videopreview:hover {
	background-color: #ddd;
	border: #888 1px solid;
	cursor: pointer;
}

.videothumbdiv {
	margin: 10px auto;
	width: 120px;
	overflow: hidden;
}

.videothumb {
	width: 120px;
}

.thumb {
	width: 95px;
	height: 95px;
	padding: 2px;
	border: #ddd 1px solid;
	text-align: center;
}

.thumb:hover {
	background-color: #ddd;
	border: #888 1px solid;
	cursor: pointer;
}

.video_overlay {
	width: 640px;
	height: 426px;
/*	width:425px;
	height:375px;*/
}

.video_overlay object {

}

.video_overlay .video_title {
	color: #ddd;
	background-color: #000;
	height:33px;
	padding-top: 6px;
	border-bottom: 2px solid #555;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
}

.overlay {
	display:none;
	background-color:black;
	background-image:url(/static/black.png);
	border: 2px solid #555;
}

.overlay .close { 
    background-image:url(/static/x.png); 
	background-repeat:repeat-x;

    position:absolute; 
    right:-12px; 
    top: -12px; 
    cursor:pointer; 
    width:25px; 
    height:29px; 
} 


#flag_dialog td {
	padding:0px 2px;
	margin:0px;
}

/* new spot page (newspot.html) */


/* SignUp */

.signup_field_name {
	font-weight: bold;
	text-align: right;
}

.signup_button {
	margin-top: 15px;
	font-size: 22px;
}


/* profile and edit profile pages */
#avatar {
  margin: 5px;
  padding: 2px;
  border: solid 1px #888;
}
