aside,article,section,header,footer,nav {
	display: block;
}

aside,article,section,header,footer,nav,html,body,p,h1,h2,h3,div {
	margin: 0;
	padding: 0;
}

html {
	
}

body {
	margin: 0 auto;
	background-color: #A3A3A3;
	padding: 0;
	border: 0;
	/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	font-size: 90%;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

table {
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0;
}

a,a:hover,a:visited {
	text-decoration: none;
	color: #555555;
}

/*content styling*/
header {
	margin-bottom: 2em;
}

h1 {
	font-size: 3em;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: .1em;
}

p {
	margin-bottom: 1em;
}

/* HEADER STYLES */
div.pageheader {
	/*  background-color: #3366BB; */
	color: #F0F0F0;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	padding-top: 30px;
}

div.pageheader img {
	width: 100%;
	max-width: 800px;
}

/* NAVIGATION BAR STYLES */
div.tb_border {
	width: 100%;
	text-align: center;
	height: 5px;
	background-image: url('../images/tbborder_repeat2.png');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	font-size: 1px;
}

div.tb_border img {
	width: 100%;
	max-width: 601px;
}

nav {
	width: 100%;
	text-align: center;
	height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E2E2E2;
}

/* MAIN BODY STYLES */
div.main {
	padding: 20px 35px;
	width: 100%;
}

article {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	background-color: #FFFFFF;
}

article.games-listing {
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
}

/* POST STYLES */
.post {
	margin-top: 10px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	/* rounded corner */ -webkit-border-radius : 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .8);
	-webkit-border-radius: 8px; -moz-border-radius : 8px; border-radius :
	8px;
	/* box shadow */ -webkit-box-shadow : 0 1px 3px rgba( 0, 0, 0, .8);
	-moz-box-shadow : 0 1px 3px rgba( 0, 0, 0, .8);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .8);
}

.post-title {
	padding: 0px;
	font: bold 26px/120% Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	background-color: #F3F3F3;
}

.post-title a {
	text-decoration: none;
	color: #000;
}

.embedded-image
{
	margin: 0em 1em 1em 1em;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.post-meta {
	font-size: 90%;
	border-bottom: 1px solid rgba(0, 0, 0, .4);
	background-color: #F3F3F3;
}

.post p {
	padding-right: 20px;
}
/* post image */
.post-image {
	margin: 0 0 15px;
}

/* FOOTER STYLES */
footer {
	width: 100%;
	text-align: center;
	font-size: small;
}