input[type=email], textarea {width:100%}

.body textarea {height: 14ex}

input[type=text], textarea {
	-webkit-appearance:none!important;
}

@media only screen 
and (max-device-width : 480px) {
	body {-webkit-text-size-adjust: 150%;}
}

.shrinked p, .article, .file_name {
	word-wrap: break-word;
}

.shrinked .file_name {
	white-space: nowrap;
}

.article h2, .article h3 {
	font-size: 1.2em;
	margin-top: 1.2em;
}

.summary {
	font-size: .9em;
	margin-top: -5px;
}

.shrinked .summary {
	display: none;
}

.avatar {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.container {
	padding-left: 10px;
	padding-right: 10px;
}

.highlight { background: inherit;}

li:last-child:after, .attachments li:last-child span:after {
  content: '' !important;
}

.body ul ul {
	margin-left: 1em;
}

.body ol ol {
	margin-left: 1.5em;
}

.clone a, .clone a:hover {
	background: #fa4f95;
	color: #fff;
}

.clone a:hover {
	background: #eb5891;
}

.btn a:hover {
	text-decoration: none;
}

input[type=submit], .btn a {
	padding: .8ex 1.3ex;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	font-family: helvetica;
	cursor: pointer;
	line-height: 1.2;
}

input[type=submit] {
	color: #fff;
	background-color: #62af60;
}

input[type=submit]:hover {
	background-color: #579f58;
}

input[type=submit]:active {
	background-color: #555;
	-webkit-box-shadow: none;
}

.admin input[type=file] {
	background-color: rgba(255,255,255,0.6);
	padding: .8ex 1.3ex;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 95%;
}

.tag_archive {
	background: #eec;
}

.articles .tag_archive, .tag_archive .article {
	background: #eec url(/images/icons/archive.png) no-repeat right top !important;
}

.articles .tag_archive {
	background-position: right 10px!important;
}

.content.section .avatar {
	position: absolute;
	margin-left: -60px;
	margin-top: .4ex;
	opacity: 1;
}

.content.section .headline .avatar {
	margin-top: .9ex;
	margin-left: -26px;
}

.content.section .comments .avatar {
	margin-top: .9ex;
}

.new_comment .avatar {
	margin-top: 4ex;
}

h1 span:after, h2 span:after {
	content: '/';
	color: #ddd;
	/*margin-left: .15em;*/
	margin-right: -0.3em;
}

h1 span:last-child:after, h2 span:last-child:after {
	content: '';
}

.side_bar .greedy_list {
	/*margin-left: 1.15em;*/
	list-style-type: disc;
}

.header.section, .content.section, .side_bar {
  margin-bottom: 4ex;
}

.content.section {
  width: 570px;
  float: left;
}

.header.section {
  padding-top: 1em;
  overflow: hidden;
}

.header.section li {
  float: left;
  line-height: 1.3;
}

.side_bar {
  margin-left: 70px;
  width: 310px;
  float: left;
}

.side_bar > div {
  margin-bottom: 6ex;
}

.additional_bar, .footer {clear: left;}

.body li ul, .body li ol { margin-left: 1em }

#nav .greedy_list {
	min-height: 4.5ex;
	margin-bottom: 1.5em;
	clear: left;
}

#nav .greedy_list li {
	margin-right: .4em;
	float: left;
	line-height: 1.3;
}

#nav .greedy_list a {
	-moz-border-radius: .6ex;
	-webkit-border-radius: .6ex;
	border-radius: .6ex;
	padding: .7ex .6em;
display:block;
}

#nav .greedy_list a:hover, #nav .greedy_list a.focus {
	background-color: #fa4f95;
	color: #fff;
	text-decoration: none;
}

.light, h3, body .h3, .widget .h3 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.first {margin-left:0 !important;}
.last {margin-right:0 !important;}
.top {margin-top:0 !important;}
.bottom {margin-bottom:0 !important;}
.float_left {float:left;}
.float_right {float:right;}
.hidden {display:none;}
.lite_corner {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}

