@charset "UTF-8";
@import url("reset.css");
/* CSS Document */

/* Reset */


/* /Reset */

body {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #7dcdf1;
	width: 100%;
	font-size: 12px;
}

/* ---------------------------------------------------------- Text ---------------------------------------------------------- */
h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 32px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 25.6px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 20.5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
h4 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16.4px;

	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
h5 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13.1px;
	line-height: 150%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
h6 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10.5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}

/* ---------- Links ---------- */
a {
	color: #0aa7d6;
	text-decoration: none;
	font-weight: 600;
}
a:link {
	color: #0aa7d6;
	text-decoration: none;
	font-weight: 600;
}
a:hover {
	color: #ed145b;
	text-decoration: none;
	font-weight: 600;
}
a:visited {
}
a:active {
	color: #ed145b;
	text-decoration: none;
	font-weight: 600;
}


/* ---------------------------------------------------------- Header ---------------------------------------------------------- */
#header {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	background-color: #00528e;
	background-image: url(https://www.timetoplaymag.com/media/images/all/background.jpg);
	padding-top: 5px;
	padding-bottom: 5px;
}
#header_1000 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/* ---------------------------------------------------------- Navigation bar ---------------------------------------------------------- */
#navigation {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 36px;
	clear: both;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7dcdf1;
	border-bottom-color: #009ad9;
}
#navigation_1000 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
/* ------------------------ Navigation Bar Structure ------------------------ */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: auto;
}
ul.MenuBarActive
{
	z-index: 1000;
}
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 101px;
	min-width: 100px;
	float: left;
	height: 35;
	background-color: #FFFFFF;
	line-height: 1.0;
}
ul.MenuBarHorizontal li.navbar_search
{
	width: 245px;
	height: 30px;
	padding-left: 50px;
	padding-top: 6px;
	}
	ul.MenuBarHorizontal li.navbar_bigger
{
	width: 179px;
	}
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
}
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}

ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}
/* ------------------------ Navigation bar Style ------------------------ */

ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #ed145b;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
}
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #006633;
}
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #006633;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(http://www.timetoplaymag.com/media/images/navbar/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(http://www.timetoplaymag.com/media/images/navbar/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(http://www.timetoplaymag.com/media/images/navbar/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(http://www.timetoplaymag.com/media/images/navbar/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* IE HACKS - ALL OTHER IE HACKS CAN BE FOUND IN CSS/IE6HACKS, I WANTED TO KEEP ALL THE NAV BAR CSS TOGETHER */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	}
}

/* ---------------------------------------------------------- Banner ---------------------------------------------------------- */
#banner {
	height: 110px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
h1#banner {
	height: 110px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
img.banner {
	width: auto;
	margin: 0px;
	padding: 0px;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* ---------------------------------------------------------- Belly ---------------------------------------------------------- */
#belly {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 960px;
}

/* ---------------------------------------------------------- Body modules ---------------------------------------------------------- */
#alert {
	padding: 5px;
	height: 100px;
	width: 85%;
	margin-top: 10px;
	margin-bottom: 5px;
	border: 5px solid #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-color: #FF0000;
}
#columnsOne {
	clear: both;
	width: 920px;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	height: auto;
}
#columnsLeft {
	float: left;
	width: 630px;
	margin-right: 10px;
	padding: 0px;
}
#columnsRight {
	float: left;
	width: 310px;
	margin-left: 10px;
	padding: 0px;
}
.sectionMagnus {
	float: left;
	height: auto;
	width: 590px;
	padding: 15px;
	border-top-style: solid;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: solid;
	border-width: 5px;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 20px;
}
/* ---------------------------------------------------------- Ads ---------------------------------------------------------- */
#ad_leaderboard {
	height: 90px;
	width: 728px;
	border: 5px solid #FFFFFF;
	float: left;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#ad_skyscraper {
	height: 600px;
	width: 300px;
	border: 5px solid #FFFFFF;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 20px;
}
#ad_300_1 {
	height: 250px;
	width: 300px;
	border: 5px solid #FFFFFF;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
#ad_300_2 {
	height: 250px;
	width: 300px;
	border: 5px solid #FFFFFF;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	}
