* {
	padding: 0px;
	margin: 0px;
	outline: none;
}

html, body {
	height: 100%;
	width: 100%;
	background: #E5E6E7;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;
/* 	font-family: Helvetica, Verdana, Arial, sans-serif; */
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

td {
	padding: 0;
}

param {
	display: inline;
}

#CC {
	position: absolute;
	bottom: 2px;
	left: 5px;
}

#CC a {
	opacity: .42;
	border: none;
	outline: none;
}

#CC a:hover {
	opacity: 1;
}

.loader {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
	z-index: 999;
	background: rgba(255,255,255,.82) no-repeat;
	background-image: url(../imgs/static/ajax-loader.gif);
	background-position: center center;
}

.loading > .loader {
	display: block;
}

.notice {
	
}

.success {
	color: #0C0;
}

.error, errorList {
	color: #C00;
}

.errorlist {
	font-size: .8em;
}

.errorlist li {
	
}

.left {
	float: left;
}

.right {
	float: right;
}

.hidden {
	display: none;
}

.icon {
	background-image: url(../imgs/static/icons.png);
	cursor: pointer;
}

li {
	list-style-type: none;
}

p {
	margin: .8em 0;
}

h1 {
	font-size: 6.2em;
	line-height: 1.05em;
	font-weight: normal;
	margin: 12px 0 0;
}

h2 {
	font-size: 2.2em;
	line-height: 1.1em;
	font-weight: normal;
	margin: 0 0 24px;
	text-transform: none;
	text-align: left;
}

h3 {
	font-size: 4.2em;
	line-height: 1.05em;
}

h4 {
	font-size: 1.6em;
	line-height: 1.2em;
}

a:link, a:visited {
	color: #BBB;
	text-decoration: none;
	border: #666 0px solid;
	border-bottom-width: 1px;
}

a:hover, a:active {
	color: #444;
}

a.active {
	color: #444;
	border-bottom-width: 0px;
}

hr {
	border: #AAA 1px solid;
	border-width: 0 0 1px 0;
}

.inline {
	display: inline;
}

.italic {
	font-style: italic;
}

.helvetica {
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.shadow {
	-moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.left_align {
	text-align: left;
}

.right_align {
	text-align: right;
}

.center_align {
	text-align: center;
}

button, input, textarea, select {
	margin: 2px 0 12px 0;
	padding: 2px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	border: #CCC 1px solid;
	border-top-color: #666;
}

input, textarea {
	background-color: #FFF;
	color: #444444;
}

textarea {
	width: 284px;
}

form li.left {
	margin-right: 6px;
}

button {
	text-transform: uppercase;
	cursor: pointer;
	background-color: rgba(0,0,0,0);
	color: #BBB;
	padding: 0px;
	border: #666 0px solid;
	border-bottom-width: 1px;
}

button:hover {
	color: #444;
}

button:active {
	color: #000;
}

label, .label {
	font-variant: small-caps;
}

label {
	font-size: 1em;
}

#spreads {
	position: absolute;
	top: 12px;
	right: 12px;
}

#righted {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0 0 0 364px;
	padding: 8px 24px 24px 0;
	overflow: auto;
	color: #AAA;
	font-size: 9px;
	text-align: left;
}

#righted .menuItem {
	text-transform: uppercase;
	margin-left: 4px;
}

#righted a.menuItem:link,
#righted a.menuItem:visited {
	color: #BBB;
}

#righted a.menuItem:hover {
	color: #FFF;
}

#righted a.menuItem.active {
	color: #EEE;
}

.headnav {
	position: absolute;
	top: 5px;
	right: 8px;
	z-index: 999999;
}

.headnav .icon {
	opacity: .1;
}

.headnav .icon:hover {
	opacity: 1;
}

.headnav > div {
	margin: 4px 0 0 3px;
}

.headnav div {
	width: 16px;
	height: 16px;
}

.headnav .help .icon {
	background-position: -96px -24px;
}

.headnav .home .icon {
	background-position: -112px -24px;
}

.headnav .manage .icon {
	background-position: -128px -24px;
}

.headnav .logout .icon {
	background-position: -144px -24px;
}

.edit {
	position: absolute;
}