.on_hover:hover, :focus, :hover > a.on_hover {
  opacity: 1 !important;
}

:hover > .on_hover {
  opacity: 0.4;
}

li > .on_hover > * > *, a.on_hover {
  opacity: 0;
}

table {
  border-collapse: collapse;
  width: auto;
}

table td, table th {
  border: 1px solid #ccc;
  padding: .2ex 2ex;
}

table th, thead td {
  background-color: #f3f3f3;
}

ul ul {
  list-style-type: circle;
}

input[type=checkbox] {
  float: left;
  margin-right: 1em;
  margin-top: .7ex;
}

.input, input[type=text], input[type=password], input.text, input.title, textarea, select, #tokenizer {
  -moz-border-radius: .6ex;
  -webkit-border-radius: .6ex;
  border-radius: .6ex;
  padding: 4px 5px;
  font-size: 1em;
  font-family: inherit;
  border: 3px solid #ccc;
}

.input:focus, input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
  border-color: #5aa1da;
  outline: none;
  /*border-width: 2px;*/
  padding: 4px 5px;
}

.blind {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: -100em;
  left: -100em;
}

.hint, #comments .date, .summary, .summary a {
  color: #aaa;
}

.summary a:hover {
	color: #888;
}

body { font-size:90%; line-height: 1.8; }

.ui-widget { font-size: 100%; }

a, a:hover, .ui-widget-content a, .articles h2 a:visited, .greedy_list a:visited { color: #08c; }
a { text-decoration: none; }
a:hover, a:focus, a.focus { text-decoration: underline; }
a.focus, a:focus, .articles h2 a, .greedy_list a, .greedy_list a.focus, .highlight, .highlight:hover { color: #f0006f }

.articles h2 a span.selected_tag {
  color: #aaa;
}

#header h1, #header .h1 {
  font-size:2.6em;
  letter-spacing: -1px;
  line-height:1.2;
  margin-bottom:0em;
  font-weight: bold;
}

.article h1 a {
	color: inherit;
}

h2, h1, .h1, h3, body .h3, #article-form #article_title {
  font-size: 1.44em;
  line-height:1.2;
  margin-bottom:.5em;
}

h2, h1, .h1, #article-form #article_title {
  font-weight: bold;
}

h3 {
  clear: left;
}

h4 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1ex;
}

ul, ol {
  list-style: none;
  padding-left: 0;
  margin-right: 0;
}

label {
  margin-top: 1em;
}

label {
  display: block;
  cursor: pointer;
  margin-bottom: .4ex;
}

label span.hint {
  font-weight: normal;
}

input, .input {
  display: block;
  margin-bottom: 1.5em;
}

input[type=submit] {
  margin-top: 0;
}

#new_blog input#blog_domain {
  display: inline;
  width: 50%;
}


#user_menu li + li, label span.hint {
  margin-left: .4em;
}

#user_menu li + li:before, label span.hint:before {
  color: #ddd;
  content: '— ';
  font-family: Lucida, "Lucida Grande", Verdana, sans-serif;
}

.buttons > *, .buttons_now > *, #share_icons {
  overflow: hidden;
  margin-bottom: 0;
}

.buttons li, .buttons_now li, #share_icons li, .floated_list > * {
  float: left;
  margin-right: .6em;
}

#share_icons {
  float: right;
  margin-top: .5ex;
}

.buttons li > *, .buttons_now > *, .ui-tagsautocomplete li > * {
  -moz-border-radius: .6ex;
  -webkit-border-radius: .6ex;
  border-radius: .6ex;
  padding: .7ex .6em;
  line-height: 2em;
  list-style: none !important;
  cursor: pointer;
}

.buttons li > a:hover, .buttons li > a:focus {
  text-decoration: none;
}

div.user_menu {
	width: 22em;
	float: right;
}

ul.user_menu {
  float: right;
  height: 3ex;
  overflow: hidden;
  margin-bottom: 0px;
}

