/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8020;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000;
}

#fancybox-overlay.overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8030;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.system_css.show_user ul {
	padding: 0;
	overflow: hidden;
}

.system_css.show_user li {
	list-style: none;
	overflow: hidden;
}

.system_css .plexes h3 {
	margin: .3ex 0;
	margin-top: 1.5ex;
}

.system_css .plexes li li {
	float: left;
	margin-right: .7em;
}

.system_css .domains {
	float: right;
}

.system_css .ui-menu-item a {
	line-height: 1.8;
	cursor: pointer;
	background: #0184d2;
	color: #fff;
	padding: .5ex .6em;
	border-radius: .4ex;
}

.system_css .ui-menu-item a:hover {
	background-color: #ff289b;
}

.article_form, #article-form {
	position: relative;
}

.article_form .owner-wrap {
	position: absolute;
	right: .8ex;
	width: 25em!important;
	text-align: right;
	margin-top: 1px;
}

.article_form .owner-wrap b {
	line-height: 2;
	padding-right: .7em;
}

.article_form .owner {
	float:right;
	text-align: right;
	background: #E3E3E3;
	padding: .8ex .6em;
	color: #636363;
	-moz-border-radius: .5ex;
	-webkit-border-radius: .5ex;
	border-radius: .5ex;
}

#article.article_form .owner input {
	border: none!important;
	font-size: inherit!important;
	width: 150px;
	float: right;
	margin: 0!important;
	padding: 0!important;
	box-shadow: none;
	background: transparent!important;
}


#suggestions {position: relative;}

.ui-progressbar { height:1em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

.ui-progressbar-value { background: #f59 }

#upladify-progress {
  float: left;
}

.system_css a {
	color: #08c;
	text-decoration: none!important;
}

.system_css #article_preferences {
	display: none;
	width: 200px;
	padding: 16px;
	background-color: #f3f3f3;
	-moz-border-radius: .5ex;
	-webkit-border-radius: .5ex;
	border-radius: .5ex;
	box-shadow: 0 1px 6px rgba(30,30,30,.5);
	position: absolute;
	right: 0;
	bottom: 2em;
	z-index: 90;
}

.system_css #article_preferences p {
	margin-bottom: 0;
}

.system_css #article_preferences:after {
	content: '';
	display: block;
	position: absolute;
	border: 12px solid transparent;
	border-top-color: #bbb;
	bottom: -24px;
	right: 22px;
}

.system_css h1, .system_css .h1 {
	font-size: 17pt!important;
}

.system_css a.destroy {
	color: red;
}

#admin {
  color: #fff;
  background: #797979;
  line-height: 1.8;
}

#admin, .system_css .title_bar {
	height: 6.2ex!important;
	height: 44px!important;
}

.system_css * {
  font-family: sans-serif!important;
  font-size: 12pt!important;
}

#admin a { color: #f59;
  padding: .8ex .7em;
}

.system_css a:hover {
	text-decoration: underline;
}

#admin ul, #admin  ol, .system_css .ui-menu {
  list-style: none!important;
  padding-left: 0!important;
  margin-right: 0!important;
}

.system_css .ui-menu {
	background: inherit;
}

#admin_panel {
  float: left;
  font-family: serif;
	position: relative;
}

#admin .buttons > li {
  margin-right: .9em;
  margin-bottom: 0;
  overflow: visible;
  float: left;
}

#admin .buttons li > *, .system_css .ui-tagsautocomplete a, .system_css #tokens li {
  -moz-border-radius: .5ex;
  -webkit-border-radius: .5ex;
  border-radius: .5ex;
  padding: .7ex .6em;
  line-height: 2em;
  cursor: pointer;
}

.system_css #tokens li {
	line-height: 1.15em;
	list-style: none;
}

#admin .buttons li > *, #admin .buttons span, .system_css #tokens li a,  .system_css #suggestions a, .system_css #by_tag_filter {
  font-size: 10.5pt!important;
}

.system_css .buttons {
	margin: 0!important;
}

#admin .buttons > li:last-child {
	margin-right: 0;
}

#admin .buttons a, #admin .tabs a, .system_css .tabs a:hover, .ui-menu a:hover {
	text-decoration: none!important;
	white-space: nowrap;
}

