/* ---------- CHROME ---------- */

div.topLeaderboardAd .adtile
{
    margin: 24px auto;
    width: 738px;
    height: 90px;
    padding: 0;
    border: 1px solid black;
}

/* ------- GAME LAYOUTS ------- */

.portfolioLayoutArticles .midCol
{
	width: 552px;
	margin-top: 12px;
}

.portfolioLayoutArticles .rightCol
{
	margin-top: 12px;
}

.portfolioLayoutArticles .topRightAlbumAd
{
	margin-top: 24px;
}

.portfolioLayoutArticles .topRightAlbumAd .adtile
{
	margin-top: 0;
}

.portfolioLayoutArticles .article
{
	padding: 24px;
	margin: 24px 12px 48px 36px;
	background-color: white;
}

/* ------- ARTICLE ------- */

.articleParagraphed
{
	border: 1px solid silver;

	-moz-box-shadow: 3px 3px 4px #555;
	-webkit-box-shadow: 3px 3px 4px #555;
	box-shadow: 3px 3px 4px #555;
	/* For IE 8 */
	/*
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555')";
	*/
	/* For IE 5.5 - 7 */
	/*
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555');
	*/
}

.articleParagraphed .articleBody
{
	margin-top: 1em;
}

.articleParagraphed p
{
	margin-bottom: 1em;
}

.articleFootnote
{
	font-size: smaller;
}

.article p img
{
	display: inline;
}
