html {
  height: 100%;
}
body {
  background: url("../images/bg.png") repeat left top;
  padding: 20px 0 30px 0;
  min-height: 100%;
}
#doc4 {
  font-family:"Helvetica Neue",Arial,sans-serif;
  color: #606060;
  line-height: 160%;
  position: relative;
}
#doc-inner {
  margin: 0;
  background-color: #F7F4EE;
  border: 2px solid #EDE7D8;
}
#hd, #ft, .body-inner {
  margin: 20px;
  background-color: white;
}
#ft {
  margin-top: 0;
}
h1 {
  margin: 0;
  padding: 20px;
}
a#header {
  display: block;
  text-indent: -9999px;
  width: 427px;
  height: 105px;
  border: none;
  background: url(../images/beckylucas.png) top left no-repeat;
}
#search-input {
  float: right;
  margin: -50px 20px 0 0;
}
#search-input label {
  float: left;
  margin-right: 1em;
}
h2, h3 {
  margin-bottom: 0.7em;
  font-weight: bold;
  font-size: 2.461em;
  letter-spacing: -1px;
}
h2.graphical {
  display: block;
  text-indent: -9999em;
  height: 71px;
}
h2#bio {
  background: url(../images/bio.png) no-repeat left top;
  width: 146px;
  margin: -35px -35px 0.5em 0.4em;
  float: right;
}
h2#portfolio {
  background: url(../images/portfolio.png) no-repeat left top;
  width: 221px;
  margin: -35px 0 0.5em -35px;
}
h2#blog {
  background: url(../images/blog.png) no-repeat left top;
  width: 161px;
  margin: -35px 0 0.5em -35px;
}
h2#contact {
  background: url(../images/contact.png) no-repeat left top;
  width: 214px;
  margin: -35px 0 0.5em -35px;
}

h3 {
  font-size: 1.6em;
}
p {
  margin-bottom: 1em;
}
a {
  color: #91D2FF;
  text-decoration: none;
}
.contentCell {
  padding: 25px;
}
.yui-u .contentCell {
  padding-left: 0;
}
.yui-u.first .contentCell {
  padding: 25px 0 25px 25px;
}
#oxidise {
  display: block;
}
#oxidise-text {
  float: left;
  margin-right: 0.2em;
}
#oxidise-logo {
  display: block;
  float: left;
  text-indent: -9999px;
  margin-top: -4px;
  width: 70px;
  height: 23px;
  background: url(../images/oxidise.png) top left no-repeat;
}
p#copyright {
  float: left;
  margin-right: 5px;
}
.clear{
  clear: both;
}
#twitter {
  position: absolute;
  top: 50px;
  right: 50px;
  text-indent: -9999em;
}
#twitter a {
  display: block;
  background: url(../images/twitter.png) no-repeat top left;
  width: 209px;
  height: 29px;
}
.plain-list li {
  list-style: none;
}

.portfolio img {
  border: 5px solid #f7f4ee;
  float: left;
  margin-right: 30px
}

/* SCROLLABLE */

#main_navi {
  float: right;
  margin-top: -3em;
}

#main_navi li {
  list-style: none;
  float: left;
  margin-right: 1em;
  color: #91D2FF;
  cursor: pointer;
  font-weight: bold;
}

#scroll-main {
  position:relative;
  overflow:hidden;
  height: 400px;
}

#pages {
  position:absolute;
  height:20000em;
}

.scrollable {
  position:relative;
  overflow:hidden;
  width: 876px;
  height: 370px;
}

.scrollable .items {
  width:20000em;
  position:absolute;
  clear:both;
}

.scrollable .item {
  float: left;
}

.navi-container {
  width: 400px;
  margin: auto;
  text-align: center;
}
.navi {
  height: 25px;
  display: inline-block;
}
.navi a {
  display: block;
  height: 18px;
  width: 18px;
  background: url(../images/profile-inactive.png) no-repeat left top;
  float: left;
  margin-right: 2px;
  border: none;
  outline: none;
}
.navi a.active {
  background: url(../images/profile-active.png) no-repeat left top;
}

.prev, .next {
  width: 18px;
  height: 18px;
  text-indent: -9999em;
  display: block;
}
.prev {

  background: url(../images/prev-inactive.png) no-repeat left top; 
  float: left;
} 
.prev:hover {
  background: url(../images/prev-active.png) no-repeat left top; 
}
.next {
  background: url(../images/next-inactive.png) no-repeat left top; 
  float: right;
  margin-top: -2em;
}
.next:hover {
  background: url(../images/next-active.png) no-repeat left top; 
}



/**
FORM STYLES
**/

form {
  position: relative;
}

form ul {
  margin: 0;
}

form li {
  list-style: none;
  margin-bottom: 1em;
  clear: both;
  position: relative;
}

form label {
  display: block;
  margin-bottom: 2px;
}

form input[type="text"], form input.passwordfield, form textarea, 
form select, form input.filefield {
  margin: 2px 0 0 0;
  border: none;
  padding: 10px;
  color: #999999;
  background-color: #F7F4EE;
}
#contactForm input[type="text"] {
  width: 400px;
}
textarea {
  width: 860px;
}
label.zemRequirederrorElement {
  color: red;
}
input.zemRequirederrorElement,
textarea.zemRequirederrorElement {
  border: 1px solid red !important;
}
form input.zemSubmit {
  color: #333333;
  margin-top: 5px;
  padding: 5px 10px 5px 10px;
  border: 1px solid #777777;
}

label.overlabel {
  color:#999;
}
label.overlabel-apply {
  position:absolute;
  top:8px;
  left:6px;
  z-index:1;
  color:#999;
}