.edit div {
	float: right;
}

.view_opts {
	float: left;
	margin-top: 2px;
}

.view_opts div {
	opacity: .54;
}

.edit div {
	opacity: .12;
}

.edit div:hover,
.view_opts div:hover,
.edit .icon.active {
	opacity: 1;
}

.manage {
	background-position: -136px 0;
	width: 8px;
	height: 10px;
}

.print {
	background-position: -115px -10px;
	width: 12px;
	height: 11px;
}

.trash {
	background-position: -116px 0;
	width: 8px;
	height: 10px;
}

#loginForm {
	width: 100%;
}

#top {
	position: relative;
	background: #FCFCFC;
	height: 22px;
	margin: -6px -6px 32px -6px;
	padding: 6px;
	text-align: left;
}

#top h2 {
	margin: -6px 0 2px -16px;
}

#top, #top a, #top button,
.login_indicator,
.login_indicator a {
	text-transform: uppercase;
	font-size: 9px !important;
}

#top a, #top button,
.login_indicator a {
	border-bottom-width: 0px;
}

#top #loginForm li {
	margin-right: 6px;
}

#top #loginForm input.textField {
	width: 100px;
}

#top .sign_up {
	font-size: 12px;
}

#sidebar {
	position: absolute;
	width: 340px;
	background-color: rgba(236,236,236,.98);
	z-index: 99;
	font-size: 12px;
	top: 0px;
	left: -341px;
	bottom: 0px;
	z-index: 999;
	border: #d11414 0px solid;
	border-right-width: 1px;
	color: #666;
	text-align: center;
}

#sidebar .BG {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #000 url(../imgs/static/index_bg.jpg);
	background-size: 100% auto;
	background-position: bottom;
	background-repeat: no-repeat;
}

#sidebar .scroller {
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
}

#sidebar.open {
	left: 0px;
}

#sidebar .login_indicator {
	
}

#sidebar > .edit {
	position: absolute;
	width: 19px;
	right: -24px;
}

#sidebar .handle {
	position: absolute;
	width: 32px;
	height: 90px;
	top: 24%;
	right: -33px;
	background-position: -12px -140px;
}

#sidebar.open .handle {
	background-position: -12px -48px;
}

#sidebar .padder {
	margin: 12px 24px;
}

#sidebar h3 {
	margin: 24px 0 50px;
	font-weight: normal;
}

#sidebar p {
	margin: 4px 0;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
}

#sidebar label {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-variant: normal;
	font-size: 11px;
}

#sidebar .title, #sidebar #descriptionContainer, #conceptsContainer, #conceptFormContainer {
	
}

#sidebar .title {
	text-transform: uppercase;
	font-family: Times New Roman;
	font-weight: normal;
	margin-bottom: -12px;
}

#sidebar .tabular {
	margin: -24px 0 12px 0;
}

#sidebar a {
	text-transform: uppercase;
	font-size: 11px;
}

#sidebar .tabular .tab {
	position: relative;
	margin: 24px 0;
}

#sidebar .tabular .info {
	margin: 18px 0;
}

#sidebar .info table {
	width: 100%;
	font-size: 10px;
}

#sidebar .info table td {
	padding: 0 3px;
	width: 50%;
}

#sidebar .ingress a {
	padding: 12px 12px;
	margin: -12px -12px;
	border-bottom: none;
}

#sidebar .ingress .edit {
	top: -4px;
	right: -8px;
}

#sidebar .ingress p a:link,
#sidebar .ingress p a:visited {
	color: #D11414;
}

#sidebar .ingress p a:hover,
#sidebar .ingress p a.hover {
	color: #EEE;
	background: url(../imgs/static/dot-36px.png) no-repeat center center;
}

#conceptsContainer {
	text-align: left;
}

#conceptsContainer .concept_list {
	
}

#conceptsContainer .definition {
	color: #666;
	text-transform: uppercase;
	font-size: 11px;
}

#conceptsContainer li {
	position: relative;
}

#conceptsContainer li .gradiencer,
#conceptsContainer li .edit {
	display: none;
}

#conceptsContainer li .edit {
	top: 0px;
	right: 0px;
}

