/*
Theme Name: Gambling Guru
Theme URI: #
Description: Gambling Guru Theme
Version: 1.0
Author: BK,AK,BP
Author URI: #

Ported to Drupal 5.0 by BK,AK,BP
#

The CSS, XHTML and design is released under GPL:
#

*/
body {
	margin: 0;
	padding: 0;
	font-family : Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1em;
}
a {
	color: #CC6600;
	text-decoration: underline;
}
a:visited {
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
img {
	border: none;
}
p {
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0 0 1.2em 0;
	padding: 0;
}
h1 {
	font-size: 1.8em;
	line-height: 1em;
	margin: 0;
	padding-bottom: 20px;
}
h1 a, h1 a:visited{
	color: #333333;
	text-decoration: none;
}
h1 a:hover{
	color: #FF6600;
	text-decoration: none;
}
h2 {
	font-size: 1.6em;
	line-height: 1em;
	margin: 0;
	padding-bottom: 5px;
}
h2 a, h2 a:visited {
	color: #333333;
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
h3 {
	font-size: 1.5em;
	margin: 0.3em 0 0 0;
	padding: 0;
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}

#topwrapper, #menuwrapper, #campaignwrapper, #contentwrapper, #footerwrapper {
	text-align: center;
	border-top: 1px solid #fff;
}

#top, #menu, #casino-campaign, #campaign, #homecontent, #footer {
	width: 928px;
	text-align: left;
	margin: 0 auto;
}

#topwrapper {
	background: #eee url("images/header-bg-tile.jpg") repeat-x center;
}
#top {
	background: transparent url("images/gg-main-logo.jpg") no-repeat;
	height: 100px;
	background-color: none;
}

#menuwrapper{

	height: 36px;
	background: transparent url("images/menu-bg-tile.jpg") repeat-x;
	background-color: red;
	margin: auto;
	text-align: center;
}

#pageWrapper {

	background: #fff url("images/bg_sides_content.gif") repeat-y center;
}

#page {
	margin: 0px auto;
	width: 928px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #FFFFFF url("images/bg_sidebar.png") repeat-y;
}

#page #campaignBlock {

	height: 30px;
	background: #eee url("images/campaign.png") repeat-x;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	overflow: hidden;
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
	padding-left: 10px;
}

#page #campaignBlock p {
	font-family: Tahoma, Verdana; font-size: 14px;
}

.sidebarbox {
	clear: both;
	margin-bottom: 25px;
}

#sidebar-right h3 {
	color: #333333;
	font-size: 1.0em;
	background: url("images/bg_separator.png") repeat-x bottom;
	padding-bottom: 3px;
	margin: 20px 0 10px 0;
}

.outage {
	float: right;
	width: 16px;
	height: 16px;
	margin: 8px 5px 0 5px;
	background: url("images/money_pound.png") no-repeat top right;
	text-indent: -5000px;

}

.guestpost {
	float: right;
	width: 16px;
	height: 16px;
	margin: 8px 5px 0 5px;
	background: url("images/television.png") no-repeat top right;
	text-indent: -5000px;
}

.guesthead {
	background: url("images/bg_guesthead.png") repeat-x bottom;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	padding: 5px;
	margin: 0;
	margin-bottom: 2px;
}

#guestposts .guesthead h5 {
	padding: 0;
	margin: 0;
}

#guestposts .guesthead h5 a, .guesthead h5 a:visited {

	color: #993300;
}

.guruads {
	background: #fffae5 url("images/bg_fffae5_fade.gif") repeat-x bottom;
	border: 1px solid #fff1b7;
	padding: 10px;
	color: #666;
	font-size: 13px;
	margin-bottom: 5px;
	width: 100%;
}

.guruads li {
	list-style: none;
	font-size: 0.9em;
	line-height : 1.4em;
	background: url("images/tick.png") no-repeat 0px 2px;
	padding-left: 20px;
	padding-bottom: 5px;
}

.guruads ul {
	padding-left: 10px;
}

.guruads h4 {
	font-size: 1.3em;
	margin: 0.3em 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color: #E6EFC2;
    border:1px solid #C6D880;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 13px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color: #529214;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width: 400px;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
}

div.divider {
	clear: both;
	background: url("images/bg_divider.gif") no-repeat top center;
	height: 15px;
	margin: 15px 0;
	border-top: 1px solid #eee;
}

#footerwrapper{
	background: #eee url("images/bg_sides_footer.gif") repeat-y center;
}
#footer{
	background: #ddd;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	height: 70px;
}

