
* {
	margin: 0;
	padding: 0;
}

body {
  background: url(images/light_body.gif) repeat-y top center;
/*	background: #FFFFFF url(images/img01.gif) repeat-x; */
	font: normal small Verdana, Arial, Helvetica, sans-serif;
/*	color: #959595; */
  color: #555;
	background-color: #339999;
}

h1, h2, h3 {	
}

h1 {
}

h2 {
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: x-small;
}

p, blockquote, ul, ol {
	margin-bottom: 2em;
	line-height: 1.6em;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	padding: 1em 1em 0 1em;
	text-align: center;
	font-style: italic;
}

blockquote img {
	max-height: 40px;
	max-width: 40px;
	width: expression(this.width > 40 ? 40: true);
	height: expression(this.height > 40 ? 40: true);	
}

blockquote span {
	font-size:9px;
}
	
ul {
	list-style: none;
}

ul li {
}

ol {
	list-style-position: inside;
}

ol li {
}

a {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

img {
}

/* Logo */

#logo {
	width: 760px;
	height: 70px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

#logo h1 {
	float: left;
	letter-spacing: -2px;
	font-size: 3em;
}

#logo h2 {
	float: left;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF
}

#headerad {
	position:relative;
	top:-105px;	
	left:600px;
}

/* Menu */

#menu {
	width: 760px;
	height: 50px;
	margin: -50px auto 0 auto;
}

#menu ul {
	float: right;
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	position: relative;
	margin-left: 1.6em;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 5px solid #CC6600;
	font-size: xx-small;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	border-bottom-color: #000000;
	color: #CCCCCC;
}

/* Wrapper */

#wrapper {
/*	clear: both; */
/*	width: 940px; */
	width: 776px;
/*	margin: -63px auto 0 auto; */
	margin: 20px auto 0 auto;
	background-color: #FFFFFF;
	text-align: left;
	margin-bottom: 0px;
}

.content {
}

/* Column One */

#col-one {
	float: right;
	width: 180px;
}

#col-one .boxed {
	margin-bottom: 10px;
}

#col-one .boxed .title {
	height: 20px;
	padding: 10px 0 0 10px;
	background: url(images/img02.gif) no-repeat;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #FFFFFF;
}

#col-one .boxed .content {
	padding: 9px;
	background: #E8EDE5 url(images/img03.gif) repeat-x;
	border: 1px solid #648952;
	border-top: none;
}

#col-one .boxed .content form {
}

#col-one .boxed .content fieldset {
	border: none;
}

#col-one .boxed .content legend {
	display: none;
}

#col-one .boxed .content label {
	display: block;
	font-size: xx-small;
	font-weight: bold;
}

#col-one .boxed .content .textfield {
	width: 148px;
	margin: 0 0 5px 0;
	padding: 3px 5px;
	border: 1px solid #C8C8C8;
	background: #FAFAFA url(images/img04.gif) repeat-x;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
}

#col-one .boxed .content .button {
	float: right;
	width: 70px;
	height: 18px;
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid #464646;
	background: #FAFAFA url(images/img05.gif) repeat-x;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
}

#col-one .boxed .content .tiny {
	clear: both;
	margin: 0;
	font-size: x-small;
}

#col-one .boxed .content .tiny a {
	padding: 0 0 0 11px;
	background: url(images/img06.gif) no-repeat left bottom;
}

/* Column Two */

#col-two {
	float: left;
	width: 546px;
}

#col-two .boxed {
	margin-bottom: 10px;
}

#col-two .boxed .title1 {
	height: 20px;
/*	padding: 10px 0 0 10px; */
/*	background: url(images/img02-640.gif) no-repeat; */
	background: url(images/blue-heading.gif) repeat-x;
/*	background: url(images/img08.gif) no-repeat; */

	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}
#col-two .boxed .title {
	height: 20px;
	padding: 5px 0 0 3px;
/*	background: url(images/img02-180.gif) no-repeat; */
	background: url(images/blue-heading.gif) repeat-x;
/*	background: url(images/img08.gif) no-repeat; */
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #FFFFFF;
}

#col-two .boxed .content {
/*	padding: 19px 19px 0 19px; */
	padding: 5px 0 0 0;
	background: #E6EDEE url(images/img08.gif) repeat-x;
/*	background: #E5ECED url(images/img09.gif) repeat-x; */
	border: 1px solid #528489;
	border-top: none;
	text-align: center;
}

#col-two .boxed blockquote {
	background: #E6EDEE url(images/img08.gif) repeat-x;
}

#col-two h3 {
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 9px;
}
/* Column 2 - Main Page*/

#col-twoM {
	width: 540px;
	float: left;
}

