@charset "utf-8";
/* CSS Document */

body {
	background-image:url('../images/garland-background.jpg');
	background-repeat:no-repeat;
	background-position: top center;
	margin:0px;
	padding:0px;
}


/* Style for grid cells */
.rf-tgrid {
    margin: 1px;
    padding: 5px 10px 5px 10px;
    vertical-align: middle;
    text-align: center;
}

/* Style for the grid */
.rf-tablestyle {
    border: 10px solid;
    border-color:#423836;
	color:#423836;
    cursor: pointer;
	background-image:url('../images/box-back.png');
	box-shadow: 0 0 8px rgba(255, 255, 255, .7);
}

/* Style for the div containing the grid */
#rf-searchgamecontainer {
    float: left;
    padding-right: 50px;
	padding-top:60px;
}


/* Style for the div containing the word list */
#rf-wordcontainer {
    float :right;
    padding-right: 58px; 
    cursor: default;
	margin : 1em 1em 1em 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	cursor: pointer;
	line-height:26px;
	background-color:#e2d6b4;
	box-shadow: 0 0 8px rgba(26, 53, 74, .9);
	padding-top:120px;
	margin-top:60px;
	color:#00673e;
}

/* Style for the words that have been found */
.rf-foundword {
	text-decoration:line-through;
	color:#b19963;
	background:none;
}

#rf-tablegrid .rf-armed {

}

#rf-tablegrid .rf-highlight {

}


#rf-tablegrid .rf-glowing {
	background: #99c949;
        
}

#rf-tablegrid .rf-selected {
	background: #c71f1e;
	color:#fff;
}

/* style for words that didn't make it on the grid */
.rf-pfalse {
    color: gray;
    visibility: hidden; 
}

#page-header {
	position:absolute;
	width:275px;
	height:220px;
	left:475px;
	top:5px;
}

#shell {
	width:728px;
	margin:auto;
	
	padding-top:30px;
	position:relative;
	font-family: 'Cherry Swash', cursive;
	font-size: 18px;
	text-transform:lowercase;
	font-weight:normal;
	color:#1a354a;
}

#banners {
	clear:both;
	padding-top:20px;
	width:728px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}