/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */


* {
	padding: 0;
	margin: 0;
	top: auto;
}

body {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background-image: url(../images/headerbg4.jpg); background-repeat:repeat-x;
	color: #030C5B;
	background-color:#effcff;
}

/* links */
a {
	color: #013682;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	background-color:#ffffbe;
	text-decoration:none;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #F78217;
}
h1 { font-size: 2em; display:inline; }
h2 { font-size: 1.8em; text-transform:uppercase;}
h3 { font-size: 1.8em; }

p, h1, h2, h3 {
	margin: 0;
}

code {
	margin: .5em 0;
	display: block;
	padding: 20px;
	text-align: left;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
	/* white-space: pre; back check */
  	background: #10578C;
	border: 1px solid #0065C6;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #0065C6;
}
blockquote {
	margin: 10px 15px;
 	padding: 10px 0 10px 28px;  
   border: 1px solid #0065C6;
	background: #1E89DC; 
  	font: bold 1.3em/1.5em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
}

/* start - table */
/* form elements */

#links a {
	color: #013682;
	font-weight: bold;
}

#links a:hover {
	background-color: #ffffbe;
	text-decoration:none;
	font-weight: bold;
}

.box-table-a
{
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 14px;
	text-align: left;
	background: #FFF;
	border: 1px solid #cccccc;
	height: 400px;
	
}
.box-table-a th
{
	font-size: 14px;
	padding: 8px;
	background: #1162bb;
	color: #FFF;
	font-size: 18px;
	font-weight: 100;
}
.box-table-a td
{
	padding: 4px;
	font-size:12px;
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid transparent;
	color: #999;
}


.box-table-a tr:hover td
{
	background: #b7f3ff;
	color: #339;
}

.box-table-a a:hover
{
	text-decoration:none;
	color: #01183a;
	font-weight: bold;
}

.box-table-a .title
{
	font-size:12px;
	font-weight:700;
	color:#666666;
}

.offer
{
	font-size: 13px;
	font-weight:bold;
}
.box-table-a .odd
{
	background: #e7e7e7;
}

.box-table-a .site
{
	font-size:11px;
	font-weight:bold;
}

.box-table-a .play
{
	padding: 0;
	background: url(../images/bonuses/play-now2.gif) no-repeat .3em 1.8em;
	font-weight:bold;
	color:#000000;
	vertical-align:middle;
}

.coupon
{
	color:#F00;
}
/*
form {
	background-color: #42e1fe; 
}
*/
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

textarea {
	width: 55%;
	padding: .3em;
	font: normal 1em/1.5em Verdana, sans-serif;
	border: 1px solid #eee;
	height: 10em;
	display:block;
	color:#777;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 10px; padding: 0 0 1.5em 0;	
	width: 18em;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 11em;
	color: #777; 
	padding: .4em; 
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, #content, #nav {
	width: 950px;	
}

/* outside */
.outside {
	margin: 10px 0;	
	padding: 10px 10px 10px 10px;
	font-size:1.2em;
	line-height:1.8em;
}

/* box */
.box {
	padding: 10px;
	border: 1px solid #cccccc;
	background: #FFFFFF;
	font-size:1.2em;
	line-height:1.8em;
	width: 518px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 185px;
	float: none;
}

.topbox {
	font-size: 1.2em;
	line-height: 1.8em;
	padding-bottom: 10px;
	padding-left: 185px;
}

/* header */
#header {
	height: 130px;
	text-align: left;

}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#header-content h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 58px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	letter-spacing: -1px;
	color: #fff;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 0px; left: 10px;	
}
#header-content #logo-text span {
	color: #00D1FE;
}
#header-content #logo-pic a {
	width:218px;
	height:66px;
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	background: url(../images/lord_logo2.gif) no-repeat center bottom;
	/* change the values of top and left to adjust the position of the logo*/
	top: 10px;
	left: 10px;
}
/* TOP AD*/
#header-content #ad {
	width:728px;
	height:115px;
	position: absolute;
	display: block;
	left: 235px;
	top: 1px;
}

#header-content h1#logo-pic a span {
visibility: hidden;
}
#header-content h1#logo-pic a:hover{text-decoration: none}

