body { /*Alterando onde está black, muda a cor de fundo */
  /* background: url(../img//background_natal.png) no-repeat center center; */
   background: url(../img//background_new.png) no-repeat center center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-attachment: fixed;
}

body.night-mode {
	/* background: url(../img/background_natal.png) no-repeat center center; */
	background: url(../img/background_night-mode.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background-attachment: fixed;
}

#header {
	/* background-image: url(../img/header_natal.png); */
	/* background-image: url(../img/header_niver.png); */
	background-image: url(../img/header_pkc.png);
	margin-bottom: -1px;
	background-position: 50% 75%;
	background-repeat: no-repeat;
	height: 295px;
	z-index: 10;
	position: relative
}

/* NAVBAR BASE */
.navbar {
    z-index: 500;
    border-top: 1px solid rgba(255,255,255,0.05);
}

/* FUNDO DA NAVBAR */
.navbar-inner {
    background: linear-gradient(180deg, #1e1e1e, #141414);
    border: 0;
    border-radius: 0;
    box-shadow:
        0 4px 15px rgba(0,0,0,0.45),
        inset 0 -1px 0 rgba(255,255,255,0.05);
}

/* LINKS */
.navbar .nav > li > a {
    padding: 10px 14px;
    color: #ddd;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: all 0.25s ease;
}

/* HOVER */
.navbar .nav > li > a:hover {
    color: #fff;
    background: rgba(255,255,255,0.05);
}

/* ITEM ATIVO */
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
    background: linear-gradient(135deg, #0084ff, #00c3ff);
    color: #000;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,195,255,0.6);
}

/* DROPDOWN ATIVO */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle {
    background: rgba(255,255,255,0.08);
    color: #fff;
}

.navbar-search input {
	width: 140px
}

/* ICONES */
.navbar-inner i {
    line-height: 18px;
    margin-right: 4px;
    opacity: 0.9;
}

/* PULL RIGHT */
.navbar .nav.pull-right {
    margin-right: 20px;
}

.progress {
	margin: 0
}

#news blockquote {
	padding: 0;
	border: 0
}

.news-post-date {
	top: 5px;
	right: 5px;
	position: absolute
}

.separator {
	margin-bottom: 15px
}

h1, h2, h3, h4, legend {
	color: #000
}

.pagination {
	margin: 0
}

.pagination-top {
	margin-bottom: 10px
}

.pagination-bottom {
	margin-top: 10px
}

.pagination a {
	background-color: whiteSmoke
}

.pagination li.active a {
	background-color: #ddd
}

.well {
	position: relative;
	padding: 10px 15px 10px 15px;
	margin: 0px 0px 15px 0px;
	overflow: hidden;
	background-color: #eee;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5),inset -1px -1px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5),inset -1px -1px 0 rgba(0,0,0,0.1);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5),inset -1px -1px 0 rgba(0,0,0,0.1);
}

.well-night-mode {
    background-color: #15202b!important;
    color: #fff!important;
}

#news .well, #character .well {
	margin: 0
}

#news {
	margin-bottom: 15px
}

h2, legend {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd
}

.sidebar ul > li {
	margin-left: -17px;
	list-style-type: none
}

#loginPopupForm label {
	margin: 0;
	padding: 0;
	color: #333
}

.table-content {
	margin-top: -11px
}

.sidebar table {
	margin-bottom: 0
}

.center {
	text-align: center
}

#spaceholder {
	display: none;
	height: 57px;
	z-index: -15
}

/* Override bootstrap styles */
h2 { font-size: 19.5px; margin: 0px 0px 10px 0px; font-weight: 100; line-height: 36px; }
h3 { font-size: 18px; margin: 0 }
h4 { font-size: 14px; margin: 0 }
.form-horizontal .controls { margin-left: 160px }
.form-horizontal .control-label { width: 140px }
.pagination ul > li > a, .pagination ul > li > span { padding: 5px 10px; }
