@import url(reset.css);
@import url(dialogues.css);

body {
    background: #051222;
/*    background: #051222 url(../images/page-bgr-bottom.jpg) no-repeat 50% 417px;*/
    font: 75%/1.4 'Lucida Grande', Arial, Verdana, sans-serif;
}

a {
    color: #003352;
}
a:hover {
    text-decoration: none;
}
em { font-style:italic; }
#page {
    background: #05809a url(../images/page-bgr.png) no-repeat top center;
    width: 960px;
    margin: 0 auto;
	position:relative;
}
#inner {
    background:transparent url(../images/page-inner-bgr.png) no-repeat bottom center;
    width: 960px;
    margin: 0 auto;
    padding: 0 0 30px;
}

#Sweeptakes #page {
    background: #05809a url(../images/page-bgr-sweeptakes.png) no-repeat top center;
}

#logo {
    cursor: pointer;
    width: 222px;
    text-indent: -1000em;
    float: left;
}

#logo a {
    display: block;
    background: url(../images/logo.png) no-repeat 50% 50%;
    height: 150px;
}
#banner {
    float: left;
    margin: 10px 5px;
}

/* Navigation */

#nav {
    position: relative;
    top: -23px;
    clear: both;
    margin: 0 auto 30px;
    padding-top: 23px;
    width: 100%;
    overflow: hidden;
    cursor: default;
}
#nav .container {
    display: inline;
    position: relative;
    padding: 0 20px;
}
#nav .container .block {
    float: left;
    padding: 4px 0 11px;
    background: url(../images/nav-contour.png) no-repeat 50% 0;
}
#nav .cap {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 20px;
    height: 38px;
    background: url(../images/nav-contour.png) no-repeat 0 0;
}

#nav .right {
    left: auto;
    right: 0;
    background-position: 100% 0;
}

#siteNav {
    float: left;
    margin-left: 20px;
}
#membership {
    float: right;
    margin-right: 15px;
}

#membership ul {
    background: url(../images/nav-membership-bgr.png) no-repeat -5px 0;
}

#memberInfo {
    position: absolute;
    right: 40px;
    top: 0px;
    color: #fff;
    line-height: 18px;
}
#memberInfo span, #memberInfo strong {
    float: left;
}
#memberInfo strong {
    background: url(../images/info-circle.png) no-repeat;
    height: 18px;
    width: 18px;
    text-align: center;
    margin: 0 5px;
    font-size: .9em;
}

#siteNav li a {
    background-color: #000;
}

#nav ul {
    float: left;
    position: relative;
    margin: 0 -11px 0 -16px;
    color: #fff;
}
#nav li {
    float: left;
    padding: 0 8px;
    line-height: 23px;
}
#nav li a {
    margin: 0 -8px;
    display: block;
    padding: 0 20px;
    height: 23px;
    color: #fff;
    text-decoration: none;
    background: url(../images/sprite-nav-items.png) no-repeat;
    text-indent: -1000em;
}

#nav #snHome a {
    background-position: 50% 0;
    width: 40px;
}
#Home #snHome a, #nav #snHome a:hover {
    background-position: 50% -207px;
}
#nav #snAdventures a {
    background-position: 50% -23px;
    width: 96px;
}
#Adventures #snAdventures a, #nav #snAdventures a:hover {
    background-position: 50% -230px;
}
#nav #snArcade a {
    background-position: 50% -46px;
    width: 67px;
}
#Arcade #snArcade a, #nav #snArcade a:hover {
    background-position: 50% -253px;
}
#nav #snSightsSounds a {
    background-position: 50% -69px;
    width: 110px;
}
#SightsSounds #snSightsSounds a, #nav #snSightsSounds a:hover {
    background-position: 50% -276px;
}
#nav #Sweeptakes a {
    background-position: 50% -92px;
    width: 98px;
}
#Sweeptakes #Sweeptakes a, #nav #Sweeptakes a:hover {
    background-position: 50% -299px;
}
#nav #mShare a {
    background-position: 45% -115px;
    width: 38px;
    margin-right: 4px;
}
#nav #mShare a:hover {
    background-position: 45% -322px;
}
#nav #mRegister a {
    background-position: 50% -138px;
    width: 54px;
}
#nav #mRegister a:hover {
    background-position: 50% -345px;
}
#nav #mLogIn a {
    background-position: 50% -162px;
    width: 44px;
}
#nav #mLogIn a:hover {
    background-position: 50% -369px;
}
#nav #mLogOut a {
    background-position: 50% -184px;
    width: 44px;
}
#nav #mLogOut a:hover {
    background-position: 50% -391px;
}

/* Carousel */

.carousel {

    height: 272px;
    width: 922px;
    margin: 0 auto 20px;
    position: relative;
}
.carousel #promoBgr {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

#Home .carousel {
    height: 300px;
    width: 930px;
    margin: 0 auto 10px;
    background: url(../images/static-games-preview.png) no-repeat 50% 0;
}
#Arcade .carousel {
    height: 405px;
    width: 934px;
    margin: -30px auto 20px;
}

#Arcade .carousel .bgr {
    position: absolute;
    right: 9px;
    z-index: 10;
    bottom: 9px;
    width: 760px;
    height: 397px;
}

#Adventures .carousel #promoBgr {
    background: url(../images/adventures/large-panel.png) no-repeat;
}
#Arcade .carousel #promoBgr {
    background: url(../images/arcade/large-panel.png) no-repeat;
    z-index: 10;
}

.carousel_simple {
    height: 415px;
    width: 817px;
    margin: 0 auto 20px;
    position: relative;
}
.carousel_simple #promoBgr {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

#Arcade .carousel_simple {
    height: 415px;
    width: 817px;
    margin: 0 auto;
	background: url(../images/large-panel-bgr.png) no-repeat top center;
	margin-top:-70px;
}

#Arcade .carousel_simple .bgr {
    position: absolute;
    z-index: 10;
    width: 760px;
	margin:-10px 30px 10px 
	;
}

#gamesSelector {
    height: 325px;
    width: 131px;
    position: absolute;
    left: 17px;
    top: 55px;
    z-index: 11;
}
#gamesSelector .button {
    height: 35px;
    width: 34px;
    position: absolute;
    left: 50px;
    top: -18px;
    text-indent: -1000em;
    z-index: 20;
}
#gamesSelector .scroll_up a {
    background: url(../images/arcade/scroll_up.png) no-repeat;
}
#gamesSelector .scroll_down a {
    background: url(../images/arcade/scroll_down.png) no-repeat;
    top: auto;
    bottom: -22px;
}
#gamesSelector .scroll_up a:hover, #gamesSelector .scroll_down a:hover {
    background-position: 0 100%;
}

#gamesSelector .active {
    width: 121px;
    height: 101px;
    background: url(../images/arcade/game-active.png) no-repeat;
    position: absolute;
    top: 104px;
    left: 5px;
}

#gamesSelector ul {
    height: 100%;
    overflow: hidden;
    position: relative;
}

#gamesSelector .icon {
    text-indent: -1000em;
    height: 121px;
    height: 103px;
    display: block;
}

#gsAstral .icon {
    background: url(../images/arcade/game-icon-astral.png) no-repeat 50% 50%;
}
#gsAnagram .icon {
    background: url(../images/arcade/game-icon-anagram.png) no-repeat 50% 50%;
}
#gsCosmic .icon {
    background: url(../images/arcade/game-icon-cosmic.png) no-repeat 50% 50%;
}
#gsNumberMix .icon {
    background: url(../images/arcade/game-icon-cosmic.png) no-repeat 50% 50%;
}
#gsPowerMatch .icon {
    background: url(../images/arcade/game-icon-cosmic.png) no-repeat 50% 50%;
}
#gsSquirrel .icon {
    background: url(../images/arcade/game-icon-cosmic.png) no-repeat 50% 50%;
}


