html,body {
 margin: 0;
 height: 100%;
}

body {
	background-color: #0D435E;
  background-image: url('/layout/bg3.jpg');
  background-repeat: repeat-y;
  background-position: 50% 0;
  font-family: Arial, sans-serif;
  line-height: 1.5;
}

#outer-container {
	width: 85%;
	min-width: 485px;
	min-height: 780px;
	max-width: 1420px;
	margin: 0 auto;
}

#inner-container {
  background-image: url('/layout/right_fw.png');
	background-repeat: repeat-y;
	background-position: 100% 0;
  	min-height: 100%;
	min-width: 485px;
	max-width: 1420px;
}

#page-container {
  background-image: url('/layout/left_fw.png');
	background-repeat: repeat-y;
	background-position: 225px 0;
	min-width: 485px;
	min-height: 780px;
	max-width: 1420px;
}

#top, #bottom {
	height: 120px;
	width: 85%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: 225px 0;
	min-width: 485px;
	max-width: 1420px;
}

#top {
  background-image: url('/layout/top_left_fw.png');
	background-position: 225px 100%;
}

#bottom {
  background-image: url('/layout/bot_left_fw.png');
}

#top-contain, #bottom-contain {
	background-repeat: no-repeat;
	background-position: 100% 0;
	height: 100%;

}

#top-contain {
	background-image: url('/layout/top_right_fw.png');
	background-position: 100% 100%;
}

#bottom-contain {
	background-image: url('/layout/bot_right_fw.png');
}

#top-content, #bottom-content {
	margin-left: 265px;
	margin-right: 40px;

	height: 100%;
	background-repeat: repeat-x;
}

#top-content {
	background-image: url('/layout/top_fw.png');
	background-position: 0 100%;
}

#bottom-content {
	background-image: url('/layout/bot_fw.png');
}

#page-content {
	margin-left: 250px;
	margin-right: 25px;
	background-color: #B3D7EC;
	border: 1px solid #B3D7EC;
	position: relative;
	z-index: 4;
}

#logo {
	width: 202px;
	height: 54px;
	background-image: url('/layout/logo.png');
  display: inline-block;
  margin-top: 1rem;
}

#logo a {
  display: block;
  height: 100%;
}

.hidden {
 visibility: hidden;
 height: 0;
 margin: 0;
}

.bold {
	font-weight: bold;
}

/* Menu Links */

a#nes {
 background-image: url(/layout/menu/nintendo.png);
}

a#snes {
 background-image: url(/layout/menu/super-nintendo.png);
}

a#gen {
 background-image: url(/layout/menu/sega-genesis.png);
}

a#gba {
 background-image: url(/layout/menu/gameboy-advanced.png);
}

a#psx {
 background-image: url(/layout/menu/playstation.png);
}

a#bglibrary {
 background-image: url(/layout/menu/background-library.png);
}

a#textures {
 background-image: url(/layout/menu/textures.png);
}

a#about {
 background-image: url(/layout/menu/about.png);
}

a#contact {
 background-image: url(/layout/menu/contact.png);
}

a#credits {
 background-image: url(/layout/menu/credits.png);
}

.menu-section {
	background-image: url('/layout/menu_sect_top.png');
	background-repeat: no-repeat;
	padding-top: 50px;
	width: 284px;
	margin-bottom: -5px;
}

.section-contents {
	background-image: url('/layout/menu_sect_bot.png');
	background-repeat: no-repeat;
	background-position: 0 100%;
	padding-bottom: 40px;
}

.section-contents p {
	width: 250px;
	background-image: url('/layout/menu_sect_bg.png');
	background-repeat: repeat-y;
	margin: 0;
	padding: 3px;
}

.section-contents p a {
	display: block;
	height: 45px;
	margin: 3px;
	margin-left: 10px;
}

#left-menu {
	float: left;
	width: 230px;
}

.section-header {
	width: 230px;
	height: 20px;
	background-repeat: no-repeat;
	margin-bottom: -20px;
	background-position: 50% 0;
}

