* {
    box-sizing: border-box;
}

body, html {
    font: 15px 'PT Serif', serif;
	margin: 10px;
	color:#5d5d5d;
	background: url(bg.png) #fff;
}
::-webkit-scrollbar {
    width: 15px;
}
 /* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.0); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(205,205,205,1.0); 
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.6); 
}
::-moz-selection {
    background: #D7D7D7;
}
::selection {
   background: #D7D7D7;
}
p {
	text-align: justify;
	padding: 10px 0px;
	line-height: 180%;
}
a {
	text-decoration: none;
	color: #4d648c;
	cursor: default;
}
a:hover {
	color: #ccc;
	cursor: default;
}
#wrapper {
	margin: 0 auto;
	width: 750px;
	background: #e3e3e3;
	border: 5px solid #fff;
}

header {
	float: left;
	height: 422px;
	width: 740px;
	background: url(header4.png) #ededed;
}

.desc {
	padding-top:335px;
	padding-left: 105px;
	color: #ccc;
	letter-spacing: 4px;
	font-size:10px;
	opacity: 0.7;
}

#content {
	float: left;
	background: #ededed;
	width: 540px;
    padding: 20px;

}

#leftcolumn {
	width: 200px;
	float: left;
}

footer {
	height: 40px;
	width: 740px;
	background: #d9d9d9;
	clear: both;
}
footer p {
	padding: 10px;
	text-align: center;
	font-size: 11px;
	color: #333;
}
nav {
	margin-top: 5px;
}

ul#navi {
	margin: 0;
	padding: 3px;
	text-align: center;
}

#navi li {
	margin: 10px 8px;
	display: block;
	list-style-type: none;
}

#navi a {
	font-family: 'Roboto Condensed', sans-serif;
	padding: 8px 8px;
	text-decoration: none;
	text-transform: uppercase;
	color: #5d5d5d;
	font-size: 22px;
	display: block;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

#navi a:hover {
	color: transparent;
	text-shadow: 0px 0px 6px #4a7284;
}
#navi li.active {
	color: #ccc;
}

h1, h2 {
	padding: 0px 20px;
	margin-bottom: -22px;
	margin-top:0px;
	text-align: left;
	line-height: 100%;
	font-size:250%;
	font-family: 'Roboto Condensed';
	color: #838383;
	text-transform: uppercase;
	text-shadow: 0px 2px 1px #fff;
}
h3, h4 {
	padding: 10px  20px 0px 20px;
	margin-bottom: -22px;
	text-align: left;
	line-height: 100%;
	font-size:120%;
	font-family: 'Roboto Condensed';
}
.stats {
	display: block;
	width: 240px;
	float: left;
	text-align: center;
	padding-bottom: 22px;
	padding-top: 0px;
	border-right: solid 1px #ccc;
}

.stats b a {
	font-size: 90px;
	color: #4d648c;
	background: none !important;
	padding:0px 4px 0px 4px !important;
	border-bottom: 0px solid #fff !important;
}

.clear {
height: 20px;
	clear: left; 
}
blockquote {
	line-height: 250%;
	border-bottom: 0px dotted #54B1CB;
	text-align: center;
	padding: 36px 0px 20px 0px;
	font-weight: 300;
}
blockquote p {
	padding: 0px;
}
.ftable {
	width:90%;
	margin: 0 auto;
}
.ftable th {
	font-family: 'BenchNine', sans-serif;
}
td {
	padding:4px;
}

.fan-codes-size-label {
	display: none;
}

button, input, select, textarea {
	color: #7b7b7b;
	font-family : inherit;
	font-size   : 100%;
	border: none;
	outline: none;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px dotted #3f637b;
	background: #F5F5F5;
	padding: 6px 5px;
}

input[type=submit], input[type=reset] {
	width: 75px;
	padding:5px 6px;
	margin: 2px 0px;
	cursor: pointer;
}
.show_join_form p {line-height:100%;}
.show_members_showing_what {display: none;}
i {color: #4d648c;}

#content a {
	background: #fff;
	padding:3px 4px 0px 4px;
	border-bottom: 3px solid #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	}
#content a:hover {
	border-bottom: 3px solid #3f637b;
	background: transparent;
	color: #5d5d5d;
}