.carousel .promo {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.carousel #pCosmic {
    display: block;
}

.carousel .dots {
    z-index: 10;
    position: absolute;
    bottom: -7px;
    right: 16px;
    overflow: hidden;
}
.carousel .dots li {
    float: left;
}
.carousel .dots a {
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 3px;
    background: url(../images/adventures/panel-dots.png) no-repeat;
    text-indent: -1000em;
}
.carousel .dots .active
{
    background-position: 0 -40px;
}

.carousel .promo p {
    margin: 0 0 10px;
	font-weight:bold;
}
.carousel .content {
    position: relative;
    height: 272px;
    color: #fff;
    font-size: 1.1em;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}
.carousel .content .desc {
    position: absolute;
    width: 400px;
    left: 30px;
    bottom: 30px;
}

.carousel .title, .carousel .author {
    text-indent: -1000em;
    position: absolute;
}

.carousel .browse {
    position: absolute;
    left: 450px;
    bottom: 20px;
    width: 183px;
    height: 131px;
    text-indent: -1000em;
}
.carousel .browse a {
    cursor: pointer;
    display: block;
    height: 100%;
}
#pCosmic .title {
    width: 349px;
    height: 115px;
    background: url(../images/adventures/title-cosmic.png) no-repeat;
    top: -20px;
    left: 25px;
}
#pHiddenBoy .title {
    width: 210px;
    height: 31px;
    background: url(../images/adventures/title-hidden-boy.png) no-repeat;
    top: 44px;
    left: 30px;
}
#pIncorrigible .title {
    width: 261px;
    height: 98px;
    background: url(../images/adventures/title-incorrigible.png) no-repeat;
    top: 20px;
    left: 60px;
}
#pShadow .title {
    width: 405px;
    height: 130px;
    background: url(../images/adventures/title-shadow.png) no-repeat;
    top: -35px;
    left: 30px;
}
#pMaxCassidy .title {
    width: 233px;
    height: 170px;
    background: url(../images/adventures/title-max-cassidy.png) no-repeat;
    top: -40px;
    left: 26px;
}
#pConspiracy .title {
    width: 509px;
    height: 39px;
    background: url(../images/adventures/title-conspiracy.png) no-repeat;
    top: 50px;
    left: 30px;
}
#pWarriors .title {
	width:328px;
	height:150px;
	background:url(../images/adventures/title-warriors.png) no-repeat;
	top:26px;
	left:398px;
}
#pImaginalis .title {
	display:none;
}

#pCosmic .author {
    width: 218px;
    height: 19px;
    background: url(../images/adventures/author-cosmic.png) no-repeat;
    top: 90px;
    left: 30px;
}
#pHiddenBoy .author {
    width: 119px;
    height: 20px;
    background: url(../images/adventures/author-hidden-boy.png) no-repeat;
    top: 90px;
    left: 30px;
}
#pIncorrigible .author {
    width: 162px;
    height: 14px;
    background: url(../images/adventures/author-incorrigible.png) no-repeat;
    top: 125px;
    left: 112px;
}
#pShadow .author {
    width: 132px;
    height: 21px;
    background: url(../images/adventures/author-shadow.png) no-repeat;
    top: 100px;
    left: 30px;
}
#pMaxCassidy .author {
    width: 116px;
    height: 25px;
    background: url(../images/adventures/author-max-cassidy.png) no-repeat;
    top: 132px;
    left: 82px;
}
#pConspiracy .author {
    width: 236px;
    height: 18px;
    background: url(../images/adventures/author-conspiracy.png) no-repeat;
    top: 100px;
    left: 30px;
}
#pImaginalis .author {
	width:184px;
	height:21px;
	background:url(../images/adventures/author-imaginalis.png) no-repeat;
	top:110px;
	left:120px;
}
#pCrispin .author {
	width:62px;
	height:19px;
	background:url(../images/adventures/author-crispin.png) no-repeat;
	top:115px;
	left:190px;
}
#pWarriorsBattles .author {
	width:171px;
	height:16px;
	background:url(../images/adventures/author-warriors-battles.png) no-repeat;
	top:145px;
	left:120px;
}
#pSecretZoo .author {
	width:138px;
	height:17px;
	background:url(../images/adventures/author-secret-zoo.png) no-repeat;
	top:125px;
	left:105px;
}
#pFalconQuinn .author {
	width:221px;
	height:19px;
	background:url(../images/adventures/author-falcon-quinn.png) no-repeat;
	top:145px;
	left:105px;
}
#pBillionairsCurse .author {
	background:url(../images/adventures/author-billionairs-curse.png) no-repeat;
	width:242px;
	height:26px;
	top:115px;
	left:90px;
}
#pBlueFire .author {
	background:url(../images/adventures/author-janice-hardy.png) no-repeat;
	width:233px;
	height:29px;
	top:116px;
	left:88px;
}
#pSavingSky .author{
	background:url(../images/adventures/author-saving-sky.png) no-repeat;
	width:320px;
	top:97px;
	height:41px;
	left:48px;
}
#pBigTime .author{
	background:url(../images/adventures/author-big-time.png) no-repeat;
	width:320px;
	top:121px;
	height:41px;
	left:134px;
}
#pWildfireRun .author{
	background:url(../images/adventures/author-wildfire.png) no-repeat;
	width:202px;
	height:18px;
	top:122px;
	left:46px;
}
#pFamiliars .author{
	background:url(../images/adventures/author-familiars.png) no-repeat;
	width:454px;
	height:26px;
	top:116px;
	left:38px;
}
#pWallsWithinWalls .author{
	background:url(../images/adventures/author-wallswithinwalls.png) no-repeat;
	width:454px;
	height:26px;
	top:81px;
	left:101px;
}
#pTheWorld .author{
	background:url(../images/adventures/author-theworld.png) no-repeat;
	width:219px;
	height:57px;
	top:155px;
	left:213px;
}
#pCosmic .browse a {
    background: url(../images/adventures/browse-cosmic.png) no-repeat;
}
#pHiddenBoy .browse {
    width: 180px;
}
#pHiddenBoy .browse a {
    background: url(../images/adventures/browse-hidden-boy.png) no-repeat;
}
#pIncorrigible .browse {
    width: 173px;
}
#pIncorrigible .browse a {
    background: url(../images/adventures/browse-incorrigible.png) no-repeat;
}
#pShadow .browse {
    width: 181px;
    height: 157px;
    bottom: 10px;
}
#pShadow .browse a {
    background: url(../images/adventures/browse-shadow.png) no-repeat;
}
#pMaxCassidy .browse {
    width: 181px;
    height: 157px;
    bottom: 10px;
}
#pMaxCassidy .browse a {
    background: url(../images/adventures/browse-max-cassidy.png) no-repeat;
}
#pConspiracy .browse {
    width: 183px;
    height: 131px;
}
#pConspiracy .browse a {
    background: url(../images/adventures/browse-conspiracy.png) no-repeat;
}
#pWarriors .browse {
	display:none;
}
#pImaginalis .browse { left:420px; }
#pImaginalis .browse a {
	background:url(../images/adventures/browse-imaginalis.png) no-repeat;	
}
#pCrispin .browse {
	left:420px;
	bottom:-12px;
}
#pCrispin .browse a {
	background:url(../images/adventures/browse-crispin.png) no-repeat;
}
#pWarriorsBattles .browse { left:420px; }
#pWarriorsBattles .browse a {
	background:url(../images/adventures/browse-warriors-battles.png) no-repeat;
}
#pSecretZoo .browse { left:420px; bottom:-12px; }
#pSecretZoo .browse a {
	background:url(../images/adventures/browse-secret-zoo.png) no-repeat;
}
#pWillWolfkin .browse { left:420px; bottom:10px; }
#pWillWolfkin .browse a {
	background:url(../images/adventures/browse-will-wolfkin.png) no-repeat;
}
#pFalconQuinn .browse { left:420px; bottom:0; }
#pFalconQuinn .browse a {
	background:url(../images/adventures/browse-falcon-quinn.png) no-repeat;
}
#pBillionairsCurse .browse { left:420px; bottom:0; }
#pBillionairsCurse .browse a {
	background:url(../images/adventures/browse-billionairs-curse.png) no-repeat;
}
#pBlueFire .browse{bottom:-13px;}
#pBlueFire .browse a {
	background:url(../images/adventures/browse-blue-fire.png) no-repeat;
}
#pSavingSky .browse{bottom:-13px;left:421px;}
#pSavingSky .browse a {
	background:url(../images/adventures/browse-saving-sky.png) no-repeat;
}
#pBigTime .browse{bottom:-13px;left:419px;}
#pBigTime .browse a {
	background:url(../images/adventures/browse-big-time.png) no-repeat;
}
#pWildfireRun .browse{bottom:-13px;left:423px;}
#pWildfireRun .browse a {
	background:url(../images/adventures/browse-wildfire-run.png) no-repeat;
}
#pFamiliars .browse{bottom:-13px;left:420px}
#pFamiliars .browse a {
	background:url(../images/adventures/browse-familiars.png) no-repeat;
}
#pWallsWithinWalls .browse{bottom:-13px;left:423px;}
#pWallsWithinWalls .browse a {
	background:url(../images/adventures/browse-walls-within-walls.png) no-repeat;
}
#pWallsWithinWalls .content .desc {
bottom:29px;
left:24px;
width:389px;
}
#pTheWorld .content .desc {
bottom:166px;
left:193px;
margin:0 0 0 10px;
width:263px;}
#pFamiliars .content .desc {
bottom:5px;
margin:0 0 0 0;
width:380px;
}
#pBlueFire .content .desc {
bottom:17px;
left:57px;
margin:0 0 0 10px;
width:317px;
}
#pBigTime .content .desc {
bottom:8px;
margin:0 0 0 10px;
width:367px;
}
#pSavingSky .content .desc {
bottom:8px;
margin:0 0 0 10px;
width:360px;
}
#pWildfireRun .content .desc {
bottom:8px;
margin:0 0 0 10px;
width:360px;
}
#pIncorrigible .content .desc {
    line-height: 1.2;
    bottom: 15px;
}
#pMaxCassidy .content .desc {
    line-height: 1.2;
    bottom: 15px;
}
#pConspiracy .content .desc {
    bottom: 60px;
	font-size:16px;
}
#pWarriors .content .desc {
	font-size:18px;
	font-weight:bold;
	color:#f7e907;
	width:500px;
	left:320px;
	bottom:38px;
}
#pImaginalis .content .desc {
	width:320px;
	text-align:center;
	margin:0 0 0 20px;
	bottom:40px;
}
#pCrispin .content .desc {
	width:330px;
	margin:0 0 0 45px;
	bottom:20px;
}
#pWarriorsBattles .content .desc {
	width:340px;
	margin:0 0 0 15px;
	bottom:20px;
}
#pSecretZoo .content .desc {
	width:360px;
	margin:0 0 0 10px;
	bottom:16px;
}
#pWillWolfkin .content .desc {
	width:360px;
	margin:0 0 0 10px;
	bottom:16px;
}
#pFalconQuinn .content .desc {
	width:320px;
	margin:0 0 0 30px;
	bottom:16px;
}
#pBillionairsCurse .content .desc {
	width:360px;
	margin:0;
	bottom:10px;
}
.carousel .background {
    position: absolute;
    left: 6px;
    bottom: 6px;
}
.carousel .background img {
    display: block;
	font-size:18px;
}
#pCosmic .background {
    width: 910px;
    height: 300px;
}
#pImaginalis .background {
	bottom:-19px;
}

