html, body, div, span, applet, iframe,
h1, h2, h3, h4, h5, h6, p,
a, abbr, acronym, address, big, cite,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/************************************

Everything CSS file for Hypertextopia
Written by Jeremy Ashkenas
http://www.fiercefrontiers.com/

Rules of thumb:
192 - marg20 - 536 - marg20 - 192

Colors:
#1A2B43 Metaphor
#952F0C response
#0E5B4E Extension
#D09400 Citation

#1A2B43 Fragments
#073F3A Shards
#4780AB Choices

************************************/

/* General */
html, body {
	font: normal 14px auto "Trebuchet MS", "Helvetica", Arial, sans-serif;	
	background: #240C13 url(/images/stripe.png);
}

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

.hidden {
	display: none;
}
.hidden_background {
	background: none !important;
}
.clear {
	clear: both;
}
.big {
	font-size: 200%;
}
.medium {
	font-size: 135%;
}
.small {
	font-size: 80%;
}

.on_top {
  z-index: 100;
}

a, a:hover, a:visited {
	color: #edf;
}

.float_left {
	float: left !important;
}
.float_right {
	float: right !important;
}
.clear_left {
	clear: left !important;
}

h3 {
	font-size: 110%;
}

p {
	margin-bottom: 1.2em;
}

/* Font Work */
form label, #read_title h2, #spotlight h3, #read_fragment, #read_shard, #letter_spread {
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica", "Arial", sans-serif;
	letter-spacing: 0.08em;
}

.introduction, #page_title, .catalog td, .panel_title, #edit_controls_delete, .text_presentation, #list_sharments h6 {
	font-family: "Helvetica Neue UltraLight", "HelveticaNeue-UltraLight", "Helvetica", "Arial", sans-serif;
	letter-spacing: 0.02em;
}

.navigation, .nav_strip, .button, #legend {
	font-family: Verdana;
}
form input {
	font-family: Verdana, sans-serif;
}



/* Structural */
#headbar {
	width: 100%;
	height: 80px;
	margin-bottom: 20px;
}
	#logo, #logo_glow {
		height: 130px;
		width: 156px;
		margin: 6px 7px 0px 7px;
		position: absolute;
	}
	#page_title {
		position: absolute;
		min-width: 420px;
		left: 170px;
		right: 27px;
		height: 35px; overflow: hidden;
		text-align: center;
		padding-top: 10px;
		font-size: 30px;
		color: #def;
		z-index: 0;
		-moz-opacity: 0.999;
	}

#container {
	color: #edf;
}

#control_panel {
	width: 142px;
	position: absolute;
	top: 170px;
	left: 6px;
	background: url(/images/nav_thru.png) bottom left no-repeat;
	padding: 0px 7px 10px 7px;
}
	#control_panel_top {
		position: absolute;
		width: 156px;
		top: 150px;
		height: 20px;
		left: 6px;
		background: url(/images/nav_top_thru.png) top left no-repeat;
	}
	
#main, #main_top {
	margin: 0 6px 0 19px;
	position: absolute;
	border-left: #3c3839 1px solid; border-right: #3c3839 1px solid;
	left: 150px;
	right: 15px;
	z-index: 1;
}
	#main {
		top: 67px;
		overflow: auto;
		min-width: 400px;
		background: url(/images/main_thru.png);
		padding: 0px 10px 10px 10px;
	}
	#main_top {
		top: 55px;
		min-width: 420px;
		background: url(/images/main_top.png) top left repeat-x;
	}

#extra, #extra_top{
	width: 400px;
	opacity: 1;
	position: absolute;
	right: 6px;
}
	#extra {
		min-height: 50px;
		top: 75px;
		z-index: 5;
		background: url(/images/extra_thru.png) bottom left no-repeat;
	}
	#extra_top {
		height: 20px;
		top: 55px;
		z-index: 10;
		overflow: hidden;
		background: url(/images/extra_top_thru.png);
	}
		#extra_top img {
			margin: 2px;
		}

/* Forms */