.ad_300_remnant {
	height: 250px;
	width: 300px;
	border: 5px solid #FFFFFF;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	}

/* ------------------------------------------------------ Footer ------------------------------------------------------ */
#footer {
	background-color: #00aeef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 100%;
	clear: both;
	height: 225px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 25px;
}
#footer960 {
	background-color: #00aeef;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 172px;
	padding-bottom: 15px;
}
.linkscolumn {
	float: left;
	width: 188px;
	font-size: 12px;
	text-align: left;
}
.linkscolumn h6 {
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}
.linkscolumn a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
.linkscolumn a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
.linkscolumn a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
.linkscolumn a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ed145b;
	text-decoration: none;
	font-size: 12px;
}
.linkscolumn li {
	list-style-type: none;
	position: relative;
	left: -30px;
	top: -10px;
	line-height: 1;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.copyright {
	text-align: right;
	width: 803px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-size: 12px;
	padding-top: 12px;
}


/* ------------------------------------------------------ Pagination ------------------------------------------------------ */
.pagination {
	text-align: center;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pagination_text {
	text-align: center;
	width: 125px;
	display: inline;
	float: left;
}
.pagination_number {
	text-align: center;
	width: 350px;
	min-width: 350px;
	display: inline;
	float: left;
}























/* ------------------------------------------------------ Module Header Text ------------------------------------------------------ */

.legal {
	font-size: 10px;
	font-style: italic;
}
.inline {
	display: inline;
}

/* ------------------------------------------------------ Text Classes ------------------------------------------------------ */
.pink {
	color: #ed145b;
}
.red {
	color: #ff0000;
}
.format_date_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	display: inline;
}












#toc ul {
	list-style-type: none;
	padding: 0px;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#toc li {
	display: block;
	padding: 0px;
	height: auto;
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 40px;
}
#toc li:first-child {
	margin-top: 20px;
}

#toc h2.title {
	line-height: 1;
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 32px;
}
#toc h2.title a:hover {
	background-color: #0aa7d6;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#toc h2.title a:active {
	color: #ed145b;
	}
#toc p {
	margin: 0px;
	padding: 0px;
}
hr {
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
p.publish_date {
	font-size: 10px;
	color: #999999;
	line-height: 10px;
	margin-bottom: 16px;
}
p.article_author {
	font-size: 10px;
	color: #999999;
	line-height: 10px;
	margin-bottom: 16px;
	padding-bottom: 25px;
}










/* ------------------------------------------------------ Content ------------------------------------------------------ */
/* -------------------- Header -------------------- */
/* ---------- Headline ---------- */
.headline {
	margin-top: 0px;
	margin-bottom: 20px;
	clear: both;
	height: auto;
	width: 100%;
	float: left;
}
h2.headline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6a6a6a;
	padding-bottom: 10px;
	font-size: 32px;
}
/* ---------- Byline ---------- */
p.byline {
	margin-top: 0px;
	color: #000000;
	display: inline;
	margin-bottom: 10px;
	width: 43%;
	height: 55px;
	float: left;
}
p.byline .author {
	font-weight: bold;
}
p.byline .title {
	font-size: 10px;
	font-style: italic;
	color: #6a6a6a;
}
img.headshot {
	float: left;
	height: 55px;
	width: 46px;
	padding-right: 10px;
}
/* ---------- Social Interactions ---------- */
.actions {
	padding-bottom: 10px;
	color: #000000;
	display: inline;
	float: right;
	width: 57%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	height: 16px;
}
.actions a {
	margin-top: 0px;
	padding-bottom: 10px;
	color: #6a6a6a;
	display: inline;
	font-size: 10px;
	line-height: 16px;
	height: 6px;
	background-position: left;
	text-align: right;
	width: auto;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	font-style: normal;
	font-weight: normal;
	margin-right: 15px;
	padding-left: 20px;
	}
.actions a:hover {
	text-decoration: underline;
}
.actions a.comments {
	background-image: url(http://images.anbmedia.com/articles/omnia/comment.gif);	
}
.actions a.email {
	background-image: url(http://images.anbmedia.com/articles/omnia/email.gif);
	}
.actions a.print {
	background-image: url(http://images.anbmedia.com/articles/omnia/print.gif);
	margin-right: 0px;
	}
.actions a.share {
	background-image: url(http://images.anbmedia.com/articles/omnia/share.gif);
}
/* ---------- Subhead ---------- */
.subhead {
	margin-top: 0px;
	margin-bottom: 20px;
	clear: both;
	height: auto;
	width: 100%;
	float: left;
}
h4.subhead {
	font-style: italic;
	font-weight: 300;
}































.sectionMagnus_header {
	background-color: #00AEEF;
	height: auto;
	width: 596px;
	margin-bottom: 5px;
	padding: 5px;
	line-height: 20px;
	margin-top: -5px;
	margin-right: -5px;
	margin-left: -5px;
	border-top-width: 2px;
	border-top-style: inset;
	border-top-color: #00AEEF;
	border-left-width: 2px;
	border-left-style: inset;
	border-left-color: #00AEEF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-right-color: #00AEEF;
	border-bottom-color: #00AEEF;
	color: #FFFFFF;
}
.sectionMinimus_header {
	background-color: #00AEEF;
	height: auto;
	width: 276px;
	margin-bottom: 5px;
	padding: 5px;
	line-height: 20px;
	margin-top: -5px;
	margin-right: -5px;
	margin-left: -5px;
	border-top-width: 2px;
	border-top-style: inset;
	border-top-color: #00AEEF;
	border-left-width: 2px;
	border-left-style: inset;
	border-left-color: #00AEEF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-right-color: #00AEEF;
	border-bottom-color: #00AEEF;
}

