@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End browser reset */


/* Global Styles */

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
    background-color: #00a0de;
    margin: 0px;
}
.navAndAds {
    width: 100%;
    background-image: url('../images/backgrounds/top.png');
    background-repeat: repeat-x;
    background-position: bottom;
}
.mainContent {
    background-image: url("../images/backgrounds/bottom.png");
    background-position: center top;
    background-repeat: repeat-x;
    background-color: #00a0de;
    margin-top: -15px;
    padding-top: 10px;
    width: 100%;
    margin-bottom: -30px;
    padding-bottom: 10px;
}

/* ads */
body.noSuperAd{
    background-position: center -110px;
}
.hasSuperAd {
    z-index: 1000;
}
.superad, .moduleBannerAd {
    background-image: url("../images/ad/10x90_adslug.gif");
    background-repeat: no-repeat;
	background-position: top left;
	text-align:right;
    height: 90px;
    padding-top: 0;
    padding-left: 10px;
	padding-right:1px;
	width:728px;
	margin-left:auto;
	margin-right:auto;
    position: relative;
}
.moduleBannerAd {
    margin-top: 16px;
    margin-bottom: 16px;
}
.superad {
    top:10px;
    margin-bottom: 20px;
    z-index: 100000002;
}
.superad td, .rectangleAd td {
    vertical-align: top;
}
.rectangleAd {
    background-image: url("../images/ad/300x10_adslug.gif");
    background-position: center top;
    background-repeat: no-repeat;
    float: right;
    height: 260px;
    line-height: 12px;
    margin-top: 11px;
    padding-top: 10px;
    width: 300px;
}
.CSAR {
    background: none;
    padding-left: 0;
}
.pushdownAd {
    background-image: url("../images/ad/adslug-vertical.gif");
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right:10px;
    vertical-align: bottom;
    width: 970px;
    margin-top: 20px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 2px;
    position: relative;
    min-height: 66px;
}
#chrome {
	height:48px;
	margin-left:auto;
	margin-right:auto;
    background-color: #000000;
}

/* Home page styles --------------------------------------
----------------------------------------------------------
--------------------------------------------------------*/

/* TODO: Rewrite logic for these so it is consumable and less-hackery */
.breadcrumbs a {
	font-style: italic;
	color: #ffffff;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
}

.breadcrumbs {
	color: #009fde;
	font-size: 11px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 12px;
}

.breadcrumbs .end-crumb {
    font-size: 14px;
    margin-left: 5px;
    color: #ffffff;
}

#header-container {
    width: 972px;
    height: 182px;
    margin: 16px auto 13px;
	display: block;
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
}

.feed-group > .promo, .promo-header > .promo, .promoWrapper > .promo {
    border: #FFF solid 1px;
    width: 300px;
    height: 100px;
    display: block;
    float: left;
    margin-left: 15px;
    margin-bottom: 10px;
    margin-right: 1px;
    vertical-align: top;

    -moz-box-shadow: 0 1px 1px #B6B6B6;
    -webkit-box-shadow: 0 1px 1px #B6B6B6;
    box-shadow: 0 1px 1px #B6B6B6;
}

.promo img {
    position: relative;
    width: 300px;
    height: 100px;
}


.FPO-content {
	height:300px;
	margin-bottom:26px;
	background-color:#dddddd;
	padding:40px;
}

.game-module-container, .video-module-container {
    margin-left:auto;
    margin-right:auto;
    width: 972px;
}
/* featured module */
.featuredModuleWrapper {
    width: 972px;
    margin-left: auto;
    margin-right: auto;
}