#header-content #slogan {
	position: absolute;
	font: bold 16px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top: 65px;
	left: 24px;
	width: 184px;
}
#header-content #slogan h1 {
	font: bold 16px 'Trebuchet Ms', Sans-serif;
	color: #FFF;
}

/* header links */	
#header-content #header-links {
	position: absolute;
	top: 2px; right: 6px;	
	color: #fff;
	font: bold 15px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
}
#header-content #header-links a {	
	color: #93C9F4;
	text-decoration: none;	
}
#header-content #header-links a:hover {
	color: #fff;		
}

.adlink {
	text-align:center;
	font-size:13px;
	font-weight:bold;
}

.adlink a {
	text-decoration:underline;
	color: #FF0;
}

.adlink a:hover {	
	text-decoration:none;
	background: none;

	}


/* Navigation */
#nav-wrap {
	float: left;
	width: 100%;
	background: url(../images/menubg5.gif) repeat-x left bottom; 
	clear: both;
}
#nav {
	clear: both;	
	margin: 0 auto;
	padding: 0;		
}
#nav ul {
	float: left;
	list-style: none;
	text-transform: capitalize;
	margin: 0;
	padding: 0;	
	height: 64px;		
}
#nav ul li {
	float: left;
	margin: 0; padding: 0;
	height: 64px;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 10px;
	color: #004d5b;
	font: bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;	
}
#nav ul li a:hover, 
#nav ul li a:active {
	text-decoration:underline;
}
#nav ul li#current {	
	background: url(../images/nav-current6.gif) no-repeat center bottom;
}
#nav ul li#current a {
	color: #1a788b;
}

/* content */
#content-wrap {
	clear: both;
	background-image: url(../images/top-t-b.gif);
	background-repeat: repeat-x;
}

#globtopt {
	height: 164px;
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

#content {
	text-align: left;
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}

/* sidebar */
#sidebar {
	float: left;
	width: 170px;
	margin: 0px;
	padding: 0px;
}

#sidebar h2 {
	font: 11pt 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #002368;
	padding-top: 5px;
	padding-right: 0;
	font-weight: bold;
	padding-bottom: 5px;
	text-align:center;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin: 0;
	padding: .3em 0 1em 3px;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	text-align: left;
}

/*
#sidebar ul.sidemenu li {
	padding: 0;
	background: url(sm-but3.jpg) no-repeat .4em .2em;
}
*/
.bingo_c {
	color:#0c4faf;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu li a {
	display: block;
	color: #013682;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5em;
	font-size: 14px;
	padding-top: 0.1em;
	padding-right: 0;
	padding-bottom: 0.1em;
	padding-left: 14px;
}
#sidebar ul.sidemenu li a:hover {
	color: #9f1a00;
	text-decoration: none;
	font-family: "Trebuchet MS", Tahoma, Sans-serif;
}
#sidebar ul.sidemenu ul{
	margin-left: 10px;
}

#sidebar ul.sidemenu2 {
	list-style:none;
	margin: 0;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	text-align: left;
	width: 140px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 8px;
}

#sidebar ul.sidemenu2 li {
	padding: 0;
	width: 100%;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0 6px;
}

* html body #sidebar ul.sidemenu2 li { height: 1%; }

#sidebar ul.sidemenu2 li a {
	display: block;
	color: #013682;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	font-size: 13px;
	list-style: none;
	text-align: left;
	width: auto;
	padding-left: 10px;
	left: 5px;
}
#sidebar ul.sidemenu2 li a:hover {
	color: #9f1a00;
	text-decoration: none;
	font-family: "Trebuchet MS", Tahoma, Sans-serif;
}
#sidebar ul.sidemenu2 ul{
	margin-left: 10px;
}

#sidebar .sep{
	background: url(../images/sidebarsep2.jpg) repeat-x left bottom;
	height: 2px;
	margin: 0px 15px 10px 0;
	clear: both;
}

#sidebar .sidebox {
	margin: 5px 5px 5px 0;
	padding: 0;
	background: #FFFFFF;
	border: 1px solid #cccccc;
}

.featnewtxt {
	font-size:10px;
	color: #F00;
}

