  /*************************/
 /** Gamesville Primary  **/
/*************************/
@import url(gv-basic.css);

body {
  background: #3b7c22 url(/art_gv3/bg-retro.png) repeat;
  color: #000;
  margin: 0;
  padding: 0;
  }

body.kiss {
  background-image: none;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  }

/* Curves */
.box,
.page {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  }

.directory .nav,
.directory .nav li,
.directory .subnav,
.directory .subnav li,
.directory .nav a.on,
.directory .nav a:hover,
.directory .subnav a.on,
.directory .subnav a:hover { /* tabbed nav */
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  }


  /***********************/
 /**  Redefining Tags  **/
/***********************/
a {
  background-color: inherit;
  color: #00c;
  }

form { margin: 0; }

h1, h2, h3 {
  background-color: inherit;
  color: #333;
  font-weight: bold;
  }

h1 {
  font-size: 131%;
  line-height: 146.5%;
  margin: 0;
  }

.nobr { white-space: nowrap; }

h1, h2, h3, .nav, .siteNav { font-family: Georgia, 'Times New Roman', Times, serif; }

h2,
ul.nav { font-size: 123.1%; }

h3 { margin: 0 0 6px; }

a,
img {
  border: none;
  outline: none;
  }

input { font-weight: bold; }

img.block {
  display: block;
  margin: 0;
  }

.blockCtr {
  display: block;
  margin: 0 auto;
  }

p { margin: 0 0 5px; }


  /********************/
 /**  Header Stuff  **/
/********************/
div.greet {
  background-color: #feff66;
  color: #000;
  font-size: 93%;
  margin: 0;
  padding: 3px;
  position: relative;
  text-align: center;
  z-index: 10;
  border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  }

img.logo { margin-right: 20px; }

img.nav {
  clear: left;
  float: none;
  margin-top: 4px;
  }

input.query {
  width: 170px;
  background-color: #fff;
  color: #000;
  }

/** Header and Navigation **/
.head {
  background-color: #003C9E;
  background-image: url(/art_site/bg-hdr_clouds.jpg), url(/art_site/bg-hdr_clouds-gradient.jpg);
  background-repeat: no-repeat, repeat-x;
  height: 123px;
  margin: 0;
  padding: 0;
  position: relative;
  }

.head .gvLogo {
  float: left;
  margin: 10px 0 0 42px;
  }

.head h2 {
  background-color: transparent;
  color:  #feff66;
  font-size: 131%;
  font-family: "Comic Sans MS", cursive;
  font-weight: normal;
  margin: 0;
  position: absolute;
  text-shadow: 0 0 1px rgba(0,0,0,.8), 0 0 2px rgba(0,0,0,.8), 0 0 3px rgba(0,0,0,.8), 0 0 4px rgba(0,0,0,.8), 0 0 5px rgba(0,0,0,.8);
  bottom: 10px;
  left: 50px;
  z-index: 15;
  }

.head sup { font-size: 49%; }

.myHead {
	background: transparent url(/art_gv3/shell/bg-mygvhead.png) repeat;
  float: right;
  font-size: 138.5%;
  margin: 10px 11px 0 0;
  padding: 10px 70px 10px 10px;
  position: relative;
  text-align: right;
  white-space: nowrap;
  box-shadow: 8px 4px 1px rgba( 0,0,0,.45 ), inset 0 0 10px rgba( 0,0,0,.45 );
  -moz-box-shadow: 8px 4px 1px rgba( 0,0,0,.45 ), inset 0 0 10px rgba( 0,0,0,.45 );
  -webkit-box-shadow: 8px 4px 1px rgba( 0,0,0,.45 ), inset 0 0 10px rgba( 0,0,0,.45 );
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 40px 150px;
  border-bottom-left-radius: 40px 150px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 40px 150px;
	-moz-border-radius-bottomleft: 40px 150px;
 .width: 410px;
  }

.myLogin { padding-right: 15px; }

.socialLogin {
  font-size: 77%;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align: center !important;
  }

.socialLogin img {
  -moz-transform: rotate( 10deg );
  -webkit-transform: rotate( 10deg );
  }

.socialLogin a:nth-child(odd) img {
  -moz-transform: rotate( -10deg );
  -webkit-transform: rotate( -10deg );
  }

.socialLogin a:hover img {
  -moz-transform: rotate( 0 );
  -webkit-transform: rotate( 0 );
  }