form {
	width: 305px;
	margin: 0 auto;
}
	form input, form select, form textarea, .thinform .form_text {
		margin-bottom: 20px;
		padding: 0 6px 0 6px;
		clear: both;
		background: #240C13;
		color: #edf;
		border: 1px solid #3c3839;
		font-weight: normal;
	}
	  .wide form input.medium, .wide form input.big, .wide form textarea, .wide .thinform .form_text {
	    width: 575px;
	  }
		form input.big {
			width: 377px;
		}
	form textarea {
		line-height: 1.5em;
		font-size: 86%;
	}
	.form_text {
		height: 333px;
		overflow: auto;
		line-height: 1.5em;
		font-size: 93%;
	}
	form select {
		padding: 0;
		margin-right: 200px;
	}
	form label {
		float: left;
		clear: both;
		text-transform: uppercase;
		padding: 0 0 3px 6px;
		font-size: 15px;
		color: #778;
	}
		form label.text_label {
			margin-top: 10px;
		}
	
	form p {
		width: 100%;
		margin-bottom: 0;
		overflow: hidden;
	}
	
	.thinform form {
		width: 392px;
	}
	  .wide .thinform form {
	    width: 592px;
	  }
		.thinform input {
			margin-bottom: 15px;
		}
		
	form #save_animation {
		float: right;
		margin-right: 15px;
		margin-top: 6px;
		display: none;
	}

/* Search */
#list_sharments ul {
	background: #000;
	padding: 10px;
}
	#list_sharments ul li {
		font-size: 12px;
		clear: both;
		line-height: 20px;
		color: #bcd;
	}
	#list_sharments ul li:hover {
	}
	#list_sharments ul a{
		text-decoration: none;
		display: block;
	}
		#list_sharments ul li h6 {
			font-size: 15px;
			color: #def;
		}
		#list_sharments ul li img {
			float: left;
			padding: 5px;
			border: 1px solid #2f2b2c;
			background: #111;
			margin: 0 10px 10px 0;
		}
		#list_sharments ul li span.result {
			background: #3c3839;
			padding: 1px;
		}


/* Menu */
#search_box form input{
	margin: 0 0 7px 0;
	padding-left: 10px;
	font-family: Verdana;
	font-size: 12px;
	width: 124px;
}

.navigation, .nav_strip {
	background: #212121;
	font-size: 11px;
}
	.navigation {
		border: 1px solid #3c3839;
	}
	.nav_strip {
		border-bottom: 1px solid #3c3839;
		overflow: hidden;
		max-width: 100%;
	}
	.navigation ul {
		margin: 5px;
	}
	.navigation li {
		border-bottom: 1px solid #2f2b2c;
	}
	.navigation a, .nav_strip a {
		display: block;
		padding-bottom: 5px;
		padding-top: 3px;
		padding-left: 5px;
		text-decoration: none;
	}
		.navigation a:hover, .nav_strip a:hover {
			background: #414141;
		}
	.nav_strip li {
		border-right: 1px solid #2f2b2c;
		float: left;
		width: 120px;
		text-align: center;
	}
	.nav_strip li.toggler {
		float: right;
		width: 30px;
		border: 0;
	}
	.nav_strip li.toggler a {
		padding: 0 0 3px 0;
		font-size: 15px;
	}

/* Specific */

#loading {
	width: 32px;
	margin: 0 auto;
	margin-top: 10px; margin-bottom: 10px;
}

.catalog {
	background: #000;
	overflow: hidden;
}

.catalog table {
	margin: 5px 0 5px 5px;
}
.small_catalog table {
	margin: 0;
}
	.catalog .catalog_item {
		width: 94.5%;
		margin-bottom: 10px;
		text-align: center;
		overflow: hidden;
		background: url(/images/story_flex.png) bottom left repeat-x;
	}
	.catalog td {
		width: 19.0%;
	}
	.small_catalog li {
		float: left;
		width: 70px;
		height: 70px;
		margin: 0;
	}
		.catalog .catalog_item .top_part {
			background: url(/images/story_top_flex.png) repeat-x;
			height: 8px;
		}
		.catalog .catalog_item img {
			width: 99%;
		}
		.small_catalog td img {
			width: 70px;
			height: 70px;
		}
		.catalog_item_bar {
		  text-align: center;
		}
		.catalog .catalog_item a.text_link {
			display: block;
			text-decoration: none;
			font-size: 14px;
			padding: 3px 7px 10px 5px;
		}

.button {
	display: block;
	float: left;
	clear: both;
	border: 3px solid #1d2128;
	padding: 0.25em 0.75em 0.35em 0.75em;
	margin: 0 0 0.5em 0;
	background: #0e1012 url(/images/fade-butt.png) repeat-x;
	text-decoration: none;
	cursor: pointer;
}
	.button p {
		margin: 0; padding: 0;
		color: #def;
	}
