* {
    margin: 0;
}

html, body {
    height: 100%;
}

.hero-unit {
	position: relative;
	background-image: url("/assets/img/cover_book.png");
	background-repeat: no-repeat;
}

.hero-unit h1 {
	font-family: 'Nixie One', 'Helvetica', sans-serif;
	margin-left: 300px;
	padding-bottom: 8px;
	font-weight: normal;
}

.photo-credit {
	position: absolute;
	right: 10px;
	bottom: 2px;
	font-size: 11px;
}

.hero-unit p {
	margin-left: 300px;
	padding-bottom: 14px;
}

#info h3 {
    line-height: 20px;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #777;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -75px;
}

#login {
    padding-top: 20px;
}

#login.modal {
    width: 660px;
    margin-left: -300px;
}

#login input {
	margin-bottom: 0;
}

#edit input {
	margin-bottom: 0;
}

#login fieldset {
	margin-left: 20px;
}

#login legend {
	border-bottom: 0;
}

#logo {
  margin-top: 8px;
  padding-right: 10px;
}

#edit, #preview {
  position: relative;
  margin-top: 10px;
}

#editor textarea {
    resize: none;
}

#game {
    margin-top: 6px;
    overflow: hidden;
}

.window-label {
    text-transform: uppercase;
    font-size: 12px;
    padding: 4px 8px 4px 8px;
    background-color: #eee;
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

#edit textarea {
  font-family: palatino, georgia, verdana, arial, sans-serif; 
  font-size: 14px;
  border: 1px solid #ccc;
  width: 438px;
  height: 500px;
  padding: 10px;
  color: #333;
}

#previewerror {
  background-color: #fff;
  width: 440px;
  height: 500px;
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 5px;
  overflow: auto;
  display: none;
  z-index: 0;
}

#previewframe {
  width: 458px;
  height: 519px;
  padding: 0px;
  overflow: auto;
  border: 1px solid #ccc;
}

#source textarea {
  font-family: palatino, georgia, verdana, arial, sans-serif; 
  width: 680px; 
  height: 540px;
  font-size: 14px;
  padding: 10px;
  color: #333;
}

#edit-disabled {
	width: 100%;
	height: 600px;
	background-image: url("/assets/img/edit_disabled.png");
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 100px;
}

.push {
    height: 80px;    
}

.footer {
	margin-top: 20px;
	padding: 20px;
    height: 14px;
    background-color: #eee;
    border-top: 1px solid #e5e5e5;
}