#conceptsContainer .scale {
	height: 1px;
	width: 100%;
	margin-top: 12px;
	margin-bottom: 24px;
	background-color: #CCC;
}

#conceptsContainer .dot_group {
	position: absolute;
	background: #CCC;
	width: 19px;
	z-index: 999;
}

#conceptsContainer .dot_group .dot {
	margin: 6px;
	float: left;
}

#conceptsContainer li > .dot {
	position: absolute;
	top: 22px;
}

.dot {
	width: 7px;
	height: 7px;
	background-color: #AAA;
	-moz-border-radius: .6em;
	-webkit-border-radius: .6em;
	-khtml-border-radius: .6em;
	border-radius: .6em;
	outline: none;
	cursor: pointer;
}

.dot.hover {
	background-color: #444;
	width: 13px;
	height: 13px;
	margin-left: -3px;
}

#conceptsContainer .dot_group .dot.hover {
	margin: 3px;
}

#conceptsContainer li > .dot.hover {
	top: 19px;
}

#panel {
	position: absolute;
	background-color: #EEE;
	border: 0px solid #CCC;
	border-top-width: 1px;
	bottom: 0px;
	width: 100%;
	height: 42px;
	z-index: 99;
	font-size: 12px;
}

#panel .controls {
	position: absolute;
	top: 8px;
	right: -4px;
}

#panel .control {
	margin-right: 12px;
}

#panel .control .label {
	color: #888;
	float: left;
	margin: 6px 3px 0 0;
}

#panel .control input {
	margin-top: 4px;
}

#panel .control .icon {
	opacity: .12;
	width: 24px;
	height: 24px;
}

#panel .control.active, #panel .control.active .icon {
	opacity: .64;
	cursor: pointer;
}

#panel .control.active .icon:hover {
	opacity: 1;
}

#panel .controls .clear {
	background-position: -80px -24px;
	float: right;
	margin: 4px 0 0 3px;
	width: 16px;
	height: 16px;
}

#panel .controls .zoom {
	float: left;
	margin-right: 6px;
}

#panel .controls .zoom.in {
	background-position: 0 0;
}

#panel .controls .zoom.out {
	background-position: -24px 0;
	margin-right: -12px;
}

#panel .controls .focus {
	background-position: -48px 0;
}

#panel .controls .focus.active {
	background-position: -72px 0;
}

#panel .to_first, #panel .to_last {
	
}

#panel .to_first {
	background-position: -48px -112px;
	margin-right: -8px;
}

#panel .to_last {
	background-position: -48px -88px;
	margin-left: -8px;
}

#panel .controls .timelight {
	border: 1px solid #AAA;
	border-width: 0 1px;
	background-color: #DDD;
	margin-top: 3px;
	width: 350px;
	height: 18px;
}

#panel .controls .timelight .start,
#panel .controls .timelight .finish {
	font-size: 8px;
	color: #666;
	position: absolute;
	top: 5px
}

#panel .controls .timelight .start {
	left: 2px;
}

#panel .controls .timelight .finish {
	right: 2px;
}

#panel #blockInfo {
	display: none;
	margin-top: 12px;
}

#panel li {
	position: relative;
	float: left;
	margin-left: 6px;
}

#panel li.info {
	font-size: 32px;
	margin-top: -6px;
	margin-right: 24px
}

#panel li.abstract {
	width: 250px;
	margin-top: -2px;
	font-size: 12px;
}

#zoom_box {
	background: #FFF;
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 42px;
	font-size: 10px;
	line-height: 10px;
	overflow-x: auto;
}

#lines {
	overflow-y: auto;
	font-size: 12px;
}

#lines li {
	background: #FFF;
	position: relative;
	float: left;
	margin: 16px;
	width: 136px;
	height: 198px;
}

#lines li.shadow:hover {
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
}

#lines li a {
	color: #AAA;
}

#lines li:hover a {
	color: #666;
}

#lines li .featured {
	position: absolute;
	bottom: -10px;
	right: -10px;
	background-position: -26px -26px;
	width: 22px;
	height: 22px;
}

#lines li .thumb {
	background: #FFF;
	width: 100%;
	height: 124px;
	text-align: center;
}