.browser_mozilla #admin a {
  padding: .6ex .7em;
}

#admin_panel a, .ui-droppable .hint {
  background: #eee;
  color: #444;
}

#admin_panel a:hover, #admin_panel a:focus {
  background-color: #e2e2e2;
}

a#save_blog_link {
	background: #e46f5e;
	color: #fff;
}

a#save_blog_link:hover, a#save_blog_link:focus {
	background: #d56b5c;
}

a#preferences_link {
	background: #dcc669;
	color: #fff;
}

a#preferences_link:hover, a#preferences_link:focus {
	background: #d1bd64;
}

a#new_article_link {
  background: #81c576;
  color: #fff;
  padding: .7ex .9em!important;
}

a#new_article_link:hover, a#new_article_link:focus {
  background: #70c064;
}

#admin a:focus {
	outline: none;
	-webkit-box-shadow: 0 0 2px 2px #b2e0ff, 0 0 20px 1px #daf0ff;
	-moz-box-shadow: 0 0 2px 2px #b2e0ff, 0 0 20px 1px #daf0ff;
	box-shadow: 0 0 2px 2px #b2e0ff, 0 0 20px 1px #daf0ff;
}

#admin_panel a:active, #admin_panel a.focus, a#new_article_link:active, #system_stats > li > * {
  background: #494949;
  color: #eee;
  cursor: auto;
  text-decoration: none;
}

/* @group System Stats */

#system_stats {
  float: right;
}

#system_stats li {
	position: relative;
}

#system_stats a:hover {
	color: inherit;
}

#admin .system_stats_context_menu {
  background: transparent url('/images/context_menu_arrow.png') no-repeat 220px 0px;
  cursor: auto;
  display: none;
  padding: 14px 0 0 0!important;
  margin-top: 0px;
  position: absolute;
  right: 0;
  width: 300px;
  z-index: 100;
}
#admin .system_stats_context_menu h2 {
  -moz-border-radius: .7ex .7ex 0 0;
  -webkit-border-radius: .7ex .7ex 0 0;
  border-radius: .7ex .7ex 0 0;
  background-color: #494949;
  color: #fff;
  font-size: 100%;
  margin: 0;
  padding: 7px 10px;
  text-align: center;
}
#admin .system_stats_context_menu ul {
  -moz-border-radius: 0 0 .7ex .7ex;
  -webkit-border-radius: 0 0 .7ex .7ex;
  border-radius: 0 0 .7ex .7ex;
  background-color: #fff;
  border: 6px solid #494949;
  border-top: 0;
  max-height: 450px;
  overflow: auto;
}

#admin .system_stats_context_menu ul:empty:after {
	content: '—';
	display: block;
	text-align: center;
	color: #444;
}

#admin .system_stats_context_menu li, #admin .system_stats_context_menu ul:empty:after {
  border-top: 1px solid #F0F0F0;
  float: none;
  list-style: none;
  margin: 0;
  padding: 5px 10px;
}
#admin .system_stats_context_menu li:hover {
	background-color: #ebebeb;
}

#admin  .system_stats_context_menu a {
  color: #222222;
  display: block;
  font-weight: bold;
  line-height: 100%;
  padding: 5px 0;
}

#admin .system_stats_context_menu p {
  color: #555;
  font-size: .9em;
  line-height: 1.2em;
  height: 2.4em;
  overflow: hidden;
  margin: 0;
  padding: 0;
  cursor: auto;
}
#admin .system_stats_context_menu .avatar {
  float: left;
  padding: 5px 5px 0 0;
  width: 30px;
}

#admin .badge {
  background-color: #2b2b2b;
  border-color: #2b2b2b;
  -moz-border-radius: 2ex;
  -webkit-border-radius: 2ex;
  border-radius: 2ex;
  color: #fff;
  padding: .3ex .5em;
  margin-left: .6em;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif !important;
}

/* @end */

.system_css .container {
	max-width: 960px !important;
	min-width: 40em !important;
	margin: 0 auto;
	overflow: visible;
}

#admin_wrapper {
  padding: 1ex 1em;
	position: relative;
}

.system_css .hidden {
  display: none;
}


/* @group Floated Admin */

/* @group Files */

