/*begin page*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	min-width: 964px;
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	color: #666666;
	font-size: 1em;
}
h1 {
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 1.76em;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
h2 {
	text-transform: uppercase;
}
h3 {
	font-size: 1.3em;
	text-transform: uppercase;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #405a11;
}

a:hover {
	text-decoration: underline;
}
#main {
	height: 100%;
}
#inner {
	background-color: #8FB052;
	/* if content is shorter than window, #inner needs to have height set to 100%.
	 * otherwise, #inner needs to have min-height set to 100% and no height set.*/
	min-height: 100%;
	margin-bottom: -65px;
}
/*end page*/
/*begin font styles*/
.georgia {
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
}
/*end font styles*/
/*begin other*/
.clear {clear: both;}
.clear-left {clear: left;}
/*end other*/
/*begin header*/
#header {
	background-color: #66CCCC;
}
#header > div {
	position: relative;
}
#sunrays {
	background-repeat: no-repeat;
	background-image: url("../imgs/sunrays.png");
	width: 904px;
	margin: 0 auto;
	left: 14px;
}
#logo{
	border: none;
	position: absolute;
	top: -34px;
	left: 338px;
}
#hills-top{
	background-position: center center;
}
#hills-bottom {
	background-image: url("../imgs/background_colors.png");
	background-position: 0 -57px;
	background-repeat: repeat-x;
	top: -64px;
}
/*end header*/
/*begin masthead*/
#masthead {
	margin: 0 auto;
	width: 964px;
}
#masthead > div {
	position: absolute;
	background-repeat: no-repeat;
}
#tagline {
	text-transform: uppercase;
	position: absolute;
	color: #ffffff;
	font-size: 1em;
	letter-spacing: 0.05em;
	left: 345px;
	top: 50px;
}
/*end masthead*/
/*begin login*/
#login-label {
	text-transform: uppercase;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color: #FFFFFF;
	font-size: 0.74em;
	letter-spacing: -0.01em;
	margin: 1px 0 8px 1px;
	font-weight: bold;
}
.login-text {
	border: 1px solid #FFFFFF;
	padding: 0;
}
.login-text input {
	background-repeat: no-repeat;
	color: #FFFFFF;
	border: none;
}
.login-text input:focus {
	outline: none;
}
#login-button {
	cursor: pointer;
	float: right;
	margin-top: -5px;
	width: 104px;
}
#login-button button {
	color: #FFFFFF;
	padding: 0;
	border: none;
	width: 100%;
	line-height: 1.7em;
	font-size: 1em;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	height: 26px;
}
#rememberme {
	text-transform: uppercase;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color: #FFFFFF;
	font-size: 0.64em;
	font-weight: bold;
	margin-top: 8px;
}

#rememberme input {
	width: 10px;
	background: none;
	height: 10px;
	padding: 0px;
}
/*end login*/
/*begin nav*/
#nav {
	background-image: url("../imgs/background_colors.png");
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 57px;
	text-align: center;
}
#nav-inner * {
	display: block;
}
#nav-inner {
	display: inline-block;
}
#nav-inner a {
	float: left;
	width: 120px;
	text-align: center;
	text-decoration: none;
	margin: 11px 10px 0;
}
#nav-inner a > i {
	height: 5px;
	position: relative;
	background-image: url("../imgs/main_sprite.png");
	background-position: -48px 0;
	background-repeat: no-repeat;
}
#nav-inner a > i > i, #nav-inner a > b > b {
	height: 5px;
	margin: 0 5px;
	background-image: url("../imgs/background_colors.png");
	background-position: 0 -117px;
	background-repeat: repeat-x;
}
#nav-inner a > i > b {
	height: 5px;
	width: 5px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url("../imgs/main_sprite.png");
	background-position: -54px 0;
	background-repeat: no-repeat;
}
#nav-inner a > b {
	height: 5px;
	position: relative;
	background-image: url("../imgs/main_sprite.png");
	background-position: -48px -6px;
	background-repeat: no-repeat;
}
#nav-inner a > b > i {
	height: 5px;
	width: 5px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url("../imgs/main_sprite.png");
	background-position: -54px -6px;
	background-repeat: no-repeat;
}
#nav-inner a span {
	color: #FFFFFF;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 0.86em;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url("../imgs/background_colors.png");
	background-repeat: repeat-x;
	background-position: 0 -117px;
	letter-spacing: 0.02em;
	line-height: 1.8em;
	height: 26px;
}
#nav-inner a > big {
	background-position: -46px -12px;
	height: 6px;
	width: 10px;
	margin: 0 auto;
	background-repeat: no-repeat;
}
#nav-inner a:hover > big {
	background-image: url(../imgs/main_sprite.png);
}
#nav-inner a {
float:left;
text-align:center;
text-decoration:none;
width:100px;
margin: 0;
display: inline;
}

