/*

	Sporkle Fresh Lite
		
	v. 5.0
	
*/

/* Force Vertical Scrollbar */
html {
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.01em;
}

hr {
	display: none;
}

.clear {
	clear: both;
}

/* If Subscriber */
.hide {
	display: none;
}

/* Layout
-------------------------------------- */
#container {
	min-width: 800px;
	max-width: 1100px;
	width: 80%;
	_width: 800px;
	margin: 0 auto;
}
#page {
	padding: .5em 0 0 0;
	clear: both;
	text-align: left;
}
#sidebar {
	float: right;
	width:30%;
}
.inner {
	padding-left: .5em;
}
#content-main {
	float: left;
	width:70%;
}

/* Global Font
-------------------------------------- */
body, input, textarea, .list-games small {
	font: 80%/140% Arial, Helvetica, sans-serif;
	color: #32370B;
}

/* Various
-------------------------------------- */
.bg {
	background: #F9FBEA url(fresh/headerbg.jpg) repeat-x top;
}
body {
	margin: 0;
	padding: 0 0 4em 0;
	text-align: center;
}
h1, h2, h4 {
	padding: 0 0 .5em 0;
	margin: 0;
	font: normal 120% Arial, sans-serif;
}
h3 {
	padding: .5em 0;
	margin: 0;
	font: bold 100% Arial, Helvetica, sans-serif;
}
p, small, blockquote, ul {
	margin: 0;
	padding: .5em 0;
}
ul {
	margin-left: 1em;
	padding-left: .5em;
	list-style-type: square;
}
table {
	_font-size: 100%; /* IE only */
}


/* Boxes
-------------------------------------- */
.box, .box-small, .box-wide, .box-wide-featured {
	padding: 1em;
	margin-bottom: .5em;
	background-color: #FFFFFF;
	border: 1px solid #EAF1B6;
}
.box::after, .box-wide::after, .box-small::after, .box-wide-featured::after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .box-small, * html .box-wide, * html .box-wide-featured { /* Auto clearing float for IE */
	height: 1%;
}
.box-wide-featured small {
	font-size: 100%;
}

/* Fix this */
.box-wide-featured li {
	margin-left: 2em;
	list-style-type: square;
}
.center {
	text-align: center;
}





.screenshot-big {
	margin-right: 1.5em;
}


/* Link Styles */
a:link { color: #CC3300; }
a:hover { color: #FF4506; }
a:active { color: #FF4506; }
a:visited { color: #511400; }

img {	border: 0 !important; }


/* Alignments */
.align-left {
	float: left;
}
.align-right {
	float: right;
}
.align-center {
	margin: 0 auto;
	text-align: center;
}


#header {
	text-align: left;
	margin: 1em auto 0 auto;
	padding: 0 1em;
/*	width: 90%; */
}
#header h1 {
	display: inline;
}
#header h1 a {
	display: block;
	width: 116px;
	height: 57px;
	text-indent: -99999px;
	background: url(fresh/logo.gif) no-repeat;
	float: left;
}
#header h1 a:hover {
	background: url(fresh/logo_over.gif) no-repeat;
}
#header .tagline {
	width: 35%;
	float: left;
	margin: 1em 1em;
	color: #808D1B;
}
#header ul {
	width: 100%;
	clear: both;
	margin: 1em 0 0 0;
	padding: 0;
	text-align: left;
	float: left;
	list-style: none;
	height: 34px;
	border-bottom: 1px solid #C8DB3E;
	background: url(fresh/menushadow.gif) repeat-x bottom;
}
#header ul li {
	display: inline;
}
#header ul li a {
	color: #464E0E;
	display: block;
	float: left;
	padding: .5em 2em;
	margin: 1px 5px 0 5px;
	_margin: 3px 5px 0 5px;
	text-decoration: none;
}
#header ul li a:hover {
	margin: 0 4px;
	color: #1B1E06;
	background-color:#F9FBEA;
	border-left: 1px solid #C8DB3E;
	border-top: 1px solid #C8DB3E;
	border-right: 1px solid #C8DB3E;
	border-bottom: 2px solid #F9FBEA;

	_position: relative;
	_z-index: 1;
	_top: 2px;
}
	
/* Login Box */
.login {
	line-height: 150%;
	padding: .5em;
	margin: 0;
	text-align: left;
	width: 280px;
	float: right;
	background-color: #FFFFFF;
	border: 1px solid #EAF1B6;
}
.meta-avatar {
	float: left;
}
.meta-logout {
	line-height: 150%;
	font-weight: bold;
	text-align: left;
}
.meta-logout small {
	padding: 0;
	margin: 0;
	font-weight: normal;
}


/* Breadcrumbs */
.breadcrumbs {
	font-size: 90%;
	clear: both;
	padding: .5em 0 0 1em;
	float: left;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
	color: #899346;
}
.breadcrumbs a:active {
	color: #B08500;
}
.breadcrumbs a:hover {
	color: #D0DE72;
}
.forms-button-login {
	cursor: pointer;
}
.forms-input-login {
	width: 100px;
}
.forms-checkbox-login {
	width: 11px;
	vertical-align: middle;
}







