/* ###--------------------------------------------------------###
 * Template ravenhearst 2-0
 * Copyright (c) 2007 - 2010 Big Fish Games, Inc.
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 *
 * @author William Moffett <william.moffett@bigfishgames.com>
 * @version 0.8
 * @package PNP Tools
 * @subpackage SGS
 *
 * @modified 11/30/2007 william
 * @copyright Copyright (c) 2007 - 2010 Big Fish Games, Inc.
 * @license http://creativecommons.org/licenses/GPL/2.0/ Creative Commons GNU GPL
 */

/* base elements */
*{
	margin:0px;
	padding:0px;
}

body{
	margin:0px;
	padding:0px;
	font: normal .70em/1.6em "Courier New", Courier, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:center;
	background:#000000 url(images/background_1694.jpg) top center no-repeat fixed;

}

a{ text-decoration:underline; color:#993300;}
a:hover{ text-decoration:underline; color:#812c01;}

h1,h2,h3,h4,h5{
 	font: normal 1.8em "Courier New", Courier, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color:#000000;
}

h1{ font-size: 1.8em;}
h2{ font-size: 1.6em;}
h3{ font-size: 1.4em;}
h4{ font-size: 1.3em;}
h5{ font-size: 1em;}

p{}

ul { margin: 0; padding : 0; list-style : none; }

td{
	vertical-align:top;
}

/* images */
img{ border:none;}

img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 10px;
}
img.float-left {
  margin: 5px 10px 5px 0px;
}

/* object code  - added by william */
object{
	padding: 5px;
}
object.no-border {
	border: none;
}
object.float-right {
  margin: 5px 0px 5px 15px;
}
object.float-left {
  margin: 5px 15px 5px 0px;
}

/* form elements */
form {
	margin: 0px;
	padding: 0px;
}

label {
	display:block;
	font-weight:bold;
	margin:2px;
	padding: 2px;
}

input {
	margin:0px 5px 0px 5px;
	padding: 2px;
	border:1px solid #9c9c9c;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	font: normal 1em "Courier New", Courier, Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	color: #666666;
	background: #fbf8f2;

}

input:hover {
	border:1px solid #abaaaa;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	background: #ffffff;
}

textarea {
	width: 280px;
	margin:0px 5px 5px 5px;
	padding: 2px;
 	border:1px solid #9c9c9c;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	font: normal 1em "Courier New", Courier, Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	height:100px;
	display:block;
	color: #666666;
	background: #fbf8f2;
}

textarea:hover{
	border:1px solid #abaaaa;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	background: #ffffff;
}

/* helper classes */

.clear { clear: both; }
.clear-both{ clear:both; }
.clear-left{
	clear:left;
}

.clear-right{
	clear:right;
}

.clearfix{
	display:block;
	clear:both;
	height:1px;
}

.clearme{
	clear:both;
}

.spacer{
	padding:4px;
}

.pointer{
	cursor:pointer;
}

.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
.align-center{ text-align:center; }

.textbox{
	font: normal 1em Verdana, sans-serif;
	color: #333333;
}

.button{
	font-weight:bold;
	color:#ffffff;
	background-color:#3d1d08;
	border:1px solid #ffffff;
	border-bottom:1px solid #a09086;
	border-right:1px solid #a09086;
}

.button:hover{
	background-color:#5c371f;
	border:1px solid #ffffff;
	border-bottom:1px solid #a09086;
	border-right:1px solid #a09086;
	cursor:pointer;
}

/*### PAGE LAYOUT ### */
#prepage{
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height:20px;
	z-index: 500;
}

#precontainer{
	position:fixed;
	top: 0px;
	left: 0px;
 	width:100%;
	height:19px;
	padding:0px 0px 0px 10px;
	color:#dcdcdc;
	background:#000000;
	border-bottom:1px solid #202020;

}
#holder{
	width: 758px;
	margin: 0px auto;
	text-align:left;
}

#page{
	width: 1032px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background:#000000;
	border:1px solid #151515;
}

#header{
	margin:0px;
	padding:0px;
	position:relative;
	width: 1032px;
	height: 100px;
	background: #000000 url(images/header3.jpg) top right no-repeat;
}