#pDanGutman {}

/* Callouts */

#callouts, #widgets {
    overflow: hidden;
    margin: 0 6px;
}
.callout {
    height: 372px;
    width: 316px;
    float: left;
    position: relative;
    margin: 0;
}
.callout .body {
    top: 0;
    left: 0;
    width: 316px;
    height: 352px;
    background: url(../images/callouts/box.png) no-repeat;
    position: absolute;
}
.sweeptakes .body {
    top: 0;
    left: 0;
    width: 316px;
    height: 352px;
    background: url(../images/callouts/box-sweeptakes.png) no-repeat;
    position: absolute;
}
#Adventures .more { clear:both; }
#Adventures .callout .body {
    background-image: url(../images/callouts/box_adventure.png);
	height:409px;
}
#Adventures .callout {
	height:409px;
	margin:0 0 20px 0;
}
.callout .content {
    overflow: hidden;
    width: 258px;
    height: 124px;
    margin: 0 19px;
    padding: 158px 10px 0;
    position: relative;
}
.sweeptakes .content { 
	padding-top:160px;
}
.callout .content h3 {
    font-size: 1.2em;
	font-weight:normal;
}
.adventures .title {
    color: #56c6de;
}
.sweeptakes .title {
    color: #ff9100;
    padding-top: 20px;
}
.games .title {
    padding-top: 20px;
    color: #2ddb48;
}
.adventures {
    color: #b2e0ef;
}
.sweeptakes {
    color: #ffdb4c;
}
.games {
    color: #b6f398;
}

