/* Homepage
------------------------------------------------------------------------- */

#content > div.column.eight.grid, #content > #news {
	margin-bottom:1.8em;
}

.home h1 {
	display:none;
}

.home h2 {
	margin-top:0;
	margin-bottom:0;
}


.home .map {
	margin-top:1em;
}


ul#latest { margin: .5em 0; }
ul.column { margin-top:1em; }


.map {
	position:relative;
}

.map .logo {
	position:absolute;
	right:0;
	top:0;
	z-index:1;
}

.map h3 {
	margin:0;
	font-size:1.25em;
}

.map h3 span {
	font-size:.75em;
}

.map p {
	margin:0;
}

#atom {
	display:block;
	padding-left:18px;
	background: transparent url(/template/images/rssfeed-15px.gif) no-repeat scroll 0 0;
}
#kml {
	display:block;
	padding-left:18px;
	background: transparent url(/template/images/kmlfeed-15px.gif) no-repeat scroll 0 0;
}

.infohighlight {
	background-color:#EEE;
	margin:16px 0 0;
	padding:16px;
}

.infohighlight > p {
	margin-top:0;
	margin-bottom:0;
	font-size:0.9em;
}

#regional h2, #todayfact h2, h3 {
	margin-top:2em;
}


#featured li {
	list-style:none;
	margin-left:0;
	border-top: 1px dotted #ccc;
	padding-top:1em;
	clear:left;
}

#featured li:first-child {
  padding-top:0;
  border: 0;
}

#featured a {
	display:block;
	clear:left;
}

#featured p {
	margin-top:0;
}


#highlights li {
  margin: -.4em 0 1.8em 0;
  list-style: none;
}
#highlights h4 {
  margin: 0;
  padding: 0;
}
#highlights h4 a {
/*  text-decoration: none;
  color: #333;
*/
  display: block;
  clear: left;
}
#highlights p {
  margin: 0;
  padding: 2px;
}
#highlights img {
  float: left;
  display: block;
  padding: 4px 16px 12px 0;
}


.eqnews a {
	display:block;
	line-height:1.3;
	padding:3px 8px;
	text-decoration:none;
}

.eqnews a .title {
	display:block;
	text-decoration:underline;
}

.eqnews a em {
	display:block;
}

.eqnews .archives a {
	display:block;
	background: #efe;
	font-weight:bold;
	/*color: #000;*/
	text-decoration:underline;
}

.eqnews ul li {
    border-bottom: 1px dotted #DDDDDD;
    line-height: 1.25em;
}
.eqnews li {
    list-style: none outside none;
    margin: 0;
}


/** Styles for new home.php */
#content { margin:0 auto 1.8em; }
#realtime-map {
	display:block;
	width:304px; height:152px;
	background-image:url('/images/mapinterface.gif');
	background-repeat:no-repeat;
	background-position:0 0;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	text-decoration:none;
	margin:0;padding:0;
	line-height:8;
	color:#333333;
}
#nav-buttons {
	list-style:none;
	margin:0;
	padding:0;
}
#nav-buttons li {
	float:left;
	display:block;
	margin:0 16px 0 0; padding:0;
	width:144px; height:37px;
}
#nav-buttons a {
	display:block;
	font-size:0;
	width:100%; height:100%;
	background-repeat:no-repeat;
	background-position:0 0;
}
#nav-buttons .earthquakes-section a {
	background-image:url('/images/earthquakes_button.gif');
}
#nav-buttons .hazards-section a {
	background-image:url('/images/hazards_button.gif');
}
#nav-buttons .data-section a {
	background-image:url('/images/learn_button.gif');
}
#nav-buttons .learn-section a {
	background-image:url('/images/prepare_button.jpeg');
}
#nav-buttons .monitoring-section a {
	background-image:url('/images/monitoring_button.gif');
}
#nav-buttons .research-section a {
	background-image:url('/images/research_button.jpeg');
}