.myHead img { vertical-align: middle; }

div.myHead input {
  display: inline;
  padding: 0;
  width: 150px;
  vertical-align: middle;  
  }

div.myHead input:focus {
  border: 2px solid  #006940;
  }

div.myHead input.btn {
  border: none;
  height: 33px;
  outline: none;
  width: 90px;
  }

.myHead img.avatar {
  position: absolute;
  right: 15px;
  margin: 0;
  vertical-align: text-top;
  }

.myHead p {
  text-align: right;
  margin: 3px 0 0 0;
  }

.myHead p span { font-size: 85%; }

.myHead .badge {
  border: none;
  display: inline;
  }

.myFriends {
  clear: right;
  float: right;
  margin: 5px 0 0 0;
  white-space: nowrap;
  }

.myFriends img {
  float: right;
  margin: 0 0 0 5px;
  }

.siteNav {
  background: #006940 url(/art_gv3/bg-navBack.png) repeat-x top;
  clear: both;
  font-size: 116%;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-shadow: 0 0 2px #000;
  }

.siteNav li {
  float: left;
  }

.siteNav li a:link,
.siteNav li a:visited {
  border: 0 inset transparent;
  border-width: 0 2px;
  color: #eaeaea;
  display: block;
  font-weight: bold;
  margin: 0;
  outline: 0;
  padding: 5px 8px 10px;
  }

.siteNav li a:hover,
.siteNav li a:focus,
.siteNav .current a:link,
.siteNav .current a:visited {
  background-image: url(/art_gv3/bg-navBackSolid.png);
  border: 0 inset #006940;
  border-width: 0 2px;
  color: #fff;
  text-shadow: 0 0 12px #fff;
  }

.siteNav .current a:link,
.siteNav li a:hover {
  background-image: url(/art_gv3/bg-navBackSolid.png);
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 10px #cf0;
  }

.siteSubnav {
  background: #006940;
  border: 0 outset #006940;
  border-width: 1px 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  }

.siteSubnav li { float: left; }

.siteSubnav a:link,
.siteSubnav a:visited {
  background-color: #006940;
  color: #d9d9d9;
  display: block;
  margin: 2px 0 1px 2px;
  outline: 0;
  padding: 5px 6px 7px;
  }