.callout .content .book {
    font-style: italic;
}
.callout .content .author {
    font-weight: bold;
}
.callout .content .desc {
    margin: 7px 0;
    line-height: 1.3;
}
.callout .featured, #gCosmic .desc {
    padding: 0 110px 0 0;
    position: relative;
}
.callout .content .browse_inside {
    height: 96px;
    width: 90px;
    position: absolute;
    right: 0;
    top: -20px;
    text-indent: -1000em;
    cursor: pointer;
}
.sweeptakes .featured {
	padding-right:0;
}
.sweeptakes .featured em {
	font-weight:bold;
}
.games .content .desc {
	padding-right:30px;
}
#aHiddenBoy .content .browse_inside {
    background: url(../images/callouts/feature-browse-hidden-boy.png) no-repeat 50% 0;
}
#aConspiracy .content .browse_inside {
    background: url(../images/callouts/feature-browse-conspiracy.png) no-repeat 50% 0;
}
#aShadow .content .browse_inside {
    background: url(../images/callouts/feature-browse-shadow.png) no-repeat 50% 0;
}
#aIncorrigible .content .browse_inside {
    background: url(../images/callouts/feature-browse-incorrigible.png) no-repeat 50% 0;
    right: -8px;
}
#aMaxCassidy .content .browse_inside {
    background: url(../images/callouts/feature-browse-max-cassidy.png) no-repeat 50% 0;
    top: -10px;
}
#aCosmic .content .browse_inside {
    background: url(../images/callouts/feature-browse-cosmic.png) no-repeat 50% 0;
    top: -12px;
    right: -2px;
}
#aCrispin .content .browse_inside {
	 background: url(../images/callouts/feature-browse-crispin.png) no-repeat 50% 0;
	 top:190px;
	 right:5px;
	 width:95px;
}
#aImaginalis .content .browse_inside {
	background: url(../images/callouts/feature-browse-imaginalis.png) no-repeat 50% 0;
	width:97px;
	top:190px;
	right:5px;
}
#aWarriors .content .browse_inside {
	background: url(../images/callouts/feature-browse-warriors.png) no-repeat 50% 0;
	width:95px;
	top:190px;
	right:5px;
}
#aSecretZoo .content .browse_inside {
	background: url(../images/callouts/feature-browse-secret-zoo.png) no-repeat 50% 0;
	width:95px;
	top:190px;
	right:5px;
}
#aWillWolfkin .content .browse_inside {
	background: url(../images/callouts/feature-browse-will-wolfkin.png) no-repeat 50% 0;
	width:101px;
	top:185px;
	right:5px;
}
#aBillionairsCurse .content .browse_inside {
	background: url(../images/callouts/feature-browse-billionairs-curse.png) no-repeat 50% 0;
	width:101px;
	top:190px;
	right:5px;
}
#aFalconQuinn .content .browse_inside {
	background: url(../images/callouts/feature-browse-falcon-quinn.png) no-repeat 50% 0;
	width:101px;
	top:190px;
	right:5px;
}
#aSavingSky .content .browse_inside {
	background: url(../images/callouts/feature-browse-saving-sky.png) no-repeat 50% 0;
	width:101px;
	top:190px;
	right:5px;
}
#aBigTime .content .browse_inside {
	background: url(../images/callouts/feature-browse-bigtime.png) no-repeat 50% 0;
	width:101px;
	top:190px;
	right:5px;
}
#aWildfireRun .content .browse_inside {
	background: url(../images/callouts/feature-browse-wildfire-run.png) no-repeat 50% 0;
	width:101px;
	top:190px;
	right:5px;
}
#aFamiliars .content .browse_inside {
	background: url(../images/callouts/feature-browse-familiars.png) no-repeat 50% 0;
	width:101px;
	top:190px;
	right:5px;
}
#aWallsWithinWalls .content .browse_inside {
	background: url(../images/callouts/feature-browse-wallswithinwalls.png) no-repeat 50% 0;
	width:101px;
	top:190px;
	right:5px;
}
#aHealingWars .content .browse_inside {
	background: url(../images/callouts/feature-browse-healing-wars.png) no-repeat 50% 0;
	width:101px;
	top:190px;
	right:5px;
}
.callout .action {
    position: absolute;
    bottom: 29px;
    left: 19px;
}
.callout .action a {
    cursor: pointer;
    text-indent: -1000em;
    background: url(../images/callouts/button-adventures.png) no-repeat;
    display: block;
    height: 51px;
    width: 279px;
}
.sweeptakes .action a {
    background-image: url(../images/callouts/button-sweeptakes.png);
}
.games .action a {
    background-image: url(../images/callouts/button-games.png);
}
.adventures .content {
	padding-top:156px;
} 
#Adventures .callout .action a {
	text-indent:0;
	text-decoration:none;
	color:#0a1522;
	font-style:italic;
	font-size:14px;
	font-weight:bold;
	padding:15px 80px 0 10px;
	height:40px;
	width:190px;
	line-height:16px;
}

#Adventures .callout .action a .noItalics {font-style:normal}

#Adventures .callout .action_play_now a {
	font-style:normal;
	padding-top:12px;
	height:43px;
}
#Adventures .callout .action a:hover {
	text-decoration:underline;
} 
#Adventures .action {
    bottom: 65px;
}
#Adventures .action_play_now {
    bottom: 8px;
}
#Adventures .action a {
    height: 55px;
	background:url(../images/callouts/button-adventure-quiz.png) no-repeat 0 0;
}
#Adventures .action_play_now a {
	background:url(../images/callouts/button-adventure-play-now.png) no-repeat 0 0;
	bottom:10px;
}

#Adventures .action_coming_soon a {
	background:url(../images/callouts/button-adventure-coming-soon.png) no-repeat 0 0;
}

#Adventures .callout .content .desc {
	padding:0 110px 0 0;
}
#Adventures #aHiddenBoy .action a {
    background-image: url(../images/callouts/button-adventures-hidden-boy.png);
}
#Adventures #aConspiracy .action a {
    background-image: url(../images/callouts/button-adventures-conspiracy.png);
}
#Adventures #aShadow .action a {
    background-image: url(../images/callouts/button-adventures-shadow.png);
}
#Adventures #aIncorrigible .action a {
    background-image: url(../images/callouts/button-adventures-incorrigible.png);
}
#Adventures #aMaxCassidy .action a {
    background-image: url(../images/callouts/button-adventures-max-cassidy.png);
}
#Adventures #aCosmic .action a {
    background-image: url(../images/callouts/button-adventures-cosmic.png);
}

.callout .image {
    display: inline-block;
    width: 278px;
    height: 155px;
    margin: 10px 19px;
}
#gWarriorsTrivia.callout .image {
    display: inline-block;
    width: 278px;
    height: 155px;
    margin: 2px 13px;
}
#gBigtime.games .image {
margin-top:-1px;
}
#gBigtime.callout .image {
    display: inline-block;
    width: 278px;
    height: 155px;
    margin: -3px 18px;
}
.adventures .image {
	margin-top:5px;
}
#aSavingSky.adventures .image {
	margin-top:4px;
}
.sweeptakes .image {
	margin-top:30px;
}
.games .image {
	margin-top:2px;
}
#aImaginalis .callout {
	margin-top:0;
	border:1px solid red;
}
#aIncorrigible .title, #aIncorrigible .author, #aMaxCassidy .title, #aMaxCassidy .author {
    display: inline;
    margin-right: 5px;
    line-height: 1;
}
#aIncorrigible .content {
    padding-top: 152px;
    height: 143px;
}
#aIncorrigible .content .desc {
    padding-right: 80px;
    margin: 3px 0 0;
}
#aIncorrigible .content .browse_inside {
    top: 6px;
}

/* Widgets */
#widgets {
    position: relative;
    height: 496px;
    padding: 70px 35px 10px;
}
#widgets .frame {
    background: url(../images/arcade/widgets-frame.png) no-repeat 50% 0;
    height: 100%;
    width: 926px;
    top: 0;
    left: 17px;
    position: absolute;
}
.widget {
    width: 254px;
    height: 224px;
    background: url(../images/arcade/widget-bgr.png) no-repeat;
    float: left;
    display: inline;
    position: relative;
    margin: 0 20px 20px;
}
.widget .image {
    position: absolute;
    left: 22px;
    top: 22px;
}
#wNumberMix .image {
    left: 17px;
    top: 20px;
}
#wPowerMatch .image {
    left: 29px;
    top: 10px;
}
#wAnagram .image {
    left: 6px;
    top: 24px;
}
#wCosmic .image {
    left: 16px;
    top: 24px;
}
#wAstral .image {
    left: 30px;
    top: 17px;
}

.widget .action a {
    cursor: pointer;
    text-indent: -1000em;
    background: url(../images/arcade/widget-button-get.png) no-repeat;
    display: block;
    height: 43px;
    width: 198px;
    position: absolute;
    bottom: 16px;
    left: 27px;
}
.widget .action a:hover {
    background-position: 0 -50px;
}

.more {
    overflow: hidden;
	padding:0;
}
.more .widget {
    margin: 0;
    background: url(../images/adventures/contest-widget-vert.png) no-repeat;
    width: 226px;
    height: 434px;
    float: left;
}

