@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css);

body { 
	margin: 0px;
	background: url('bg.jpg') left top no-repeat, url('repeat.jpg') left top repeat-y;
	background-color: #12204D;
	font-family: 'Droid Serif', Georgia;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
#nav {
	font: 20px 'Droid Serif', Georgia;
	background: #E5F6FE url('header.jpg') no-repeat;
	display: block;
	width: 250px;
	position: absolute;
	margin: 0px;
	padding-top: 350px;
}
#nav h3 {
	margin: 0px 10px;
	font: 20px 'Droid Serif', Georgia;
	display: block;
	padding: 5px 0px;
	text-transform: lowercase;
	color: #D5E1F9;
	font-weight: bold;
	text-shadow: 1px 1px #000;
	cursor: pointer;
	border-bottom: #27457B 1px dashed;
}
#nav h3.openheader {
	border-bottom: none;
}
#nav h3 a {
	display: block;
	color: #D5E1F9;
	font-weight: bold;
	text-shadow: 1px 1px #000;
}
#nav h3 a:hover, #nav h3:hover {
	color: #424347;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 10px;
	background: #444F6F;
	color: #D5E1F9;
}
#nav ul li {
	display: block;
	font: 11px/13px 'Droid Serif', Georgia;
	padding: 3px 0px 3px;
	margin: 0px;
	text-shadow: 1px 1px #000;
}
#nav ul li.header {
	font: 15px/13px 'Droid Serif', Georgia;
	font-weight: bold;
	text-transform: uppercase;
	color: #F2E4E4;
}
#nav ul li a {
	padding-left: 10px;
	display: block;
	color: #D5E1F9;
	font-weight: bold;
	cursor: pointer;
}
#nav ul li a:hover {
	color: #9EAFD1;
}
#main {
	color: #B4BBCB;
	margin-left: 250px;
	padding: 50px 150px 20px 20px;
	font: 12px/30px 'Droid Serif', Georgia;
	text-align: justify;
	letter-spacing: 0.075em;
}
#main h1 {
	font: 35px/30px 'Droid Serif', Georgia;
	letter-spacing: -2px;
	font-weight: bold;
	color: #AEB8AF;
	text-shadow: 1px 1px #000;
}
#main h2 {
	font: 25px/25px 'Droid Serif', Georgia;
	letter-spacing: -2px;
	font-weight: bold;
	color: #AEB8AF;
	text-shadow: 1px 1px #000;
}
#main a {
	color: #4171F9;
}
#main a:hover {
	color: #76979C;
}
#main b {
	color: #6D5B59;
	font-weight: bold;
}
#main i {
	color: #47595B;
	font-style: italic;
}
#main em {
	color: #B7ADAE;
	font-style: italic;
}

blockquote {
	background: #444F6F;
	padding: 5px 10px;
	font: 10px/12px 'Droid Serif', Georgia;
	border-left: 0px;
	margin: 0px 40px;
}
blockquote b {
	color: #AEB8AF !important;
	font-weight: bold;
}
blockquote.stats {
	font: 20px 'Droid Serif', Georgia;
	text-align: center;
}
#codes-link {
	margin: 0px 40px;
	background: #444F6F;
	padding: 15px 0px;
	font: 10px/12px 'Droid Serif', Georgia;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
input[type="text"], input[type="password"], input[type="submit"], select[name="country"], input[type="email"], input[type="url"] {
	border: 0px;
	background: #444F6F;
	padding: 10px;
	font: 12px/14px 'Droid Serif', Georgia;
	color: #AEB8AF;
	border-right: 1px #22325B solid;
	border-bottom: 1px #22325B solid;
	border-radius: 0px;
}
.form-control:focus, .btn:focus { 
	border-color: #4171F9; 
	outline: 0; 
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(118,151,156,.6); 
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(118,151,156,.6); 
}
.join-required, .update-required {
	font-weight: bold;
	color: red;
}
.show_members_pagination .current {
	font-size: larger;
}
.table > thead > tr > th {
border-bottom: 2px #66676C solid;
}
.table > tbody > tr > td {
border-bottom: 1px #66676C solid;
}
.form-group {
	clear: both;
}