#featuredModule {
    font-family: Arial,Helvetica,sans-serif;
    width: 643px;
    clear: left;
    background-color: #FFFFFF;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    -moz-box-shadow: 0 1px 1px #B6B6B6;
    -webkit-box-shadow: 0 1px 1px #B6B6B6;
    box-shadow: 0 1px 1px #B6B6B6;
    display: block;
    float: left;
    height: 265px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
    padding-top: 13px;
}
#featuredModule #mainFeaturedImage {
    float: left;
    width:300px;
    height: 169px;
    margin-right: 21px;
    margin-bottom: 13px;
    border: 1px solid #B6B6B6;
}
#featuredModule .featuredModuleText {
    width: 625px;
}
#featuredModule .featuredModuleText header {
    color: #8DC63F;
    font-size: 13px;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 7px;
}
#featuredModule .featuredModuleText h2 {
    padding-bottom: 10px;
    font-family: 'Arial Black',Helvetica,sans-serif;
    font-size: 20px;
    letter-spacing: 0.015em;
    line-height: 22px;
    display: block;
    max-height: 38px;
    overflow: hidden;
}
#featuredModule .featuredModuleText h2 a {
    color: #0066CC;
    text-decoration: none;
}
#featuredModule .featuredModuleText h2 a:hover, #featuredModule .featuredModuleText .now a:hover {
    color: #8DC63F;
}
#featuredModule .featuredModuleText p {
    color: #454545;
    font-size: 10pt;
    letter-spacing: 0.02em;
    line-height: 1.5em;
    max-height: 6em;
    overflow: hidden;
}
#featuredModule .featuredModuleText .now a {
    text-decoration: none;
    color: #0066CC;
}


#featuredModule ul {
    clear: left;
}
#featuredModule li {
    float: left;
    display: block;
    background-color: #000000;
    height: 65px;
    width: 115px;
    margin-right: 11px;
    border: 1px solid #B6B6B6;
}
#featuredModule li.current {
    background-color: none;
    border: 1px solid #B6B6B6;
}
#featuredModule li img {
    width: 115px;
    height: 65px;
    cursor: pointer;
    opacity: 0.3;

    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
#featuredModule li.current img, #featuredModule li img:hover {
    opacity: 1.0;
}
/* tilepacks */

.tilepack {
    clear: both;
    margin-bottom: 17px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    padding-left: 3px;
    width: 980px;
}
.tilepack .tilepackItem{
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;;
    -moz-box-shadow: 0 1px 1px #B6B6B6;
    -webkit-box-shadow: 0 1px 1px #B6B6B6;
    box-shadow: 0 1px 1px #B6B6B6;
    float: left;
    background-color: #ffffff;
    padding-left: 15px;
    padding-top: 15px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 5px;
    padding-right: 15px;
}

.tilepackItem {
    width: 160px;
    font-size: 12px;
    color: #454545;
    line-height: 140%;
    height: 185px;
    position: relative;
    overflow: hidden;
}

.recommendations .title{
    right: 21px;
    width: 160px;
    display: block;
    position: absolute;
    top: 185px;
}

.recommendations {
    display: block;
    position: absolute;
    top: 8px;
    height: 550;
    right: 3px;
    top: 8px;
    width: 180px;
}

.recommendations h3{
    font-style: italic;
    color: #333333;
    font-weight: 900;
    width: 160px;
    font-size: 12px;
}

.recommendations h3 a{
    text-decoration: none;
    color: #0066CC;
    font-style: normal;
}
.recommendations h3 a:hover {
    color: #8DC63F;
}

.tilepackTextHeightLimit {
    max-height: 67px;
    overflow: hidden;
}
.tilepack h3{
    color: #0066CC;
    font-weight: 900;
    width: 160px;
    font-size: 12px;
}

.tilepack h3 a{
    text-decoration: none;
    color: #0066CC;
}
.tilepack h3 a:hover {
    color: #8DC63F;
}
.tilepackItem img {
	border: 1px solid #B6B6B6; 
    margin-bottom: 5px;
    height: 90px;
    width: 160px;
}
#footer {
	background-color: #000000;
    background-image: url("../images/footer/footer-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    border-top: 2px solid #FFFFFF;
    margin: 28px 0 0;
    padding: 15px 0 0;
}