#moreAdventures {
    width: 918px;
    float: left;
    display: inline;
    margin:3px 0 0 15px;
    position: relative;
}
#moreAdventures .body {
    height: 100%;
    width: 100%;
    background: url(../images/adventures/panel-more-adventures-new.png) no-repeat;
    position: absolute;
}
#moreAdventures .content {
    position: relative;
    padding: 60px 5px 20px 45px;
    overflow: hidden;
    zoom: 1;
	width: 377px;
	float:left;
}
#moreAdventures .contentR {
    position: relative;
    padding: 60px 5px 20px 5px;
    overflow: hidden;
    zoom: 1;
	width: 445px;
	float:left;
}
#moreAdventures .content .book_item {
    float: left;
    display: inline;
    width: 160px;
    height: 80px;
    padding: 10px 10px 10px 130px;
    margin: 20px 14px;
    background: #daee9c;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.3);
}
#moreAdventures .content .title {
    font-size: 1.1em;
    font-weight: bold;
    display: block;
    color: #17711d;
    font-style: italic;
}
#moreAdventures .content .author {
    color: #316081;
    font-weight: bold;
    margin: 5px 0 0;
}
#moreAdventures .content .image {
    position: absolute;
    top: -35px;
    left: 0;
}
#moreAdventures #maSkull {
    background: #cda284;
}
#moreAdventures #maLighting {
    background: #f2b981;
}
#moreAdventures #maGhost {
    background: #acb1b1;
}
#cosmicContest {
    float: left;
    height: 183px;
    width: 718px;
    background: url(../images/adventures/panel-narrow.png) no-repeat;
    margin: 20px 0 0 4px;
    position: relative;
}
#cosmicContest .image {
    position: absolute;
    width: 653px;
    height: 191px;
    bottom: 0;
    left: 40px;
}
#cosmicContest .image img {
    display: block;
}

/* Footer */

#footer {
    clear: both;
    margin: 40px 20px;
    text-align: center;
    line-height: 1;
    cursor: default;
	color:#8cd7e6;
	border-top:1px solid #407a8e;
	font-family:Arial, Helvetica, sans-serif;
}
#footer ul.nav {
	clear:both;
}
#footer ul.nav li {
    display: inline;
    padding: 0 5px 0 9px;
    border-left: 1px solid #8cd7e6;
}

#footer ul.nav li.first {
    border: 0;
}
#footer a {
    color:#8cd7e6;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#footer p {
    margin: 10px 0 0;
}
#footer .column {
	margin:0;
}
#footer .column ul {
	width:210px;
	margin:20px 20px 20px 0;
}
#footer .column_first ul {
	margin-left:25px;
}
#footer .column_last ul {
	margin-right:0px;
	width:190px;
}
#footer .column li {
	margin:0;
	padding:0;
}
#footer .column ul li a {
	text-align:left;
	color:#fff;
	display:block;
	font-size:11px;
	line-height:15px;
	padding:0;
	margin:5px 0;
}
#footer .column ul li.first a {
	font-weight:bold;
	text-align:left;
	color:#fff;
	font-size:12px;
	cursor:text;
}
#footer .column ul li.first a {
	text-decoration:none;
	cursor:text;
}
#footer .footer_slogan {
	color:#fff;
	font-size:12px;
	margin:20px 50px;
	line-height:18px;
	font-weight:bold;
}
#footer .menu_games {
	clear:both;
	margin:20px 0;
	font-weight:bold;
}
#footer ul.menu_games li {
	display:inline;
	padding: 0 5px 0 9px;
    border-left: 1px solid #fff;
}
#footer ul.menu_games li a {
	color:#fff;
}
#footer ul.menu_games li.first {
	border:none;
}

/* Sweeptakes */

#Sweeptakes #content {
    padding: 20px;
    margin: -40px 0 20px;
}

#Sweeptakes #promo {
    background: rgba(0,25,47,.7);
    padding: 20px 20px 20px 5px;
    margin: 0;
    color: #fff;
    font-size: 1.1em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
    background: url(../images/sweeptakes/promo-bgr.png) no-repeat;
    zoom: 1;
}

#Sweeptakes #promo .bgr {
    display: none;
}
#Sweeptakes #promo h2 {
    font-size: 1.5em;
    color: #fdb530;
    margin: 0 0 10px;
}
#Sweeptakes #promo h2 strong {
    color: #e57f1f;
}
#Sweeptakes #promo h2 strong em {
    font-style: italic;
}
#Sweeptakes #promo .desc {
    margin: 0 300px 0 0;
}
#Sweeptakes #promo .desc strong {
    font-style: italic;
    font-weight: bold;
}
#Sweeptakes #promo .button {
    position: absolute;
    right: 10px;
    bottom: 10px;
    zoom: 1;
}
#Sweeptakes #promo .button a {
    display: block;
    -moz-border-radius: 6px;
    background: url(../images/sweeptakes/button-learn.png) no-repeat;
    text-indent: -1000em;
    height: 51px;
    width: 278px;
    cursor: pointer;
}

#sweeptakesDiv h2.title {
    background: url(../images/sweeptakes/sweeptakes-title.png) no-repeat;
    height: 34px;
    width: 220px;
    text-indent: -1000em;
    margin: 0 0 20px;
}
#sweeptakesDiv div.title {
    background: url(../images/sweeptakes/sweeptakes-title.png) no-repeat left center;
    height: 34px;
    margin: 0 0 20px;
	text-align:right;
}
#sweeptakesDiv div.title a {
	color:#fab12e;
	font-weight:bold;
	text-decoration:underline;
	font-size:14px;
	line-height:34px;
	margin-right:10px;
}
#sweeptakesDiv div.title a:hover {
	color:#fff;
}
#sweeptakesDiv .week {
    border: 10px solid #ccc;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    background: #d15c15 url(../images/sweeptakes/week-bgr.png) repeat-x;
    padding: 20px 20px 10px;
    margin: 0 0 10px;
    position: relative;
    min-height: 70px;
    color: #fff;
    font-size: 1.1em;
    zoom: 1;
}
#sweeptakesDiv .odd {
    padding-left: 200px;
}
#sweeptakesDiv .even {
    padding-right: 220px;
}

#sweeptakesDiv .week p {
    margin: 0 0 10px;
}

#sweeptakesDiv .week strong.title {
    font-weight: bold;
    font-style: italic;
}

#sweeptakesDiv .prize_won {
    position: absolute;
    width: 200px;
    height: 50px;
    background: #872300 url(../images/sweeptakes/prize-won-bgr.png) no-repeat;
    padding: 10px 20px;
    text-align: center;
    border: 4px solid #d9dadc;
    left: 50%;
    top: 50%;
    font-size: 1.3em;
    color: #fcb638;
    margin: -40px 0 0 -100px;
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,.3);
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.3);
}

#sweeptakesDiv .week .image {
    position: absolute;
    height: 100%;
    width: 190px;
    left: 20px;
    top: 0;
}
#sweeptakesDiv .odd .image {
    background: url(../images/sweeptakes/week-bgr-odd.png) no-repeat left bottom;
	padding:0 20px 0 10px;
	left:0;
}
#sweeptakesDiv .even .image {
    background: url(../images/sweeptakes/week-bgr-even.png) no-repeat right bottom;
    left: auto;
    right: -30px;
	padding:0 0 0 40px;
}
#sweeptakesDiv .week .image img {
    position: absolute;
    top: 50%;
    margin-top: -60px;
}
#sweeptakesDiv #week7 .image img, #sweeptakesDiv #week9 .image img {
    margin: -75px 0 0 10px;
}
#sweeptakesDiv #week8 .image img, #sweeptakesDiv #week10 .image img {
    margin: -75px 0 0 30px;
}

.week h3 {
    font: bold 20px Arial, sans-serif;
    font-weight: bold;
    overflow: hidden;
    margin: 0 0 10px;
    color: #b93000;
    line-height: 26px;
}
.week h3 .week_no {
    text-indent: -1000em;
    float: left;
    height: 25px;
	width:87px;
    margin-right: 10px;
	background:url(../images/sweepstakes_week_no.png) no-repeat left center;
}