.blog_assets a {
	padding-right: 0!important;
}

/* @end */

#admin_floated_menu {
  background-color: #2b2b2b;
  -moz-box-shadow: 0 0 10px #dcbf4b, 0 0 10px #111;
  -webkit-box-shadow: 0 0 10px #dcbf4b, 0 0 10px #111;
  box-shadow: 0 0 10px #dcbf4b, 0 0 10px #111;
  padding: 16px;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 310px !important;
  z-index: 200;
  overflow: scroll !important;
  margin-top: 44px !important;
}

/*.preferences a {
	display: ;
}*/

.preferences a.focus:before {
	content: "» "
}

#admin .tabs {
	margin-top: 0;
}

#admin .title_bar {
	position: fixed !important;
	right: 0 !important;
	width: 342px !important;
	top: 0 !important;
	z-index: 300;
	-webkit-background-size: 60px 60px;
	-moz-background-size: 60px 60px;
	background-size: 60px 60px;
	
	background-color: #dcbf4b;
	background-image: -webkit-linear-gradient(45deg,  rgba(0, 0, 0, .7) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .7) 50%, rgba(0, 0, 0, .7) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, .7) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .7) 50%, rgba(0, 0, 0, .7) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(45deg, rgba(0, 0, 0, .7) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .7) 50%, rgba(0, 0, 0, .7) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(0, 0, 0, .7) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .7) 50%, rgba(0, 0, 0, .7) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(0, 0, 0, .7) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .7) 50%, rgba(0, 0, 0, .7) 75%, transparent 75%, transparent);
}

.system_css .title_bar > * {
	margin-top: 10px!important;
}

#admin .title_bar h2 {
	text-align: center;
	color: #fff;
	font-weight: bold !important;
	margin-bottom: 0 !important;
	line-height: 1.5 !important;
	text-shadow: 0 1px 4px #333;
}

#admin .title_bar .close {
	background: url(/images/close.png) no-repeat 6px 2px;
	display: block;
	overflow: hidden;
	width: 30px;
	height: 23px;
	text-indent: -9999px;
	position: absolute;
	opacity: 1;
	left: 10px;
}

#admin .close:hover {
	opacity: 0.8;
}

.preferences h3 {
	color: #fff;
	font-size: 14.4pt!important;
	margin: 1ex 0 0 0;
	font-weight: bold;
}


/* @group Editors */

#editors_list_content {
	margin: 0;
}

#editors_list_content li {
  background: #494949;
  font-size: 80%;
  line-height: 30px;
  margin-bottom: 1px;
  padding: 3px 5px;
}
#editors_list_content .avatar {
  float: left;
  margin-right: 10px;
}
#editors_list_content span {
  float: right;
}

/* @end */

/* @group HTML */

#admin .destroy_widget_instance {
	float: right;
	color: #777;
	margin-top:-0.7ex;
}

#admin .destroy:hover {
	color: red;
}

#admin #widgets {
	position: relative;
}

#admin .widgets > li {
  border: 3px solid #494949;
  padding: .2ex .7em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #343434;
  color: #ddd;
  margin: 0!important;
  height: auto!important;
  margin-bottom: 1ex!important;
}

#admin .widgets a {
	padding: 0;
}

#admin .widgets a:hover {
	text-decoration: none!important;
}

#admin .widgets h3 {
	margin: .7ex 0!important;
	display: block!important;
	color:fff!important;
}

#admin .widgets h3:after {
	float: right;
}

#admin .widgets .has_config h3, #new_widgets h3 {
	cursor: pointer;
}

#admin .widgets .has_config h3:hover:after {
	content: "↓";
}

#admin .widgets .expanded.has_config h3:hover:after {
	content: "↑";
}

#new_widgets > li {
  background: #00774a !important;
}

#admin #new_widgets h3:hover:after {
	content: "+";
	margin-top: -0.3ex;
}

#admin .placeholder {
	font-weight: normal;
	font-size: 10pt !important;
	font-style: normal !important;
	background: inherit !important;
	border: none !important;
	padding: 0 !important;
	color: #999!important;
	margin-top: 1.2ex !important;
	margin-bottom: .5ex !important;
}

#layout_template {
	height: 350px;
}

