
#nav .mobile {
	display:block;
}
#nav .desktop {
	display:none;
}
#content .mobile {
	display:block;
}
#content .desktop {
	display:none;
}	
#nav {
	overflow:hidden;
}

#footer {
	margin:none;
	margin-top:20px;
	margin-left:20px;
	margin-right:25px;
}



/*MAP*/
#map {
	width:100%;
	height:150px;
	margin-top:20px;
}
#logo {
	position:absolute;
	width:220px;
	margin-left:-9.6px;
}
@media all and (orientation:portrait) {
	#logo {
		top:150px;
	}
}
@media all and (orientation:landscape) {
	#logo {
		top:155px;
	}
}

/* HOME BULLETS */
#bullet-container {
	width:340px;
}
.home-bullet {
	padding:10px 0px;
	width:100%;
}

.overview-map {
	padding:30px 0px;
	border-top: 1px solid #ccc;
	box-shadow: 0 1px 0 #fff inset;
	-moz-box-shadow: 0 1px 0 #fff inset;
	-webkit-box-shadow: 0 1px 0 #fff inset;
}

.overview-map a {
	display:block;
	width:60px;
	height:60px;
	overflow:hidden;
	border: 1px solid #ccc;
}
.overview-map a img {
	position:relative;
	top:-10px;
	left:-40px;
}
.overview-map h2 {
	margin-top:-60px;

}

/* LOG IN */
#login-mobile {
	width:90%;
	margin:auto;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#FF931E;
	font-size:1.25em;
	font-weight:bold;
	padding:10px;
	margin:10px 0px;
	text-align:center;
}
#login-mobile a, #login-mobile a:hover {
	color:#4D4D4D;
	text-decoration:none;
	display:block;
	height:100%;
	width:100%;
}
#login-desktop {
	display:none;
}

/* INTERNAL PAGES */
#logo-int {
	display:none;
}
#internal-content {
	width:90%;
	font-size:0.875em;
	margin:auto;
	line-height:1.5em;
	z-index:100;
}

/* MY DATA */
.mydata-module {
	margin:15px 0px;
}
.mydata-module:first-child {
	margin:0px;
}
#datamap {
	width:300px;
	border: 1px solid #ccc;
}

/* project data */
#view-project-data {
	width:100%;
}