#col-twoM .boxed {
	margin: 5px 10px 0 10px;
/*	height: 250px; */
	width: 250px;
	position: relative;
	float: left;
}

#col-twoM .boxed .title1 {
	height: 20px;
/*	padding: 10px 0 0 10px; */
/*	background: url(images/img02-640.gif) no-repeat; */
	background: url(images/blue-heading.gif) repeat-x;
/*	background: url(images/img08.gif) no-repeat; */

	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}
#col-twoM .boxed .title {
	height: 20px;
	padding: 10px 0 0 10px;
/*	padding: 3px 0 0 10px; */
/*	background: url(images/img02-180.gif) no-repeat; */
	background: url(images/blue-heading.gif) repeat-x;
/*	background: url(images/img08.gif) no-repeat; */
	font-family: Comic Sans, Arial, Helvetica, sans-serif
	text-transform: lowercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #FFFFFF;
}

#col-twoM .boxed .content {
/*	padding: 19px 19px 0 19px; */
	padding: 0;
	margin: 0 0 5px 0;
/*	background: #E8EDE5 url(images/img08.gif) repeat-x; */
	background: #E6EDEE url(images/img08.gif) repeat-x;	
/*	background: #E5ECED url(images/img09.gif) repeat-x; */
	border: 1px solid #528489;
	border-top: none;
	text-align: center;
	height: 233px;
	overflow: hidden;
}

#col-twoM .boxed blockquote {
	background: #E6EDEE url(images/img08.gif) repeat-x;
}

#col-twoM a:link, #col-twoM a:visited  {
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
}

#col-twoM a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#col-twoM li {
	text-align: left;
	margin-left: 45px;
	list-style-type: circle;
}

#col-twoM ul {
	margin-bottom: 3px;
}

#col-twoM img {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 60px;
	height: 50px;
}

.viewAll {
	font-weight: bold;
}

.clear {
clear: both;
}

/* Column Three */

#col-three {
	float: right;	
/*	width: 180px; */
	width: 220px;
	margin-right: 5px;
	clear: right;
}

#col-three .boxed {
	margin-bottom: 10px;
}

#col-three .boxed .title {
	height: 20px;
	padding: 10px 0 0 10px;
/*	background: url(images/img09.gif) no-repeat; */
	background: url(images/orange-heading.gif) repeat-x;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #FFFFFF;
}

#col-three .boxed .content {
	padding: 19px 5px 0 5px;
	background: #EFEBE2 url(images/img10.gif) repeat-x;
	border: 1px solid #977C44;
/*	border-top: none; */
}

#col-three .boxed .content li {
/*	background: url(images/img12.gif) no-repeat 0 9px; */
	letter-spacing: normal;
	list-style: url(images/img12.gif);
	margin-left: 17px;
}

#col-three .boxed .content a:link {
	text-decoration: none;
}

/* Arcadem Pro 2.8 stuff*/
.gameInCategory {
	border:1px solid #666666;
	font-size: 9px;
	float:left;	
	width:150px;
	height:150px;
	text-align:center;
	overflow:hidden;
	color: #666666;
	padding:5px 5px 5px 5px;
	margin: 0 5px 5px 5px;
	background:#E9F2F9;
}
.gamedetails {
	text-align: left;
}
.gamedetails .title {
	text-align: center;
}
.gamedetails img {
	position: relative;
	float: left;
	margin: 10px;
}
.gamedetails .desc {
	position: relative;
	margin-left: 90px;
	margin-top: 10px;
}

.bottomnav {
	clear:both;	
}

/* Footer */

#footer {
	clear: both;
	padding: 10px 0 20px;
	background: #FFFFFF url(images/header_image.jpg);
	background-repeat:no-repeat;
	background-attachment: inherit;
	background-position:bottom; 
	width: 776px;
/*	height: 15px; */
/*	margin: 10px auto 0; */
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #657CA7;
	text-align: left;
}

#footer p {
	width: 776px;
	margin: 10px auto;
	font-size: x-small;
}
#footer span {
	margin: 10px;
}

#logo {
	position: relative;
	left: 0px;
	top: 6px;
	margin: 0;
	text-align: left;
}

/* Header */

#header {
	clear: both;
	position: relative;
/*	height: 5em; */
	height: 143px;
	width: 940px;
	margin: 0 auto;
/*	background: #48525B url(images/header.gif) repeat-x bottom left; */
/*  background: url(images/logo-header-small.gif) no-repeat center left; */
  background: #FFFFFF url(images/header_image.jpg) no-repeat center center;
	border-bottom: 2px solid #48525B;
	border-top: 2px solid #48525B;
}


#header img {
	position: absolute;
	top: 0;
	left: 0;
}