#nav-inner li {
float:left;
list-style-type:none;
margin-right:20px;
width:115px;
}

.button .arrow {
background-position:-46px -12px;
background-repeat:no-repeat;
height:6px;
margin:39px auto;
width:15px;
}
.button:hover  > .arrow {
background-image:url("http://famigogames.com/imgs/main_sprite.png");
}

.button {
background:transparent url(../imgs/button_left.png) no-repeat scroll 0 0;
float:left;
font-family:Georgia,Palatino,"Palatino Linotype",Times,"Times New Roman",serif;
font-size:0.96em;
font-weight:bold;
height:43px;
letter-spacing:0.02em;
margin:8px 0 0;
padding:0 0 0 10px;
text-transform:uppercase;
width:110px;
}
.button a {
background:transparent url(../imgs/button_middle.png) repeat scroll 0 0; /*1px*/  /*firebug shows that we don't need 1 px transparent*/
color:#FFFFFF;
font-size:14px;
font-weight:bold;
line-height:39.8px;
padding:0 0;
position:relative;
}
.button .right {
background:url(../imgs/button_right.png) no-repeat scroll 0 0 transparent;
height:40px;
width:10px;
margin-left:-1px;
float:left;

}

*+ html .button a {padding:0 0 1px 0;width:110px !important;}
*+ html #nav-inner li {margin-right:0px;width:140px;}
/*end nav*/
/*begin content*/
#content {
	margin: 0 auto;
	width: 964px;
}
#content-inner {
	background-color: #ffffff;
}
#content-window {
	height: 278px;
	overflow: hidden;
	margin: 19px 71px 0 66px;
	position: relative;
}
#content-container {
	position: relative;
}
/*end content*/
/*begin footer*/
#push-footer {
	height: 138px;
}
#footer {
	background-image: url(../imgs/dirt.png);
	background-repeat: repeat-x;
	height: 65px;
	position: relative;
}
#copyright {
	background-color: #754200;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 0.5em;
	font-weight: bold;
	text-transform: uppercase;
	top: 30px;
	position: relative;
	letter-spacing: 0.026em;
	text-align: center;
	color: #EEC800;
	height: 20px;
	padding-top: 15px;
}
#copyright a {
	color: #EEC800;
}
/*end footer*/



/*begin truncation and lightbox*/
span.view-more {
	text-decoration: none;
	font-weight: bold;
	color: #405a11;
	cursor: pointer;
}
span.view-more:hover {
	text-decoration: underline;
}
#lightbox {
	position: absolute;
	z-index: 10000;
}
#lightbox-head {
	margin-bottom: 10px;
}
#lightbox-horizontal {
	padding-right: 19px;
	border-left: 1px solid #828282;
}
#lightbox-vertical {
	padding-bottom: 19px;
	border-bottom: 1px solid #828282;
}
#lightbox-container {
	position: relative;
	padding: 10px;
}
#lightbox-content {
	overflow: hidden;
}
#lightbox-ok {
	width: 70px;
	float: right;
}
.lightbox #lightbox-head > a > img {
	border: none;
	display: inline-block;
	width: 57px;
	height: 57px;
	vertical-align: middle;
}
.lightbox #lightbox-head > h1 {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.lightbox #lightbox-body {
	padding: 10px;
	border: 1px solid #666666;
	background-color: #ffffff;
	margin-bottom: 21px;
}
/*end truncation and lightbox*/





/*begin buttons*/
.button-text {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.6em;
	text-align: center;
	border: none;
	width: 100%;
	cursor: pointer;
	
}
span.button-text {
	height: 14px;
	padding: 1px 0;
}
button.button-text {
	height: 16px;
	padding: 0 0 1px;
}
/*end buttons*/
/*begin corners corners*/
.side {
	width: 100%;
	height: 100%;
	position: absolute;
}
.corner{
	background-repeat: no-repeat;
	background-image: url(../imgs/main_sprite.png);
	position: absolute;
}

.corner.five{height: 5px;width: 5px;}
.vertical.five{padding-bottom: 9px;margin-top: -5px;}
.horizontal.five {padding-right: 9px;margin-left: -5px;}
.topleft.five {top: -5px;left: -5px;}
.topright.five {top: -5px;right: -4px;}
.bottomleft.five {bottom: -5px;left: -5px;}
.bottomright.five {bottom: -5px;right: -4px}