/* Forms */
input {
	font-size: 100%;
	line-height: 100%;
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
.forms-input {
	height: 16px;
	width: 160px;
	padding: 1px;
	vertical-align: middle;
}
textarea {
	width: 90%;
	padding: .5em;
	font-size: 100%;
}
.forms-button {
	height: 20px;
	cursor: pointer;
	margin-right: 10px;
}
.forms-checkbox {
	width: 14px;
	vertical-align: middle;
	margin-bottom: 4px;
}
.forms-box {
	float: left;
	margin: 0 8px 8px 0px;
}
.forms-button-big {
	height: 35px;
	cursor: pointer;
	margin-right: 10px;
	padding: 0 10px;
/*	float: right; */
}
fieldset {
	border: 1px solid #D7E476;
	margin: 0 20px;
	padding: 8px;
}
fieldset p {
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
legend {
	font-weight: bold;
}

/* Footer */
#footer {
	width: 100%;
	text-align: center;
	height: 18px;
	clear: both;
	padding-top: 50px;
	color: #5B622F;
	padding-bottom: 50px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #899346;
}
#footer a:hover {
	color: #D0DE72;
}

/* Screenshots */
.screenshot-big, .screenshot-small, .screenshot-box {
	clear: both;
	border: 0;
	float: left;
}
.screenshot-big {
	width: 179px;
	height: 137px; 
}
.screenshot-small {
	width: 120px;
	height: 60px;
}
.screenshot-box {
	width: 179px;
	height: 137px; 
	margin: 0px 8px;
}
.screenshot-subscription {
	width: 179px;
	height: 137px; 
	margin: 0px 8px;
}


/* Misc. */
.icon {
	width: 12px;
	height: 12px;
	padding-right: 4px;
}
.icon-big {
	float: left;
	padding-left: 2px;
	width: 35px;
	height: 35px;
	padding-right: 2px;
}
.game-type {
	float: right;
	padding-right: 16px;
}

.game-meta {
	display: inline;
	float: right;
	width: 40%;
	min-width: 200px;
	padding: 1em;
	margin-top: 1em;
	margin-left: 1em;
	background: #F2F7D2;
}
.game-meta h2 a {
	text-align: center;
	padding: .25em;
	display: block;
	margin: 0 0 .25em 0;
	text-decoration: none;
	font: bold 140%/180% Arial, Helvetica, sans-serif;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FF6633;
	border-bottom: 1px solid #FF6633;
	border-left: 1px solid #FFFFFF;
	background: #FFD297;
}
.game-meta h2 a:hover {
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FF6633;
	border-bottom: 1px solid #FF6633;
	border-left: 1px solid #FFFFFF;
	background: #FFE6C4;
}
.game-meta h2 a:active {
	border-top: 1px solid #FF6633;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #FF6633;
	background: #FFE6C4;
}

.stressed {
	color:#CC0000;
}


/* Highscores */
.highscores {
	padding: 0;
	font: 80% Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.highscores td {
	padding-right: 8px;
}
.highscores .score {
	color: #995C0B;
}
.highscores .date {
	padding-left: 4px;
	color: #416F9C;
}
.highscores .name {
	width: 70px;
	overflow: hidden;
}

/* Gameslist */
.list-games {
	width: 100%;
}
.list-games ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.list-games li {
	width: 45%;
	height: 60px;
	float: left;
	overflow: hidden;
	margin-bottom: 2em;
	padding-left: 1em;
}
.list-games small {
	display: none;
}
.list-games li a {
	display: block;
	height: 60px;
	text-decoration: none !important;
	border-bottom: 0 !important;
}
.list-games a:link, .list-games a:hover, .list-games a:visited, .list-games a:active {
	border-bottom: 0;
}
.list-games li a:hover {
	background-color:#E4F1FA;
}
.list-games h3 {
	text-decoration: underline;
}
.list-games small {
	font-size: 100%;
}
.list-games .screenshot-small {
	padding-right: 4px;
}

/* Shopping */
.shop-desc {
	display: none;

	font-size: 100%;
/*	display: block; */
	height: 100px;
	overflow: hidden;
	padding-right: 16px;
}
.grandtotal {
	font-size: 120%;
	font-weight: bold;
	border-bottom-style: double;
	border-bottom-width: 3px;
}
.error {
	color: #FF0000;
}
.sn {
	background-color: #F6F9FE;
}
.codeView {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
}
.codeViewBig {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
}
.item-inactive {
	color: #92B2C9;
}
.item-active {
	color: #7D8702;
}
.stressed-highlight {
	background-color: #FCEDEF;
	-moz-border-radius: 10px;
}
.itemBg {
	font-weight: bold;
	background-color: #F6F9FE;
	margin-bottom: 6px;
	-moz-border-radius: 10px;
}

.progress-inactive {
	background-image: url(/images/shopping_progress_inactive.gif);
}
.progress-active {
	background-image: url(/images/shopping_progress_active.gif);
}
.textGrandTotal { /* deprecated, use .grandtotal instead */ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	font-weight: bold;
	border-bottom: 3px double;
}
.button-buy {
	width: 77px;
	height: 29px;
}



.feedicon {
	width: 12px;
	height: 12px;
}

.googlead {
	clear: both;
	padding: 1em;
	text-align: center;
}
.googlead iframe {
	border: 1px solid #F0F5CD;
	background: #fff;
	padding: 1em;
}


.gamecontrols {
	padding: 0 1em;
	margin: .5em 0;
	background: url(../images/controlsbg.gif) repeat-x;
}
.gamecontrols p {
	padding: .25em 0;
}