#header ul {
  margin: 3.5em 1em 0 0 !important;
  margin: 3.5em 0.5em 0 0;
  padding: 0;
  float: right;
}

#header ul li {
  display: inline;
  list-style: none;
}

#header ul li a {
  float: left;
  padding: 0 1em;

  font: 400 1.1em arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;

  color: #cccccc;
  border-right: 1px solid #4D5760;
}

#header ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#header ul li a:hover {
  color: #3B5D77;
}

#header h1 {
	color: #E1E6EC;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 20px;
	padding-left: 10px;
}

/**************************************************************
   Top menu and logo
 **************************************************************/

#wsheader {
	clear: both;
	position: relative;
	height: 30px;;
	margin: 0 auto;
/*	background: #48525B url(../images/bg/header.gif) repeat-x bottom left; */
	background: url(images/grass.gif) repeat-x bottom left;
	border-bottom: 2px solid #48525B;
}

#wsheader img {
/*	position: absolute;
	top: 5%;
	left: 342px;
	width: 97px; */
	position: relative;
	left: 0px;
}

#wsheader ul {
/*  margin: 3.5em 1em 0 0 !important;
  margin: 3.5em 0.5em 0 0; */
  padding: 0;
  float: right;
	margin-top: 10px;
}

#wsheader ul li {
  display: inline;
  list-style: none;
}

#wsheader ul li a {
  float: left;
  padding: 0 1em;

  font: 400 12px arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;

  color: #006600;  /* #cccccc; */
  border-right: 1px solid #4D5760;
	text-decoration: none;
}

#wsheader ul li a.last {
  padding-right: 10px;
  border-right: 0;
}

#wsheader ul li a:hover {
  color: #99FF00; /* #3B5D77; */
}

#wsheader h1 {
	color: #006633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 10px;
	padding-left: 10px;
}

/**************************************************************
   Header Image/Flash Movie
 **************************************************************/
#wscontent {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

#wsheaderImg {
  margin: 0 auto;
  background: url(images/header_image_withTitleandTag.jpg) no-repeat top left;
	border-top: 2px solid #48525B;
}

.width {
  width: 776px;
}

#wslogo {
	position: relative;
	left: 20px;
	top: 6px;
	width: 130px;
	margin: 0;
	text-align: left;
  background: url(images/wsjustshack3.gif) no-repeat top left;
	height: 125px;
}

.featuredGame {
	overflow: hidden;
	height: 150px;
}
.featuredGame h1{
	font-size: 14px;
}

.favoriteGame {
	overflow: hidden;
	height: 150px;
}
.favoriteGame h1{
	font-size: 14px;
}

.favoriteGame img {
	width: 100px;
	height: 100px;
}

.playNow {
	font-size: 12px;
	font-weight: bold;
}

.playNow a:hover {
	font-size: 14px;
	text-decoration: none;
}

.playNow a:link, .playNow a:visited  {
	font-size: 12px;
	text-decoration: none;
}

/* From Isometric Theme */

.bg1 {
	padding: 0 20px 20px 20px;
	border-top: 1px solid #FFFFFF;
	background: #FFFFFF url(images/img4.gif) repeat-x;
}

.bg2 {
	padding: 20px;
	border-top: 1px solid #CBE1EF;
	background: #FFFFFF url(images/img4.gif) repeat-x;
}
/* End of Isometric Theme */

.allGamesBoxed {
	width: 150px;
	clear: both;
	display: none;
}
.allGamesBoxed a:link, .allGamesBoxed a:visited{
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
}
.allGamesBoxed a:hover {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
}
.allGamesLeft {
	position: absolute;
	left: 0;
	top: 0;
}
.allGamesRight {
	position: absolute;
	right: 0;
	top: 0;
}
#allGames {
	width: 100%;
	height: 500px;
	overflow: scroll;
	display: block;
	font-size: 9px;
	text-decoration: none;
	text-align: left;	
	background-color: #D7EFF4;
}
#allGames a:hover {
	text-decoration: underline;
}
#allGames ul {
	float: left;
	margin-right: 5px;
	padding-left: 5px;
}
#allGames .index {
	color: #333333;
	font-weight: bold;
	margin: 0;
}
#allGames #heading {
	width: 100%;
	height: 25px;
	font-size: 11px;
	font-weight: bold;
	background-color: #3399CC;
	color:#FFFFFF;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 8px;
}
.displayTextWrapper {
	font-size: 10px;
	padding-bottom: 5px;
}
.displayTextWrapper a:link, #displayText a:visited {
	text-decoration: none;
	color: #3366CC;
}
.displayTextWrapper a:hover {
	text-decoration: underline;
}