/* 
	MENU DE ORDEM FAN-FICS
*/
ul.nav-list.blog > li {
	margin: 0;
	padding: 0;
}

ul.nav-list.blog > li a {
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-bottom: 1px solid #F8EEBA;
	padding: 0px 2px;
	transition: all 0.3s;
}

ul.nav-list.blog > li > a:hover,
ul.nav-list.blog > li > a:focus,
ul.nav-list.blog > li > a.active,
.blog-letter > a:hover,
.blog-letter > a:focus,
.blog-letter > a.active {
	background-color: #F8EEBA;
	text-decoration: none;
}

.tab-active {
	background-color: #EEE;
}

span.blog-letter {
	font-family: 'Droid Sans Mono', sans-serif;
	padding: 0px 1%;
}

article.post-large div.post-content {
	margin-left: -60px;
}

article.post-large.lista-fic div.post-content {
	margin-left: 0px;
}


.nav-list > li > a > span.label {
	padding: .0em .6em .0em;
	line-height: 2.5em;
}

.nav > li > a.active {
	text-decoration: none;
	background-color: #eeeeee;
}

ul.comments li > ul.pagination li {
	clear: both;
	padding: 10px 0 0 0px;
}

#ships br {
	display: block;
	margin: 8px 0;
	line-height: 8px;
	content: " ";
}

.titulo_fic {
	border-bottom: 1px solid #DDD;
}

ul.nav-list.primary.sortable > li {
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	background-image: url(/img/reorder-list.png);
	background-position: 9px 16px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #EDEDDE;
	padding: 8px 25px;
	transition: all 0.3s;
	cursor: s-resize;
}

ul.statsfic {
	list-style: none;
	padding: 0px;
}

.badge {
	font-size: 11px !important;
	font-weight: 300;
	text-align: center;
	background-color: #e02222;
	height: 18px;
	padding: 3px 6px 3px 6px;
	-webkit-border-radius: 12px !important;
	-moz-border-radius: 12px !important;
	border-radius: 12px !important;
	text-shadow: none !important;
	text-align: center;
	vertical-align: middle;
}

.nav-pills > li > a > .badge {
	margin: -4px 3px 0px 3px;
}

section.timeline.notificacoes .timeline-box {
	margin: 0px 8px 10px 7px !important;
}


/*
	FORMULÁRIOS
*/

.control-label {
	font-weight: bold;
}

.help-block {
	font-size: 10px;
}

.select2-container .select2-choice {
	height: 34px;
	padding: 0px;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.select2-choice > .select2-chosen {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 12px
}

.select2-container .select2-choice .select2-arrow {
	border-left: none !important;
	border-radius: none !important;
	background-clip: none !important;
	background: none !important;
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
	border: 1px solid #60593F;
	background-color: #ffffff !important;
	background-image: none !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.select2-drop.select2-drop-above.select2-drop-active {
	border-top: 1px solid #60593F;
}

.select2-drop-active {
	border: 1px solid #60593F;
	border-top: none;
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
	border: 1px solid #60593F !important;
}

.select2-results .select2-highlighted {
	background: #8f8f5e;
	color: #fff;
}

.control-group {
	margin-bottom: 10px;
}

.rating {
	direction: rtl;
	text-align: left;
	cursor: pointer;
}

.rating > i:hover:before,
.rating > i:hover ~ i:before {
   content: "\f005";
}

/*
	LINK LABELS
*/

.label a {
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
}

/*
	COMENTÁRIOS
*/

ul.comments div.comment-block span.date > span {
	padding-right: 8px;
}

ul.comments div.comment-block p {
  -ms-word-break: break-all;
  word-break: break-all;

  /* Non standard for webkit */
  word-break: break-word;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
	USUARIOS
*/

h2.username::last-word {
	font-weight: bold;
}