.siteSubnav a:link:hover,
.siteSubnav a:visited:hover,
.siteSubnav .on a:link,
.siteSubnav .on a:visited {
  background-color: #fff;
  color: #006940;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  }

  /**********************/
 /**  Center Content  **/
/**********************/
div.page {
  background-color: #fff;
  box-shadow: 0 0 20px #333;
  color: #000;
  margin: 10px auto;
  min-height: 1000px;
  padding: 0;
  text-align: left;
  width: 973px;
  -moz-box-shadow: 0 0 50px rgba( 0,0,0,.8), 0 0 50px rgba( 0,0,0,.8), 0 0 50px rgba( 0,0,0,.8);
  -webkit-box-shadow: 0 0 20px #333;
  }

div.wrapper {
  margin: 0;
  padding: 5px;
  }

div.leaderboard {
  height: 90px;
  margin: 0 0 10px 0;
  padding: 0 0 0 17px;
  background: #e3edc8 url(http://gamesville.com/art_gv3/bg-leaderboard.gif) no-repeat top left;
  }

div.content {
  float: right;
  width: 570px;
  margin: 0;
  }

div.leftCol {
  float: left;
  width: 460px;
  }

div.bigCol {
  float: left;
  width: 765px;
  }

div.rightCol {
  float: right;
  width: 350px;
  }

div.leftCol div.leftCol { width: 198px; } /* This is for double coloumns nested inside the left column */
div.leftCol div.rightCol { width: 198px; }

div.singleCol { /* For pages like downloads */
  float: right;
  margin: 0;
  width: 570px;
  }

div.lycos {
  background-color: #ccc;
	border: 0 solid #000;
	border-width: 1px 0;
  clear: both;
	color: #000;
  font-size: 85%;
  margin: 0 0 10px 0;
	padding: 5px 15px;
  }
	
div.lycos img {
  float: left;
  margin-right: 12px;
  vertical-align: text-top;
  }

div.lycos p { margin: 0; }

div.footer {
  clear: both;
  font-size: 85%;
  margin: 0;
  padding: 2px 5px;
  text-align: center;
  }

div.footer a { font-weight: bold; }


  /**************************/
 /**  Primary Box Module  **/
/**************************/
.box {
  background-color: #fff;
  border: 1px solid #166eb8;
  border-top-width: 0;
  box-shadow: 0 0 6px #333;
  color: #000;
  margin: 0 0 10px 0;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-box-shadow: inset -1px -1px 2px rgba(0,0,0,.25), inset 1px 1px 2px rgba(255,255,255,.25), 1px 1px 2px rgba(0,0,0,.40);
	-moz-box-shadow: inset -1px -1px 2px rgba(0,0,0,.25), inset 1px 1px 2px rgba(255,255,255,.25), 1px 1px 2px rgba(0,0,0,.35);
	box-shadow: inset -1px -1px 2px rgba(0,0,0,.25), inset 1px 1px 2px rgba(255,255,255,.25), 1px 1px 2px rgba(0,0,0,.35);

  }

.gameLists .box,
.directory .box {
 box-shadow: none;
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 }


.box h2,
.kiss h1 {
  background: #0d7cde url(/art_gv3/gradient-blue.png) repeat-x top;
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 3px 10px;
  text-shadow: 0 0 2px #000;
  border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  }

.sponsor {
  background-color: #ccc;
  border: 1px solid #333;
  }

.sponsor h2 {
  background: #333 url(/art_gv3/gradient-grey.png) repeat-x top;
  color: #fff;
  }

.box h3 {
  background-color: inherit;
  color: #ad201d;
  }

.box .wrap,
.box .wrapper { padding: 5px; }

div.box h2 .icon { /* Fancy icons */
  float:right;
  height: 36px;
  margin-top: -15px;
  margin-right: -15px;
  text-align: right;
  width: 41px;
  }

.directory div.box h2,
.directory div.box ul.boxList li a,
.directory div.box ul.boxList li a:hover {
  padding: 0 10px;
  }

div.box h2 a {
  background-color: transparent;
  color: #fff;
  }

div.box h2 span { /* Title bar links */
  display: block;
  width: 100%;
  margin-top: -20px;
  padding: 3px 0;
  background: transparent;
  color: #fff;
  font-weight: normal;
  font-size: 85%;
  text-align: right;
  }

div.box h2 span a {
  background-color: transparent;
  color: #fcf42b;
  font-weight: normal;
  }

.box span.top,
.box span.bottom {
  background-color: #d0e2f1;
  clear: both;
  color: #000;
  font-size: 85%;
  display: block;
  padding: 4px 6px;
  }

.box span.bottom {
  border-radius: 0 0 15px 15px;
  line-height: 17px;
  text-align: right;
  -moz-border-radius: 0 0 15px 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  }

div.box span.top p {
  margin: 0 0 3px 0;
  text-align: left;
  }

div.box span.top a,
div.box span.bottom a { font-weight: bold; }

div.box span.freeweb {
  text-align: left;
  line-height: 1.5em;
  }

#about p { margin: 5px 0; }

div.box span.inactivelink {
  color: #555;
  font-weight: bold;
  }

/**  Box Lists  **/
div.box ul.boxList {
  list-style: none;
  margin: 0;
  padding: 0;
  }

div.box div.wrapper ul { /* fix for regular lists */
  list-style-type: circle;
  margin: 0;
  padding: 0 20px 10px;
  }  

div.box ul.boxList li {
  clear: both;
  }

.boxList li.bingo { background: transparent url(/art_gv3/icon-bingo.png) no-repeat; }

div.box ul.boxList li.odd a {
  background-color: #fff;
  }

div.box ul.boxList li a {
  display: block;
  padding: 5px;
  cursor: pointer;
  background-color: #d0e2f1;
  }

div.box ul.boxList li a:hover {
  background-color: #efefef;
  }

div.box ul.boxList li span.blspan {
  display: block;
  padding: 3px 5px;
  }

div.box ul.boxList li a span { float: left; }

div.box ul.boxList li a strong {
  float: right;
  background-color: transparent;
  color: #000;
  }

div.box ul.boxList li:last-child a {
  border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  }

/**  Formats the common three-column table inside div.box  **/
div.box table {
  width: 100%;
  border-collapse: collapse;
  empty-cells: show;
  }

div.box table td {
  margin: 0;
  border-top: 1px solid #aaa;
  }

div.box table th { white-space: nowrap; }

div.box table td,
div.box table th { padding: 4px 5px; }

div.box table.scores td { padding: 5px 3px; }

div.box table th {
  background-color: #d0e2f1;
  color: inherit;
  font-size: 1.2em;
  font-variant: small-caps;
  font-weight: bold;
  text-align: left;
  }

div.box table tr.even {
  background-color: #d0e2f1;
  color: inherit;
  }


div.box ul.nav {
  border-bottom: 2px solid #ccc;
  background: #0d7cde url(/art_gv3/gradient-blue.png) repeat-x top;
  margin: 0 0 5px 0;
  padding: 0;
  text-shadow: 0 0 2px #000;
  }

div.box ul.nav li {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 3px 7px;
  }

div.box ul.nav li a {
  background: transparent;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  }

div.box ul.nav li.on,
div.box ul.nav li:hover {
  background-color: #004a9e;
  text-shadow: none;
  }

div.dirItem {
  clear: both;
  margin: 0;
  min-height: 85px;
  padding: 0 0 0 5px;
  }

div.dirItem img {
  float: left;
  margin: 2px 6px 0 0;
  }

div.dirItem a {
  font-size: 116%;
  font-weight: bold;
  }


/** Ads **/
div.leaderboard {
  clear: both;
  width: 724px;
  height: 90px;
  margin: 0 auto 10px auto;
  padding: 0 0 0 17px;
  background: #e3edc8 url(/art_gv3/bg-leaderboard.gif) no-repeat top left;
  color: inherit;
  }

.goldAd,
div.bigAd {
  background: #000 url(/art_gv3/bg-bigAd.gif) no-repeat top center;
  color: inherit;
  margin: 0 auto 10px;
  padding: 20px 2px 2px;
  text-align: center;
  width: 300px;
  }

.goldAd {
  background-color: #fff;
  background-image: none;
  }

/* Legacy */
table.list {
  font-size: 77%;
  padding: 0;
  width: 100%;
  }

table.list td { padding: 5px 0; }
tr.off, td.off { background-color:#f4f9fd }
tr.on,  td.on  { background-color:#dfe8f7 }

.errorMsg {
  background-color: #ff9f9f;
  border: 5px solid #c00;
  margin: 10px 2px;
  padding: 12px;
  }

#winningsMsg {
  background: #cfc url(/art_gv3/alert-pokeYelling.png) no-repeat 15px 12px;
  font-size: 123.1%;
  min-height: 130px;
  }

#winningsMsg div {
  margin-left: 220px;
  width: 640px;
  }

#closeWinNotice {
  cursor: pointer;
  font-size: 77%;
  font-variant: small-caps;
  padding-right: 5px;
  text-align: right;
  }