#header h1, #header h2{
	position:absolute;
	top:0px;
	margin:0px;
	padding:0px;
	color:#ffffff;
}

#header h1{
	top:1px;
	left:5px;
	text-align:left;
	font-size:30px;
}

#header h1 a,#header h1 a:hover{
	color:#ffffff;
	text-decoration:none;
	outline:none;
}

#header h2 {
	top:10px;
	right:80px;
	font-size:20px;
	text-align:right;
	color:#86b27e;
}

#header h2 a,#header h2 a:hover{
	color:#86b27e;
	font-weight:bold;
	text-decoration:none;
	outline:none;
}

#utility{
	position:absolute;
	top:71px;
	right:-1px;
	display:inline;
	margin:0px;
	padding:0px 0px 0px 40px;
	height:25px;
	background: transparent url(images/utility1.gif) top left no-repeat;
	z-index:100;
}

#utility h4{
	display:none;
}

#utility p{
	margin:0px;
	padding:0px 20px 0px 10px;
	height:25px;
	float:left;
	line-height:25px;
	background-color:#000000;
}

#content{
	margin: 0px auto;
	padding:0px;
	width: 1032px;
}

#main{
	width:547px;
	float:left;
	text-align:left;
}

/**
 * fullscreen layout used for the play.php for online games.
 */
#main_wide{
	margin:0px;
	padding:0px 0px 0px 0px;
	width:728px;
	float:left;
	text-align:left;
}
#rightbar{
	margin-left:2px;
	padding-right:1px;
	width:301px;
	float:right;
	text-align:left;
}
#leftbar{
	padding-left: 1px;
	width:304px;
	float:left;
	text-align:left;
}

#sidebar{
	width:180px;
	float:right;
	text-align:left;
}

#footer{
	margin: 5px auto 0px auto;
	padding:0px;
	width: 1032px;
	border:1px solid #151515;
}

#disclaimer{
	color:#ffffff;
	background-color:#202020;
}

/* ### FEATURED GAME ### */
.feature{
	position:relative;
	margin:0px;
	/* padding:0px; */
	padding:8px;
	width:184px;
	height:174px;
	background:transparent url(images/feature.gif) top left no-repeat;
}

.feature span{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	width:184px;
	height:174px;
	background:transparent url(images/feature2.gif) top left no-repeat;
	-moz-opacity:.7;
	opacity:.7;
	filter: alpha(opacity=70);

}
/* ## SUB FEATURE GAMES ## */

/* ### GENRELIST STYLES ### */

#genrecaption{
	margin:0px;
	padding:20px 30px;
	text-align:left;
    font-size: 16px;
    font-weight: bold;
   	letter-spacing:-0.1em;
}

#genrecaption strong{
	color: #993300;
}

#genrecaption span{
	color: #993300;
	font-size:11px;
}

#genrelist a{
	display:block;
}

/* ### BROWSE ARCHIVE ### */

/* SORT LIST */

#sortlist label, #sortlist select{
	float:left;
	line-height:1em;
}
#sortlist label{
	margin-left:2px;
	margin-right:2px;
}

#sort{
	margin-left:2px;
	width:90px;
}
#order{
	margin-left:2px;
	width:100px;
}
#genre{
	margin-left:2px;
	margin-right:2px;
	width:90px;
}

#sortlist .textbox{
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #d0bb9b;
}


/* ### GAME INFO VIEW ### */

#gameinfo{}
#gameinfo ul{
	margin:10px 0px;
}
#gameinfo ul, #gameinfo ul li{
	padding: 0px 0px 0px 20px;
}

#gameinfo ul li { background: url(../../images/bullets/bullet_black.gif) 0px 3px no-repeat; }

.btn_video{
	display:block;
	margin:10px 0px;
	padding:10px;
}

/* ### REQUEST ### */

iframe#requestframe{
	margin:0px auto;
	/* width:500px; */
	width:528px;
	height:400px;

}

/* ## news_archive ## */

#news_archive ul{
	margin:4px;
	padding:4px;

}

#news_archive ul li{
	padding:4px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	list-style-image: url(../../images/bullets/bullet_black.gif);
}

#news_archive ul li ul li{
	list-style-image: url(../../images/bullets/bullet_blue.gif);
}

#news_archive ul li ul li ul li{
	list-style-image: url(../../images/bullets/bullet_ochre.gif);
}

/* ## DEFAULT MAIN BLOCKS ## */

#main .block{
	margin:0px 0px 20px 10px;
	width:526px;
	background: #fef2dd url(images/block.jpg) top left no-repeat;
	border:2px solid #b5a186;
	border-left:none;
	border-top:none;
}

#main .block h3{
	margin: 0px 3px;
	padding:11px 15px;
	border-bottom:1px dotted #d0bb9b;
}

#main .block .text{
	margin: 0px;
	padding:5px 15px;
}
#main .block dl{
	float: left;
	width: 120px;
}
/* ## DEFAULT main_wide BLOCKS ## */
#main_wide .block{
	margin:0px 10px 20px 10px;
	width:710px;
	background: #fef2dd url(images/block.jpg) top left no-repeat;
	border:2px solid #b5a186;
	border-left:none;
	border-top:none;
}

#main_wide .block h3{
	margin: 0px 3px;
	padding:11px 15px;
	border-bottom:1px dotted #d0bb9b;
}

#main_wide .block .text{
	margin: 0px;
	padding:5px 15px;
}
#main_wide .block dl{
	float: left;
	width: 135px;
}
/* ### RIGHT BAR STYLES ### */

#rightbar .block{
	width:300px;
	margin:0px 0px 15px 0px;
	padding:0px;
	background:#fef2dd url(images/sb_center_300.jpg) top left repeat-y;
}

#rightbar .block h4{
	margin: 5px 5px 0px 5px;
	padding:0px 0px 3px 0px;
	border-bottom:1px dotted #d0bb9b;
	font-weight:bold;
}

#rightbar .block .text{
	margin: 0px;
	padding:5px 10px;
}

#rightbar .block_bottom{
	width:300px;
	margin:0px;
	padding:0px 0px 15px 0px;
 	background:transparent url(images/sb_bottom_300.jpg) bottom left no-repeat;
}

#rightbar .block_top{
	width:300px;
	margin:0px;
	padding:25px 0px 0px 0px;
	background:transparent url(images/sb_top_300.jpg) top left no-repeat;
}


/* ### LEFT BAR STYLES ### */

#leftbar .block{
	width:300px;
	margin:0px 0px 15px 0px;
	padding:0px;
	background:#fef2dd url(images/sb_center_300.jpg) top left repeat-y;
}

#leftbar .block h4{
	margin: 5px 5px 0px 5px;
	padding:0px 0px 3px 0px;
	border-bottom:1px dotted #d0bb9b;
	font-weight:bold;
}

#leftbar .block .text{
	margin: 0px;
	padding:5px 10px;
}

#leftbar .block dl{
	float: left;
	width: 140px;
}

.leftbar_block_bottom{
	width:300px;
	margin:0px;
	padding:0px 0px 15px 0px;
 	background:transparent url(images/sb_bottom_300.jpg) bottom left no-repeat;
}

.leftbar_block_top{
	width:300px;
	margin:0px;
	padding:25px 0px 0px 0px;
	background:transparent url(images/sb_top_300.jpg) top left no-repeat;
}

/* ### SIDE BAR STYLES ### */

#sidebar .block{
	width:177px;
	margin:0px 0px 15px 0px;
	padding:0px;
	background:#fef2dd url(images/sb_center.jpg) top left repeat-y;
}

#sidebar .block h4{
	margin: 5px 5px 0px 5px;
	padding:0px 0px 3px 0px;
	border-bottom:1px dotted #d0bb9b;
	font-weight:bold;
}

#sidebar .block .text{
	margin: 0px;
	padding:5px 10px;
}

.block_bottom{
	width:177px;
	margin:0px;
	padding:0px 0px 15px 0px;
 	background:transparent url(images/sb_bottom.jpg) bottom left no-repeat;
}

.block_top{
	width:177px;
	margin:0px;
	padding:25px 0px 0px 0px;
	background:transparent url(images/sb_top.jpg) top left no-repeat;
}

/* ### MENU STYLES ### */

/* SEARCH MENU */

#search form{
	border:none;
	background-color:#000000;
}

/* LOGIN MENU */

#loginmenu .button{
	margin:4px 4px;
}

