@import url(http://tf2classic.com/css/fonts/tf2_font.css);

*
{
	padding: 0px;
	margin: 0px;
}

body
{
	background: #4c433f;
	background-image: url( "../content/brick_wall_tall.png" );
	background-repeat: repeat-y;
	background-position: center center;
}

html, body, #wrapper
{
	min-width: 1024px;
	width: 100%;
	color: #363636;
}

img
{
	border: 0px;
}

a
{
	color: #F9612C;
	text-decoration: none;
	font-family: "tf2secondary";
}

a:hover
{
	color: #F9612C;
	text-decoration: underline;
}

#wrapper
{
	width: 100%;
}

#content
{
	box-shadow: 0px 10px 40px rgba( 0, 0, 0, 0.66 );
}

#links
{
	position: absolute;
	top: 40px;
	left: 50%;
	width: 100%;
	max-width: 1024px;
	margin-left: -512px;
	background: #231F20;
	box-shadow: 0px 10px 40px -7.5px rgba( 0, 0, 0, 0.66 ), 0px -10px 40px -7.5px rgba( 0, 0, 0, 0.66 );
	z-index: 1;
}

#links a
{
	padding-right: 15px;
	text-shadow: 0px 0px 3px rgba( 0, 0, 0, 0.5 );
}

#link_wrapper
{
	padding: 15px;
	padding-left: 330px;
	display: block;
	width: 679px;
}

#logo_link
{
	position: absolute;
	top: -30px;
	left: 15px;
	transition: 0.3s all;
}

#logo_link:hover
{
	filter: contrast( 0.5 ) brightness( 1.5 );
	-webkit-filter: contrast( 0.5 ) brightness( 1.5 );
}

#logo_link_text
{
	display: inline-block;
	width: 0px;
	overflow: hidden;
}

.row
{
	width: 1024px;
	display: block;
	margin: auto;
}

#header
{
	background-image: url( "../content/banner_image_beta3.png?cache=0" );
	background-size: cover;
	background-position: center center;
	box-shadow: inset 0px 0px 200px rgba( 0, 0, 0, 0.4 );
	position: relative;
	height: 512px;
}

#body
{
	padding: 15px;
	background: #D2CDC8;
	font-family: arial, helvetica;
	position: relative;
}

#body h1, #body h2
{
	padding-top: 5px;
	font-family: "tf2secondary";
}

#body h1, #body h1 a
{
	color: #000;
}

#body a
{
	color: #88472E;
}

#posts
{
	display: inline-block;
	width: 738px;
}

#side
{
	display: inline-block;
	width: 234px;
	padding: 15px;
	margin-left: 8px;
	background: rgba( 100, 100, 100, 0.1 );
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	overflow-y: auto;
}

.side_h1
{
	font-size: 25px;
	font-family: "tf2secondary";
}

.post img
{
	max-width: 100%;
}

#side img
{
	width: 100%;
}

#footer
{
	text-align: center;
	font-family: "tf2secondary";
	background: #231F20;
	color: #F9612C;
	z-index: 1;
	padding: 15px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 12px;
}

.post
{
	padding-bottom: 20px;
}

#footer p
{
	padding: 10px;
}

li
{
	margin-left: 20px;
}

td
{
	vertical-align: text-top;
}

#info_box
{
	position: absolute;
	bottom: 10px;
	right: 0px;
	background-image: url( "../content/infobox.png" );
	background-size: 100% 100%;
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 5px;
	padding-bottom: 10px;
	width: 400px;
}

#info_h1
{
	font-family: "tf2secondary";
	font-size: 32px;
	text-shadow: 2px 2px 1px rgba( 0, 0, 0, 0.66 );
	color: #F9612C;
}

#info_body
{
	font-family: "tf2secondary";
	text-shadow: 2px 2px 1px rgba( 0, 0, 0, 0.66 );
	color: #D2CDC8;
	min-height: 70px;
	max-height: 135px;
	overflow-y: auto;
}

.post_content img
{
	display: block;
	margin: auto;
}
