@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'retro';
    src: url('fonts/retro/retro_egular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGardeBkBTDemi';
    src: url("fonts/avantgarde/avantgarde_demi.eot");
    src: url("fonts/avantgarde/avantgarde_demi.ttf") format("truetype");	
    font-weight: bold;
    font-style: normal;
}

a:link {
	color: #465262;
	text-decoration: none;
}
a:visited {
	color: #465262;
	text-decoration: none;
}
a:hover {
	color: #465262;
	text-decoration: none;
}
a:active {
	color: #465262;
	text-decoration: none;
}

html {
	background: url(img/bg.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color:#404a59;
}

body {
	background-attachment:fixed;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: 'Helvetica Neue', Helvetica Neue, Helvetica, Arial, sans-serif;
	text-align:center;
}

.siteBar{
	position:fixed;
	background-color:#000;
	width:100%;
	height:40px;
	top: 0px;
	z-index:1;
}

.siteBarContent{
	font-family: "retro", Arial, sans-serif;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: normal;
	z-index:-2;
	display: block;
	width: 980px;
	overflow: hidden;
	padding: 0;
	text-align: left;
	margin: 0 auto;
	height:40px;
	line-height:40px;
	color: #CCC;
	font-size:30px;
	vertical-align:middle;
}

.siteBarContentLeft {
	height:60px;
	width: 600px;
	float:left;
}

.siteBarContentRight {
	height:60px;
	width: 380px;
	float:right;
}

.siteBarContent a:link {
	color: #CCC;
	text-decoration: none;
}
.siteBarContent a:visited {
	color: #CCC;
	text-decoration: none;
}
.siteBarContent a:hover {
	color: #CCC;
	text-decoration: none;
}
.siteBarContent a:active {
	color: #CCC;
	text-decoration: none;
}

.registerLinks{
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size:11px;
	height:10px;
	color:#CCC;
	padding: 0px;
	margin: 0px;
	line-height:10px;
}

.container{
	display: block;
	width: 980px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	margin: 0 auto;
}


.sidebarColumn{
	width:295px;
	float:right;
	position:relative;
	clear:right;
}


.sidebar{
	width:300px;
	background: rgba(255, 255, 255, 0.9);
	margin-bottom:10px;
	position:relative;
}


.sidebarTitle{
	font-family: "AvantGardeBkBTDemi", Arial, sans-serif;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
	text-align:left;
	padding-left:5px;
	padding-top:5px;
	color:#465262;
}

.sidebarContent{
	padding-left:5px;
	padding-bottom:10px;
	text-align: left;
}

.imageContent{
	padding-top:5px;
	padding-bottom:5px;
	text-align: center;
}

.postsColumn{
	width:660px;
	margin-right:320px;
	position:relative;
}

.postFullWidth{
	width:980px;
	background-color:#FFF;	
	text-align:left;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	margin-bottom:20px;
}

.post{
	width:650px;
	background-color:#FFF;	
	text-align:left;
	padding-left:15px;
	padding-right:10px;
	padding-top:10px;
	margin-bottom:10px;
}

.postTitle{
	font-family: "AvantGardeBkBTDemi", Arial, sans-serif;
	letter-spacing: -1px;
	line-height:28px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 32px;
	color:#465262;
}

.postDetails{
	font-size:10px;
	height:15px;
	padding-bottom:8px;	
	color:#666;
	padding-left:3px;
}

.postInfo{
	font-size:12px;
	margin-top:8px;
	margin-bottom:15px;	
	color:#333;
}

.postContent{
	font-size:12px;
	padding-left:10px;
	padding-bottom:10px;
	color:#333;
}

.postFooter{
	font-size:10px;
	height:15px;
	padding-top:5px;
	padding-bottom:10px;
}

#banner{
	padding-top:40px;
	padding-bottom:15px;
}

.footer{
	color:#465262;
clear:both;
}

#error{
	color:#900;
	font-weight:bold;
}

.navigation{
	width:650px;
	background-color:#FFF;	
	text-align:left;
	padding-left:15px;
	padding-right:10px;
}

.nav-previous{
	font-family: "AvantGardeBkBTDemi", Arial, sans-serif;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	float:left;
	width:200px;
	text-align:left;
}

.nav-next{
	font-family: "AvantGardeBkBTDemi", Arial, sans-serif;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	float:right;
	width:200px;
	text-align:right;
}

.image{
	border-color:#465262;	
}

#dsq-content div, #dsq-content p, #dsq-content h3 { clear:none !important; }
#dsq-content { overflow:auto !important; }