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.png);
	margin-bottom: -6px;
	background-position: 50% 75%;
	background-repeat: no-repeat;
	height: 225px;
	z-index: 10;
	position: relative
}

.navbar {
	z-index: 5;
	border-top: 1px solid #000
}

.navbar-inner a {
	position: relative;
	z-index: 15
}

.navbar-fixed-top {
	z-index: 500;
	border: 0
}

.navbar-inner {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.navbar .nav.pull-right {
	margin-right: 20px
}

.navbar-search input {
	width: 140px
}

.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 }
.navbar .nav > li > a { padding: 9px 10px 11px }
.navbar-inner a, .navbar-inner i { line-height: 18px; }
.navbar-inner { border: 0; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3),inset 0 -1px 0 rgba(0,0,0,0.1); -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3),inset 0 -1px 0 rgba(0,0,0,0.1); box-shadow: 0 1px 2px rgba(0,0,0,0.3),inset 0 -1px 0 rgba(0,0,0,0.1); }
.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus, .navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle { background-color: #222; position: relative; z-index: 5 }
.form-horizontal .controls { margin-left: 160px }
.form-horizontal .control-label { width: 140px }
.pagination ul > li > a, .pagination ul > li > span { padding: 5px 10px; }