.section-header p {
	margin: 0;
}

.menu-link {
 display: block;
 width: 194px;
 height: 45px;
 background-repeat: no-repeat;
 text-decoration: none;
 border-radius: 1em;
 box-shadow: 1px 1px 3px #666666;
}

.menu-link:hover {
 background-position: -194px 0;
}

#backgrounds {
	background-image: url('/layout/backgrounds.png');
}

#related {
	background-image: url('/layout/related.png');
}

#information {
	background-image: url('/layout/information.png');
}


.news-post {
	position: relative;
	background-color: #9AC5E0;
	padding: 1em;
	border: 1px solid #666666;
	border-radius: 1em;
	padding-top: .5em;
	box-shadow: 3px 3px 10px #666666;
}


.news-tab, .page-header {
	width: 104%;
	height: 85px;
	background-color: #204982;
	background-image: url("/layout/news_title_bg.png");
	background-repeat: repeat-x;
	position: absolute;
	left: -2%;
	z-index: 5;
	border: 1px solid #333333;
	border-radius: .8em;
	box-shadow: 3px 3px 5px #333333;
}

.page-header {
	width: 95%;
	left: 0%;
}


.post-avatar {
	width: 75px;
	height: 75px;
	position: absolute;
	top: 5px;
	left: 5px;
	margin-left: 6px;
	background-repeat: no-repeat;
	float: left;
}

.post-title, .post-time, .page-title, .page-subtitle {
	position: absolute;
	top: 1em;
	left: 100px;
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
}

.page-title, .page-subtitle {
	position: absolute;
	top: .4em;
	left: 50px;
	font-size: 180%;
	font-weight: bold;
	color: #FFFFFF;
}

.page-content {
	margin-top: 7em;
	margin-left: auto;
	min-height: 670px;
}

.page-content li {
	font-size: 110%;
	margin-bottom: .5em;
}

.post-time {
	top: 3.5em;
	font-size: 95%;
	font-weight: normal;
}

.page-subtitle {
	top: 2.5em;
	font-size: 120%;
	font-weight: bold;
}

.post-title, .page-title, .page-subtitle {
	text-shadow: 1px 2px #000000;
}

.post-title p, .post-time p, .page-title, .page-subtitle {
	margin: 0;
	padding: 0;
}


.news-content {
	margin-top: 100px;
}

.ibm2431 {
	background-image: url('/avatars/ibm2431.jpg');
}

#news, #site_header {
	width: 90%;
	margin: 2%;
}

#site-header {
	background-color: #245393;
	border: 1px solid #666666;
	overflow: auto;
	padding: .5em;
	max-width: 650px;
	border-radius: 1em;
	background-image: url("/layout/news_title_bg.png");
	background-repeat: repeat-x;
	background-position: 0 100%;
	box-shadow: 3px 3px 10px #666666;

}

#disclaimer {
	margin: 0;
	position: relative;
	top: 2.5em;
	left: -.5em;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000000;
}

#disclaimer a {
	color: #CCCCFF;
}

#about-bghq, #spotlight-box {
	border: 1px solid #666666;
	color: #000000;
	border-radius: 1em;
	padding: .3em;
}

#about-bghq {
	width: 42%;
	float: left;
	background-color: #9AC5E0;
}

#about-bghq p {
	margin: 0;
	margin-top: .2em;
	margin-bottom: .2em;
}

#spotlight-box {
	width: 18em;
	float: right;
	background-color: #9AC5E0;
}

#featured-example {
	width: 160px;
	height: 140px;
	border: 1px solid #666666;
	margin: 5px auto;
}

#spotlight-headings {
	width: 17.2em;
	margin: 0 auto;
}

#spotlight-headings p {
	display: inline;
	font-weight: bold;
	padding: 2px;
}

#spotlight-headings p:hover {
	color: #FFFFFF;
	background-color: #245393;
	cursor: pointer;
}