/* Default HTML elements and GJ site wide elements*/
/* avoid browser inconsistencies */
h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,select,span,div {
	margin:0px; padding:0px;
}

a img {
	border: 0px;
}

body {
	margin:0px;
	padding:0px;
	height:100%;
}

/*used in landing page for game title...might be useful in other pages*/
.center {
	display: block;
	text-align: center;
}

.closetext {
    line-height: 11px;
 }

/* Center the site content to the middle of the page- add this to header and footer.jsp*/
#siteWrapper {	
	position: relative;
	width:852px;
	margin-left:auto;
	margin-right:auto;
}

/* Greystripe Header layout for gsHeader.jsp*/
#gsHeader {
	clear: both;
	position: relative;
	height: 34px;
	width: 826px;
	margin: -29px 7px 5px 14px;
}

/*navigation in header*/
#headerNav {
	float: right;
	display: inline;
    height: 27px;
    margin: 2px 10px 5px 0px;	
    /*add z index to make sure dropdown always on top- at least for firefox*/
    z-index:900;
}

#topnav {
    display:block;	
	list-style: none;
	margin: 0px;
	padding: 0px;	
}

#topnav ul {
    display:block;	
	list-style: none;
	margin: 0px;
	padding: 0px;	
}

#topnav li {
	float: left;
	display: inline; /*for IE 6...won't add margin for float*/
	/*width: 6em;*//*for opera*/
}

/*not used*/
.fixedWidth {
	width: 80px;
}

#topnav a {
	display: block;
    text-decoration: none;		
}

/* submenu & items- below is from suckerfish */
#topnav li ul {
	position: absolute;
	width: 10em;
	/*left: -999em;*/	
	padding: 0px;
}

/*width is needed to keep the items in it's own row*/
#topnav ul li a {
	width: 8em;
}


/* Search in the GS header */
#gsHeaderSearch {
	float: right;	
    margin: 2px 5px 5px 5px;
	display: inline;
	height: 25px;
}

#gsHeaderSearch ul {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#gsHeaderSearch li {
	float: left;
	display: inline;
	padding: 0px 3px 0px 3px;
}

#gsHeaderLogo {
	float: left;
	display: inline;
	margin: 12px 0px 11px 5px;	
}

#games {
	visibility: hidden;
}

#gsMenu {
    margin: 0 0 10px 0;
}
/***** Main Content Wrapper**********/
#mainWrapper {
	clear:left;
    float: left;	
    display: inline; /*IE6 hack- keeps it from doubling margins*/
}

/* Right Navigation will have 12px of right margin so that the 
   shadow and white margin will show.  The right navigation will
   all have 6px to the left.*/
#rightNav {
	position: relative;
    float: right;
    width: 186px;	
    padding: 0px;
    margin: 7px 17px 15px 5px;
    display: inline; /*IE6 hack- keeps it from doubling margins*/
}

/* Greystripe Footer */
#gsFooter {
	clear: both;
	position: relative;
}