/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
body {
		background: #fff;
		font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
}

a{
	text-decoration:none;
	color:#000;
}

header {
	height:40px;
	margin-top:10px;
	background-image:url(../images/RachelEscobar_Main.jpg);	
	background-repeat:no-repeat;
	background-size:contain;
}

nav {
	margin-top:20px;
	width:30px;
	float:left;
	clear:both;
}

nav ul {
  font-family: Arial, Verdana;
  font-size: 14px;
  margin: 0px;
  padding: 0;
  list-style-type:none;
  float:left;
}

nav ul li {
  display: block;
  position:static;
  float: left;
  margin-top: 5px;
}
 
nav li ul { 
  display: none; 
}
 
nav ul li a {
  display: block;
  text-decoration: none;
  background: #ffffff;
  color: #000;  
  margin-left: 1px;
  height:10px; /* Width and height of top-level nav items */
  width:90px;
  padding: 3px;
  text-align:left;
}
 
nav ul li a:hover { 
  background: #ffffff; 
  color:#ccc;
  position:static;
}
 
nav li:hover ul {
  display: block;
  position:static;
}
 
nav li:hover li {
  float:left;
  font-style:italic;
  color:#000;
}
 
nav li:hover a { 
  background: #fff;
  position:static;
  clear:both;
}
 
nav li:hover li a:hover { 
  background: #ffffff; 
}
 
nav ul li ul li a {
    text-align:left;
	height:10px; /* Top-level items are centered, but nested list items are left-aligned */
}

#photos{
	margin-top:20px;
	background-color:#fff;
}

#text{
	margin-top:29px;
	background-color:#fff;
}

img {
    max-width: 120%;
}

h1{
	font-size:40px;
	line-height:1px;
}

h2{
	font-size:2px;
}

.image { 
   position: relative; 
   max-width: 120%; /* for IE 6 */
}

h4{ 
   position: absolute; 
   top: 10px; 
   left: 0; 
   width: 100%; 
}

#forest{
	width:410px;
	margin-top:1px;
	float:left;
	color:#000;
	height:43px;
	background-color:#fff;
	clear:both;
}

#forest_img{
	float:left;
	margin-right:2px;
	border:1px solid #fff;
}

#current_img{
	float:left;
	margin-right:2px;
	border:1px solid #000;
}

#artificial{
	clear:both;
	width:300px;
	margin-top:.5px;
	float:left;
	color:#000;
	height:40px;
	background-color:#fff;
}

a:visited.artificial1{
	color:#fff;
	font-size:40px;
}

a.artificial1{
	font-size:10px;
	font-weight:bold;
	color:#000;
}

h3{
	display:none;
}

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }


