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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}
input:focus {
	outline: none
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
	display: none;
}
#wrapper {
	text-align: center;
}
body {
	color: white;
	margin: 0px;
	background: #FFFFFF url('../images/bg.gif') repeat-x fixed center center;	
}

#boundary {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;	
}
#content {
	text-align: left;
	margin-top: -100px;
	margin-left: -452.5px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 905px;
	height: 200px;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
#footer {
	-moz-user-select: -moz-none;
  	-khtml-user-select: none;  
	font-size: 11px;
	text-align: right;
	position: absolute;
	z-index: 9999;
	bottom: 12px;
	left: 0px;
	width: 99%;
	height: 35px;
	visibility: visible;
	display: block;
}
#content li {
	 -webkit-tap-highlight-color:rgba(0,0,0,0);
  	-moz-user-select: -moz-none;
  	-khtml-user-select: none;
	width: 156px;
	height: 190px;
	float: left;
	margin-right: 25px;
	background: url('../images/shadow.png') no-repeat bottom center;	
}
#content li .front .hover {
	cursor: pointer;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 156px;
	height: 190px;
	background: url('../images/placeholder.png') no-repeat;
	z-index:  500;
	opacity: 0.15;
}

#content li.last {
	margin-right: 0px;
}
#content li a.bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 156px;
	height: 156px;	
	z-index: 10;
}
#content li a {
	text-indent: -8008px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 156px;
	height: 156px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 100;
}

 
#content li .hover a.link, #content li .hover a.bg {
	opacity: 0.9;
}
#content li a:active, #content .down a.bg, #content .down a.link {
	background-position: 0px -156px;
	opacity: 1;
}

#footer a {
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: 8008px;
	float: right;
	width:133px;
	height: 35px;
	background: url('../images/site-settings.png') no-repeat 0 -70px;
		
}
.settingsCookie {
	background-position: 0 0 !important;
}

#footer a.settingsCookie:hover, .skey {
	background-position: 0 -35px !important;
}

#footer a.settingsCookie:active {
	background-position: 0 -70px !important;
}

/*Announcements*/

#announce {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 12px;
	background: url('../images/new.gif') no-repeat scroll left center;
	font-size: 11px;
	color: #b1850d;
	padding-left: 30px;
}

#search {
	position: absolute;
	top: 85%;
	left: 50%;
	margin-left: -148px;
	width: 296px;
	height: 17px;
	display: none;
	z-index: 10000;
}


/*test for top right*/

#searchbox {
	display: block;
	margin: 0 auto;
	border: none;
	background: transparent url(../images/search-white.png) no-repeat;
	font-size: 14px;
	padding: 7px 7px 7px 30px;
	width: 266px;
	height: 18px;
}
#searchbox.hover {
	background-position: 0px -32px;
}
#searchbox.focus {
	background-position: 0px -64px;
}


/*For when search is assigned to be top right*/
body.searchtopright #content {
	top: 51%;
}

body.searchtopright #search  {
	top: 3%;
	left: auto;
	right: 3%;
	text-align: right !important;
	display: block !important;
}


body.searchtopright #searchbox {
	margin-right: 20px;
}
body.searchbottomcenter #search {
	top: 85%;
	text-align: center !important;
	display: block;
}
body.searchbottomcenter #content {
	top: 48%;	
}

/* Special Conditions */
.icon.shadow {
	background: url('../images/shadow.png') no-repeat bottom center;	
}

/* Number of Rows */
li.row {
	clear: left;	
}
body#home.row2 #content ul {
	margin-top: -190px;	
}
body#home.row3 #content ul {
	margin-top: -285px;
}
body#home.row4 #content ul {
	margin-top: -380px
}
body#home.row5 #content ul {
	margin-top: -475px;
}
body#home.row6 #content ul {
	margin-top: -570px;
}
body#home.row7 #content ul {
	margin-top: -665px;
}

/* Special Shadows */
body#home.row2 #content ul li,
body#home.row3 #content ul li,
body#home.row4 #content ul li,
body#home.row5 #content ul li,
body#home.row6 #content ul li,
body#home.row7 #content ul li {
	background-position: center 165px;
}

body#home #content ul.col1 {
	width: 181px;
}
body#home #content ul.col2 {
	width: 362px;
}
body#home #content ul.col3 {
	width: 543px;
}
body#home #content ul.col4 {
	width: 724px;
}
body#home #content ul.col5 {
	width: 905px;
}
body#home #content ul.col6 {
	width: 1086px;
}
body#home #content ul.col7 {
	width: 1267px;
}
body#home #content ul.col8 {
	width: 1448px;
}
body#home #content ul.col9 {
	width: 1629px;
}
body#home #content ul.col10 {
	width: 1810px;
}
body#home #content ul.col11 {
	width: 1991px;
}
body#home #content ul.col12 {
	width: 2172px;
}
body#home #content ul.col13 {
	width: 2353px;
}
body#home #content ul.col14 {
	width: 2534px;
}
body#home #content ul.col15 {
	width: 2715px;
}
body#home #content ul.col16 {
	width: 2896px;
}
body#home #content ul.col17 {
	width: 3077px;
}
body#home #content ul.col18 {
	width: 3258px;
}
body#home #content ul.col19 {
	width: 3439px;
}
body#home #content ul.co20 {
	width: 3620px;
}

/* LIGHTS OUT*/

body.lightsout {
	background: #000 url('../images/bg-dark.gif') repeat-x fixed center center;	
}