.corner.ten{height: 10px;width: 10px;}
.vertical.ten{padding-bottom: 19px;margin-top: -10px;}
.horizontal.ten {padding-right: 19px;margin-left: -10px;}
.topleft.ten {top: -10px;left: -10px;}
.topright.ten {top: -10px;right: -10px;}
.bottomleft.ten {bottom: -10px;left: -10px;}
.bottomright.ten {bottom: -10px;right: -10px}

.side.green, .corner.green.solid {
	background-image: url(../imgs/background_colors.png);
	background-repeat: repeat-x;
	background-position: 0 -203px;
}
.side.blue, .corner.blue.solid {
	background-image: url(../imgs/background_colors.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.side.purple, .corner.blue.solid {
	background-image: url(../imgs/background_colors.png);
	background-repeat: repeat-x;
	background-position: 0 -244px;
}
.side.lightbox, .corner.blue.solid {
	background-color: #666666;
	opacity: 0.7;
}

.topleft.lightbox{background-position: 0 0;}
.topright.lightbox {background-position: -11px 0;}
.bottomleft.lightbox {background-position: 0 -11px;}
.bottomright.lightbox {background-position: -11px -11px;}
/*end advanced corners*/

/*begin alternate buttons*/
.f-button {
	cursor: pointer;
	display: inline-block;
}
.f-button *, b.corner, b.corner *, i.corner, i.corner *  {
	display: block;
}
.f-button > b, b.corner {
	background-repeat: no-repeat;
	height: 5px;
	width: 100%;
	position: relative;
}
.f-button > b > b, b.corner > b {
	height: 5px;
	margin: 0 5px;
}
.f-button > b > i, b.corner > i {
	background-repeat: no-repeat;
	position: absolute;
	height: 5px;
	width: 5px;
	right: 0;
	top: 0;
}
.f-button > span {
	position: relative;
}
.f-button > span > * {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.7em;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	line-height: 1em;
}
.f-button > i, i.corner {
	background-repeat: no-repeat;
	height: 5px;
	position: relative;
	width: 100%;
}
.f-button > i > i, i.corner > i {
	height: 5px;
	margin: 0 5px;
}
.f-button > i > b, i.corner > b {
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
	bottom: 0;
	right: 0;
	position: absolute;
}
/*end alternate buttons*/
/*begin alternate button colors */

/*corners*/
.f-button > b, .f-button > b > i, .f-button > i, .f-button > i > b, b.corner, b.corner > i, i.corner, i.corner > b {
	background-image: url("../imgs/main_sprite.png");
}
/*main color*/
.f-button > b > b, .f-button > span, .f-button > button, .f-button > i > i, b.corner > b, i.corner > i {
	background-image: url("../imgs/background_colors.png");
}

/*top left, top middle, top right*/
.f-button.green > b, b.corner.green {background-position: -34px -12px;}
.f-button.green > b > b, b.corner.green > b {background-position: 0 -153px;}
.f-button.green > b > i, b.corner.green > i {background-position: -40px -12px;}

.f-button.violet > b, b.corner.violet {background-position: -36px 0;}
.f-button.violet > b > b, b.corner.violet > b {background-image: url(../imgs/violet_bg.png);}
.f-button.violet > b > i, b.corner.violet > i {background-position: -42px 0;}

.f-button.blue > b, b.corner.blue {background-position: -22px -12px;}
.f-button.blue > b > b, b.corner.blue > b {background-position: 0 0;}
.f-button.blue > b > i, b.corner.blue > i {background-position: -28px -12px;}

.f-button.purple > b, b.corner.purple {background-position: -24px 0;}
.f-button.purple > b > b, b.corner.purple > b {background-position: 1px -194px;}
.f-button.purple > b > i, b.corner.purple > i {background-position: -30px 0;}

/*middle*/
.f-button.green > span, .f-button.green > button {background-position: 1px -153px;}
.f-button.violet > span, .f-button.violet > button {background-image: url(../imgs/violet_bg.png);}
.f-button.blue > span, .f-button.blue > button {background-position: 1px 0;}
.f-button.purple > span, .f-button.purple > button {background-position: 1px -194px;}

/*bottom left, bottom middle, bottom right*/
.f-button.green > i, i.corner.green {background-position: -34px -18px;}
.f-button.green > i > i, i.corner.green > i {background-position: 0 -153px;}
.f-button.green > i > b, i.corner.green > b {background-position: -40px -18px;}

.f-button.violet > i, i.corner.violet {background-position: -36px -6px;}
.f-button.violet > i > i, i.corner.violet > i {background-image: url(../imgs/violet_bg.png);}
.f-button.violet > i > b, i.corner.violet > b {background-position: -42px -6px;}

.f-button.blue > i, i.corner.blue {background-position: -22px -18px;}
.f-button.blue > i > i, i.corner.blue > i {background-position: 0 0;}
.f-button.blue > i > b, i.corner.blue > b {background-position: -28px -18px;}

.f-button.purple > i, i.corner.purple {background-position: -24px -6px;}
.f-button.purple > i > i, i.corner.purple > i {background-position: 1px -194px;}
.f-button.purple > i > b, i.corner.purple > b {background-position: -30px -6px;}

i.corner.white {background-position: -46px -20px;}
i.corner.white > i {background: #FFFFFF none;}
i.corner.white > b {background-position: -52px -20px;}
/*end alternate button colors*/



/*BEGIN MINIMAL*/
/*begin header*/
.minimal #header {
	height: 142px;
	position: relative;
	z-index: 1;
}
.minimal #sunrays {
	height: 134px;
}
.minimal #hills-top{
	background-image: url(../imgs/hill_small.png);
	background-repeat: repeat-x;
	height: 64px;
	top: -63px;
}
.minimal #hills-bottom {
	height: 8px;
}
/*end header*/
/*begin masthead*/
.minimal #masthead {
	top: -142px;
}
.minimal #beta {
	background-image: url(../imgs/beta.png);
	width: 65px;
	height: 22px;
	top: 20px;
	left: 615px;
}
.minimal #red-dog {
	background-image: url(../imgs/minimal_sprite.png);
	background-position: 0 0;
	width: 79px;
	height: 91px;
	top: -14px;
	left: 695px;
}
/*end masthead*/
/*begin login*/
.minimal #top-bar {
	top: -53px;
	width: 964px;
}
.minimal #top-bar > .left {
	float: left;
	width: 104px;
	margin: -1px 0 0 10px;
	text-decoration: none;
}
.minimal #top-bar > .left span {
	background-image: url(../imgs/background_colors.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 0.8em;
	height: 15px;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-weight: bold;
	letter-spacing: 0.04em;
	width: 100%;
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding-top: 1px;
}