#week1 h3 .week_no {
    background: url(../images/sweeptakes/week-1.png);
    width: 93px;
}
#week2 h3 .week_no {
    background: url(../images/sweeptakes/week-2.png);
    width: 98px;
}
#week3 h3 .week_no {
    background: url(../images/sweeptakes/week-3.png);
    width: 97px;
}
#week4 h3 .week_no {
    background: url(../images/sweeptakes/week-4.png);
    width: 101px;
}
#week5 h3 .week_no {
    background: url(../images/sweeptakes/week-5.png);
    width: 97px;
}
#week6 h3 .week_no {
    background: url(../images/sweeptakes/week-6.png);
    width: 99px;
}
#week7 h3 .week_no {
    background: url(../images/sweeptakes/week-7.png);
    width: 96px;
}
#week8 h3 .week_no {
    background: url(../images/sweeptakes/week-8.png);
    width: 97px;
}
#week9 h3 .week_no {
    background: url(../images/sweeptakes/week-9.png);
    width: 100px;
}
#week10 h3 .week_no {
    background: url(../images/sweeptakes/week-10.png);
    width: 109px;
}

#SightsSounds #content {
    padding: 40px 12px 20px;
    margin: -40px 0 0;
    overflow: hidden;
}

#videosList {
    width: 293px;
    background: url(../images/sightssounds/videolist-middle.png) repeat-y;
    float: left;
    color: #fff;
}
#videosList .top {
    background: url(../images/sightssounds/videolist-top.png) no-repeat;
    height: 40px;
    position: relative;
    top: -40px;
}
#videosList .bottom {
    background: url(../images/sightssounds/videolist-bottom.png) no-repeat;
    height: 20px;
    position: relative;
    bottom: -20px;
}
#videosList .block {
    margin: -61px 9px -29px;
    padding: 20px 0 10px;
    background: #5f0516 url(../images/sightssounds/videolist-bgr.png) repeat-y;
    overflow: hidden;
    zoom: 1;
}

#videosList ul li {
    line-height: 1.1;
    position: relative;
    float: left;
    width: 100%;
}
#videosList ul li a {
    padding: 10px 10px 10px 92px;
    overflow: hidden;
    width: 173px;
    color: #fff;
    display: block;
    text-decoration: none;
}
#videosList a:hover {
    background: #6c0518;
    background: rgba(0,0,0,.2);
}
#videosList li.active a {
    background: #d90b32 url(../images/sightssounds/videolist-act-bgr.png) repeat-y;
}

#videosList a strong {
    font-weight: bold;
    font-style: italic;
    margin: 0 0 3px;
    display: block;
}
#videosList a .desc {
    display: block;
    text-decoration: none;
}
#videosList a .thumb {
    float: left;
    margin: 0 0 0 -82px;
    display: block;
    display: inline;
}

#player, #audio { 
    float: left;
    width: 632px;
    height: 446px;
    position: relative;
    margin: -30px 0 40px 10px;
}
#player .bgr {
    height: 100%;
    width: 100%;
    background: url(../images/sightssounds/player-bgr.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
#player .block {
    position: relative;
    margin: 35px;
}
#playerWindow {
    width: 560px;
    height: 300px;
    background: #000;
    margin: 0 0 15px;
}

#player .desc {
    font-size: 1.1em;
    color: #fff;
}
#player .desc .title {
    font-weight: bold;
    font-style: italic;
}


#player .desc span.italic {font-style:italic;}

#audio {
    height: 375px;
    margin-bottom: 0;
}

#audio .bgr {
    height: 100%;
    width: 100%;
    background: url(../images/sightssounds/audio-bgr.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
#audio .block {
    position: relative;
    padding: 40px 15px 20px;
    zoom: 1;
}
#audio .block li {
    float: left;
    width: 300px;
}
#audio .block a {
    padding: 5px;
    margin: 5px 5px 0;
    display: block;
    overflow: hidden;
    width: 280px;
    color: #fff;
    text-decoration: none;
}
#audio .block a:hover {
    background: #777;
    background: rgba(0,0,0,.3);
}
#audio .block .active a {
    background: #2e2e2e;
}
#audio .block img {
    float: left;
}
#audio .block .desc {
    display: block;
    margin: 0 0 0 100px;
}

#audio .block .desc span.italic {
	font-style:italic;
}

#audio .block .icon, #videosList .block .icon {
    height: 17px;
    width: 21px;
    display: block;
    margin: 5px 0 0;
    background: url(../images/sightssounds/ico-play.png) no-repeat;
}
#audio .block a:hover .icon, #audio .block .active .icon, #videosList .block a:hover .icon, #videosList .block .active .icon {
    background: url(../images/sightssounds/ico-play.png) no-repeat 0 100%;
}

#videosList .block a .icon {
    left: 58px;
    top: 40px;
    position: absolute;
}

.column {
	float:left;
	margin:0 0 0 19px;
	padding:0;
}
.second {
	margin:0 0 0 26px;
}
.third {
	margin:0 0 0 26px;
}
.games_list {  
	width:290px;
	margin:20px 0;
	background:url(../images/games_links/games_list-bgr.png) no-repeat top center;
}
.games_list h3, .games_list h2 { 
	color:#84d3e1;
	font-size:18px;
	text-align:center;
	padding:10px 0 20px;
	font-weight:bold;
}
.game_link {
	height:85px;
	margin:0 0 10px 10px;
}
.game_link img {
	margin:1px 0 0 1px;
	float:left;
}
.game_link .game_name {
	margin:10px 0 0 10px;	
	float:left;
	color:#e9f2f5;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	width:120px;
	font-weight:bold;
	text-align:left;
}
.game_link .game_name a {  
	color:#e9f2f5;
	text-decoration:none;
}
.game_link .game_name a:hover {
	text-decoration:underline;
}

#Arcade .share_game {
	width:778px;
	margin:0 auto 30px;
	padding:10px 0 0 0;
	position:relative;
}
#Arcade .share_game a.share_game_button {
	display:block;
	background:url(../images/button-share-game.png) no-repeat;
	width:196;
	height:89px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	margin:10px 0;
}
#Arcade .share_game a.see_all_games_button {
	display:block;
	background:url(../images/button-see-all-games.png) no-repeat;
	width:196;
	height:89px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}

#Arcade .share_game .game_widget {
	position:absolute;
	top:10px;
	right:-5px;
	width:488px;
	height:171px;
	background:url(../images/game-widget-bgr.png) no-repeat right top;
	padding:35px 20px 0 40px;
	color:#0d4400;
}
#Arcade .share_game .game_widget textarea {
	margin:10px 0 0 0;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#303234;
	line-height:14px;
	width:340px;
	height:110px;
}
#Arcade .share_game .game_widget .game_thumb {
	position:absolute;
	right:30px;
	top:60px;
}
#Arcade .share_game .game_widget a.copy_button {
	display:block;
	/*position:absolute;*/
	background:url(../images/button-copy.png) no-repeat 0 0;
	width:87px;
	height:31px;
	text-indent:-9999px;
	overflow:hidden;
}
#Arcade .games_proposal {
	clear:both;
	background:url(../images/game-proposal-bgr.png) no-repeat top center;
	margin:0 20px;
}
#Arcade .games_proposal h2.title {
	background:url(../images/game-proposal-title.png) no-repeat top left;
	width:218px;
	height:33px;
	margin:20px 0 20px 25px;
}
#Arcade .games_proposal .game_link {
	background:none;
	width:280px;
	float:left;
	margin:0 0 10px 20px;
}

#Arcade .arcade-steps { 
	background:url(../images/arcade-steps.png) no-repeat 0 0;
	width:906px;
	height:125px; 
	margin:-45px auto 25px auto;
	position:relative;
}
#Arcade .arcade-steps .step1 {
	position:absolute;
	top:54px;
	left:95px;
	width:160px;
	height:75px;
	color:#231f20;
	font-weight:bold;
}
#Arcade .arcade-steps .step2 {
	position:absolute;
	top:62px;
	left:355px;
	width:180px;
	height:75px;
	color:#231f20;
	font-weight:bold;
}
#Arcade .arcade-steps .step3 {
	position:absolute;
	top:54px;
	left:645px;
	width:240px;
	height:75px;
	color:#231f20;
	font-weight:bold;
}

#Arcade .arcade-steps a { cursor:pointer;  }
#Arcade .arcade-steps a {  color:#038318; text-decoration:underline; }
#Arcade .arcade-steps a:hover { color:#063a00; }

.info { 
	color:#e9f2f5;
	font-size:13px;
	position:absolute;
	/*top:120px;*/
	top:126px;
	left:220px;
	font-weight:bold;
}
.sweep_points {
	position:absolute;
	color:#fff;
	font-size:11px;
	top:124px;
	right:24px;
	font-weight:bold;
}
.sweep_points p { float:left; }
.sweep_points span.sweep_no {
	background:url(../images/info-circle.png) no-repeat 0 0;
	height:18px;
	width:18px;
	letter-spacing:-1px;
	text-align:center;
	display:block;
	float:left;
	margin:0 5px;
	padding:1px 0 0 0;
}

#sweeptakesDiv { margin:0 25px; }
#Sweeptakes .sweepstakes-steps { 
	background:url(../images/sweepstakes-steps.png) no-repeat 0 0;
	width:906px;
	height:151px; 
	margin:-10px auto 25px auto;
	position:relative;
	font-size:12px;
}
#Sweeptakes .sweepstakes-steps .step1 {
	position:absolute;
	top:54px;
	left:95px;
	width:160px;
	height:75px;
	color:#231f20;
	font-weight:bold;
}
#Sweeptakes .sweepstakes-steps .step2 {
	position:absolute;
	top:62px;
	left:355px;
	width:180px;
	height:75px;
	color:#231f20;
	font-weight:bold;
}
#Sweeptakes .sweepstakes-steps .step3 {
	position:absolute;
	top:54px;
	left:645px;
	width:240px;
	height:75px;
	color:#231f20;
	font-weight:bold;
}
#Sweeptakes .sweepstakes-steps a { cursor:pointer;  }
#Sweeptakes .sweepstakes-steps a { color:#bd3803; text-decoration:underline; }
#Sweeptakes .sweepstakes-steps a:hover { color:#ff4200; }

/* --- sitemap --- */
#Sitemap #page {
    background: #003d59 url(../images/page-bgr-sitemap.png) no-repeat top center;
    width: 960px;
    margin: 0 auto;
	position:relative;
}
#Sitemap #inner {
    background:transparent url(../images/page-inner-bgr-sitemap.png) no-repeat bottom center;
    width: 960px;
    margin: 0 auto;
    padding: 0 0 30px;
}

.sitemap {  
	margin:-25px 30px 0 30px;
	color:#fff;
	font-size:12px;
}
.sitemap h1 { 
	font-size:18px;
	font-weight:bold;
}
.sitemap h2 { 
	font-weight:bold;
	margin:15px 0 2px 0;
}
.sitemap h3.first { margin:40px 0 30px 0; }
.sitemap h3 a {
	font-size:15px;
	font-weight:bold;
	margin:20px 0;
	text-decoration:none;
	color:#fff;
	display:block;
}
.sitemap h3 a:hover { text-decoration:underline; }
.sitemap a {
	color:#1db0d5;
}
.sitemap .description {
	margin:0 0 40px 0;
}

.sitemap ul {
	margin:10px 0 20px 20px;
}
.sitemap ul li {
	background:url(../images/li_star.gif) no-repeat 0 5px;
	padding:1px 0 1px 10px;
}
.sitemap ul li a {
	color:#fff;
	font-size:12px;
	text-decoration:none;
}
.sitemap ul li a:hover { text-decoration:underline; }
.sitemap ul li a strong { font-weight:bold; font-style:italic; }

.sitemap ul li ul { margin:0 0 20px 20px; } 
.sitemap ul li ul li { 
	list-style-type:circle;
	background:none;
	padding-left:0;
}

#ServerError #page {
	background:#051222 url(../images/page-bgr-servererror.png) no-repeat top center;
    width: 960px;
    margin: 0 auto;
	position:relative;
}

#ServerError #inner {
    background:transparent url(../images/page-inner-bgr-sitemap.png) no-repeat bottom center;
    width: 960px;
    margin: 0 auto;
    padding: 0 0 30px;
}

#ServerError {
	color:#fff;
}
#ServerError #content h2.header {
	font-size:24px;
	color:#1eb3d6;
	font-weight:bold;
	text-align:center;
}
#ServerError #content .description {
	font-size:16px;
	text-align:center;
	font-weight:bold;
	margin:5px 0;
}
#ServerError #content a {
	color:#1db0d5;
}
#ServerError #content .ft_links {
	width:380px;
	min-height:300px;
	margin:30px auto 0;
	padding:0 0 0 20px;
}
#ServerError #content .ft_links h2 {
	font-weight:bold;
	margin:15px 0 0 0;
}

.section_browse_inside { 
	padding:20px 0 20px 0; 
	border-bottom:1px solid #1191ab;
	clear:both;
}
.section_browse_inside img {
	float:left;
	margin:2px 10px 0 0 ;
}
#moreAdventures .content .section_browse_inside .title {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding:0 0 0 127px;
}
#moreAdventures .content .section_browse_inside .author {
	color:#fff;
	font-size:12px;
	margin:0 0 1px 0;
	padding:0 0 0 127px;
}
#moreAdventures .content .section_browse_inside .link {
	margin:0 0 0 120px;
}
#moreAdventures .content .section_browse_inside .link a {
	display:block;
	background:url(../images/adventures/arrow.png) no-repeat 0 0;
	padding:10px 0 10px 50px;
	color:#7edff8;
	font-size:13px;
	text-decoration:none;
}
#moreAdventures .content .last { border-bottom:none; }
#moreAdventures .content .section_browse_inside .last a {
	margin:-5px 0 0 0;
}
#moreAdventures .content .section_browse_inside .link a:hover {
	text-decoration:underline;
} 
#moreAdventures .content .section_browse_inside .link a strong {
	font-weight:bold;
}
#Adventures .featured_game {
	background:url(../images/adventures/featured_game-bgr.png) no-repeat 0 0;
	width:235px;
	height:214px;
	float:left;
	margin:30px 0 20px 40px;
	position:relative;
}
#Adventures .featured_game a {
	text-decoration:none;
}
#Adventures .featured_game a:hover {
	text-decoration:underline;
}
#Adventures #ftWarriors a {
	background:url(../images/adventures/featured_game-warriors.png) no-repeat 0 0;
	display:block;
	width:221px;
	position:absolute;
	top:-22px;
	left:7px;
	padding:180px 0 0 0;
	text-align:center;
	font-size:14px;
	cursor:pointer;
}
#Adventures #ftIncorrigible a {
	background:url(../images/adventures/featured_game-incorrigible.png) no-repeat 0 0;
	display:block;
	width:221px;
	position:absolute;
	top:-22px;
	left:7px;
	padding:180px 0 0 0;
	text-align:center;
	font-size:14px;
	cursor:pointer;
}
#Adventures .adventure_co_left { 
	float:left;
	width:316px;
	margin:0 0 0 5px;
}
.adventure_mid {
margin:0 auto;
width:587px;
}
.moreAdventuresBorder {
	-moz-border-radius:16px 16px 16px 16px;
	background:none repeat scroll 0 0 #035F80;
	border:10px solid #CCCCCC;
	margin:0 20px;
}
.moreAdventuresBorder #moreAdventures .content {
	float:left;
	overflow:hidden;
	padding:40px 20px 20px;
	width:394px;
}
.more-awsome-adventures {
	background:url(../images/adventures/more-awesome-adventures.png) no-repeat 0 0;
	display:block;
	width:327px;
	position:absolute;
	top:222px;
	left:44px;
	height: 45px;
	}