body.lightsout .icon.shadow {
	background: url('../images/shadow-darker.png') no-repeat bottom center;	
}
body.lightsout #content li {
	background: url('../images/shadow-darker.png') no-repeat bottom center;	
}
body.lightsout #searchbox {
	background-image: url('../images/search-dark.png');
	color: #999999;
}
body.lightsout #content li a {
	opacity: 0.9;
}
body.lightsout #content .hover a.link, body.lightsout #content .hover a.bg {
	opacity: 1;
}
body.lightsout #footer a{
	background: url('../images/site-settings-dark.png') no-repeat 0 -70px;
		
}
body.lightsout #footer a.settingsCookie:hover, .skey {
	background-position: 0 -35px !important;
}
body.lightsout #footer a.settingsCookie:active {
	background-position: 0 -70px !important;
}

body.lightsout .copyright {
	color: #222;
}

body.lightsout #settingsModal.standalone {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
/* ----------*/


.toys {
	position: absolute;
	top: 80px;
	left: 10%;
}

#newstuff {
	display: none;
	font-size: 11px;
	color: #000;
	width: 99%;
	position: absolute;
	bottom: 53px;
	right: 15px;
	width: 140px;
	padding: 5px;
	background-color: #ffde00;	
	border-right: 1px solid #e4bf01;
	border-bottom: 1px solid #e4bf01;
	text-align: center;
}

#newstuff span a {
	color: #c38a02;
	font-weight: bold;
}
#newstuff span {
	margin-left: 10px;
}
#newstuff a {
	color: #000;
	text-decoration: none;
	margin-bottom: 3px;
}
#newstuff a:hover {
	text-decoration: underline;
}
#newstuff span a:hover {
	color: #000;
	text-decoration: none;
}
.copyright {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #ccc;
	font-size: 11px !important;
	z-index: 5000;
}


/* Customize Styles */

#content .icon {
	position: relative;
	width: 156px;
	height: 156px;
}
#content .content {
	width: 156px;
	height: 156px;
}
#content .flip  {
	z-index: 999;
}
#content .flip li {
	height: 255px;	
}
#content .flip .customize {
	display: none;	
}
#content .icon .front {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
#content .icon .back {
	display: none;	
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('../images/back-bg.gif') repeat-x;
	color: #000000;
}
#content .back .close {
	width: 38px;
	height: 38px;
	background: url('../images/close-bg.png') no-repeat;
	top: 20px;
	right: 20px;
	position: absolute;
	cursor: pointer;
}
#content .icon .close.hover {
	background-position: 0px -38px;	
}
#content .back .form {
	display: none;	
	border: 7px solid #EAEAEA;
	width: 276px;
	height: 264px;
}
#content .back h2 {
	font-size: 24px;
	color: #000000;
	margin: 40px 0px 0px 18px;
	font-weight: normal;
}
#content .back p {
	margin: 25px 0px 0px 18px;
	font-size: 12px;
	font-weight: bold;
}
#content .back input {
	-moz-user-select: text;
	border: 1px solid #C2C2C2;
	color: #555555;
	width: 222px;
	padding: 9px;
	margin: 15px 0px 0px 18px;
}
#content .back select {
	-moz-user-select: text;
	border: 1px solid #C2C2C2;
	color: #555555;
	width: 240px;
	margin: 15px 0px 10px 18px;
}
#content .back input:focus {
	border: 1px solid #9A9A9A;
}
#content .back .save {
	margin: 15px 0px 0px 18px;
	text-indent: -9999px;
	width: 102px;
	height: 42px;
	background:url('../images/save-sprite.png') no-repeat 0px 0px;
}
#content .back .save.hover {
	background-position: 0px -42px;
}
#content .back .save.down {
	background-position: 0px -84px;
}
#content .customize {
	display: none;
	width: 81px;
	height: 20px;
	position: absolute;
	bottom: -22px;
	right: 3px;
}
#content .customize a {
	display: block;
	width: 81px;
	height: 0px;
	padding-top: 20px;
	overflow: hidden;
	background: url('../images/customize.png') no-repeat;
}
#content .customize a:hover {
	background-position: 0px -20px;	
}

/*#optionsNav {
	background: url('../images/new-badge.gif') no-repeat top left;
	
}*/

/*custom colors*/

#content #custombg-transparent {
	background-image: none;
}
#content #custombg-silver {
	background-image:url('../images/custombg-silver.png');
}
#content #custombg-bright-blue {
	background-image:url('../images/custombg-bright-blue.png');
}
#content #custombg-blue {
	background-image:url('../images/custombg-blue.png');
}
#content #custombg-black {
	background-image:url('../images/custombg-black.png');
}
#content #custombg-red {
	background-image:url('../images/custombg-red.png');
}
#content #custombg-green {
	background-image:url('../images/custombg-green.png');
}
#content #custombg-orange {
	background-image:url('../images/custombg-orange.png');
}
#content #custombg-pink {
	background-image:url('../images/custombg-pink.png');
}
#content #custombg-purple {
	background-image:url('../images/custombg-purple.png');
}
#content #custombg-yellow {
	background-image:url('../images/custombg-yellow.png');
}

/* Customize Icon */
#content li #customize {
	background-image: url(../images/icon-customize.png);	
}
#content li #customize:hover {
	background-position: 0px -156px;	
}
#content li #customize:active {
	background-position: 0px -312px;			
}