.destroy_layout {
	display: inline;
}

/* @end */



/* @group CSS */

#stylesheets_editor textarea {
  position: absolute;
  left: 14px;
  right: 16px;
  bottom: 14px;
  top: 14ex;
  width: auto!important;
  height: auto;
}

#stylesheets_editor a ~ form textarea {
  top: 18.2ex!important;
}

/* @end */



/* @end */

/* @group Tabs */

.system_css .tabs {
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	margin: 1.5ex 0;
}

.system_css .tabs li {
	margin: 0 !important;
	float: none !important;
	display: inline-block;
	background: #ddd;
	background-image: -webkit-gradient(
	    linear, left top, left bottom,
	    color-stop(0, rgb(240,240,240)),
	    color-stop(0.5, rgb(227,227,227)),
	    color-stop(0.5, rgb(211,211,211)),
	    color-stop(1, rgb(227,227,227))
	);
	background-image: -moz-linear-gradient(
	    center top,
	    rgb(240,240,240) 0%,
	    rgb(227,227,227) 50%,
	    rgb(211,211,211) 50%,
	    rgb(227,227,227) 100%
	);
}

/*.system_css .tabs :hover {
	background: #e7e7e7;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, rgb(238,238,238)),
	    color-stop(0.5, rgb(217,217,217)),
	    color-stop(0.5, rgb(199,199,199)),
	    color-stop(1, rgb(227,227,227))
	);
	background-image: -moz-linear-gradient(
	    center top,
	    rgb(238,238,238) 0%,
	    rgb(217,217,217) 50%,
	    rgb(199,199,199) 50%,
	    rgb(227,227,227) 100%
	);
}*/

#admin .tabs li {
	background: #494949;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, rgb(96,96,96)),
	    color-stop(0.5, rgb(64,64,64)),
	    color-stop(0.5, rgb(48,48,48)),
	    color-stop(1, rgb(55,55,55))
	);
	background-image: -moz-linear-gradient(
	    center top,
	    rgb(96,96,96) 0%,
	    rgb(64,64,64) 50%,
	    rgb(48,48,48) 50%,
	    rgb(55,55,55) 100%
	);
}

/*#admin .tabs :hover {
	background: #434343;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, rgb(92,92,92)),
	    color-stop(0.5, rgb(57,57,57)),
	    color-stop(0.5, rgb(40,40,40)),
	    color-stop(1, rgb(55,55,55))
	);
	background-image: -moz-linear-gradient(
	    center top,
	    rgb(92,92,92) 0%,
	    rgb(57,57,57) 50%,
	    rgb(40,40,40) 50%,
	    rgb(55,55,55) 100%
	);
}*/



.system_css .tabs .selected, #admin #admin_wrapper ul.tabs li.selected {
	background: #fa4f95;
	background-image: -webkit-gradient(
	    linear, left top, left bottom,
	    color-stop(0, rgb(255,83,155)),
	    color-stop(0.5, rgb(202,47,117)),
	    color-stop(0.5, rgb(181,28,97)),
	    color-stop(1, rgb(194,38,108))
	);
	background-image: -moz-linear-gradient(
	    center top,
	    rgb(255,83,155) 0%,
	    rgb(202,47,117) 50%,
	    rgb(181,28,97) 50%,
	    rgb(194,38,108) 100%
	)
}

.system_css .tabs li:first-child {
	-moz-border-radius: .6ex 0 0 .6ex;
	-webkit-border-radius: .6ex 0 0 .6ex;
	border-radius: .6ex 0 0 .6ex;
}

.system_css .tabs li:last-child {
	-moz-border-radius: 0 .6ex .6ex 0;
	-webkit-border-radius: 0 .6ex .6ex 0;
	border-radius: 0 .6ex .6ex 0;
}

.system_css .tabs li + li {
	border-left: 1px solid #ccc;
	margin-left: -0.4em !important;
}

#admin .tabs li + li {
	border-left: 1px solid #393939;
}

