/**
* CSS
*
* @version 1.0
* @author Derek Kinsman // Unttld
*/
* {
	margin: 60;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	background: #fff;
	color: #000000;
	font: 12px/15px 'helvetica neue', helvetica, arial, sans-serif;
	/* font: 0.625em/1em baskerville, 'hoefler text', georgia, times, 'times new roman', sans-serif; */
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a { font-style: normal !important; outline: none; }
a:link { text-decoration: none; COLOR:#000000; }
a:active { text-decoration: none; COLOR:#000000;}
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration:none; color:#ffffff; background-color:#80d5f4; }

a img { border: none; }

p, ul {
	font-size: 1em;
}

h1 { font-size: 1.8em; font-weight: bold; }
h2 { font-size: 1.6em; font-weight: bold; }
h3 { font-size: 1.4em; font-weight: normal; }
h4 { font-size: 1.2em; font-weight: normal; }
h5 { font-size: 1em; font-weight: bold; }
h6 { font-size: 1em; font-style: italic; }

span.header {
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
}

#menu {
	background-image: url(../_img/menu_bkgd.png);
  bottom: 15px;
  height: 90%;
	left: 15px;
  overflow: auto;
	padding: 0px 0 0 15px;
  position: fixed;
  top: 5px;
  width: 180px;
	z-index: 9999;
}

#menu ul {
	font-style: none;
	list-style: none;
	margin: 0 0 10px 0;
}

#menu ul li { text-transform: lowercase; }
#menu ul li.section-title { text-transform: uppercase; }

#content {
	margin: 50px 0 0 230px;
	z-index: 1;
}

#content img {
	border: none;
	cursor: pointer;
	padding-right:14px;
}

#content p {
	cursor: pointer;
	margin-bottom: 10px;
	width: 300px;
}

/* #long-sandy-beach .one-box p { width: 300px; } */

#once { clear: left; }