#lines li .thumb img {
	border: #FFF solid 6px;
}

#lines li .thumb .img {
	position: absolute;
/* 	background: url(../imgs/static/thumb_placeholder.gif) repeat; */
	width: 100%;
	height: 124px;
}

#lines li .info {
	background: #EEE;
	padding: 4px;
}

#lines li .name {
	height: 29px;
	font-weight: bold;
}

#lines #new_line {
	background: none;
	border: 6px dashed #F4F4F4;
	margin: 10px;
	font-size: 32px;
	line-height: 182px;
	text-align: center;
	font-weight: bold;
}

#lines #new_line:hover {
	border-color: #FFF;
	font-size: 36px;
}

#lines #new_line a {
	border: none;
	color: #F4F4F4;
}

#lines #new_line a:hover {
	color: #FFF;
}

#lines #new_line .add {
	width: 100%;
	height: 100%;
}

.line {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
/*
	-moz-transition-property: font-size;
	-moz-transition-duration: .5s;
	font-size: .6em;
*/
}

.line > .count,
.line > .edit {
	background: #FFF;
	top: 0px;
}

.line > .edit {
	right: 0px;
	padding: 6px;
}

.line > .count {
	position: absolute;
	left: 0px;
	padding: 3px 6px 4px 6px;
}

.line > .edit .manage {
	margin-right: 6px;
}

#scrollCover {
	position: relative;
	background-color: #FFF;
	float: left;
	height: 100%;
	width: 15px;
	margin-right: -15px;
}

.pre-column,
.column {
	position: relative;
	background: #FFF;
	float: left;
	height: 100%;
	overflow: auto;
	margin-right: -15px;
	border-color: #666666;
	border-style: solid;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
}

.pre-column {
	width: 40em;
}

.column {
/*
	-moz-transition-property: width;
	-moz-transition-duration: 500ms;
*/
	width: 35em;
}

.column.wider {
/*
	-moz-transition-property: width;
	-moz-transition-duration: 500ms;
*/
	width: 55em;
}

.column .padding {
	height: 100%;
}

.column .block_list {
	position: relative;
}

.block {
	position: relative;
	padding: 1.35em 1.35em 2em;
	opacity: .64;
}

.block .widen,
.block .narrow {
	width: 5px;
	height: 10px;
	margin: .2em .4em 0 0;
}

.block .widen {
	background-position: -107px -11px;
}

.wider .block .widen {
	background-position: -99px -11px;
}

.block .text,
.block .children .head,
.block .children .child_list {
	font-size: 1.25em;
	line-height: 1.4em;
}

.block > .title {
/* 	font-weight: bold; */
	font-size: 1.8em;
	line-height: 1em;
	margin-bottom: .5em;
	width: 92%;
	cursor: pointer;
}

.block > .date,
.block > .author,
.block > .source {
	display: inline;
	color: #888;
}

.block > .source {
	
}

.block > .reference {
	margin-top: .1em;
}

.block a:link, .block a:visited {
	color: #00F;
	border-bottom-style: none;
}

.block a:hover {
	text-decoration: underline;
}

.block .edit {
	display: none;
	right: .4em;
	bottom: .6em;
}

.block .edit div {
	margin-left: 4px;
}

.block .edit .grads {
	background-position: -124px 0;
	width: 12px;
	height: 10px;
}

.block .gradiences {
	position: absolute;
	bottom: 2.4em;
	width: 88%;
	padding: .6em;
	background-color: rgba(242,242,242,.98);
	border: 1px solid #BBB;
	display: none;
}

.block .gradiences.open {
	display: block;
}

.block .gradiences li {
	margin: .6em .6em;
}

.mb.container {
	position: absolute !important;
	top: .7em;
	right: 0px;
	width: 2em;
}

.mb.container .child_groups {
	right: 0px;
}

.make_baby {
	display: none;
	position: absolute;
	right: 0px;
	height: 16px;
	width: 31px;
	font-size: 1.4em;
	cursor: pointer;
}

.make_baby .add {
	background-position: -48px -24px;
	width: 100%;
	height: 100%;
	opacity: .24;
}