.glossy_button {
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	cursor: pointer;
}

	#error, #notice {
		position: absolute;
		top: 5px;
		left: 170px;
		right: 21px;
		padding: 0px 0px 15px 0px;
		height: 20px;
		line-height: 35px;
		text-align: center;
		overflow: hidden;
		z-index: 5;
		color: #fff;
	}
	#error, .error {
		border: 5px solid #ff0000;
		background: #440000;
	}
	#notice, .notice {
		border: 5px solid #6666ff;
		background: #000055;
	}
	#error ul, #notice ul {
		list-style: disc;
		margin: 5px 0 0 10px;
	}
	#error li, #notice li {
		padding-bottom: 5px;
	}
	
/* Grand Library and reading */
#read_story, #read_story_top {
	margin: 0 6px 0 19px;
	position: absolute;
	border-left: #3c3839 1px solid; border-right: #3c3839 1px solid;
	left: 150px;
	right: 406px;
	z-index: 1;
}
	#read_story {
		top: 67px;
		line-height: 150%;
		min-width: 400px;
		background: url(/images/main_thru.png);
		padding: 0px 10px 10px 10px;
	}
	#read_story_top {
		top: 55px;
		min-width: 420px;
		background: url(/images/main_top.png) top left repeat-x;
	}

#image_hider {
	display: none;
}

#connector {
	position: absolute;
	width: 400px;
	height: 20px;
	z-index: 0;
}

#read_fragment{
	-moz-opacity: 0.999;
	background: #000;
	color: #ddd;
	border: #3c3839 1px solid;
	padding: 20px 10px 10px 10px;
	overflow: hidden;
	text-align: center;
}	

	div#read_fragment p {
		margin-bottom: 20px;
	}
	div.read_fragment_text:first-line, div.read_fragment_text p:first-child:first-line {
		font-variant: small-caps;
		font-size: 18px;
	}
	div.read_fragment_text:first-letter, div.read_fragment_text p:first-child:first-letter {
		font-size: 38px;
	}
	div#read_fragment img {
		float: left;
		width: 100%;
		margin: 0 10px 15px 0px;
	}
		.read_fragment_text {
			text-align: left;
		}
		.read_fragment_image {
			display: block;
			margin: 0 auto;
		}

#read_shard {
  background: #000;
  color: #ddd;
	-moz-opacity: 0.999;
	padding: 10px;
	margin: 0px 10px 14px 10px;
	line-height: 125%;
	font-size: 93%;
}
	#read_shard p {
		padding: 0px;
		margin: 0px 0px 10px 0;
	}
	#read_shard h3 {
		margin-bottom: 10px;
	}
	#read_shard img {
		width: 100%;
	}
	
#read_fragment pre, #read_shard pre, #read_fragment code, #read_shard code {
  margin: 1em 0;
  font-size: 90%;
  background-color: #101010;
  border: 1px solid #444;  
  padding: .5em;
  line-height: 1.5em;
  color: #bbb;
}

#read_title {
	padding: 10px 10px 12px 10px;
}
  .map_this_story {
    float: right;
  }
    .mini_map_this {
      float: right;
      width: 18px;
      margin: 2px 3px 0 0px;
    }
	#read_title h2 {
		font-size: 150%;
		margin: 0; padding: 0;
	}
	#read_title p { margin: 0; padding: 0;}

#read_choices {
	float: left;
	width: 100%;
}
	#read_choices a.button {
		font-size: 80%;
		float: left;
		clear: none;
		margin: 5px 20px 15px 5px;
		background: url(/images/button_back.png) bottom right;
		border: none;
		height: 25px;
		padding: 6px 23px 4px 7px;
	}
		#read_choices a.back_button {
			padding: 6px 7px 4px 13px;
			font-size: 130%;
			background: url(/images/back_button_back.png) bottom left;
		}
	
	a.expansion, a.fake_spansion {
		padding: 0px 1px 1px 1px;
		text-decoration: none;
	}
		
/* Author About */

#about_author, #about_story {
	background: url(/images/whiteback_10.png);
	overflow: hidden;
	margin-top: 15px;
}
	#author_image img, #about_story_image img{
		padding: 1px 1px 0px 1px;
		margin: 0 auto;
		width: 140px;
	}
	