#layouts .new_layout:hover {
	background: #76ca6a;
	background-image: -webkit-gradient(
	    linear, left top, left bottom,
	    color-stop(0, rgb(117,202,106)),
	    color-stop(0.5, rgb(86,168,74)),
	    color-stop(0.5, rgb(70,149,58)),
	    color-stop(1, rgb(86,168,74))
	);
	background-image: -moz-linear-gradient(
	    center top,
	    rgb(117,202,106) 0%,
	    rgb(86,168,74) 50%,
	    rgb(70,149,58) 50%,
	    rgb(86,168,74) 100%
	);
	color: #fff;
}

.system_css .tabs .selected a, .system_css .tabs .selected:hover a, #admin .tabs a {
	color: #fff;
}

.system_css .tabs li a {
	padding: 0 .7em!important;
	color: inherit;
	display: block;
	text-decoration: none;
	outline: 0;
	font-size: 11pt!important;
	font-family: sans-serif!important;
	line-height: 1.8;
}

.system_css .tabs li a:hover {
	color: inherit;
}

#layouts {
	margin-bottom: 3ex;
}

#layouts a {
	padding: .3ex .8em;
}

/* @end */

/* @group Forms—ToDo */

.system_css .or:before, .system_css .or:after {
  color: #bbb;
  content: '— ';
}

.system_css .or:after {
	content: ' —';
}

.system_css p.generated_title {
	margin: 1em 0!important;
	margin-bottom: 1.5em!important;
}

/* @group System Form */

.system_css fieldset {
	border:2px solid #ccc;
	padding: 3ex 5em;
	-moz-border-radius: .5ex;
	-webkit-border-radius: .5ex;
	border-radius: .5ex;
	width: 26em;
	margin: 4ex auto 2ex auto;
}

.system_css legend {
	padding: 1ex;
	margin: 0;
	line-height: 1;
	margin-left: -1ex;
}

.system_css form.short {
	margin: 10ex auto;
}

.system_css .system input[type=text], .system_css .system input[type=password], .system_css .system input[type=email] {
	font-size: 16pt!important;
	width: 98%;
}

.system_css .system input {
	margin-bottom: 1em;
}

/* @end */

/* @group Tokenizer */

.system_css #tokenizer {
  padding-top: 0;
  overflow: hidden;
  cursor: text;
  /*min-height: 4.8ex;*/
  margin-bottom: 0;
  z-index: 10;
  position: relative;
  padding: 4px 6px;
  /*width: 100%;*/
  list-style: none;
}

.system_css #tokenizer li {
	float: left;
}

.system_css #by_tag_filter {
  border: none!important;
  margin: 0!important;
  display: inline!important;
  width: 10em !important;
  color: inherit!important;
  line-height: 1!important;
  background: transparent!important;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  box-shadow: none!important;
  padding: 7px 0 8px 11px!important;
}

.system_css #tokens {
  display: inline;
  /*float: left;*/
  padding: 0;
  overflow: hidden;
}

.system_css #tokens li {
  background-color: #fa4f95;
}

.system_css #tokens li:hover {
  background-color: #08c;
}

.system_css #tokens li, .system_css .ui-tagsautocomplete a {
  margin: .4ex .3em;
  /*float: left;*/
}

.system_css #tokens li a, .system_css .ui-tagsautocomplete a {
  color: #fff;
	text-decoration: none;
}

.system_css .ui-tagsautocomplete a {
  background-color: #08c;
}

.system_css .ui-tagsautocomplete a.ui-state-hover {
  background: #fa4f95;
}

.system_css #suggestions {
  -moz-border-radius: .5ex;
  -moz-border-top-left-radius: 0!important;
  -moz-border-top-right-radius: 0!important;
  -webkit-border-radius: .5ex;
  -webkit-border-top-left-radius: 0!important;
  -webkit-border-top-right-radius: 0!important;
  border-radius: .5ex;
  height: 7.6ex;
  background: #e3e3e3;
  margin-top: -2px;
  padding: .8ex 9px .8ex 9px;
  position: relative;
  overflow: hidden;
  clear: left;
}

.system_css #suggestions li {
	float: left;
	line-height: 2;
}

.system_css #filter_status {
	background: url(/images/filter.png) 3px 4px no-repeat;
	padding-left: 22px;
	margin-left: 58px;
}

.system_css #filter_status.loading {
	background: url(/images/indicator.gif) 2px 2px no-repeat;
	overflow:hidden;
	text-indent: -50em;
}

