blockquote{border-color: #777;}

h1
{ background: transparent;
  color: #6EAB03;
}

body, #main, #logo, #logo h1, #left_sidebar, #content, #right_sidebar,
#content a:hover
{ background: #444;
  color: #EEE;
}

#menu, #menu li a, .sidebaritem
{ background: #555;
  color: #EEE;
}

#menu li a:hover, #menu li a.selected, #menu li a.selected:hover
{ background: #555;
  color: #6EAB03;
  border-color: #B1BCA4;
}

.sbilinks li a, .sidebaritem a
{ background: transparent url(../img/arrow.png) no-repeat left center;
  color: #EEE;
} 

.sbilinks li a:hover, .sidebaritem a:hover
{ background: transparent url(../img/arrow_select.png) no-repeat left center;
  color: #EEE;
} 

#content a
{ background: transparent;
  color: #F06B00;
}

#footer
{ background: #444;
  color: #EEE;
  border-color: #6D913D;
}

#address, #footer a, #footer a:hover
{ background: transparent;
  color: #EEE;
}

/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom{background: #444;}
.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4{background: #555;}





/* global */
html{height: 100%;}

body
{ font-family: arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .78em;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1
{ font-family: serif;
  font-size: 108%;
  letter-spacing: .1em;
}

h2
{ margin: 1em 0 0 0;
  padding: 0;
  font-size: 120%;
  font-weight: normal;
}

img{border: 0px;}

a{outline: none;}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #links, #footer, #logo, #menu, #content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main{width: 950px}

/* header */
#header
{ width: 100%;
  height: 62px;
}

/* logo */
#logo
{ padding: 14px 0px 0px 0px;
  float: left;
  margin: 0 15px 0px 15px;
  background:url(../img/main-logo.gif) no-repeat 50% 50%;
  width:275px;
  height:40px;
  overflow:hidden;
}

#address
{ padding: 38px 20px 0px 14px;
  float: right;
  text-align: right;
}
#address a { color:#ddd;}
#address a:hover { color:#F06B00;}

#address span { color:#bbb; font-weight:bold;}

#address p
{ padding: 0px;
  margin: 0px;
}

#logo a
{ 
	font-family: verdana, arial, sans-serif;
	display:block;
	margin: 0px;
	padding: 55px 0 0 0;
	font-size: 160%;
	letter-spacing: .03em;
	color:#fff;
	text-decoration:none;
	  width:275px;
  height:40px;
}


/* navigation menu */
#menu{margin: 0px 15px 0px 15px;}

#menu ul
{ height: 38px; 
  margin: 0px auto;
} 

#menu li
{ float: left; 
  margin: 0px 0px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

#menu li a, #menu li a.selected, #menu li a:hover 
{ font-family: verdana, arial, sans-serif;
  display: block; 
  float: left; 
  height: 11px;
  text-decoration: none; 
  margin: 5px 12px 0px 4px;
  padding: 7px;
  text-transform: uppercase;
  font-size: 80%;
} 

#links
{ float: right; 
  width: 100px;
  text-align: right;
  padding: 0px 18px 0px 0px;
}

/* sidebars */
.sidebar
{ float: left;
  width: 194px;
  padding: 16px 15px 15px 15px;
}

/* sidebar items / links */
.sidebaritem
{ text-align: left;
  width: 194px;
  float: left;
  margin: 0px 0px 11px 0px;
  padding: 0px 0px 0px 0px;
}

.sidebaritem .h1, .sidebaritem .h2, .sidebaritem p{margin: 0px 10px 0px 10px}

.sidebaritem .h1
{ font-weight: normal; padding: 8px 0px 16px 0px;
  color: #6EAB03;
  font-size:12pt
}

.sidebaritem p
{ line-height: 16px; 
  padding: 0px 0px 8px 0px;
}

.sidebaritem a, .sidebaritem a:hover
{ padding: 0px 0px 2px 14px;
  text-decoration: none;
}

.sbilinks ul{margin: 0px 0px 18px 10px;}

.sbilinks li
{ list-style: none; 
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 5px 0px;
}

.sbilinks li a, .sbilinks li a:hover
{ height: 16px;
  text-decoration: none; 
  width: 149px;
} 

/* page content (centre) */
#content
{ text-align: justify;
  width: 484px;
  padding: 26px 9px 15px 9px;
  float: left;
}

#content h1
{ font-family: arial, sans-serif;
  margin: 5px 0px 12px 0px; 
  font-size: 128%;  
  font-weight: normal;
  text-transform: uppercase;
}

#content a, #content a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: none;
}

/* footer */
#footer
{ height: 44px;  
  padding: 18px 0px 4px 0px;
  font-size: 80%;
  text-transform: uppercase;
  font-family: verdana, arial, sans-serif;
  clear: both;
  text-align: center; 
  border-top: 2px solid;
  margin: 4px 15px 4px 15px;
}

#footer a
{ text-decoration: none;
  padding: 0px 0px 2px 0px;
  border-bottom: 1px dashed;
}

#footer a:hover
{ text-decoration: none;
  padding: 0px 0px 2px 0px;
  border-bottom: 1px solid;
}


.rtop, .rbottom{display: block;}

.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4
{ display: block;
  height: 1px;
  overflow: hidden; 
}

.r1{margin: 0 5px}

.r2{margin: 0 3px}

.r3{margin: 0 2px}

.rtop .r4, .rbottom .r4
{ margin: 0 1px;
  height: 2px
}



.selected { font-weight:bold;}
#content table { border-collapse:collapse;}
#content table td { padding:3px 6px; border:1px solid #ddd;}
#content table thead td { font-weight:bold; background-color:#555;}

#content .topcasinos {border:1px solid #ddd; width:100%; font-size:8pt; margin:0 0 10px 0;}
#content .topcasinos td { border:0 none; border-width:0 0 1px 0;}
#content .topcasinos thead td { border:1px solid #999; border-width:0 0 1px 0;}
#content .piclink { display:block; width:16px; height:16px; overflow:hidden; background-position:0 0; background-repeat:no-repeat;}
#content .piclink span {display:block; padding-top:17px;}

#content .topcasinos .odd td { background-color:#494949;}
#content .topcasinos td.us,#content .topcasinos td.bonus,#content .topcasinos td.match { text-align:center;}


.ac_results {border: 1px solid #ccc; background-color: #fff; padding: 0; margin: 0; list-style: none; position: absolute; z-index: 10000; display: none;}
.ac_results li {padding: 2px 5px; white-space: nowrap; color: #333; text-align: left; list-style: none;}
.ac_results li a {text-decoration: none; color: inherit;}
.ac_over {cursor: pointer; background-color: #eee;}
.ac_match { border-bottom:1px dotted; color: #966; font-weight:bold;}
#searchFormWrapper {margin:5px; padding:0; border:0 none;}
#searchFormWrapper form {margin:0; padding:0; border:0 none;}
#search {width:114px; font-size:9pt;}
#submit {width:54px; overflow:hidden; font-size:9pt;}


.onecomment {border-bottom:1px solid #bbb; background:#4F4F4F; margin-bottom:24px; padding:8px;}
.onecomment .title {font-weight: bold; font-size:110%;}
.onecomment .date { font-size:90%; font-style:italic; color:#777; padding:2px 0; text-align:left; margin:0}
.onecomment .text {margin: 6px 0 0 0; font-size:100%;}
.onecomment a { background:none !important;}
.video {text-align:center; margin:10px 0 20px 0}

#content a.play { background: url(../img/play.gif) no-repeat scroll 0 0;}


.pollitem ul {list-style:none !important;}
.pollitem li {list-style:none !important; background:none;}

.pollres {overflow:hidden; zoom:1; padding-right:8px; margin-left:10px;}
.pollres li {overflow:hidden; zoom:1;}
.pollres span {float:right; color:#66AB05; font-weight:bold;}
.pollres strong {float:left;}

#content p a {color:#DFB899;}

.image_r {float:right; padding:2px; background:#fff; border:1px solid #ccc; margin:0 0 8px 8px;}
.image_l {float:left; padding:2px; background:#fff; border:1px solid #ccc; margin:8px 8px 8px 0;}

.most_r a {font-weight:bold;}
.most_r small {display:block;}

.stuff {margin:0 10px;}
.stuff li {list-style:none;}
.stuff a, .stuff a:hover {background:none; display:block; padding:0;}
.st_img {width:61px; height:75px; margin:0 auto;}
.st_img img {padding:0; margin:0;}
.st_txt {text-align:center; text-decoration:underline !important;}
#contactform {padding:0 10px 10px 10px;}
#contactform textarea {width:172px; border:1px solid #333; margin-bottom:4px;}
#e-mail{width:172px; border:1px solid #333; margin-bottom:4px;}
#fact_img{
margin-left:10px;
}
.ad-links{float:right;padding:5px;width:224px;height:46px;border:1px solid #DDDDDD;background-color:#555555;}
.ad-links a{font-weight:bold;text-decoration:underline !important;color:#DDDDDD !important;font-size:13px;text-transform:capitalize;}
.ad-links p{font-size:12px;color:#AECCEB; margin:3px 0; line-height:1em; padding:0;}
.ad-links2 {height: 60px}

.bold { font-weight:bold;}
.text-center { text-align:center;}
.upper-case { text-transform:uppercase;}
.topcasinos {margin-top:20px; border-style:solid; border-color:#ccc; border-width:1px 1px 0 0; background:#ddd; color:#333;}
.topcasinos thead td, .topcasinos tfoot td {background-color:#666; color:#ccc;}
.topcasinos td {padding:3px; border-style:solid; border-color:#ccc; border-width:0 0 1px 1px;}
.topcasinos .row-header td {border-bottom:0;}
.topcasinos td img {text-align:center; border:0 none;}
.topcasinos td.play-td {border-style:solid; border-color:#ccc; border-width:1px 0 1px 1px;}
.topcasinos td a {color:#006600; font-weight:bold;}
.topcasinos .play { display:block; width:113px; height:41px; overflow:hidden; background:url(../img/play.gif) 0 0 no-repeat; margin:0 auto;}
.topcasinos .play span {display:block; padding-top:70px;}

.mp-content p{padding:0;margin:0 0 5px 0;}

#menu ul li{display:block;position:relative;overflow:hidden;}
#menu ul li:hover{overflow:visible;}
	#menu ul li ul{position:absolute;top:30px;left:0;width:200px;background-color:#555555;}
		#menu ul li ul li a, #menu ul li ul li a:hover, #menu ul li ul li{width:100%;margin:0;}

.aboutus a, .aboutus a:hover {
	background: none;
	padding: 0;
	color: #DFB899
}