.sidebar {
  border-right: 1px solid #d1d1d1;
  float: left;
  margin: 0 10px 10px 0;
  padding: 5px 0 0;
  min-height: 500px;
  width: 180px;
  text-align: center;
  }

.sidebarAd {
  border: 0 solid #d1d1d1;
  border-width: 1px 0 0;
  margin: 15px 0 0;
  padding: 5px 0 0 0;
  }

.sidebar .lowerAd { text-align: left; }

.sidebar h4 { margin: 0 0 3px; }

.sideGold {
  border: 0 solid #d1d1d1;
  border-width: 1px 0;
  padding: 0 5px 5px 0;
  }

.sideGold h4 {
  padding-top: 10px;
  }

.sideGold p,
.sideGold ul {
  margin: 15px 0;
  text-align: left;
  }

.footerBlocks div {
  float: left;
  font-size: 90%;
  margin-bottom: 10px;
  padding-left: 20px;
  width: 310px;
  }

.footerBlocks div h2{
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 5px;
  }

.footerBlocks div a { font-weight: bold; }

.footerBlocks .categories {
  background-color: #dfdfea;
  float: none;
  margin: 10px;
  padding: 5px 15px;
  width: auto;
  }

.footerBlocks ul {
  margin: 0;
  padding: 0;
  }

.footerBlocks .categories li {
  float: left;
  list-style-type: none;
  margin: 5px 0;
  padding: 0;
  width: 150px;
  }

.footerBlocks .winners { width: 270px; }

.footerBlocks .winners img {
  margin: 0 2px 5px 4px;
  }