#footer p {
	margin: 0;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	padding: 20px 0 0 30px;
	float: left;
}

#footer p a, #footer p a:visited{

	color: #333333;
}

#footer p.right {
	padding: 25px 30px;
	float: right;
}

.nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}
.nav li {
	float: left;
	margin-left: 5px;
}
.nav li a.active{
	color: #000000;
}
.nav li a{
	color: #ffffff;
	text-decoration: none;
	background: #5c8d0c url("images/nav-button-bg.gif") repeat-x;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	border-top: 1px solid #E6EED0;
	border-left: 1px solid #AFCD69;
	border-right: 1px solid #AFCD69;
	display: block;
}
.nav li a:hover {
	color: #000000;
}
#content {
	padding: 10px 0px 30px 20px;
	float: left;
	width: 580px;
	overflow: hidden;
}
.post {
	clear:both;
	padding-top: 10px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url("images/date-bg.gif") no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.entry {
	float:right;
	width: 438px;
}
.post-cat {
	background: url("images/mini-category.gif") no-repeat left center;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url("images/mini-comments.gif") no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url("images/mini-calendar.gif") no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.pager {
	clear: both;
	padding: 10px 0px;
}
.pager-list a, .pager a:visited {
	color: #59770e;
}
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .even {
	background: #f1fedb;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 1.2 em;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
form {
	font: 110% Arial, Helvetica, sans-serif;
}

form label{
	color: #;
	font-size: 87%;
}
form input{
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
form textarea{
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
form textarea:focus, form input[type="text"]:focus {
	background: #ffffff;
}
form input[type="submit"] {
	background: url("images/btn-bg.gif") no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:none;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

#sidebar-right
{
	padding: 0;
	/*width: 308px;*/
	width: 278px;
	padding: 15px;
	float: right;
}

#sidebar-right h3 {
	color: #333333;
	font-size: 1.0em;
	background: url("images/bg_separator.png") repeat-x bottom;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
}

#sidebar-right p {
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	}

#sidebar-right #searchform #s {
	width: 185px;
	padding: 3px;
	border: 1px solid #999;
	}

#sidebar-right #searchsubmit, #submit {
	background: #ccc url("images/bg_button.png") repeat-x top;
	padding: 3px 5px;
	border: 1px solid #999;
	color: #666;
	}

#sidebar-right #guestposts h6 {
	font-size: 0.7em;
	font-weight: normal;
	color: #999;
	margin: 0;
}

/*search form */
#search-theme-form {
	margin: 12px 0 0 0;
	padding: 0 0 0 0;
}
#search-theme-form input[type="text"] {
	border:1px solid #203346;
	width: 135px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #bed881;
	background: #fff;
	margin: 0 2px 0 0;
	color: #000000;
	font-weight: normal;
}
#search-theme-form input[type="submit"] {
	background: url("images/search-btn-bg.gif") no-repeat;
	border: none;
	margin: 0 0 0 0;
	width: 67px;
	height: 26px;
	float: none;
}
#credits {
	margin: 0px auto;
	width: 760px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited{
	color: #048db4;
}
.center {
	text-align: center;
}
img.center, a img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #D5E6AC;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.center {
	border-color: #FF6600;
	background: #FF6600;
}
.alignleft {
	float: left;
}
img.alignleft, a img.alignleft {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #D5E6AC;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.alignleft{
	border-color: #FF6600;
	background: #FF6600;
}
.alignright {
	float: right;
}
img.alignright, a img.alignright {
	float:right;
	margin: 4px 10px 5px 0px;
	border: 1px solid #D5E6AC;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.alignright{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

#block-comment-0 li {
	background: url("images/mini-recent-comments.gif") no-repeat left top;
	padding-left: 20px !important;
}


#block-user-2 a, #block-user-3  {
	background: url("images/mini-loginout.gif") no-repeat left center;
	padding-left: 20px !important;
}

.block-user form input[type="submit"] {
float:none;
margin-bottom: 10px;
}

.block-user .item-list ul li {
background-image: none;
}

ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em;
  padding: 0;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em;
}

ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em;
}

ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 1.5em ! important;
  border: none ! important;
  list-style-type: none;
  list-style-image: none;
  background: transparent url("images/menu-leaf.gif") no-repeat 1px .35em;
}

ul.menu li.expanded {
  background: transparent url("images/menu-expanded.gif") no-repeat 1px .35em;
}

