#header {
	height: 205px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 0px;
	display: block;
}

#header_bar {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header h1  {
	background-image: url(../img/logo.png);
	height: 91px;
	width: 361px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
}

#header h1 a {
	display: block;
	width: 361px;
	height: 91px;
}

#header h1 a:hover {
	border-bottom-style: none;
}

.phrase_home {
	background-image: url(../img/phrase_home.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 126px;
	width: 590px;
}

.page_header {
	background-image: url(../img/page_header.png);
	background-repeat: no-repeat;
	height: 17px;
}

#canvas {
	background-image: url(../img/clouds.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	min-height: 100%;
	width: 100%;
}

.page {
	padding-bottom: 200px;
	background-color: #FFFFFF;
	}

#footer {
	bottom: 0px;
	position: absolute;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 100%;
	background-position: center bottom;
	display:block;
	clear: both;
}

hr {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
	height: 60px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/hr.png);
	background-color: white;
}


/* Head Navigation */

#nav_head {
	position:absolute;
	right: 0px;
	top: 10px;
}

#nav_head ul {
	margin: 0px;
	padding: 0px;
}

#nav_head li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;	
}

#nav_head li a {
	color: #FFFFFF;
	text-decoration: none;	
}

#nav_head li a:hover {
	color: #77cfe2;
	text-decoration: none;
}

#signin {
	height: 29px;
	width: 99px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#signin a {
	background-image: url(../img/btn/signin.png);
	background-repeat: no-repeat;
	display: block;
	width: 99px;
	height: 29px;
}

#signin a:hover { 
	background-image: url(../img/btn/signin_on.png);
	background-repeat: no-repeat;
	display: block; 
	width: 99px; 
	height: 29px;
}

#signout {
	height: 29px;
	width: 99px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#signout a {
	background-image: url(../img/btn/signout.png);
	background-repeat: no-repeat;
	display: block;
	width: 99px;
	height: 29px;
}

/* Navigation */


#navcontainer {
	position: absolute;
	top: 119px;
}

ul#navlist
{
	list-style-type: none;
	margin: 0;
}

ul#navlist li
{
	background-image: url(../img/nav_divider.png);
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
	padding-left: 15px;
	margin: 0px;
	display: block;
	width: 175px;
	height: 77px;
}

ul#navlist li#active
{
	border-bottom: 1px solid #fff;
	background-image: url(../img/nav_on.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

li#active a {
	color: #ffffff;
}

#navlist a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #024a5b;
	padding-left: 30px;
	padding-bottom: 12px;
	padding-right: 14px;
	padding-top: 14px;
	display: block;
	color: #024a5b;
	text-decoration: none;
	display: block;
	width: 180px;
	height: 65px;
}

#navlist a:hover {
	color: #FFFFFF;
}

#navlist li:hover, #navlist li.last:hover {
	background-image: url(../img/nav_rollover.png);
	background-repeat: repeat-x;
	background-position: right top;
}

#navlist li.last {
	background-image: none;
}

#navlist li a span.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #0066cc;
	padding-top: 5px;
	width: 120px;
	display: block;
}

#navlist li#active a span.description {
	color:#FFFFFF;
}


#navlist li a.clicklocal {
	background-image: url(../img/icons/home.png);
	background-repeat: no-repeat;
	background-position: left 12px;
}

#navlist li a.signup {
	background-image: url(../img/icons/signup.png);
	background-repeat: no-repeat;
	background-position: left 12px;
}

#navlist li a.locals {
	background-image: url(../img/icons/locals.png);
	background-repeat: no-repeat;
	background-position: left 12px;
}

#navlist li a.groups {
	background-image: url(../img/icons/groups.png);
	background-repeat: no-repeat;
	background-position: left 12px;
}

#navlist li a.actions {
	background-image: url(../img/icons/actions.png);
	background-repeat: no-repeat;
	background-position: left 12px;
}

#navlist li a.stories {
	background-image: url(../img/icons/stories.png);
	background-repeat: no-repeat;
	background-position: left 12px;
}

/* Sub navigation */