.system_css ul.ui-tagsautocomplete {

  overflow: hidden;
  border: none;
  top: 0px !important;
  left: 0px !important;
  margin: 0;
}

/* @end */

.system_css .hint, .system_css .hint a {
	color: #888;
}

.system_css .hint a {
	text-decoration: underline!important;
}

.system_css p.hint {
	margin-top: .4em;
}


.system_css label .hint {
  margin-left: .4em;
  font-weight: normal!important;
}

#admin label .hint {
	color: #777;
}

.system_css label .hint:before {
  content: '— ';
}

.system_css input {
	margin: 0;
}

.system_css form p {
	margin-bottom: .7em;
}

.system_css label {
	/*display: block!important;*/
	margin: 0;
}

.system_css #admin label {
	color: #fff!important;
}

.system_css .inline {
	display: inline!important;
}

.system_css label, .system_css label .hint {
	font-weight: bold;
	font-size: 11pt!important;
	display: inline;
}

.system_css input, .system_css textarea, .system_css .input {
	padding: 5px 6px !important;
	-webkit-border-radius: .5ex !important;
	-moz-border-radius: .5ex !important;
	border-radius: .5ex !important;
	margin-top: 2px !important;
}

.system_css input[type=text], .system_css input[type=password], .system_css input[type=email], .system_css .input, .system_css textarea {
	border: 3px solid #ccc !important;
	background: #fff !important;
}

.system_css textarea {
	font-family: Monaco, 'Lucida Console', 'Courier New', Courier, monospace !important;
	font-size: 10pt!important;
}

.system_css input[type=text], .system_css input[type=password], .system_css input[type=email], .system_css textarea, .system_css #tokenizer {
	display: block;
	width: 97.5%;
}

.system_css .preferences input[type=text], .system_css .preferences input[type=file] {
	width: 94.5% !important;
}

.system_css input[type=submit] {
	border: none;
	background-color: #62af60;
	color: #fff;
	cursor: pointer;
	padding: .8ex .5em!important;
}

.system_css input[type=checkbox] {
	margin-right: .5em;
}

.system_css .preferences input[type=submit] {
	width: 99.5%!important;
}

.system_css .preferences input[type=file] {
	background: #bbb;
	border: none;
}

.system_css input:focus, .system_css textarea:focus, .system_css select:focus, .system_css .input.focus {
  border-color: #5aa1da!important;
  outline: none;
  -webkit-box-shadow: 0 0 4px #5aa1da;
  -moz-box-shadow: 0 0 4px #5aa1da;
  box-shadow: 0 0 4px #5aa1da;
}

.system_css input.valid, .system_css input.valid:focus {
	border-color: #6ab15f;
}

.system_css input.invalid, .system_css input.invalid:focus, .system_css .fieldWithErrors input, .system_css .fieldWithErrors input:focus {
	border-color: #d27071;
}

.system_css .input.valid:focus, .system_css input.valid:focus {
  -webkit-box-shadow: 0 0 4px #6ab15f;
  -moz-box-shadow: 0 0 4px #6ab15f;
  box-shadow: 0 0 4px #6ab15f;
}

.system_css .input.invalid:focus, .system_css input.invalid:focus, .system_css .fieldWithErrors input:focus {
  -webkit-box-shadow: 0 0 4px #d27071;
  -moz-box-shadow: 0 0 4px #d27071;
  box-shadow: 0 0 4px #d27071;
}

.system_css .fieldWithErrors {
  display: inline;
}

.system_css #asset-upload span {
	position: absolute;
	z-index: -1;
}

.system_css #article_published_on {
	width: 91%;
}


/* @end */

/* @group Files */

#assets-bar {
	min-height: 90px;
	overflow: hidden;
}

#assets-bar div {
	min-height: 80px;
	float: left;
	margin: 4px;
	margin-bottom: 6px;
}

.assets .file_name {
	border: 1px solid #ddd;
	display: block;
	min-height: 80px;
	color: #333;
	font-weight: bold;
	font-size: 9pt!important;
	word-wrap: break-word;
	width: 97px;
	padding: 0px 7px;
	padding-left: 25px;
	background: #f3f3f3 url(/images/icons/files/file.png) no-repeat 1px 1px;
}