.featbox {
	padding: 0;
	line-height: 16px;
	background: #FFFFFF;
	border: 1px solid #cccccc;
}

.mailbox {
	line-height: 16px;
	background: #FFFFFF;
	border: 1px solid #cccccc;
}

.mailpic {
	float: right;
	padding-right: 6px;
}
.newstext {
	padding-left:10px;
	font-size:12px;
}

.featbox-ad {
	padding: 10px 22px 10px 22px;
	background: #FFFFFF;
	border: 1px solid #cccccc;
}

#sidebar .sidebox2 {
	margin: 5px 10px 5px 0;
	padding: 0;
}

/* sidebar2 */

#sidebar2 {
	float: right;
	width: 230px;
	padding: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
}

#sidebar2 h2 {
	font: bold 12pt 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	text-align:center;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #002368;	
}
#sidebar2 ul.sidemenu {
	list-style:none;
	margin: 0;
	padding: .3em 0 5px 5px;		
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;		
}
#sidebar2 ul.sidemenu li {
	padding: 0;
}

* html body #sidebar2 ul.sidemenu li { height: 1%; }

#sidebar2 ul.sidemenu li a {
	display: block;
	font-weight: bold;
	color: #E8F4FF;	
	text-decoration: none;
	padding: .2em 0 .2em 30px;
	line-height: 1.5em;
	font-size: 1.1em;
}
#sidebar2 ul.sidemenu li a:hover {
	color: #FFF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0.25em 0.45em;
}

#sidebar2 ul.sidemenu ul{
	margin-left: 15px;
}

#sidebar2 .sep{
	background: url(../images/sidebarsep2.jpg) repeat-x left bottom;
	height: 2px;
	margin: 0px 15px 10px 0;
	clear: both;
}

/* main */
#main {
	padding: 0;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	
}
#main h2 { 
	font: bold 2.8em 'Trebuchet MS', Arial, Sans-serif;
	color: #0257b4;
	letter-spacing: -2px;		
	padding-bottom: 0;	
}
#main h2 a {
	color: #650045;
	text-decoration: none;
}

/* footer */
#footer-wrap {
	clear: both;
	border-top: 5px solid #ffd900;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1.6em;
	padding-right: 0;
	padding-bottom: 1.6em;
	padding-left: 0;
	background-color:#001342;
}
#footer-wrap a {
	text-decoration: none;
	color: #5B9CFF;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #003d76;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #E8F4FF;
	margin: 0;
	padding: 0 10px; 
	text-transform: none;
}

/* footer columns */
#footer-columns {
	color: #5B9CFF;
	margin: 0 auto; 
	padding: 0;	
	width: 90%;	
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	background: url(../images/footer-dots.jpg) repeat-x left top;	
}
#footer-columns li {
	background: url(../images/footer-dots.jpg) repeat-x left bottom;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: .5em 0 .5em 1em;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #E8F4FF;	
	margin: 0 auto; 
	padding: 1em 0;
	text-align: center;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.white {	color: #e512a3; }

img.rssfeed {
	border: none; 
	padding: 0 0 5px 0;
	background: transparent;
}

.post-by {
	font-size: .95em;	
	padding-top: 0;
}
.post-footer { 
	text-align: right; 
	background: #1E89DC;
	border: 1px solid #0065C6; 
	padding: 8px 10px;
	margin: 20px 15px 10px 15px;
}
.post-footer .date {
	background: url(../images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 3px;
}
.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 	20px; margin: 0 3px 0 3px;
}
.post-footer .readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 3px;
}

/*bar's logos thumbnail generator*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #EAEAEA;
padding: 1px;
left: -1000px;
border: 1px dashed #c6c6c6;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 100px; /*position where enlarged image should offset horizontally */
}

/*end bar's logos thumbnail generator*/
.comment-wrap {
	background-color: #CFF;
	color: #1E89DC;
	margin-top: 5px;
}

.alllink {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: 800;
	text-align: center;
	font-size: 13px;
}
.alllink a {
	color: #970097;
}

.alllink a:hover {
	color: #FB007D;
}

.playnowtable a:hover {
	background-color:inherit;
}
