/*  
Theme Name: GameLedge Blog
Theme URI: http://gameledge.com/
Description: 
Version: 1.0
Author: Matt Brett
Author URI: http://mattbrett.com
*/

/* address ie transp w/png -- but it doesn't seem to work */

div {
	behavior: url(images/iepngfix.htc);
}

body {
	margin: 0;
	font: small Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	text-decoration: none;
	background: #ddd;
}

#wrapper {
	width: 952px;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	background: #eee;
}

#header {
	position: relative;
	height: 130px;
	overflow: hidden;
}

#logo {
	position: relative;
	float: left;
	display: inline;
	width: 204px;
	height: 67px;
	margin: 0;
	padding: 0;
	font-size: 2em;
	font-weight: normal;
	overflow: hidden;
}

#logo span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(images/logo.jpg) no-repeat 0 0;
}

#logo a {
	color: #eee;
	text-decoration: none;
}

#searchform {
	position: absolute;
	width: 205px;
	height: 40px;
	top: 72px;
	left: 0;
	margin: 0;
	padding: 0;
}

#searchform #s {
	float: left;
	display: inline;
	width: 132px;
	height: 14px;
	margin: 0 5px 0 0;
	padding: 2px 5px;
	color: #999;
	border: none;
	font-size: .95em;
	background: #fff;
}

#searchform #searchsubmit {
	float: left;
	display: inline;
}

#leaderboard {
	float: right;
	display: inline;
	width: 728px;
	height: 90px;
	padding-left: 10px;
	margin-bottom: 10px;
	background: #fff url(images/bg-leaderboard.gif) no-repeat 0 0;
	overflow: hidden;
}

#skyscraper {
	float: right;
	display: inline;
	width: 120px;
	margin: 10px 0;
	padding-top: 10px;
	background: url(images/bg-skyscraper.gif) no-repeat 0 0;
}

#bigbox {
	position: relative;
	float: right;
	width: 300px;
	height: 250px;
	margin: 10px 15px;
	padding-top: 10px;
	background: #fff url(images/bg-skyscraper.gif) no-repeat 50% 0;
}

/* NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#nav {
	clear: both;
	position: relative;
	width: 952px;
	height: 29px;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	list-style-type: none;
}

#nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#nav a {
	float: left;
	margin: 0;
	padding: 29px 0 0 0;
	overflow: hidden;
	height: 0;
}

#nav-home a {
	width: 34px;
	background: url(images/nav.gif) no-repeat 0 0;
}

#nav-home a:hover {
	background: url(images/nav.gif) no-repeat 0 -29px;
}

#nav-pc a {
	width: 50px;
	background: url(images/nav.gif) no-repeat -34px 0;
}

#nav-pc a:hover {
	background: url(images/nav.gif) no-repeat -34px -29px;
}

#nav-playstation3 a {
	width: 145px;
	background: url(images/nav.gif) no-repeat -84px 0;
}

#nav-playstation3 a:hover {
	background: url(images/nav.gif) no-repeat -84px -29px;
}

#nav-xbox360 a {
	width: 105px;
	background: url(images/nav.gif) no-repeat -229px 0;
}

#nav-xbox360 a:hover {
	background: url(images/nav.gif) no-repeat -229px -29px;
}

#nav-wii a {
	width: 54px;
	background: url(images/nav.gif) no-repeat -334px 0;
}

#nav-wii a:hover {
	background: url(images/nav.gif) no-repeat -334px -29px;
}

#nav-mobile a {
	width: 85px;
	background: url(images/nav.gif) no-repeat -388px 0;
}

#nav-mobile a:hover {
	background: url(images/nav.gif) no-repeat -388px -29px;
}

#nav-news a {
	width: 73px;
	background: url(images/nav.gif) no-repeat -473px 0;
}

#nav-news a:hover {
	background: url(images/nav.gif) no-repeat -473px -29px;
}

#nav-reviews a {
	width: 99px;
	background: url(images/nav.gif) no-repeat -546px 0;
}

#nav-reviews a:hover {
	background: url(images/nav.gif) no-repeat -546px -29px;
}

#nav-interviews a {
	width: 123px;
	background: url(images/nav.gif) no-repeat -645px 0;
}

#nav-interviews a:hover {
	background: url(images/nav.gif) no-repeat -645px -29px;
}

#nav-features a {
	width: 106px;
	background: url(images/nav.gif) no-repeat -768px 0;
}

#nav-features a:hover {
	background: url(images/nav.gif) no-repeat -768px -29px;
}

#nav-forums a {
	width: 78px;
	background: url(images/nav.gif) no-repeat -874px 0;
}

#nav-forums a:hover {
	background: url(images/nav.gif) no-repeat -874px -29px;
}

/* HOMEPAGE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a.headline {
	margin: 0 0 3px 0;
	padding: 0 15px;
	color: #f26623;
	font-size: 1.4em;
	font-weight: normal;
}

a.headline:hover {
	margin: 0 0 3px 0;
	padding: 0 15px;
	color: #f79637;
	font-size: 1.4em;
	font-weight: normal;
}

#home-content #top #features a {
	color: #f26623;
	font-weight: normal;
}

#home-content #top #features a:hover {
	color: #f79637;
	font-weight: normal;
}

#home-content {
	float: left;
	width: 950px;
	display: inline;
	margin: 10px 0;
}

#content {
	float: left;
	display: inline;
	width: 700px;
	margin: 10px 0 10px 0;
}

#home-content ul, #home-content ol {
	list-style-type: none;
}

#home-content #features {
	float: left;
	display: inline;
	width: 600px;
	margin: 0 10px 0px 0;
	background: url(images/bg-572.gif) repeat 0 100%;
}

#home-content #headlines #feature, #headlines #secondary {
	padding: 0 15px;
}

#home-content #headlines #features p {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: .9em;
}

#home-content #headlines #secondary p span {
	color: #999;
	padding: 0 3px;
}

#home-content #headlines #features h4 {
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
	font-size: 1.4em;
	font-weight: normal;
}

#home-content #features #main-feature {
	position: relative;
	width: 450px;
	height: 253px;
	margin: 0 0 15px 15px;
}

#home-content #features #main-feature #text {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: url(images/trans-black.png) repeat 0 0 !important;
	background: #000;
}

#home-content #features #main-feature h2 {
	margin: 0 10px;
	padding: 5px 0 0 0;
	font-size: 2.5em;
	font-weight: normal;
	text-transform: uppercase;
	color: #f7941d;
}

#home-content #features #main-feature .pc {
	color: #0054a6;
	background: none;
}

#home-content #features #main-feature .playstation-3 {
	color: #ff0000;
	background: none;
}

#home-content #features #main-feature .wii {
	color: #00adef;
	background: none;
}

#home-content #features #main-feature .xbox-360 {
	color: #8dc63f;
	background: none;
}

#home-content #features #main-feature h3 {
	margin: -3px 10px 0 10px;
	padding: 0;
	font-size: 2.3em;
	font-weight: normal;
	color: #999;
	text-transform: uppercase;
}

#home-content #features #main-feature p {
	margin: 0 10px;
	padding: 0 0 8px 0;
	font-size: .9em;
	font-weight: bold;
	color: #fff;
}

#home-content #features #main-feature span {
	background: #000;
	padding: 5px 8px;
}

#home-content #features #main-feature a {
	position: relative;
	display: block;
	width: 0;
	height: 0;
	padding: 127px 225px;
	overflow: hidden;
	text-decoration: none;
}

#home-content #headlines #secondary .feature {
	clear: left;
	padding: 0 0 10px 0;
}

#home-content #headlines #secondary .feature .image {
	float: left;
	display: inline;
	width: 150px;
	margin: 0 10px 15px 0;
}

#home-content #headlines #secondary .feature p {
	font-size: .85em;
}

#home-content #headlines a {
	color: #f26522;
	text-decoration: underline;
}

#home-content #headlines a:hover {
	color: #f26522;
	text-decoration: none;
}

#home-content #topstory {
	float: right;
	display: inline;
	width: 332px;
	margin: 0 0 10px 0;
	background: url(images/bg-332.gif) no-repeat 0 100%;
}

#home-content #topstory h2, #topstory h2 {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	font-weight: bold;
}

#home-content #topstory h2 a:link, #home-content #topstory h2 a:visited, #home-content #topstory h2 a:active {
	color: #333;
	text-decoration: underline;
}

#home-content #topstory h2 a:hover {
	color: #333;
	text-decoration: none;
}

#home-content #topstory h3 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #666;
}

#home-content #topstory p {
	font-size: .9em;
}

#home-content #topstory h2, #home-content #topstory h3, #home-content #topstory p, #home-content #headlines ul, #home-content #forum ul, #home-content #sponsors p, #home-content #comments ul {
	margin: 0;
	padding: 0 15px 15px 15px;
}

#home-content #headlines ul li, #home-content #forum ul li, #home-content #comments ul li {
	margin: 0;
	padding: 0;
	background: url(images/bg-comment.gif) no-repeat 100% 100%;
}

#home-content #headlines ul li a, #home-content #forum ul li a, #home-content #comments ul li a {
	display: block;
	padding: 5px 40px 10px 0;
	color: #000;
	text-decoration: none;
}

#home-content #headlines ul li a:hover, #home-content #forum ul li a:hover, #home-content #comments ul li a:hover {
	color: #f7941d;
	text-decoration: none;
}

#home-content #headlines ul .more, #home-content #forum ul .more, #home-content #comments ul .more {
	background: none;
}

#home-content #headlines ul .more a, #home-content #forum ul .more a, #home-content #comments ul .more a {
	color: #f26522;
	text-decoration: underline;
	background: none;
}

#home-content #headlines ul .more a:hover, #home-content #forum ul .more a:hover, #home-content #comments ul .more a:hover {
	color: #f26522;
	text-decoration: none;
	background: none;
}

#home-content #headlines {
	float: right;
	display: inline;
	width: 332px;
	margin: 0 0 10px 0;
	background: url(images/bg-332.gif) repeat 0 100%;
}

#home-content #forum {
	clear: both;
	float: left;
	display: inline;
	width: 330px;
	background: url(images/bg-332.gif) no-repeat 0 100%;
}

#home-content #sponsors, #home-content #comments {
	float: left;
	display: inline;
	width: 330px;
	background: url(images/bg-332.gif) no-repeat 0 100%;
}

#home-content #sponsors p {
	font-size: .85em;
}

#home-content #top {
	
}

#home-content #bottom {
	clear: both;
}

.blogcontent {
	margin-left: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
}

/* ARTICLE/COMMENTS/FORUMS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#content #article {
	width: 700px;
	margin: 0 10px 10px 0;
	background: url(images/bg-572.gif) repeat-y 0 100%;
}

#content #comments {
	width: 700px;
	margin: 0 10px 0 0;
	padding-bottom: 10px;
	background: url(images/bg-572.gif) no-repeat 0 100%;
}

#content #article h1, #content #article h2, #content #article h3, #content #article h4, #content #article p, #content #article ul #content #comments h1, #content #comments h2, #content #comments h3, #content #comments h4, #content #comments p, #content #comments ul {
	margin: 0;
	padding: 0 15px 15px 15px;
}

#content #article p {
	line-height: 1.5em;
}

#content #article ul {
	margin: 0;
	padding: 5px 15px 15px 20px;
	list-style-type: none;
}

#content #article ul li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
}

#content #article .feeds {
	float: left;
	width: 100%;
}

#content #article .feeds .category {
	width: 30%;
	margin-right: 3%;
	float: left;
	display: inline;
}

#content #article h1 {
	position: relative;
	top: -8px;
	font-size: 2.8em;
	font-weight: bold;
	text-transform: uppercase;
	background: url(images/bg-article-heading.gif) no-repeat 0 8px;
}

#content #article h2 {
	position: relative;
	margin: -28px 0 0 0;
	font-size: 2.3em;
	font-weight: bold;
	text-transform: uppercase;
}

#content #article h3 {
	margin: 0 0 3px 0;
	padding: 0 15px;
	color: #666;
	font-size: 1.4em;
	font-weight: normal;
}

#content #article h4 {
	margin: 0;
	color: #666;
	font-size: .9em;
	font-weight: normal;
}

#content blockquote {
	line-height: 1.5em;
	margin: 0 30px 15px 30px;
	padding-left: 15px;
	border-left: 5px solid #ddd;
	color: #666;
}

#content #article a:link, #content #article a:active, #content #comments a:link, #content #comments a:active {
	text-decoration: underline;
}

#content #article a:hover, #content #comments a:hover {
	text-decoration: none;
}

#content #comments p {
	font-size: .95em;
	line-height: 1.5em;
}

#content #comments h1 {
	margin: 0 0 15px 0;
	padding: 0;
}

#content #comments h2 {
	margin: 0;
	padding: 5px 15px 0 0;
	font-size: 1em;
	font-weight: bold;
	color: #666;
}

#content #comments h3 {
	margin: 0 15px 0 0;
	padding: 0;
	font-size: .9em;
	font-weight: normal;
	color: #666;
}

#content #comments h4 {
	margin: 0 15px 10px 15px;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #999;
}

#content #comments .avatar {
	float: left;
	display: inline;
	margin: 0 10px 10px 15px;
	padding: 0;
}

#content #comments .avatar img {
	width: 40px;
	height: 40px;
}

#content .comment, #content .news-item {
	margin: 0 0 10px 0;
	background: url(images/bg-comment.gif) no-repeat 15px 100%;
}

#content #comments .commentOfficialUser {
	padding-right: 85px;
	background: url(images/bg-comment-official.gif) no-repeat 15px 100%;
}

#content #forums {
	width: 670px;
	padding: 15px 15px 10px 15px;
	margin: 0 10px 10px 0;
	background: url(images/bg-forums.gif) repeat-y 0 0;
}

#content #forums p, #content #forums dl {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1.5em;
	font-size: .9em;
}

#content #forums ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
}

#content #forums ul li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
	font-size: .9em;
}

#content #forums ol {
	margin: 0 0 15px 0;
	padding: 0;
}

#content #forums ol li {
	margin: 0 0 5px 25px;
	padding: 0;
	font-size: .9em;
}

#content #forums h1 {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	top: -8px;
	font-size: 2.8em;
	font-weight: bold;
	text-transform: uppercase;
	background: url(images/bg-article-heading.gif) no-repeat 0 8px;
}

#content #forums h2 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #666;
	font-size: 1.4em;
	font-weight: normal;
}

#content #forums h3 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #666;
	font-size: 1.4em;
	font-weight: normal;
}

#content #forums h4 {
	margin: 0 0 15px 0;
	padding: 0;
	color: #666;
	font-size: .9em;
	font-weight: normal;
}

#content #forums a:link, #content #forums a:active {
	text-decoration: underline;
}

#content #forums a:hover {
	text-decoration: none;
}

/* SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#sidebar {
	float: left;
	display: inline;
	width: 240px;
	margin: 10px 0 10px 10px;
}

#sidebar .block {
	margin: 0 0 10px 0;
	background: url(images/bg-240.gif) no-repeat 0 100%;
}

#sidebar .block p {
	font-size: .9em;
}

#sidebar h1 {
	margin: 0;
	padding: 0;
}

#sidebar .block h2, #sidebar .block h3, #sidebar .block p, #sidebar .block ul {
	margin: 0;
	padding: 0 15px 15px 15px;
}

#sidebar .block h2 a {
	color: #333;
	text-decoration: underline;
}

#sidebar .block h2 a:hover {
	color: #000;
	text-decoration: none;
}

#sidebar .block h3 {
	margin: 0;
	padding: 0 15px;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
}

#sidebar .block ul {
	list-style-type: none;
}

#sidebar .block ul li {
	font-size: .9em;
	margin: 0;
	padding: 0;
	background: url(images/bg-listitem.gif) no-repeat 0 100%;
}

#sidebar .block ul li a {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 35px;
	color: #000;
	text-decoration: none;
}

#sidebar .block ul li a:hover {
	text-decoration: none;
}

#sidebar .block ul .more {
	background: none;
}

#sidebar .block ul .more a {
	padding-bottom: 0;
	text-decoration: underline;
}

#sidebar .block ul .more a:hover {
	text-decoration: none;
}

/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#footer {
	clear: both;
	padding: 10px 0;
	background: url(images/bg-footer.gif) no-repeat 0 0;
}

#footer #meta {
	float: left;
	display: inline;
	width: 45%;
}

#footer #credits {
	float: right;
	display: inline;
	width: 45%;
	text-align: right;
}

#footer p {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: .85em;
	color: #666;
}

#footer p span {
	color: #999;
	padding: 0 3px;
}

#footer p a:link, #footer p a:visited, #footer p a:active {
	color: #333;
	text-decoration: underline;
}

#footer p a:hover {
	color: #333;
	text-decoration: none;
}

/* HEADINGS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.heading {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 45px;
	font-size: 2em;
	font-weight: normal;
	overflow: hidden;
}

.heading span {
	position: absolute;
	width: 100%;
	height: 100%;
}

#hdg-inthespotlight {
	width: 332px;
}

#hdg-inthespotlight span {
	background: url(images/headings/in-the-spotlight.gif) no-repeat 0 0;
}

#hdg-topstory {
	width: 332px;
}

#hdg-topstory span {
	background: url(images/headings/top-story.gif) no-repeat 0 0;
}

#hdg-recentheadlines {
	width: 600px;
}

#hdg-recentheadlines span {
	background: url(images/headings/recent-headlines.gif) no-repeat 0 0;
}

#hdg-forumtopics {
	width: 330px;
}

#hdg-forumtopics span {
	background: url(images/headings/forum-topics.gif) no-repeat 0 0;
}

#hdg-oursponsors {
	width: 330px;
}

#hdg-oursponsors span {
	background: url(images/headings/our-sponsors.gif) no-repeat 0 0;
}

#hdg-usercomments {
	width: 330px;
}

#hdg-usercomments span {
	background: url(images/headings/user-comments.gif) no-repeat 0 0;
}

#hdg-article-gamedetails {
	width: 240px;
}

#hdg-article-usercomments {
	width: 700px;
}

#hdg-article-leaveacomment {
	width: 240px;
}

#hdg-article-recentheadlines {
	width: 240px;
}

#hdg-article-relatedarticles {
	width: 240px;
}

#hdg-article-platformnews {
	width: 240px;
}

#hdg-article-othernews {
	width: 240px;
}

#hdg-article-topstory {
	width: 240px;
}

#hdg-article-youknowyouwant {
	width: 240px;
}

#hdg-authors {
	width: 240px;
}

#hdg-authors span {
	background: url(images/headings/authors.gif) no-repeat 0 0;
}

/* PLATFORM ICONS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.pc {
	padding-right: 35px;
	background: url(images/icon-pc.gif) no-repeat 100% 50%;
}

.ps3 {
	padding-right: 35px;
	background: url(images/icon-ps3.gif) no-repeat 100% 50%;
}

.xbox360 {
	padding-right: 35px;
	background: url(images/icon-xbox360.gif) no-repeat 100% 50%;
}

.wii {
	padding-right: 35px;
	background: url(images/icon-wii.gif) no-repeat 100% 50%;
}

/* MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

img {
	border: 0;
}

small {
	font-size: .9em;
}

.icon-comments {
	padding: 2px 0 2px 19px;
	background: url(images/icons/comments.gif) no-repeat 0 50%;
}

.icon-addcomment {
	margin-left: 10px;
	padding: 2px 0 2px 19px;
	background: url(images/icons/addcomment.gif) no-repeat 0 50%;
}

.icon-tags {
	padding: 2px 0 2px 19px;
	background: url(images/icons/tags.gif) no-repeat 0 50%;
}

.icon-edit {
	margin-left: 10px;
	padding: 2px 0 2px 19px;
	background: url(images/icons/edit.gif) no-repeat 0 50%;
}

.icon-feed {
	padding: 2px 0 2px 17px;
	background: url(images/icons/feed.gif) no-repeat 0 50%;
}

.feed-hdg {
	position: relative;
	float: right;
	display: inline;
	width: 12px;
	height: 12px;
	margin: -27px 15px 0 0;
	padding: 0;
	font-size: .85em;
	font-weight: normal;
	overflow: hidden;
}

.feed-hdg span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(images/icons/feed.gif) no-repeat 0 0;
}

.clearer {
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
}

.hilite {
	color: #fff;
	background-color: #333;
}

.hilite1 {
	color: #fff;
	background-color: #666;
}

.hilite2 {
	color: #fff;
	background-color: #999;
}

.hilite3 {
	color: #fff;
	background-color: #ccc;
}

#article .holler-error {
	color: #ed1c24;
}

#article .holler-success {
	color: #8dc63f;
}

input, textarea {
	font: small Arial, Helvetica, sans-serif;
}

.score {
	position: relative;
	float: right;
	display: inline;
	margin: -10px 15px 0 0;
}

.g2image_normal {
	margin-right: 5px;
}

.navigation {
	margin: 10px 20px 40px 20px;
}

.alignleft {
	float: left;
	width: 49%;
}

.alignright {
	float: right;
	width: 49%;
	text-align: right;
}

.caption {
	float: right;
	text-align: center;
	position: relative;
	padding: 5px;
	font-size: .8em;
	font-style: italic;
	margin-top: 5px;
	margin-left: 5px;
}

/* AMAZON GAMES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#amazon-game {
	float: left;
	display: inline;
	margin: -5px 0 15px 0;
	padding: 0;
	width: 120px;
	overflow: hidden;
}

#amazon-game2 {
	float: right;
	display: inline;
	margin: -5px 0 15px 0;
	padding: 0;
	width: 120px;
	overflow: hidden;
}