.png .file_name {background-image: url(/images/icons/files/file-png.png);}
.jpeg .file_name,
.jpg .file_name {background-image: url(/images/icons/files/file-jpg.png);}
.pdf .file_name {background-image: url(/images/icons/files/file-pdf.png);}
.xls .file_name {background-image: url(/images/icons/files/file-xls.png);}
.txt .file_name {background-image: url(/images/icons/files/file-txt.png);}
.zip .file_name {background-image: url(/images/icons/files/file-zip.png);}
.css .file_name {background-image: url(/images/icons/files/file-css.png);}
.gif .file_name {background-image: url(/images/icons/files/file-gif.png);}
.docx .file_name,
.doc .file_name {background-image: url(/images/icons/files/file-doc.png);}
.bmp .file_name {background-image: url(/images/icons/files/file-bmp.png);}
.html .file_name,
.htm .file_name {background-image: url(/images/icons/files/file-htm.png);}
.js .file_name {background-image: url(/images/icons/files/file-js.png);}
.mov .file_name {background-image: url(/images/icons/files/file-mov.png);}
.mp3 .file_name {background-image: url(/images/icons/files/file-mp3.png);}
.mpeg .file_name,
.mpg .file_name {background-image: url(/images/icons/files/file-mpg.png);}
.ppt .file_name {background-image: url(/images/icons/files/file-ppt.png);}
.rar .file_name {background-image: url(/images/icons/files/file-rar.png);}
.xlsx .file_name,
.xls .file_name {background-image: url(/images/icons/files/file-xls.png);}
.xml .file_name {background-image: url(/images/icons/files/file-xml.png);}

/* @end */





/* @group Flash Messages—ToDo */



/* @end */

/* @group User Menu */

#admin div.user_menu:hover {
	height: auto;
}

#admin ul.user_menu {
  float: right;
  /*overflow: hidden;*/
  margin-bottom: 0px;
  margin-top: -1px;
  height: auto;
}

#admin .user_menu li {
	margin: 0;
}

#admin .user_menu li:before {
	content: '';
}

.browser_webkit #admin ul.user_menu {
  margin-bottom: 3px;
}

#admin div.user_menu {
	margin-top: 1px;
	overflow: hidden;
	height: 3.2ex;
	float: right;
	width: auto;
	background: #484848;
	margin-left: .7em;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#admin div.user_menu > * {
	float: right;
}

#admin .user_menu a {
	color: #eee;
	padding: 0 .4em;
	font-size: 95%!important;
}

#admin .user_menu p {
	margin-bottom: 0;
	
}

#admin  .user_menu > .avatar {
	float: left;
	height: 3.2ex;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0;
}

/* @end */

.destroy_layout {
	margin-top: 1.5em;
	display: block;
	float: left;
}

#system_trash {
	width:100px;
	height:80px;
	padding-top:20px;
	position:fixed;
	bottom:0;
	left:0;
	background: #494949;
	color: #eee;
	display: none;
	text-align: center;
	z-index: 250;
}

#system_trash.hover, .ui-state-hover {
	background: #F0006F;
}

body {
	margin: 0;
}

body.prefs_visible {
	margin-right: 342px!important;
}

body.prefs_visible .container {
	width: auto!important;
}

body.system_css {
	background-image: url(/images/design_bg.png)!important;
}

.system_css #wrapper {
	padding: 0 1em;
}

.role_admin .for_admin, .role_admin .for_editor, .role_editor .for_editor, .role_user .for_user, .role_no_user .for_no_user {
	display: block;
}

.for_admin, .for_editor, .for_user, .for_no_user {
	display: none;
}

.dnd_hint {
	cursor: move;
	-webkit-transition: -webkit-transform .13s ease-out;
}

.system_css .hint.help {
	cursor: help;
}

.dnd_hint:hover {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);

	-webkit-box-shadow: 0 1px 9px #777;
	-moz-box-shadow: 0 1px 9px #777;
	box-shadow: 0 1px 9px #777;
}

.hover .greedy_list {background: #faf381}

.powered_by {
	display:block;
	overflow: hidden;
	height: 0;
	position: absolute;
}

.ui-helper-hidden-accessible { position: absolute; left: -9999px; }