/* 
	Lions-Garb.net
	version: 1.0.7;
*/

/*** GENERAL ***/

body {
	background-color: #000;
	background-image: url('../img/wood.gif');
	font-family: Georgia, serif;
	font-size: 190%;
	line-height: 30px;
	text-align: justify;
}

a {
	color: #ff3333;
}

a:hover {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-ms-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}

.tab-pane a {
	background-color: #ddd;
}

.tab-pane a:hover {
	background-color: #f33;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, serif;
	font-style: italic;
}

h1 {
	font-size: 1.9em;
	font-weight: 300;
	margin: 1em 0 .5em 0;
	text-align: center;
	color: white;
	text-shadow: 2px 2px 0px #ff3333;
}

h2 {
	font-family: 'Muli', 'Century Gothic', sans-serif;
	font-size: .875em;
	text-transform: uppercase;
	letter-spacing: 2px;
	box-shadow: inset 0 -5px 0 #fff;
}

h3 {
	margin: 10px 0 0;
	font-size: 1em;
	font-style: italic;
	color: black;
}

b, strong, em {
	color: black;
}

main ul {
  list-style: none; /* Remove default bullets */
  margin: 0;
}

main ul li {
	font-size: .875em;
}

main ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ff3333; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

table td {
	background-color: #eb0;
	color: #333;
	border: 1px solid #ff3333;
}

td {
	padding: 2px 10px;
}

td.key {
	width: 100px;
}

.align-right {
	text-align: right;
}

.row {
	margin: 0;
}

/*** NAVIGATION STYLES ***/

.navbar {
	position: fixed;
	top: 0px;
	width: 100%;
	min-height: 60px;
	border-radius: 0px;
}

.navbar-nav {
	float: none;
	display: table;
	table-layout: fixed;
	margin: 0 auto;
}

.navbar-inverse {
	background-color: #000000;
}

.navbar-inverse .navbar-nav > li > a {
	font-family: 'Muli', 'Century Gothic', sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	text-transform: uppercase;
	color: #ffcc00;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	padding: 16px 40px;
}

.navbar-inverse .navbar-nav > .active > a {
	background-color: transparent;
}

/*** LAYOUT STYLES ***/
#wrapper {
	background-color: #ffcc00;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

/*** HEADER STYLES ***/
header {
	background-image: url('../img/fall-of-the-rebel-angels.jpg');
	width: 100%;
	max-width: 1280px;
	height: 590px;
	margin: 0 auto;
}

header img {
	display: block;
	margin: 0 auto;
	padding-top: 195px;
	max-width: 90%;
}

@media all and (max-width: 590px) {
	header{
		height: 295px;
	}

	header img {
		display: block;
		margin: 0 auto;
		padding-top: 110px;
		max-width: 90%;
	}
}

/*** MAIN STYLES ***/
main {
	width: 70%;
	max-width: 1280px;
	margin: 0 auto;
}

main p, td {
	margin-top: 0;
	color: #974235;
	-webkit-font-smoothing: antialiased;
}

blockquote.poetry {
	width: 540px;
	padding: 10px 30px 0px;
	border-radius: 10px;
	margin: 0 auto;
	white-space: pre;
	font-size: 70%;
	line-height: 120%;
	background-color: #ddd;
	box-shadow: 3px 3px 0px #ff3333;
}

blockquote.poetry .poetry-text {
	font-family: Courier, monospace;
}

blockquote.poetry .source {
	text-align: right;
}

blockquote.poetry .source em {
	color: #ff3333;
}

#guardian {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 15px 0 5px;
}

#guardian img {
	height: 25px;
	width: auto;
	margin-top: -5px;
}

/*** HORROR PAGE STYLES ***/
table.horror_items {
	width: 700px;
	background-color: #eb0;
	border: 1px solid #ff3333;
	margin-bottom: 20px;
}

/*** FANLISTINGS STYLES ***/
.fan, .fan li, .fan h2, .fan h3 {
	font-family: Courier, monospace;
}

.fan h2 {
	font-size: 1.5em;
	font-weight: 300;
	margin: 1em 0 .5em 0;
	color: black;
	text-decoration: underline;
	text-shadow: 2px 2px 0px #ffffff;
}

.fan a {
	color: black;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-ms-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}

.fan a:hover {
	color: #ff3333;
	text-decoration: none;
}


/*** FOOTER STYLES ***/
footer {
	position: relative;
	top: 1em;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	font-size: .7em;
	line-height: 1em;
	letter-spacing: 2px;
	background-color: #000;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	padding: 5px;
	text-align: left;
}

/*** SCROLL STYLES ***/
::-webkit-scrollbar { width: 6px; background: #ffffff;}
::-webkit-scrollbar-thumb:vertical {background:#ffcc00;}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
height:0px;
}

/*** SELECTION STYLES ***/
::selection {background:#99cc99;}
::-moz-selection {background:#99cc99;}