/*Left Sidebar*/
.dashbox{background: #ffffff;margin: 10px;height: 300px;}
#mapsdash ul{
	padding-left: 10px;
}
#mapsdash li{font-size:17px;font-weight: 300;padding-top:6px;width:360px;padding-bottom:6px;border-bottom:thin dashed #cccccc;}
#mapsdash .viewbutton{
	margin-left: 15px;
	margin-right: 5px;
	background: url("/images/buttons/viewbutton.png") no-repeat scroll 0 0 transparent;
	padding-bottom: 2px;
}
#mapsdash .viewbutton:hover{
	background: url("/images/buttons/viewbuttonreverse.png") no-repeat scroll 0 0 transparent;
}
#mapsdash .editbutton{
	margin-right: 2px;
	background: url("/images/buttons/editbutton.png") no-repeat scroll 0 0 transparent;
	padding-bottom: 2px;
}
#mapsdash .editbutton:hover{
	background: url("/images/buttons/editbuttonreverse.png") no-repeat scroll 0 0 transparent;
}
#mapsdash .deletebutton{
	margin-right: 2px;
	background: url("/images/buttons/deletebutton.png") no-repeat scroll 0 0 transparent;
	padding-bottom: 2px;
}
#mapsdash .deletebutton:hover{
	background: url("/images/buttons/deletebuttonreverse.png") no-repeat scroll 0 0 transparent;
}
#mapsdash .maptitletext{
padding-bottom: 2px;
}
#user_navigation .addatripbutton{
	background: url("/images/buttons/addatripbutton.png") no-repeat scroll 0 0 transparent;
	margin-left: 120px;
	margin-top: 6px;
}
#user_navigation .addatripbutton:hover{
	background: url("/images/buttons/addatripbuttonreverse.png") no-repeat scroll 0 0 transparent;
}
#tripNameField{
	
}
#create_trip_button{
	background: url("/images/buttons/savebutton.png") no-repeat scroll 0 0 transparent;
	position: absolute;
	top: 56px;
	margin-left: 10px;
}
#create_trip_button:hover{
	background: url("/images/buttons/savebuttonreverse.png") no-repeat scroll 0 0 transparent;
}
#notesdash{background:#cccccc;}
#itinsdash{}
#newsdash{}
#featuresdash{}


/*Middle Console*/

#userSettingsNav{
	height: 500px;
	width: 950px;
	position: relative;
	float: left;
	margin-left: 325px !important;
}
#user_homepage{
	background: #ffffff;
}
#user_navigation{
	margin-left: 285px;
	width: 400px;
	height: 50px;
	//background: url("/images/mockup/usernavigation.png") no-repeat scroll 0 0 transparent;
	position: absolute;
	top: 30px;
}
#user_icon{
	width: 200px;
	height: 200px;
	margin-left: 65px;
	position: absolute;
	top: 60px;
	//background: url("/images/mockup/usericon.png") no-repeat scroll 0 0 transparent;
}
#user_numbers{
	width: 400px;
	height: 100px;
	//background: url("/images/mockup/usernumbers.png") no-repeat scroll 0 0 transparent;
	position: relative;
	//top: 100px;
	//margin-left: 590px;
}

#user_maps{
	width: 400px;
	height: 330px;
	position: absolute;
	//top: 200px;
	//margin-left: 590px;
	overflow-y: scroll;
}

#user_maps .title{
	font-size: 24px;
	font-weight: bold;
	color: #666666;
}
#user_bio{
	width: 200px;
	height: 200px;
	position: absolute;
	top: 300px;
	margin-left: 350px;
	background: url("/images/mockup/userbio.png") no-repeat scroll 0 0 transparent;
}
#user_recent{
	width: 400px;
	height: 50px;
	background: url("/images/mockup/userrecent.png") no-repeat scroll 0 0 transparent;
	position: absolute;
	top: 520px;
	margin-left: 600px;
	display: none;
}
#dashboard_sidebar{
	display: none;
}
/*Stuff that pushes footer down*/

.wrapper {min-height: 100%;height: 100%;margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */}
#footer, .push {height: 40px; /* .push must be the same height as .footer */}

.nonEditField{
	background-color: #BBB;
}
.unfilledSocialField{
	font-style: italic;
	color: #BBB;
}

.addSocialLink{
	padding-left: 5px;
	font-weight:bold;
}