.browser_webkit ul.user_menu {
  margin-bottom: 3px;
}

div.user_menu > * {
	float: right;
}

.user_menu p {
	margin-bottom: 0;
}

.user_menu > .avatar {
	float: right;
	margin-left: 15px;
}

#pageless-loader, #pageless-link {
  display: none;
}

.tag_cloud {
  overflow: hidden;
}

.tag_cloud li {
  float: left;
  height: 3.6ex;
  margin-right: .4em;
}

.tag_cloud li:after {
  content: ',';
}

.tag_cloud li a.third_level {
  font-weight: bold;
}
.tag_cloud li a.second_level {
}
.tag_cloud li a.first_level {
  color: #999;
}
.tag_cloud li a.first_level.focus {
  color: #F0006F;
}

#ui-datepicker-div 
{
  z-index: 9999;
}

/* @group Blog */

/* @group Articles */

.article {
    padding-bottom: 1em;
}

#browser + .article {
    padding-top: 1em;
}

.articles .article {
	padding: 0;
}

.articles > li {
  padding: 1em 1.5em;
  clear: left;
/*  border-bottom: 2px solid #fff6ae;*/
  padding-left: 75px;
  margin-left: -75px;
  margin-right: -15px;
  -moz-border-radius: .7ex;
  -webkit-border-radius: .7ex;
  border-radius: .7ex;
  list-style: none;
  position: relative;
}

.articles > li:nth-child(2n), .article.blind + .articles > li:nth-child(2n) {
	background: #f2f2f1;
	background: rgba(50,50,30,.07);
}

.article + .articles > li:nth-child(2n+1) {
	background: #f2f2f1;
	background: rgba(50,50,30,.07);
}

.article.blind + .articles > li:nth-child(2n+1) {
	background: inherit;
}

.article + .articles > li:nth-child(2n) {
	background: inherit;
}
 
.articles > li.loading:before {
	content: ' ';
	position: absolute;
	background: rgba(255,255,255,0.6) url(/images/indicator.gif) no-repeat center center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 50;
}

.articles .headline h2 {
	font-size: 100%;
}

.author:after {
	content: '—';
}

.headline .author:after {
	content: ', ';
}

.headline .author:before {
	content: '— ';
}

.comments_count {
	background: url(/images/icons/comments.png) no-repeat;
	padding-left: 20px;
	margin-left: .6em;
}

.shrinked:hover {
	cursor: pointer;
	background-color: #fffdd3 !important;
}

.shrinked p {
	margin-bottom: 0;
}

.articles .headline p {
	margin: 0;
	display: inline;
}

.shrinked h2 {
	margin-bottom: 3px;
}

.shrinked h4 {
  float: left;
  line-height: 1.7;
  margin: 0;
  margin-right: .7em;
  letter-spacing: 0;
}

.shrinked h4:after {
  content: ':';
}

.attachments {
  margin: 0;
  display: inline;
}

.attachments li {
	list-style: none;
	display: inline;
}

.file_name {
	background-repeat: no-repeat;
	padding-left: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(/images/icons/files/file.png) no-repeat;
}

.shrinked .file_name {
	margin-right: .7em;
}

.articles .comments h3 {
	display: none;
}

div.comments > p {
	margin-top: 1ex;
	margin-bottom: 0;
}

/* @end */

/* @end */

/* @group Article */

.article .summary {
  margin-bottom: 1.5em;
}

.summary span a {
  text-decoration: underline;
}

ul.comments {
	margin-top: 3ex;
	counter-reset: comment;
	margin-bottom: 0;
}

.comments li {
	clear: left;
	margin-bottom: 6ex;
	list-style: none;
}

/*.comments h4:before {
	counter-increment: comment;
	content: counter(comment);
	float: right;
	font-size: 1em;
	padding-left: 10px;
	line-height: 1;
	font-weight: normal;
	color: #aaa;
}*/

