
@font-face
	{
	font-family: "edit undo brk";
	src: local("Edit Undo BRK"), url("/fonts/editundot.ttf");
	}

@font-face
	{
	font-family: "georgia";
	src: local("Georgia"), url("/fonts/georgia.ttf");
	}
@font-face
	{
	font-family: "georgia";
	font-weight: bold;
	src: local("Georgia Bold"), url("/fonts/georgiab.ttf");
	}
@font-face
	{
	font-family: "georgia";
	font-style: italic;
	src: local("Georgia Italic"), url("/fonts/georgiai.ttf");
	}
@font-face
	{
	font-family: "georgia";
	font-weight: bold;
	font-style: italic;
	src: local("Georgia Bold Italic"), url("/fonts/georgiaz.ttf");
	}

html, body
	{
	height: 100%;
	}

html
	{
	background-color: #040404;
	background-image: url("RjBSoftware_ContentBackground.png");
	}

section#content
	{
	width: 560px;
	margin: auto;
	margin-bottom: 32px;
	margin-top: 24px;
	}

section#content a
	{
	color: #bba;
	}
section#content a:hover
	{
	text-decoration: underline;
	color: #ffe;
	}

section#content header h1
	{
	color: #444;
	font-family: "edit undo brk", sans-serif;
	font-size: 70px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 5px;
	}
section#content header h1 a
	{
	color: #e8e8d8;
	}
section#content header span#tagline
	{
	display: block;
	text-align: center;
	color: #444;
	font-family: "georgia", serif;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	text-transform: lowercase;
	color: #c8c8b8;
	font-size: 21px;
	margin-bottom: 13px;
	padding-bottom: 14px;
	}

section#content nav#gameslist
	{
	border-top: 2px solid #443;
	border-bottom: 2px solid #443;
	margin-bottom: 15px;
	font-family: "trebuchet ms", sans-serif;
	font-size: 12px;
	color: #777;
	}
section#content nav#gameslist > ul
	{
	text-align: left;
	}
section#content nav#gameslist > ul > li
	{
	display: block;
	clear: both;
	height: 140px;
	padding-top: 20px;
	border-bottom: 2px solid #443;
	}
section#content nav#gameslist > ul > li:last-child
	{
	border-bottom: none;
	}
section#content nav#gameslist > ul > li p
	{
	text-align: justify;
	margin-left: 180px;
	}
section#content nav#gameslist > ul > li span.gametitle
	{
	display: block;
	margin-left: 180px;
	font-size: 18px;
	font-family: "trebuchet ms", sans-serif;
	}
section#content nav#gameslist > ul > li img
	{
	width: 160px;
	float: left;
	opacity: 0.9;
	z-index: 1;
	}
section#content nav#gameslist > ul > li img:hover
	{
	opacity: 1;
	}
section#content nav#gameslist > ul > li nav.gamelinks ul
	{
	display: block;
	margin-left: 180px;
	}
section#content nav#gameslist > ul > li nav.gamelinks ul li
	{
	display: inline-block;
	}
section#content nav#gameslist > ul > li nav.gamelinks ul li:after
	{
	content: " |";
	}
section#content nav#gameslist > ul > li nav.gamelinks ul li:last-child:after
	{
	content: none;
	}
section#content nav#gameslist span#comingsoon
	{
	display: block;
	text-align: center;
	font-family: "arial", sans-serif;
	font-size: 12px;
	font-style: italic;
	letter-spacing: 2px;
	}

section#content > h2
	{
	text-align: left;
	font-family: "arial", sans-serif;
	margin-bottom: 5px;
	color: #b00;
	}
section#content ol#latestnews
	{
	display: block;
	font-size: 12px;
	font-family: "trebuchet ms", sans-serif;
	font-weight: normal;
	text-align: left;
	letter-spacing: 2px;
	line-height: 1.8em;
	margin-left: 1px;
	padding-bottom: 32px;
	border-bottom: 2px solid #443;
	margin-bottom: 13px;
	list-style-type: none;
	}
section#content ol#latestnews li a:hover
	{
	text-decoration: none;
	}
section#content ol#latestnews li span.newsdate
	{
	color: #777;
	margin-right: 1em;
	}
section#content ol#latestnews li a:hover span.newstitle
	{
	text-decoration: underline;
	}
	
section#content nav#sitelinks
	{
	text-align: center;
	padding-bottom: 16px;
	border-bottom: 2px solid #443;
	margin-bottom: 46px;
	}
section#content nav#sitelinks li
	{
	display: inline-block;
	font-family: "verdana", sans-serif;
	font-size: 40px;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: center;
	text-transform: lowercase;
	}

section#content ul#profilelinks li a#indexfeedlink
	{
	background-image: url("Full_Icon_Atom_Grey.png");
	}
section#content ul#profilelinks li a#indexfeedburnerlink
	{
	background-image: url("Full_Icon_FeedBurner_Grey.png");
	}
section#content ul#profilelinks li a#indexfacebooklink
	{
	background-image: url("Full_Icon_Facebook_Grey.png");
	}
section#content ul#profilelinks li a#indextwitterlink
	{
	background-image: url("Full_Icon_Twitter_Grey.png");
	}
section#content ul#profilelinks li a#indexgamejoltlink
	{
	background-image: url("Full_Icon_GameJolt_Grey.png");
	}
section#content ul#profilelinks li a#indexasklink
	{
	background-image: url("Full_Icon_Ask_Grey.png");
	}