.errors{
	margin:0px;
	padding:5px 5px 5px 28px;
	border:1px solid #fbf1a3;
	background: #fdf8d2 url(../../images/icons/icon_error.gif) 5px 5px no-repeat;
}


/** online-games page */

#ogfeature img, #ogfeature object{
	margin:4px 8px 4px 0px;
	float:left;
}

#ogfeature h3, #ogfeature p{
	margin:0px;
	padding:0px;
}

.ogsubfeature{
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 10px;
	height:40px;
	width:500px;
	float:left;
}

.ogsubfeature img{
	float:left;
	margin-right:5px;
}

.ogsubfeature strong a{
	margin:0px;
	padding:2px 0px 0px 0px;
	width:170px;
	height:18px;
	display:block;
	overflow:hidden;
}

.onlinelink{
	margin:0px;
	padding:0px 0px 0px 10px;
	float:left;
	display:block;
	width:235px;
	height:20px;
	cursor:pointer;
}

.onlinelink strong{
	margin:0px;
	padding:2px 0px 0px 0px;
	float:left;
	display:block;
	width:180px;
	height:18px;
	overflow:hidden;
}

.onlinelink span{
	margin:0px;
	padding:2px 0px 0px 5px;
	display:block;
	width:30px;
	float:right;
}

/* Play view */

#playBack{
	margin:0px 0px 0px 0px;
}
/* NavIt */
       .navit-horiz-item
        {
            text-align: center;
            display: inline;
            cursor: pointer;
            float: left;
            background-repeat: no-repeat;
            width: 160px;
            line-height: 27px;
            margin: 0 0 -1px 0;
        }
        .navit-down
        {
			width: 16px;
			height: 16px;
            display: inline;
            cursor: pointer;
            float: right;
            margin: 2px;
            padding: 0 !important;
			position:absolute;

        }
        .navit-item-top .navit-down, .navit-horiz-item-top .navit-down
        {
			padding-left: 20px;
            background-image: url("../admin/down.gif") ;
        }
        .navit-item-secondary .navit-down, .navit-horiz-item-secondary .navit-down
        {
            background-image: url("../admin/down_dis.gif");
        }
        .navit-item-third .navit-down, .navit-horiz-item-third .navit-down
        {
            background-image: url("../admin/down.gif");
        }
        .navit-item-fourth .navit-down, .navit-horiz-item-fourth .navit-down
        {
            background-image: url("../admin/down_dis.gif");
        }
        .navit-item-top, .navit-horiz-item-top
        {

        }
        .navit-item-secondary, .navit-horiz-item-secondary
        {
 			margin-left: 10px;
        }
        .navit-item-third, .navit-horiz-item-third
        {
          
        }
        .navit-item-fourth, .navit-horiz-item-fourth
        {
         
        }
        .navit-item
        {
  
        }
        .navit-item a
        {
 
        }
        .navit-item span
        {

        }
        .navit-horiz-item a
        {
          
        }
/* ListNav */	
/* 
	STYLE SHEET FOR IHWY JQUERY LISTNAV PLUGIN V 2.0, 3/2/2009
	
	For more information, visit http://www.ihwy.com/Labs/jquery-listnav-plugin.aspx
*/


/* default styling example
----------------------------------------------------------------- */

.listNav {
	margin:0px 0 10px 0px;; 
	}