.comments .subscriber {
	margin-left: .7em;
}

.subscriber {
	display: none;
}

.subscriber:before {
	content: '(';
	color: #999;
}

.subscriber:after {
	content: ')';
	color: #999;
}

.subscriber + p {
	margin-top: 3ex;
}

div.related_articles, div.comments {
	border-top: 1px dashed #ccc;
}

div.comments {
	margin-top: 1.5em;
}

.related_articles {
	margin-top: 10ex;
}

.comments h3 {
	display: none;
}

.related_articles h3 {
	font-size: .9em;
	font-family: inherit;
	color: #aaa;
	text-transform: uppercase;
	margin: -1.6ex auto 10ex auto;
	background: #fff;
	padding: 0 3ex;
	display: table;
}

.body p:last-child {margin-bottom:0}

.body ol, .body ul {
  list-style-position: outside;
  margin-left: 1em;
}

.body ul {
  list-style-type: square;
}

.body ol {
  list-style-type: decimal;
}

ul.article_assets {
  overflow: hidden;
  margin: 0;
  margin-top: 1em;
}

.article_assets li, #assets-bar .asset {
  float: left;
  margin: 0 5px 11px 5px;
  list-style: none;
}

.tags_list {
  background: url('/images/icons/tags.png') no-repeat left top;
  padding-left: 20px;
  margin-left: .6em;
}

/* @group Comments */

.comments h4 {
  display: inline;
}

.comments .date {
  display: inline;
}

/* Form */

#comment_body {
  height: 6ex;
  width: 98%;
}

/* @end */

/* @end */


/* @group Browser */

#tokenizer, #tokenizer input {
  color: #000;
}

#tokenizer {
  overflow: hidden;
  cursor: text;
  border-color: #aaa;
  min-height: 4.8ex;
  margin: 0;
  z-index: 10;
  position: relative;
  padding: 3px .3em;
  width: 100%;
}

#tokenizer.focus {
  border-color: #5aa1da;
  -webkit-box-shadow: 0 0 4px #5aa1da;
  -moz-box-shadow: 0 0 4px #5aa1da;
  box-shadow: 0 0 4px #5aa1da;
}

#tokenizer input {
  border: none;
  margin: 0;
  margin-top: 1ex;
  display: inline;
  width: 10em !important;
  color: inherit;
}

#tokenizer li {
  display: inline;
}

#by_tag_filter {
  margin: 0;
  clear: left;
  line-height: 1;
  background: transparent;
}

#tokens {
  display: inline;
}

#tokens li {
  background-color: #fa4f95;
}

#tokens li:hover {
  background-color: #08c;
}

#tokens li, .ui-tagsautocomplete a {
  color: #fff;
  padding: 0 .7em;
  margin: .4ex .3em;
  float: left;
}

.ui-tagsautocomplete a {
  background-color: #08c;
}

.ui-tagsautocomplete a.ui-state-hover {
  border: none;
  font-weight: normal;
  background: #fa4f95;
}

#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: 8.9ex;
  background: #ddd;
  margin-top: -2px;
  padding: .8ex 7px .8ex 7px;
  border: none;
  /*overflow: hidden;*/
  width: 100%;
  position: relative;
}

#suggestions:before {
	display: block;
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	margin-left: 7px;
	border: 20px solid transparent;
	border-top-color: #ddd;
}

#filter_status {
	background: url(/images/filter.png) 3px 4px no-repeat;
	padding-left: 22px;
	margin-left: 58px;
}

#filter_status.loading {
	background: url(/images/indicator.gif) 2px 2px no-repeat;
	overflow:hidden;
	text-indent: -50em;
}

ul.ui-tagsautocomplete {
  background: #ddd;
  overflow: hidden;
  border: none;
  top: 0px !important;
  left: 0px !important;
  margin-bottom: 0;
  height: 8.8ex;
}

.ui-tagsautocomplete a:hover {
  text-decoration: none;
}

/* @end Browser */