.make_baby .add:hover {
	background-position: -48px -40px;
	opacity: 1;
}

.mb.container.populated .add {
	background-position: -48px -56px;
}

.mb.container.populated .add:hover {
	background-position: -48px -72px;
}

.block .container {
	position: relative;
}

.block .text, .block .image {
	margin: .8em 0 1.8em 0;
}

.block .text {
	position: relative;
	margin-right: .6em;
	word-wrap: break-word;
}

.block .text ul {
	margin: .6em 0;
}

.block .text ul li {
	margin: .4em 0;
	list-style: disc;
	margin-left: 1.4em;
}

.block .text li ul {
	margin: .3em 0;
}

.block .text li ul li {
	list-style: circle;
}

.block .image img {
	width: 100%;
	opacity: .4;
}

.block .text section {
	display: inline;
	background-color: #FF0;
}

.block > .child_groups {
	display: none;
}

.block .parents, .block .child_groups {
	position: absolute;
	top: 0px;
	height: 100%;
}

.block .parents,
.block .ref_title {
	display: none;
}

.block .child_groups {
	right: -1.3em;
/* 	margin-top: 1.3em; */
}

.block .parent, .block .children {
	position: absolute;
	right: 0px;
/* 	margin-bottom: .4em; */
/* 	margin-top: -1.35em; */
}

.block .parent {
	background-color: #FCA;
}

.block .child_groups > .children,
.block .child_groups > .children label {
	color: #FFF;
	cursor: pointer;
}

.block .children img.line_mark {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 1.6em;
	height: 1.3em;
	opacity: .32;
}

.block .children.visible img.line_mark {
	opacity: 1;
}

.block .children .bg {
	position: absolute;
	width: 100%;
	height: 100%;
}

.block .children .head {
/*
	position: absolute;
	top: -1.3em;
	right: 0px;
*/
	
}

.block .children.visible .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ABC;
	opacity: .86;
}

.block .children label,
.block .children .child_list {
	position: relative;
}

.block .children label {
	padding: .2em .2em 0;
	float: right;
	font-size: .8em;
	line-height: 1.4em;
}

.block .children.visible {
	z-index: 999;
}

.block .children.visible label {
/* 	display: none; */
}

.block .children .child_list {
	position: relative;
	display: none;
	float: right;
}

.block .child {
	white-space: nowrap;
	background-color: rgba(164,172,192,.92);
	opacity: .24;
}

.block .child td {
	padding: .1em .4em 0 .4em;
/* 	height: 1.8em; */
}

.block .child .creator {
	padding-right: .4em;
}

.block .child .title {
	
}

.block .child.hover {
	opacity: 1 !important;
}

.block .children .date {
	
}

#line_pointer {
	position: absolute;
	display: none;
}

#line_pointer img {
	height: 1.8em;
}

ul {
	list-style-type: none;
}

.focused {
	background-color: #E0E6E6;
}

.focused,
.highlighted {
	opacity: 1;
	border: #CCC solid;
	border-width: 1px 0;
}

.hovered .image img,
.focused .image img,
.highlighted .image img {
	opacity: 1;
}

.highlighted {
	background-color: #E0E6E6;
	
}

/* .childlighted, */
.child_hovered {
	background: url(../imgs/static/childlighted.gif) repeat
}

.hovered {
	background-color: #E0E6E6;
	opacity: 1;
}

.parent_hovered {
	background-color: #E0E6E6 !important;
}

/*
.child_hovered {
	background: url(../imgs/static/child_hovered.gif) repeat
}
*/

.searchlighted .text {
	color: #F00;
}

.block.fresh {
	background-color: #ABC;
}

.block.init,
.block.locked {
	background: url(../imgs/static/child_hovered.gif) repeat;
}

.column .indicators {
	width: 100%;
	height: 1em;
	margin-top: -.8em;
}

.column .indicator {
	position: absolute;
}

.column .indicator.low {
	left: .6em;
}

.column .indicator.high {
	right: .6em;
}

/* lineForm
----------------------------------*/

#lineForm {
	position: relative;
}

#lineForm #id_name {
	font-size: 4.2em;
	line-height: 1.05em;
	height: 2.2em;
	text-align: center;
}