.ln-letters { overflow:hidden; }
.ln-letters a { font-size:0.9em; display:block; float:left; padding:2px 6px; border:1px solid #d0bb9b; border-right:none; text-decoration:none; }
.ln-letters a.ln-last { border-right:1px solid #d0bb9b; }
.ln-letters a:hover,
.ln-letters a.ln-selected { background-color:#fde8c4; }
.ln-letters a.ln-disabled { color:#ccc; }
.ln-letter-count { text-align:center; font-size:0.8em; line-height:1; margin-bottom:3px; color: #000; }

#genrelist li { float:left; }
#genrelist a { display:block; text-align:center; width:230px; border:1px solid #d0bb9b; padding:5px; margin:0 5px 5px 0; text-decoration:none }
#genrelist a:hover { background-color:#fde8c4 }

#onlineaction li { float:left; }
#onlineaction a { display:block; text-align:center; width:230px; border:1px solid #d0bb9b; padding:5px; margin:0 5px 5px 0; text-decoration:none }
#onlineaction a:hover { background-color:#fde8c4 }

#onlinemahjong li { float:left; }
#onlinemahjong a { display:block; text-align:center; width:230px; border:1px solid #d0bb9b; padding:5px; margin:0 5px 5px 0; text-decoration:none }
#onlinemahjong a:hover { background-color:#fde8c4 }

#onlinepuzzle li { float:left; }
#onlinepuzzle a { display:block; text-align:center; width:230px; border:1px solid #d0bb9b; padding:5px; margin:0 5px 5px 0; text-decoration:none }
#onlinepuzzle a:hover { background-color:#fde8c4 }

#onlinecard li { float:left; }
#onlinecard a { display:block; text-align:center; width:230px; border:1px solid #d0bb9b; padding:5px; margin:0 5px 5px 0; text-decoration:none }
#onlinecard a:hover { background-color:#fde8c4 }

#onlineword li { float:left; }
#onlineword a { display:block; text-align:center; width:230px; border:1px solid #d0bb9b; padding:5px; margin:0 5px 5px 0; text-decoration:none }
#onlineword a:hover { background-color:#fde8c4 }

#onlinehidden li { float:left; }
#onlinehidden a { display:block; text-align:center; width:230px; border:1px solid #d0bb9b; padding:5px; margin:0 5px 5px 0; text-decoration:none }
#onlinehidden a:hover { background-color:#fde8c4 }

#onlinematch3 li { float:left; }
#onlinematch3 a { display:block; text-align:center; width:230px; border:1px solid #d0bb9b; padding:5px; margin:0 5px 5px 0; text-decoration:none }
#onlinematch3 a:hover { background-color:#fde8c4 }

#onlinemarble li { float:left; }
#onlinemarble a { display:block; text-align:center; width:230px; border:1px solid #d0bb9b; padding:5px; margin:0 5px 5px 0; text-decoration:none }
#onlinemarble a:hover { background-color:#fde8c4 }

#onlinebrain li { float:left; }
#onlinebrain a { display:block; text-align:center; width:230px; border:1px solid #d0bb9b; padding:5px; margin:0 5px 5px 0; text-decoration:none }
#onlinebrain a:hover { background-color:#fde8c4 }

#onlineadventure_large li { float:left; }
#onlineadventure_large a { display:block; text-align:center; width:230px; border:1px solid #d0bb9b; padding:5px; margin:0 5px 5px 0; text-decoration:none }
#onlineadventure_large a:hover { background-color:#fde8c4 }

#onlineadventure li { float:left; }
#onlineadventure a { display:block; text-align:center; width:230px; border:1px solid #d0bb9b; padding:5px; margin:0 5px 5px 0; text-decoration:none }
#onlineadventure a:hover { background-color:#fde8c4 }

#onlinetime li { float:left; }
#onlinetime a { display:block; text-align:center; width:230px; border:1px solid #d0bb9b; padding:5px; margin:0 5px 5px 0; text-decoration:none }
#onlinetime a:hover { background-color:#fde8c4 }

#onlinekids li { float:left; }
#onlinekids a { display:block; text-align:center; width:230px; border:1px solid #d0bb9b; padding:5px; margin:0 5px 5px 0; text-decoration:none }
#onlinekids a:hover { background-color:#fde8c4 }

#onlinestrategy li { float:left; }
#onlinestrategy a { display:block; text-align:center; width:230px; border:1px solid #d0bb9b; padding:5px; margin:0 5px 5px 0; text-decoration:none }
#onlinestrategy a:hover { background-color:#fde8c4 }

#onlineriddle li { float:left; }
#onlineriddle a { display:block; text-align:center; width:230px; border:1px solid #d0bb9b; padding:5px; margin:0 5px 5px 0; text-decoration:none }
#onlineriddle a:hover { background-color:#fde8c4 }

#onlineenglish li { float:left; }
#onlineenglish a { display:block; text-align:center; width:230px; border:1px solid #d0bb9b; padding:5px; margin:0 5px 5px 0; text-decoration:none }
#onlineenglish a:hover { background-color:#fde8c4 }