.vertM { vertical-align: middle; }
.clrfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clrfix             { zoom: 1; } /* IE6 */
*:first-child+html .clrfix { zoom: 1; } /* IE7 */

/* Winnings scratch-sheet */
#claimbox {
  margin: 0 auto;
  padding: 0;
  width: 600px;
  min-height: 250px;
  }

#popupmessage { margin-bottom: 20px; }

#cancelmessage,
#continuemessage {
  line-height: 42px;
  }

#cancelBtn,
#continueBtn {
  clear: both;
  cursor: pointer;
  float: left;
  margin: 0 5px 0 15px;
  }

#claimbox h1 {
  background-color: #063;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 165%;
  margin: 0;
  padding: 20px;
  text-shadow: 0 2px 2px #333;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  }

#claimbox div { padding: 10px 20px; }

#fancybox-outer {
  background-color: transparent;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  }

dl.faq {
  margin: 0 10px;
  padding: 0;
  }

dl.faq dt {
  border-bottom: 1px solid #666;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 5px 0;
  }

dl.faq dt:before { content: 'Q. ' }

dl.faq dd {
  margin: 10px 0;
  padding: 0;
  }

dl.faq dd:before { content: 'A. ' }

#winnings,
.displayTable {
  border-collapse: collapse;
  clear: both;
  margin: 10px auto 25px;
  width: 100%;
  }

.displayTable th { border-right: 4px solid #fff; }

#winnings th,
#winnings td,
.displayTable th,
.displayTable td {
  padding: 10px;
  }

#winnings th,
.displayTable th {
  background-color: #666;
  background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#666));
  background: -moz-linear-gradient(top,  #999,  #333);
  color: #fff;
  font-weight: bold;
  font-size: 123.1%;
  text-shadow: 0 3px 2px #000;
  white-space: nowrap;
  }

#winnings tbody .even td,
.displayTable tbody .even td { background-color: #cdffcc; }

#claimform {
  border-collapse: collapse;
  }

#claimform td.error {
  padding-right: 5px;
  width: 200px;
  }

#claimform td { padding: 10px 0; }

#claimform tr.error {
  background-color: #ff6;
  box-shadow: -2px 3px 6px #999;
  -moz-box-shadow: -2px 3px 6px #999;
  -webkit-box-shadow: -2px 3px 6px #999;
  }

#claimform label {
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: 0 0 0 40px;
  width: 160px;
  }

#claimform input { font-weight: normal; }

p.ssn {
  margin: 5px 0 0 40px;
  padding: 10px;
  background-color: #ccf;
  font-size: 80%;
  }

.gvBtn {
  background: #127141 url(/art_gv3/bg-btn-glare.png) repeat-x 0 0;
  border: 1px outset #090;
  color: #fff;
  cursor: pointer;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 123.1%;
  font-weight: normal;
  padding: 3px 10px;
  text-shadow: 2px 0 3px rgba( 0, 0, 0, .8 ), 2px 0 0 rgba( 70, 70, 70, .6 );
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  }

.gvBtn::-moz-focus-inner { border: none; }
.gvBtn:active {
  border-style: inset;
  padding-top: 4px;
  padding-bottom: 2px;
  text-shadow: none;
  }

.btn-grey {
  background-color: #333;
  border-color: #666;
  color: #eaeaea;
  cursor: default;
  }

.btn-grey:active { border-style: outset; padding: 3px 10px; text-shadow: 2px 0 3px rgba( 0, 0, 0, .8 ), 2px 0 0 rgba( 70, 70, 70, .6 ); }

.btn-yellow {
  background-color: #ffe900;
  border-color: #000;
  color: #111;
  text-shadow: none;
  }

.btn-red { background-color: #6b1211; }

.searchPage .wrapper {
  padding: 0 50px 10px 30px;
  }

.searchPage .wrapper p { margin-bottom: 20px; }

.search {
  padding: 20px 0;
  width: 100%;
  }

.newSearch {
  background-color: #d3efd1;
  border: none;
  outline: 1px dashed #090;
  color: #333;
  font-size: 123.1%;
  margin-right: 5px;
  padding: 3px;
  vertical-align: bottom;
  width: 60%;
  }

.newSearch:focus {
  outline: none;
  border: none;
  }

.info {
  background-color: #ccccfe;
  border: 2px solid #a8a0ff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 10px 0;
  padding: 10px 0;
  text-align: center;
  }