.back-button {
	background:url(../images/adventures/back-button.png) no-repeat 0 0;
	width:128px;
	position:absolute;
	height:43px;
	top: 254px;
	right:50px;
	text-indent:-9999px;
	z-index:1;
	}
.back-button a {
	background:url(../images/adventures/back-button.png) no-repeat 0 0;
	display:block;
	width:128px;
	height:43px;
	}
.back-button  a  span {
	text-indent: -9999px;
	display: block;
	}
#moreAdventures .section_browse_inside {
	height:174px;	
}
.moreAdventuresBorder .section_browse_inside {
	padding:15px 0 0;
}
.moreButton{
	background:url(../images/adventures/more-button.png) no-repeat 0 0;
	width:352px;
	position:absolute;
	height:111px;
	bottom:69px;
	right:66px;
	text-indent:-9999px;
	}
.moreButton a{
	background:url(../images/adventures/more-button.png) no-repeat 0 0;
	display:block;
	width:352px;
	height:111px;
	}
.moreButton a span{
	text-indent: -9999px;
	display: block;
	}
#Adventures .callout .action_play_now a {
font-style:normal;
height:42px;
padding-top:4px;
}
#Adventures #aWallsWithinWalls.callout .action a {
line-height:13px;
}
#Adventures #aHealingWars.callout .action a {
line-height:12px;
width:210px;
}
.callout h3.sweepsText  {
font-size: 17px; 
color: #ff7200;
text-align:center;
line-height: 19px;
padding-top:5px;
}
.sweepsText span {
color:#ffd64b
}
.dan-gutman-word {
	background:url(../images/dangutman/world-of-dan-gutman.png) no-repeat 0 0;
	display:block;
	width:274px;
	position:absolute;
	top:211px;
	left:52px;
	height: 114px;
	}
.borderDG {
margin: 0 20px;
}
.topDG  {
background:url(../images/dangutman/bgTop.png) no-repeat scroll 0 0 transparent;
height:82px;
}
.midDG {
background:url(../images/dangutman/bgMid.gif) repeat-y scroll 0 0 transparent;
padding: 0 0 116px;
padding: 0 32px 116px 32px;
}
.botDG {
background:url(../images/dangutman/bgBot.png) no-repeat scroll 0 0 transparent;
height:19px;
}
.videoBG {
position:relative;
background:url(../images/dangutman/bgVideo.gif) no-repeat scroll 0 0 transparent;
float:right;
width:412px;
height: 331px;
padding: 45px 0 0 12px;
}
.videoTitle {
background:url(../images/dangutman/dan-gutman-videos.gif) no-repeat scroll 0 0 transparent;
position: absolute;
top: 16px;
left:15px;
width: 178px;
height:20px;
}
.textDG {
font-family: arial;
font-size:14px;
color:#213978;
width: 587px;
margin:0 12px 0 0;
float:left;
}
.textDG a {
font-weight: bold;
color:#213978;
text-decoration:none;
}
.adsDG {
float:right;
}
.cornerDG {
background:url(../images/dangutman/dangutman.png) no-repeat scroll 0 0 transparent;
right:20px;
position:absolute;
top:-310px;
width:201px;
height:308px;
}
.imagetopMidDG {
width:420px;
float: left;
}
.mainMidDG {
clear:both;
}
/*---------------CLEARFIX------------------*/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.clearfix { display: inline-block;}
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%;}

/*---------------END CLEARFIX------------------*/
.imageHolder {
position:relative;
}
.booksControl {
padding: 0 0 0 11px;
width:245px;
}
.navControl {
position:relative;
}
.navDG {
position:absolute;
top:23px;
right:29px;
}
.navDG li {
display:inline;
list-style-type:none;
float:left;
font-size:15px;
font-weight:bold;
color:#ccec7c;
text-decoration:none;
margin: 0 6px;
}
.navDG a {
font-size:15px;
font-weight:bold;
color:#ccec7c;
text-decoration:none;
}
.navDG li.selectedDG a {
color:#fff;
}
.trackerControl {
padding: 0 0 0 11px;
width:245px;
}
.gamesControl {
padding: 0 0 13px;
}
.headlineDG {
color:#0a214e;
font-size: 18px;
font-weight: bold;
font-family:arial;
}
.weirdSchool {
float:left;
width: 270px;
float: left;
margin: 0 16px 0 0; 
}
.weirdDaze {
float:left;
width: 270px;
float: left;
margin: 0 28px 0 0;
}
.baseballCard {
width: 270px;
float: left;
float:left;
}
.first-row-bg {
background-color: #e5f59d;
height: 360px;
padding:8px 23px;
}
.nopadd.borderDG {
padding: 0 44px 0 6px; 
}
.weirdSchoolDescr {
color:#213978;
font-size:12px;
font-family:arial;
}

.weirdSchoolConnection {
float:left;
width: 275px;
float: left;
margin: 0 16px 0 0; 
}
.weirdSchoolConnection img {position:relative; left:-3px; margin:0 0 22px;}

.baseballCardCollector {
float:left;
width: 270px;
float: left;
margin: 0 26px 0 0; 
}

.baseballCardCollector img {position:relative; left:-8px; top:-3px;}

.weirdSchoolTradingCards {
float:left;
width: 270px;
float: left;
margin: 0; 
}

.weirdSchoolTradingCards img {position:relative; left:-9px; top:0; margin-bottom:29px;}

.weirdSchoolScramble {
float:left;
width: 270px;
float: left;
margin: 0 22px 0 0; 
}

.weirdSchoolScramble img {position:relative; left:-3px; top:0; margin-bottom:14px;}

.weirdSchoolMaze {
float:left;
width: 270px;
float: left;
margin: 0 11px 0 0; 
}

.weirdSchoolMaze img {position:relative; left:-11px; top:-5px; margin-bottom:9px;}

.weirdSchoolBookQuiz {
float:left;
width: 278px;
float: left;
margin: 0; 
}

.weirdSchoolBookQuiz img {position:relative; left:0; top:-5px; margin-bottom:0;}

.weirdSchoolTriviaQuiz {
float:left;
width: 277px;
float: left;
margin: 0 24px 0 0; 
}

.weirdSchoolTriviaQuiz img {position:relative; left:0; top:0;  margin-bottom:14px;}

.weirdSchoolTeacherGuides {
float:left;
width: 278px;
float: left;
margin: 0; 
}

.weirdSchoolTeacherGuides img {position:relative; left:0; top:0;  margin-bottom:14px;}



.topDescr {
padding: 15px 15px 21px 26px;
color:#213978;
font-size:14px;
font-family:arial;
}
#content .nopadd {
padding:0 5px 0 7px;
}
.mid-borderDG {
clear:both;
background:url(../images/dangutman/dividerDG.png) no-repeat scroll 0 0 transparent;
height:28px;
}
.second-row-bg {
background-color: #ccec7c;
padding:30px 23px 53px;
}
.geniusFiles {
float:left;
width: 270px;
float: left;
margin: 0 16px 0 0; 
}
.johnyHangtime {
float:left;
width: 270px;
float: left;
margin: 0 28px 0 0; 						
}
.getRichQuick { 
float:left;
width: 270px;
float: left;
}
.bot-greenDG {
background:url(../images/dangutman/bggreenBot.png) no-repeat scroll 0 0 transparent;
height:19px;
}
.bot-Padd { 
padding:0 0 73px 0;
}
.topDescr a {
text-decoration: none;
/*font-weight: bold;*/
}
.geniusFiles img {
position:relative;
left:-20px;
}
.weirdDaze img{
padding:0 0 16px 0;
}
.getRichQuick img {
padding:0 0 4px 0;
}

.nofixedHeight {height:auto; padding-bottom:27px;}
.subtitle {font-size:14px; color:#0A214E; font-weight:bold;}