#lineForm textarea {
	font-family: Georgia, sans-serif;
	border: none;
}

#lineForm textarea,
#lineForm .image-widget {
	width: 292px;
	padding: 12px;
	margin-left: -12px;
	border-top: 2px solid #CCC;
}

#lineForm #id_description {
	font-size: 13px;
	line-height: 18px;
}

#lineForm label {
	
}

#lineForm .private {
	
}

#lineForm .image-widget {
	position: relative;
	background: #FFF;
	margin-top: 2px;
	margin-bottom: 12px;
}

#lineForm .image-thumbnail {
	text-align: center;
}

#lineForm .image-thumbnail a {
	border: none;
}

#lineForm .thumb-clear {
	position: absolute;
	top: 14px;
	right: 12px;
}


/* inviteAuthorForm
----------------------------------*/

#inviteContainer {
	position: relative;
	width: 250px;
	margin: 24px auto;
	padding: 32px 0;
	border: 1px solid #DEDEDE;
	background: #EFEFEF;
}

#inviteContainer .pending_authorships {
	margin: 12px;
}

#inviteAuthorForm {
	margin: 32px 0 -12px;
}

#inviteContainer .notice {
	position: absolute;
	top: 8px;
	width: 100%;
}

/* ingressForm
----------------------------------*/

#ingressForm {
	display: none;
}

#ingressForm textarea {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 13px;
	line-height: 18px;
	margin: -8px -9px 12px;
	height: 80%;
	width: 102%;
	padding: 8px;
	border: none;
}

/* blockForm
----------------------------------*/

#blockForm {
	position: relative;
	width: 94%;
	margin-left: .9em;
	margin-right: .9em;
	border: #444 solid;
	border-width: 4px 0;
}

body > #blockFormContainer {
	display: none;
}

#blockFormContainer {
	
}

#blockFormContainer .auth_message {
	color: #F00;
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 12px;
}

#blockForm li {
	margin-top: .6em;
	margin-bottom: .6em;
}

#blockForm img {
	border: 7px solid #DDD;
	width: 96%;
}

#blockForm img:hover {
	border: 7px solid #CCC;
}

#blockForm .image form {
	padding: 2px 0;
}

#blockForm label {
	font-variant: normal;
	text-transform: capitalize;
	letter-spacing: .1em;
	color: #666;
	line-height: 1.1em;
}

#blockForm .toolbar {
/*
	position: absolute;
	top: 6px;
	right: 0px;
*/
}

#blockForm .toolbar .icon {
	float: right;
	width: 10px;
	height: 11px;
	margin-left: 4px;
}

#init_col .relation_types,
#init_col button#cancel {
	display: none;
}

#blockForm .relation_types {
	margin-top: 12px;
	margin-bottom: -26px;
}

#blockForm hr {
	margin-top: 12px;
	padding: 12px 0;
}

#blockForm li {
	
}

/*
#blockForm .addText .icon {
	background-position: -96px 0;
}

#blockForm .addImage .icon {
	background-position: -106px 0;
}
*/

#blockForm .toolbar div {
	border: 1px dashed #EEEEEE;
    color: #F0F0F0;
    font-size: 18px;
    font-weight: bold;
    height: 36px;
    line-height: 38px;
    margin: 10px 0;
    text-align: center;
}

#blockForm .toolbar a:hover div {
	border: 1px dashed #BBB;
    color: #CCC;
}

#blockForm .edit {
	top: 16px;
	right: 5px;
}

#blockForm .trash .icon {
	width: 16px;
	height: 16px;
	background-position: -80px -24px;
}

#blockForm .handle, #blockForm .handle label {
	cursor: move;
}

.column input,
.column textarea {
	padding: .4em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #FFF;
	color: #444444;
	line-height: 16px;
	font-size: 12px;
	border: #CCC .1em solid;
	border-top-color: #666;
	margin-bottom: 0px;
}

.column > input {
	margin-bottom: 3%;
}

#blockForm li.left {
	float: left;
}

#blockForm li.right {
	float: right;
}

.column input.reference,
.column textarea {
	width: 96%;
}

#blockForm .sortable li {
	position: relative;
}

#blockForm textarea {
	height: 15em;
}