.sub_nav

 {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
	background-image: url(../img/subnav_bar.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 950px;
}

.sub_nav li {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
}

.sub_nav li a {
	color: #01a6d7;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 16px;
	margin-top: 0px;
	height: 20px;
	display: block;
}
.sub_nav li a:hover {
	color: #ffffff;
	text-decoration: none;
}

.sub_nav a#current {
	color: #ffffff;
	background-image: url(../img/subnav_point.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 20;
	position: relative;
}



/* Forms */

fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, input, select {margin:0.5em 0;}
input.text:focus, input.title:focus, textarea:focus, select:focus {}
input.title {font-size:1.5em;}
textarea {
	width:300px;
	height:100px;
	padding:2px;
}

input.text, select {
	width:290px;
	padding:4px;
}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

form ul li {
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

label {
	display: block;
	width: 180px;
	float:left;
	padding-top: 10px;
	padding-right: 30px;
	text-align: right;
}

label.short {
	display: block;
	width: 130px;
	float:left;
	padding-right: 10px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 0px;
}

/* Updates */
.post_update {
	background-image: url(../img/update_box.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 549px;	
}

.post_update input {
	padding: 3px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	width: 535px;
	background-color: #FFFFFF;
	border: 1px solid #ffffff;
}


/* Location and interest panel */

.location label {
	display: block;
	width: 360px;
	float:left;
	padding-top: 10px;
	padding-right: 10px;
	margin-left: 5px;
	text-align: left;
}

.location {
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #77cfe2;
	padding: 10px;
	background-image: url(../img/suggest_bgrnd.png);
	background-repeat: repeat-x;
}

.input-location {
	padding: 8px;
	width: 410px;
	background-color: #ffffff;
	border: 1px solid #77c3e2;
	background-image: none;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #77cfe2;
	padding: 10px;
	background-image: url(../img/suggest_bgrnd.png);
	background-repeat: repeat-x;
}

button.search {
	background-image: url(../img/btn/search.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 99px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	margin-left: 10px;
}

button.onwards {
	background-image: url(../img/btn/onwards.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 130px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	margin-left: 10px;
	background-color: transparent;
}

button.signup {
	background-image: url(../img/btn/signup.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 130px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	margin-left: 10px;
	background-color: #FFFFFF;
}

.location ul li {
	list-style: none;
	display: list-item;
	
}

.location ul li ul {
	float: left;
	margin-bottom: 20px;
	display:block;
	width: 120px;
}

.location a {
	color: #022d38;
	text-decoration: none;
}

.location a:hover {
	text-decoration: underline;
}

.location a.selected {
	color: #a4c84a;
	text-decoration: none;
}

/* Link styles */

a.user {
	background-image: url(../img/icons/user.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}

a.add {
	background-image: url(../img/icons/plus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-right: 10px;
	color: #999999;
}

a.comment {
	background-image: url(../img/icons/comment.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-right: 10px;
	color: #999999;
}

a.message {
	background-image: url(../img/icons/message.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-right: 10px;
	color: #999999;
}

a.project {
	background-image: url(../img/icons/heart.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-right: 10px;
	color: #999999;
}

a.update {
	background-image: url(../img/icons/clock.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-right: 10px;
	color: #999999;
}

a.remove {
	background-image: url(../img/icons/minus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-right: 10px;
	color: #999999;
}

a.yours {
	background-image: url(../img/icons/user.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

a.your_project {
	background-image: url(../img/icons/projects.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

/* Main NavLink styles */

a.home {
	background-image: url(../img/icons/home.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 100px;
}

a.get_started {
	background-image: url(../img/icons/get_started.png);
	background-repeat: no-repeat;
	background-position: left center;
}
a.tour {
	background-image: url(../img/icons/tour.png);
	background-repeat: no-repeat;
	background-position: left center;
}


a.locals {
	background-image: url(../img/icons/user_green.png);
	background-repeat: no-repeat;
	background-position: left center;
}

a.groups {
	background-image: url(../img/icons/group.png);
	background-repeat: no-repeat;
	background-position: left center;
}

a.actions {
	background-image: url(../img/icons/actions.png);
	background-repeat: no-repeat;
	background-position: left center;
}

a.stories {
	background-image: url(../img/icons/stories.png);
	background-repeat: no-repeat;
	background-position: left center;
}



/* Map styles */

ul.key li {
	display: inline;
	list-style: none;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}

ul.key li.local {
	background-image: url(../img/icons/map_bubble_local.png);
	background-repeat: no-repeat;
}

ul.key li.groups {
	background-image: url(../img/icons/map_bubble_group.png);
	background-repeat: no-repeat;
	margin-left: 20px;
}

ul.key li.actions {
	background-image: url(../img/icons/map_bubble_action.png);
	background-repeat: no-repeat;
	margin-left: 20px;
}

/* Location items */

ul.location_items {
	margin: 0px;
	padding: 0px;
}

.item_heading {
	font-size:20px;
	line-height:28px;
	font-weight:normal;
	color: #72401c;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
}

.location_items li {
	list-style-type: none;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-image: url(../img/dotline_grey.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.location_items li img {
	padding: 3px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
}

a.title {
	font-weight: bold;
	color: #022d38;
	text-decoration: none;	
}

a.title:hover {
	font-weight: bold;
	color: #022d38;
	text-decoration: underline;	
}

.updates_locals {
	background-image: url(../img/icons/user.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	list-style-type: none;
	margin-left: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #022d38;
	text-decoration: none;	
	
}

.updates_groups {
	background-image: url(../img/icons/group.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	list-style-type: none;
	margin-left: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #022d38;
	text-decoration: none;	
}

.updates_projects {
	background-image: url(../img/icons/projects.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	list-style-type: none;
	margin-left: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #022d38;
	text-decoration: none;	
}

/* Misc */
.scroll {
	width: 200px;
	height: 300px;
	overflow: auto;
}

.date {
	color: #999999;
}

.map_onwards {
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.left {
	float: left;
}

.info {
	color: #999999;
	margin: 0px;
	padding: 0px;
}

.underline-1 {
	background-image: url(../img/dotline_grey.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.underline-2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #024a5b;
}

.pad-bottom {
	padding-bottom: 20px;
}

.pad-top {
	padding-top: 20px;
}

.pad-top2 {
	padding-top: 40px;
}

.margin-top {
	margin-top: 20px;
}

.thumb {
	padding: 4px;
	border: 1px solid #cccccc;
}

.thumb_on {
	padding: 4px;
	border: 1px solid #89cc5a;
}

.thumb-shadow {
	background-image: url(../img/thumbs/thumb_shadow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 9px;
}

.block-shadow1 {
	background-image: url(../img/block_shadow-1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;	
}

.margin-bottom {
	margin-bottom: 10px;
}

.suggest_box {
	border: 1px solid #77cfe2;
	padding: 10px;
	background-image: url(../img/suggest_bgrnd.png);
	background-repeat: repeat-x;
}

.mapframe {
	margin: 0px;
	padding: 0px;
}

#click_locals, #click_groups, #click_projects {
	cursor: pointer;
}

#click_food, #click_transport {
	cursor: pointer;
}

textarea.comment {
	width: 260px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


/* Banners */

.banner1 {
	background-image: url(../img/banners/find_locals.jpg);
	background-repeat: no-repeat;
	height: 196px;
	width: 882px;
	background-position: right top;
}

.banner2 {
	background-image: url(../img/banners/find_locals2.jpg);
	background-repeat: no-repeat;
	height: 196px;
	width: 895px;
	background-position: left top;
}

.banner3 {
	background-image: url(../img/banners/collections.jpg);
	background-repeat: no-repeat;
	height: 196px;
	width: 895px;
	background-position: left top;
}

/* J Tip */

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}

input.demo {cursor:pointer; background:url(../img/input.gif) repeat-x; border:3px double #999; border-top-color:#ccc; border-left-color:#ccc; color:#777; font-weight:bold; font-size:1.2em; margin-right:4px; width:160px;}

/* Lists */

ul.tick-list {
	margin: 0px;
}

ul.tick-list li {
	background-image: url(../img/icons/tick.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 25px;
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 5px;
}

ul.tick-list li.user {
	background-image: url(../img/icons/user_green.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 25px;
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 5px;
}

ul.tick-list li.created {
	background-image: url(../img/icons/calendar.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 25px;
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 5px;
}

ul.tick-list li.followers {
	background-image: url(../img/icons/group.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 25px;
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 5px;
}

ul.tick-list li.map {
	background-image: url(../img/icons/map.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 25px;
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 5px;
}

ul.tick-list li.time {
	background-image: url(../img/icons/time.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 25px;
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 5px;
}

/* info titles */

.info_neighbourhood {
	background-image: url(../img/info_neighbourhood.gif);
	background-repeat: no-repeat;
	height: 109px;
	width: 732px;
}

.info_map {
	background-image: url(../img/info_map.gif);
	background-repeat: no-repeat;
	height: 91px;
	width: 471px;
}

.info_home {
	background-image: url(../img/info_home.gif);
	background-repeat: no-repeat;
	height: 90px;
	width: 671px;
}

.info_projects {
	background-image: url(../img/info_projects.gif);
	background-repeat: no-repeat;
	height: 103px;
	width: 511px;
}

.info_locals {
	background-image: url(../img/info_locals.gif);
	background-repeat: no-repeat;
	height: 101px;
	width: 482px;
}

.info_success {
	background-image: url(../img/info_success.gif);
	background-repeat: no-repeat;
	height: 91px;
	width: 532px;
}
.info_groups {
	background-image: url(../img/info_groups.gif);
	background-repeat: no-repeat;
	height: 91px;
	width: 401px;
}

/* Percent Bar */

.percent_box {
	background-image: url(../img/percentImage.png);
	background-repeat: no-repeat;
	display: block;
	height: 12px;
	width: 124px;
	margin: 0px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

.percent_bar {
	background-image: url(../img/percentImage_back1.png);
	background-repeat: no-repeat;
	background-position: 75% center;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 121px;
}
textarea#message {
	padding: 3px;
	width: 260px;
	height: 60px;
}

/* Step by step */

.pathway {
	background-image: url(../img/step_bg.jpg);
	display: block;
	height: 431px;
	width: 950px;	
}
.pathway_head {
	background-image: url(../img/step_head.png);
	background-repeat: no-repeat;
	height: 108px;
	width: 950px;	
}

.step1 a {
	background-image: url(../img/step_1.png);
	background-repeat: no-repeat;
	float: left;
	height: 305px;
	width: 235px;
}

.step2 a {
	background-image: url(../img/step_2.png);
	background-repeat: no-repeat;
	float: left;
	height: 305px;
	width: 237px;
}

.step3 a {
	background-image: url(../img/step_3.png);
	background-repeat: no-repeat;
	float: left;
	height: 305px;
	width: 236px;
}

.step4 a {
	background-image: url(../img/step_4.png);
	background-repeat: no-repeat;
	float: left;
	height: 305px;
	width: 242px;
}

