@font-face {
	font-family: "Prestige";
	src: url(http://enterthewoods.com/fonts/PrestEliBol.ttf) format("truetype");
}

* {
	padding: 0px;
	margin: 0px;
}

html, body {
	overflow: hidden;
}

.alpha75 {
	filter: alpha (opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	-khtml-opacity: .75;
}

h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 48px;
}

h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
}

h3 {
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
}

h4 {
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
}

h5 {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
}

h6 {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
}

p {
	line-height: 15px;
	font-size: 11px;
	margin-bottom: 4px;
}

hr {
	border-bottom-color: black;
	margin-bottom: 6px;
	margin-top: 6px;
	border-bottom-style: solid;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-top-width: 0px;
}

img {
	border-width: 0px;
}

a:link, a:visited {
	color: black;
	outline: none;
}

a:hover {
	position: relative;
	text-decoration: none;
}

ul {
	list-style-type: none;
}

ul li {
}

body {
	position: absolute;
	font-size: 11px;
	height: 100%;
	width: 100%;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#header {
	position: absolute;
	height: 50%;
	width: 100%;
}

#page {
	width: 100%;
	height: 100%;
	padding-left: 125px;
	padding-top: 24px;
	overflow-y: auto;
}

#people {
	font-family: "Prestige", "Courier New", Courier, Monaco, monospace;
	font-size: 16px;
}

#people .name {
	white-space: nowrap;
	position: absolute;
	top: 0px;
	right: 0px;
}

#people .container {
	position: relative;
	margin-top: 88px;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

#people ul {
	position: absolute;
	right: 486px;
	z-index: 98;
}

#people li {
	margin-bottom: 12px;
	position: relative;
	height: 24px;
	width: 100%;
}

#people li.active {
	
}

#people a:link, #people a:visited {
	text-decoration: none;
}

#people .active a {
	
}

#people .line {
	right: 0px;
	left: 0px;
	bottom: 0px;
	position: absolute;
	height: 2px;
	background-color: #000;
	display: none;
}

#people .active .line {
	display: block;
}

#people, #posts ul {
	margin-right: auto;
	margin-left: auto;
	width: 450px;
}

#people, #posts {
	width: 100%;
	text-align: center;
}

#posts {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

#posts ul {
	margin-bottom: 1024px;
	margin-top: 1024px;
	text-align: left;
}

#posts li {
	margin-bottom: 16px;
	position: relative;
}

#posts li.active .title {
/* 	color: red; */
}

#left, #people, #posts {
	right: 0px;
	left: 0px;
	bottom: 0px;
	top: 0px;
	position: absolute;
}

.columnContent {
	padding: 12px;
}

#post_menu .item {
}

.post {
	position: relative;
	margin-bottom: 8px;
}

.meta {
	letter-spacing: 0px;
	display: inline;
	font-size: 9px;
	color: #d1d1d1;
}

#posts .content {
}

.more {
}

#page .post textarea {
}

input, textarea, button {
}

textarea {
	height: 75px;
}

input, textarea {
	color: #3a7c20;
	line-height: 16px;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 6px;
	border-width: 0px;
	background-color: #e1e1e1;
	border-style: none;
}

.commentName {
	display: none;
}

button {
	color: #3a3a3a;
	padding: 6px;
	background-color: #e1e1e1;
	border-style: none;
	cursor: pointer;
}

button:hover {
	color: white;
	background-color: #3a7c20;
}

button:active {
	background-color: #1c3d0f;
}

.comments {
	margin-bottom: 24px;
	border-top-color: #7f7f7f;
	border-top-style: dotted;
	border-top-width: 1px;
}

.comment {
	border-bottom-color: #808080;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.comment .title {
	margin-left: -6px;
	padding-top: 6px;
}

.comment .content {
	padding: 6px;
}

#comment_form {
	display: none;
}

.addComment {
	cursor: pointer;
}

#currentWork {
	left: 960px;
	position: absolute;
}


li.work .sidenote {
	display: none;
}

.sidenote {
	font-family: "Prestige", "Courier New", Courier, Monaco, monospace;
	position: absolute;
	right: -308px;
	width: 300px;
}

.sidenote p {
}

#header .category {
	left: 0px;
	position: absolute;
}

#header .category a:link, #header .category a:visited {
	text-decoration: none;
	padding-right: 4px;
	padding-left: 6px;
	background-color: white;
	line-height: 14px;
	color: #000;
}

#header #admin_controls {
	z-index: 99;
	bottom: -24px;
	position: absolute;
}

#hr {
	position: absolute;
	width: 100%;
	top: 50%;
	border-top-width: 1px;
	border-top-color: #F00;
	border-top-style: solid;
	z-index: 99;
}

#posts .arrow {
	left: -10px;
	position: absolute;
	top: 48%;
}

#posts .work .arrow {
/* 	top: 161px; */
}

#posts .bio .arrow {
/* 	top: 171px; */
	padding-top: 10px;
}

#header #w.category {
	bottom: 5px;
}

#header #p.category {
	bottom: -5px;
}

a#null {
}

#posts .arrow .red {
	display: none;
}

#posts .active .arrow .red {
	display: block;
}

#posts .arrow .black {
}

#posts .active .arrow .black {
	display: none;
}

#address {
	position: absolute;
	bottom: -22px;
	left: 12px;
	line-height: 16px;
	z-index: 99;
}

#address a:link, #address a:visited {
	text-decoration: none;
}

#address {
	font-family: "Prestige", "Courier New", Courier, Monaco, monospace;
	letter-spacing: 2px;
	font-size: 11px;
}

#header .category.active a:link, #header .category.active a:visited {
	color: #F00;
}

p.contact {
	margin-top: 12px;
}

#gap {
	height: 324px;
	width: 100%;
}

.draw_board {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.image {
	position: relative;
}

.overlays, img.overlay {
	position: absolute;
	top: 0px;
	left: 0px;
}

.overlay_toggle {
	padding: 2px;
	position: relative;
	z-index: 999;
}

.overlay_toggle.invisible, #scribble_control.inactive {
	text-decoration: line-through;
}

.overlay_toggle a:link, .overlay_toggle a:visited {
	color: #575757;
	text-decoration: none;
}

.overlay_toggle a:hover {
	font-weight: bold;
}

#header #sticker {
	background-image: url(../imgs/static/sticker_janet01.jpg);
	right: 46px;
	top: 72px;
	position: absolute;
	height: 150px;
	width: 150px;
}

#scribble_control {
	font-style: italic;
	margin-top: 10px;
}