.panel_title.panel_type {
	display: block;
	margin: 0 0 0 5px;
}

.panel_title.float_right a{
	display: block;
	margin: 0px 5px 4px 5px;
	text-decoration: none;
}
	
/* Publishing Stuff */
#is_published {
	margin: 15px 0 5px 0;
}
	#is_published a{
		text-align: center;
		font-size: 11px;
		display: block;
		padding: 2px;
		text-decoration: none;
	}
	.unpublished {
		border: 1px solid #ff0000;
		background: #440000;
	}
	.published {
		border: 1px solid #6666ff;
		background: #000055;
	}
	
/* Fragment Editing Stuff */


#edit_background {
	position: absolute;
	z-index: 1;
	overflow: hidden;
}

#start_here {
	display: block;
	padding: 3px 6px 0 0;
}

#change_this_image {
	text-align: center;
}
#image_selector_div {
	margin: 0px 3px 0 3px;
}
#image_selector_div input {
	margin-left: 15px;
}
#image_selector_div #change_this_image img  {
	max-width: 384px;
	border: #3c3839 1px solid;
}

#add_an_image a {
  margin: -5px 3px 0 3px;
}

#toggle_plain {
  position: absolute;
  right: 102px;
  margin-top: 14px;
}

div#fragments_wrapper {
	position: absolute;
	padding: 12px 10px 10px 10px;
	top: 55px;
	left: 170px;
	overflow: hidden;
	border: #3c3839 1px solid; border-top: 0px;
	background: url(/images/old_main_thru.png) top left repeat-x;
}

div #fragments_and_shards {
	z-index: 2;
	font-size: 14px;
	overflow: hidden;
	position: relative;
	height: 500px; width: 916px;
	border-right: 6px double #444;
	border-bottom: 6px double #444;
}
	div #fragments_and_shards .fragment {
		position: absolute;
		font-size: 12px;
		width: 111px;
		border: 1px solid #3c3839; border-top: 0;
		background: url(/images/fragment_back.png);
		padding: 10px 5px 5px 5px;
		z-index: 3;
		-moz-opacity: 0.999;
	}
		div #fragments_and_shards .fragment.beginning {
			background: url(/images/fragment_beginning_back.png);
		}
	div #fragments_and_shards .shard {
		position: absolute;
		font-size: 11px;
		width: 111px;
		border: 1px solid #1c1819; border-top: 0;
		background: url(/images/shard_back.png);
		padding: 8px 15px 5px 5px;
		z-index: 2;
		-moz-opacity: 0.999;
	}
	.fragment p, .shard p {
		margin: 0; padding: 0;
		display: inline;
	}
	div #fragments_and_shards div a {
		text-decoration: none;
	}
	
/* Textile Toolbar */
ul.toolbar {
	float: right;
	margin-right: 2px;
}
	ul.toolbar li{
		margin: 0; padding: 0;
		display: block;
		float: left;
		cursor: pointer;
		width: 30px; height: 30px;
		
	}
	
.tooltip {
	font-size: 11px;
	line-height: 135%;
	width: 200px;
	background: url(/images/tooltip.png);
	border: #3c3839 1px solid;
	color: #bbb;
	padding: 5px;
	z-index: 10;
}

#link_type_buttons .button {
	float: left;
	clear: none;
	padding-bottom: 3px;
	margin: 0 0 10px 7px;
	font-size: 92%;
}
  #link_type_buttons_label {
    text-indent: 11px;
    margin-bottom: 2px;
  }

.frag_controls {
	background: url(/images/darkback_thru.png);
	margin-top: 4px;
	padding: 2px;
	height: 17px;
}
	.frag_controls div {
		display: block;
		width: 17px;
	}	
	.frag_controls .linker {
		float: left;
	}
	.frag_controls .expander {
		float: right;
	}
		.frag_controls .expander:hover, .frag_controls .linker:hover {
			cursor: move;
		}
	.deleter {
		float: right;
	}
#edit_controls {
	text-align: center;
	height: 70px;
	padding: 0 5px 0 5px;
}	
	.really_delete {
	  position: absolute;
	  text-align: center;
	  color: #fff;
	  width: 70%;
		font-size: 20px;
		display: block;
		padding: 23px 0 0 0;
		margin: 0 16% 0 14%;
		z-index: 1;
	}
	