#blockForm button {
	margin: 8px 0;
	background: #FAFAFA;
	border: 1px solid #CCC;
	padding: 6px 0 4px;
	width: 100%;
}

#blockForm button.half {
	width: 49%;
}

#blockForm button:hover {
	background: #F0F0F0;
}

#blockForm button:active {
	color: #FFF;
	background: #DDD;
}

#blockForm button#cancel {
	
}

/* Tooltip
----------------------------------*/
.aTOOLTIP-container {
	background: #ffec53;
}

#sidebar .aTOOLTIP-container {
	background: #AAA;
}

.aTOOLTIP-tip {
	font-size: 9px;
	color: #666;
	margin: 2px 4px;
}

#sidebar .aTOOLTIP-tip {
	color: #FFF;
}

/* Partial Block Forms
----------------------------------*/
.block .editable.enabled {
	background: #CCC;
	cursor: pointer;
}

/* Autocomplete
----------------------------------*/
.ui-autocomplete {
	position: absolute;
	cursor: default;
	font-size: 14px;
}	

.ui-menu {
	list-style:none;
	padding: .2em;
	margin: 0;
	display:block;
	background-color: rgba(0,0,0,0.2);
}
.ui-menu .ui-menu {
	margin-top: -.3em;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	color: #EEE;
	background-color: rgba(255,0,0,0.4);
}

/* Full-Featured Mode
----------------------------------*/
.full-featured {
/*
	-moz-transition-property: all;
	-moz-transition-duration: 500ms;
	font-size: 1em;
*/
}
.full-featured .block .edit,
.full-featured .block .make_baby {
	display: block;
}

/* Focus Mode
----------------------------------*/
.focusMode .block {
	opacity: .2 !important;
}

.focusMode .focused,
.focusMode .hovered,
.focusMode .highlighted {
	opacity: 1 !important;
}

.focusMode .focused,
.focusMode .hovered,
.focusMode .parent_hovered,
.focusMode .child_hovered,
.focusMode .highlighted,
.focusMode .childlighted {
	background-color: #FFF !important;
	background: #FFF !important;
}

/* Block Mode
----------------------------------*/
.blockified {
/*
	-moz-transition-property: all;
	-moz-transition-duration: 500ms;
	font-size: .2em;
*/
}

.blockified .block {
	opacity: .2;
}

.blockified .block .view_opts,
.blockified .block .title,
.blockified .block .author,
.blockified .block .date {
	display: none;
}

.blockified .focused,
.blockified .hovered,
.blockified .parent_hovered,
.blockified .child_hovered,
/* .blockified .childlighted, */
.blockified .highlighted {
	opacity: 1;
	background-color: #EEE;
}

.blockified .hovered,
.blockified .parent_hovered {
	background-color: #DDD !important;
}

.blockified .block .text {
	background-color: #BBB;
	color: #BBB;
	cursor: pointer;
}

.blockified .highlighted .text,
/* .blockified .childlighted .text, */
.blockified .focused .text,
.blockified .hovered .text,
.blockified .parent_hovered .text,
.blockified .child_hovered .text {
	opacity: 0;
}

/* aWYSIWYG
----------------------------------*/
.aWYSWYG_toolbar {
	position: absolute;
	top: 0px;
	right: 0px;
}

/* Slider
----------------------------------*/
.ui-slider {
	position: relative;
	text-align: left;
	margin-top: .6em;
	margin-bottom: .8em;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: .8em;
	height: .8em;
	background-color: #AAA;
	outline: none;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
	background-color: green;
}

.ui-slider-horizontal {
	height: .1em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em; height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.column .ui-slider-handle {
	-moz-border-radius: .6em;
	-webkit-border-radius: .6em;
	-khtml-border-radius: .6em;
	border-radius: .6em;
	margin-left: -.3em;
}

.column .ui-slider-horizontal {
	background: #AAA;
}

#panel .controls .timelight .ui-slider-handle {
	background: none;
	border: 1px solid #555;
	height: 22px;
	width: 6px;
	top: -3px;
	margin-left: -2px;
}

#panel .controls .timelight.active .ui-slider-handle {
	background: #555;
}