/*
Theme Name: BingoChest
Theme URI: http://wwww.als-design.com
Description: Wordpress theme for Bingochest.com
Version: 1.0
Author: Al's design
Author URI: http://wwww.als-design.com
Tags: bingo ,  only pages, clean
*/

@import "reset.css";
/* PNG hack */
img, div, a, input {
	behavior: url(iepngfix.htc)
}
div#map img {
	behavior: none;
}
/* base.css, part of YUI's CSS Foundation */
h1 {
	font-size:138.5%;  /*18px via YUI Fonts CSS foundation*/
}
h2 {
	font-size:123.1%; 	/*16px via YUI Fonts CSS foundation*/
}
h3 {
	font-size:108%;  	/*14px via YUI Fonts CSS foundation*/
}
h1, h2, h3 {
	margin:0.5em 0; 	/* top & bottom margin based on font size */
}
h1, h2, h3, h4, h5, h6, strong {
/*	font-weight:bold;  	/*bringing boldness back to headers and the strong element*/
}
p, fieldset, table, hr {
	margin-bottom:1em; 	/*so things don't run into each other*/
	line-height:130%;
}
ul, ol, dl {
	margin:0 0 2em 2em;
	padding-left: 0;
}
ol li {
	/*giving OL's LIs generated numbers*/
    list-style: decimal outside;
}
ul li {
	/*giving UL's LIs generated disc markers*/
    list-style: disc outside;
}
li {
margin-bottom:0.5em;
line-height:130%;
}
dl dd {
	/*giving UL's LIs generated numbers*/
    margin-left:1em;
}
img {
	border:0px;
	text-decoration: none;
}
/* my CSS start */
body {
	/*background:#1E1504 url(images/bg.jpg) repeat-x; */
  background:#1E1504;
}
body, td, th, input, button, textarea {
	color:#0A1B36;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;

}

a, a:link, a:visited {
	color:#996600;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a img, a:link img, img {
	border-bottom:0px none !important;
	text-decoration:none !important;
	display:inline-block !important;
	vertical-align:bottom!important;
}
a.imglnk {
	border:0px none;
	text-decoration:none;
}
h1 {
	color:#663333;
	font:30px Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	margin-bottom:10px;
}
h2 {
	color:#663333;
	font:25px Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}
h3 {
	color:#663333;
	font:20px Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}
input, button, textarea {
	padding:4px;
	border:#89C5DF 1px solid;
}
label {
	float:left;
	margin-right:10px;
	padding-top:5px;
	text-align:right;
}
hr {
height: .1em;
color: #fff;
background-color: transparent;
border-top: 1px dashed #663333;
border-bottom: 1px dashed #663333;
clear:both;
}
.submit {
	background:#0066cc url(images/button.png) repeat-x;
	color:#FFF;
	cursor:pointer;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.floatcenter {
margin:auto;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.imgleft {
	float:left;
	margin: 0px 10px 10px 0;
}
.img_marginrt15{
margin-right:15px;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
/* no right border onlast LI element */
.last {
	border-right:0px none !important;
}
.size12 {
	font-size:12px;
}
.width20 {
	width:20px;
}
.width380 {
	width:380px;
}
/* Wordpress specific */
.post-edit {
	padding:0;
	margin:0;
}
a.post-edit-link {
	font-size:12px;
	background:#663333;
	color:yellow;
	padding:5px;
	text-decoration:none;
}
a.post-edit-link:hover {
	text-decoration:underline;
}
.table
{
/*	background: #fff; */
	margin:0px 20px 15px 0;
	border-collapse: collapse;
	text-align: left;
}
.table th
{
	font-weight: bold;
	padding: 10px 6px;
	border-bottom: 2px solid #92924e;
}
.table td
{
	border-bottom: 1px solid #c2c284;

	padding: 6px 6px;
}
.table td
{

}
ul.buttonlist {
margin:0;
padding:0;
}
ul.buttonlist li{
    list-style: none;
	text-align:center;

}

/* main containers START */

#container {
	background:url(images/bg-container.png) repeat-y top center;
}
#bg_top {
	background:url(images/bg-top.png) center bottom no-repeat;
	height:20px;
}
#bg_bottom {
	background:url(images/bg-bottom.png) center bottom no-repeat;
	height:30px;
}
#main {
	width:942px;
	margin:auto;
}
#header {
	background:url(images/header.png);
	margin:0px;
	padding:0px;

}
#content {
	background-color:#FCFCCA;
	margin:10px 80px 20px 80px;
}
#left {
	width:730px;
	float:left;
}
#right {
	width:240px;
	float:left;
}
#footer {
	background-color:#FCFCCA;
	text-align:center;
	padding:20px 0;
}
.spacer {
	width:10px;
	float:left;
}
.spacer5 {
	width:3px;
	float:left;
}
.padd10 {
	padding:10px;
}
#scroller {
	position:fixed;
	top: 15px;
	right: 15px;
	background: url(images/scroller.png);
	width:110px;
	height:40px;
	}
#scroller a{
	text-indent:-9000px;
	display:block;
	width:110px;
	height:40px;}
/* main containers END */
/* header containers START */
#flashbox {
}
/* header elements END */
/* main menu START*/
ul#menu {
	margin:0;
	padding:0;
	height:44px;
	padding-left:80px;
	background:url(images/bg-menu.gif);
}
ul#menu li {
	float:left;
	display:block;
}
ul#menu li a {
	text-indent:-9000px;
	display:block;
	height:44px;
}
ul#menu li.page-item-1 a {
	width:100px;
	background:url(images/menu.gif);
}
ul#menu li.page-item-1 a:hover {
	background:url(images/menu.gif) 0 44px;
}
ul#menu li.page-item-2 a {
	width:150px;
	background:url(images/menu.gif) -100px 0;
}
ul#menu li.page-item-2 a:hover {
	background:url(images/menu.gif) -100px 44px;
}
ul#menu li.page-item-3 a {
	width:110px;
	background:url(images/menu.gif) -250px 0;
}
ul#menu li.page-item-3 a:hover {
	background:url(images/menu.gif) -250px 44px;
}
ul#menu li.page-item-4 a {
	width:210px;
	background:url(images/menu.gif) -360px 0;
}
ul#menu li.page-item-4 a:hover {
	background:url(images/menu.gif) -360px 44px;
}
ul#menu li.page-item-5 a {
	width:130px;
	background:url(images/menu.gif) -570px 0;
}
ul#menu li.page-item-5 a:hover {
	background:url(images/menu.gif) -570px 44px;
}
ul#menu li a.help {
	width:90px;
	background:url(images/menu.gif) -700px 0;
}
ul#menu li a.help:hover {
	background:url(images/menu.gif) -700px 44px;
}
/* main menu END*/
/* box styling START */
.box {
	padding:10px;
	background:#e4eaf0;
	border-left:1px #a7b8c0 solid;
	border-right:1px #a7b8c0 solid;
}
.thumb {
	padding:4px;
	background-color:#FFF;
	border:#89C5DF 1px solid;
	margin:10px 0;
}
/* footer START */
#footer ul {
	padding:10px;
	margin:0;
}
#footer ul li {
	/*	float:left;*/
	display:inline;
	padding: 0;/*	background:red; */
	border-right:1px #d6d6d6 solid;
	background:none;
	margin:0;
}
#footer ul li.last {
	border:0px none !important;
}
#footer ul li a {
	padding:5px 8px;
	text-decoration:none;
}
#footer ul li a:hover {
	text-decoration:underline;
}
/* footer END */