/* Link Types Legend Stuff */
#legend {
	margin-top: -5px;
}
	#legend .corner_fold {
		position: relative;
		top: 18px;
		left: 127px;
		z-index: 10;
	}
	#legend ul {
		border: 1px solid #3c3839;
	}
	#legend ul li{
		display: block;
		padding: 0.6em;
		text-align: center;
		text-decoration: none;
		font-size: 90%;
	}
	body#author #legend ul li:hover {
		cursor: move;
	}
	#legend ul li a {
		text-decoration: none;
	}
	
/* Link Colors */

.Citation {
	background: #D09400;
}
.Extension {
	background: #0E5B4E;
}
.Response {
	background: #952F0C;
}
.Metaphor {
	background: #1A2B43;
}

/* Color Sphere Stuff */
#mini {margin-left: 3px; color: #999; cursor: move; font-family: Arial, sans-serif; display: none; font-size: 11px; background: #000; padding-bottom: 8px; border: 1px solid #111; width: 380px; height: 300px; z-index: 100; }
#mini div { margin: 0; padding: 0; }
#mini #mSpec {margin: 0 auto; margin-top: 32px;}
#mini .north { background: #111; border-bottom: 1px solid #171717; }
#mini .north div { color: #999; float: right; padding: 5px 7px; cursor: pointer; }
#mini .north div:hover { color: #DE83AD; }
#mini .south { margin: 32px 0 0 10px; cursor: crosshair; }
#mini .south img { height: 100%; width: 100%; position: relative; top: -8px; left: -1px; }
#mini #mHEX { padding: 5px 0 4px 7px; cursor: text; float: left; }
#mini #mHEX:hover { color: #DE83AD }
#mini #mSize { float: right; top: -14px; left: 7px; height: 14px; width: 14px; cursor: se-resize }
#plugID {color: #fff;}

.text_presentation {
	font-size: 24px;
	color: #ddd;
	padding: 10px;
	background: #000;
}
	.text_presentation img {
		margin: 10px;
	}

#powertooled_text {
	right: 300px;
	color: #000;
	line-height: 130%;
	font-size: 24px;
	font-family: "Helvetica", Arial, sans-serif;
	border: 10px solid #3c3839;
	margin: 10px; padding: 10px;
	background: #fff;
	min-height: 400px;
	overflow: auto;
}

#letter_spread {
	padding: 10px;
	border: 1px solid #3c3839;
	background: #000;
	font-size: 34px;
}
	#letter_spread a {
		display: block;
		float: left;
		padding: 0 2px 0 3px;
		text-decoration: none;
	}

.introduction {
	color: #ddd;
	font-size: 24px;
	padding: 10px;
	background: #000;
}

.info_floater {
	padding: 5px 10px 5px 10px;
}
	.info_floater p {
		text-align: center;
		text-transform: uppercase;
		font-size: 13px;
		padding: 6px;
		background: #111;
		color: #ddd;
	}
		.info_floater p a {
			line-height: 200%;
			text-transform: none;
			text-decoration: none;
		}

#spotlight {
	background: url(/images/spotlight_back.png) repeat-x;
	padding: 6px;
}
	#spotlight .float_right {
		width: 64%;
	}
	#spotlight h3 {
		float: right;
		font-size: 30px;
	}
	#spotlight img {
		width: 33%;
		margin-left: 5px;
		padding: 4px;
		background: url(/images/whiteback.png);
	}
	#spotlight p {
		font-size: 16px;
		line-height: 25px;
	}
	
/* Fancy Particles */
#particle_canvas {
	position: absolute;
}

.lightbox_information {
  margin: 0px 0px 20px 10px;
  width: 370px;
  font-size: 110%;
  color: #eef;
}

/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:400px;
	height:400px;
	margin:-250px 0 0 -200px;
	text-align:left;
}
  #lightbox.wide {
    width: 600px;
    margin: -250px 0 0 -300px;
  }
#lightbox[id]{
	position:fixed;
}
#lightbox_body {
	background: url(/images/lightbox_thru.png) bottom left no-repeat;
}
  .wide #lightbox_body {
    background: url(/images/lightbox_thru_wide.png) bottom left no-repeat;
  }
#lightbox_top {
	height: 20px; width: 400px;
	background: url(/images/lightbox_top_thru.png);
}
  .wide #lightbox_top {
    width: 600px;
    background: url(/images/lightbox_top_thru_wide.png);
  }

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	opacity:.80;
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}