.minimal #top-bar > .right {
	float: right;
	width: 104px;
	margin: -1px 0 0 10px;
	text-decoration: none;
}
.minimal #top-bar > .right span {
	background-image: url(../imgs/background_colors.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 0.8em;
	height: 15px;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-weight: bold;
	letter-spacing: 0.04em;
	width: 100%;
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding-top: 1px;
}
.minimal #login {
	float: left;
}
.minimal #login > form > div {
	float: left;
}
.minimal #login-username input {
	background: #A1E4E4 none;
}
.minimal #login-password input {
	background-image: url(../imgs/minimal_sprite.png);
	background-position: 0 -92px;
}
.minimal .login-text {
	width: 132px;
	height: 24px;
	margin: 0 5px 0 0;
}
.minimal .login-text input {
	height: 24px;
	width: 120px;
	padding: 0 6px;
}
.minimal #login-button {
	margin-top: 0;
	width: 65px;
}
.minimal #login-button button {
	font-size: 0.6em;
	height: 16px;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-weight: bold;
	letter-spacing: 0;
	padding-bottom: 16px;
}
.minimal #login-button-top {
	margin-bottom: -6px;
}
/*end login*/
/*begin nav*/
.minimal #nav {
	position: relative;
	z-index: 1;
}
/*end nav*/
/*begin content*/
.minimal #content {
	height: 100%;
	position: relative;
	top: -342px;
	margin-bottom: -342px;
}
.minimal #content-inner {
	height: 100%;
	overflow: visible;
}
.minimal #content-container {
	margin: 362px 71px 20px;
	display: inline-block;
	width: 822px;
}
/*end content*/
/*END MINIMAL*/
#loggedin {
	color: #FFFFFF;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 0.86em;
	font-weight: bold;
	text-transform: uppercase;
}
#connect {
	text-transform: uppercase;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.76em;
	top: -43px;
}
#connect a {
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	display: inline-block;
	border: none;
	vertical-align: text-top;
	color: #FFFFFF;
}
#bigpurplebutton {
	font-family:Georgia,Palatino,"Palatino Linotype",Times,"Times New Roman",serif;
	font-size:0.86em;
	font-weight:bold;
	height:26px;
	letter-spacing:0;
	padding-bottom:16px;
	line-height:1.7em;
	padding:0;
	text-transform:uppercase;
	width:200px;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	background-image:url(../imgs/violet_bg.png);
}
#responsetouser {
	font-weight: bold;
	color:#666666;
}
#indentedbullet {
    margin-left: 50px;
}
#playericon {
	height: 30px;
	width: 30px;
}
#playericon-large {
	height: 70px;
	width: 70px;
}
#mediathumbnail {
	width: 130px;
	height: 130px;
}
#mediafile {
	width: 130px;
	height: 170px;
	margin: 10px;
	text-align: center;
	display: block;
	float: left;
}