ul.menu li.collapsed {
  background: transparent url("images/menu-collapsed.gif") no-repeat 0px .35em;
}

ul.menu li.leaf a, ul.menu li.expanded a, ul.menu li.collapsed a {
  display: block;
}

table {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
	border-collapse : collapse;
	border-bottom: 1px solid #ccc;
	font-size: 13px;
}

table caption {
	background: #eee url("images/bg_submenu_head.gif") repeat-x top;
	margin: 0;
	padding: 7px 5px;
	border: 1px solid #ccc;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
}

th {
	background: #ccc url("images/bg_ccc_rightshad.gif") repeat-y right;
	text-align: left;
	padding: 5px;
	font-size: 0.9em;
}

th.featurehead {
	background: #333 url("images/bg_greynoise.jpg") repeat;
	border-right: 1px solid #999;
	border-top: 2px solid #999;
	color: #fff;
	text-align: center;
}

th.featurehead img {
	margin: 15px;
}

th.featurehead h3 {
	color: #fc0;
	font-size: 1.4em;
}

th.emptyhead, .emptycell {
	background: none;
}

tr.headrow td {
	border-top: 1px solid #333;
	border-bottom: 1px solid #000;
	background: #333 url("images/bg_333_topshad.gif") repeat-x top;
	vertical-align: middle;
	border-left: 2px solid #fff;
	text-align: center;
}

tr.headrow td.tdhead {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #999 url("images/bg_999_rightshad.gif") repeat-y right;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
}

.thhead {
	background: #fc0 url("images/bg_thhead.gif") no-repeat top left;
	width: 130px;
	height: 68px;
	border-left: 2px solid #fff;
	border-bottom: 1px solid #f2c200;
}

.thhead h3, .thhead h4 {
	text-align: center;
}

tr td.spec {
	background: #ffd633 url("images/bg_spec2.gif") repeat-x top;
	border-left: 2px solid #fff;
	border-bottom: 1px solid #f2c200;
	text-align: center;
	width: 100px;
}

tr.odd td.spec {
	background: #fc0 url("images/bg_spec1.gif") repeat-x top;
}

td {
	padding: 5px;
	font-size: 0.9em;
	background: #fff url("images/bg_fff_rightshad.gif") repeat-y right;
}

tr.odd td {
	background: #eee url("images/bg_eee_rightshad.gif") repeat-y right;
}

tr.summary td {
	border-top: 2px solid #999;
	font-weight: bold;
}

fieldset {
  border: 1px solid #ccc;
  font-size: 0.8em;
  margin: 8px 0 8px 0;
}

legend {
  font-size: 0.9em;
}

/** new styles **/

/** nice menu **/

#myslidemenu .nice-menu li {
  border: none;
}

#myslidemenu .nice-menu li img {
  margin-top: 5px;
}
/* 2nd level */

#myslidemenu .nice-menu ul li {
  margin-top: -1px;
  width: 203px;
}

/** useful sites **/

.info ul {
  list-style: none;
  padding-left: 0;
}

.info ul li {
	background: url("images/bg_guesthead.png") repeat-x bottom;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
  padding: 5px;
	margin: 0;
	margin-bottom: 2px;
}

.info ul li a{
  display: block;
  background: url("images/information.png") no-repeat right;
}

/** free bets **/

.block-guruads ul {
  list-style: none;
  padding-left: 0;
}

.block-guruads ul li {
	background: url("images/bg_guesthead.png") repeat-x bottom;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
  padding: 5px;
	margin: 0;
	margin-bottom: 2px;
}

.block-guruads ul li a{
  display: block;
  background: url("images/money_pound.png") no-repeat right;
  font-size: 0.9em;
  font-weight: bold;
}

/** sidebar blocks **/

.block {
  margin-bottom: 10px;
}

.block h2 {
  font-size: 1em;
}

.block h3 {
  font-size: 0.8em;
}

.block li {
  font-size: 0.9em;
}

.block a,
.block a:visited {
  text-decoration: none;
}

/** misc drupal styles **/

.messages {
  margin: 8px 0 8px 0;
}

#sidebar-right ul{

	padding: 0;
}

#sidebar-right ul li{

	list-style: none;
}

/* alignment classes */
.float-left  { float: left; margin: 8px;}
.float-right { float: right; margin: 8px; }
.align-left  { text-align: left; margin: 8px; }
.align-right {	text-align: right; margin: 8px; }
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
