/*
Theme Name: Online Bingo Players
Theme URI: http://wordpress.org/
Description: 
Version: 1.6
Author: Michael Heilemann
Author URI: 
Tags: 

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   See Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

@import 'lib/reset.css';
@import 'lib/typography.css';
@import 'lib/grid.css';
@import 'lib/forms.css';

/* Plugins:
   Additional functionality can be found in the plugins directory.
   See the readme files for each plugin. Example:
   @import 'plugins/buttons/buttons.css'; */
   .bgbody { background: url(images/background.jpg) #fff; }
  

   .container { background: url(lib/sgrid.png); } 
   
   /* *****************************
	Rounded Boxes
   * ******************************/

   
.gbl {background: url(images/gbl.gif) 0 100% no-repeat 	#990066;}
.gbr {background: url(images/gbr.gif) 100% 100% no-repeat}
.gtl {background: url(images/gtl.gif) 0 0 no-repeat}
.gtr {background: url(images/gtr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}

.dgbl {background: url(images/dgbl.gif) 0 100% no-repeat #48453e;}
.dgbr {background: url(images/dgbr.gif) 100% 100% no-repeat}
.dgtl {background: url(images/dgtl.gif) 0 0 no-repeat}
.dgtr {background: url(images/dgtr.gif) 100% 0 no-repeat; padding:10px}

.roundedcornr_box_438780 {
   background: #8d8f91 url(images/dggrad.gif) repeat-x top left;
}
.roundedcornr_top_438780 div {
   background: url(images/dgtl.gif) no-repeat top left;
}
.roundedcornr_top_438780 {
   background: transparent url(images/dgtr.gif) no-repeat top right;
}
.roundedcornr_bottom_438780 div {
   background: url(images/dgbl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_438780 {
   background: transparent url(images/dgbr.gif) no-repeat bottom right;
}

.roundedcornr_top_438780 div, .roundedcornr_top_438780,
.roundedcornr_bottom_438780 div, .roundedcornr_bottom_438780 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_438780 { margin: 0 10px; }


/* *****************************
Footer 
* ******************************/

#footer-text {
	color:#990099;
	margin:auto;
	padding:12px;
	
}

#footer-text a {
 	color:#990099;
}

#footer-seo {
	text-align:right;
	margin:auto;
	padding-top:5px;
}




/* *****************************
Header 
* ******************************/


/* Navbar
------------------------------------------------------------ */

    #navbar {
      float:left;
      width:950px;
      margin: 0 auto;
      }
    #navbar ul {
      margin:0;
      padding:0;
      list-style:none;
      }
    #navbar li {
      float:left;
      background:url('images/menu-buttons.jpg') no-repeat left top;
      margin:0 8px 0 0;
      padding:1px 0px 10px 0px;
      width:125px;
      }
    #navbar a {
      float:left;
      display:block;
      white-space:nowrap;
      font-size:100%;
      width:125px;
      background:url('images/menu-buttons.jpg') no-repeat right top;
      padding:7px 0px 6px 30px;
      text-decoration:bold;
      color:#fff
      }
    #navbar > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navbar a {float:none;}
    /* End IE5-Mac hack */
    #navbar a:hover {
      color:#ff0
      }
    #navbar #current {
      background-position:0 -38px;
      border-width:0;
      }
    #navbar #current a {
      background-position:100% -38px;
      padding-bottom:5px;
      color:#333;
      }
    #navbar li:hover, #navbar li:hover a {

      }


.whitebg{
	background: #fff;
}


.box { 
  background: #990066; 
}
.boxtop { 
  background: url(images/gtr.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(images/gtl.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(images/gbr.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(images/gbl.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}

.fadetop {
  background: url(images/fade-bg.gif) repeat-x top left #fff; 
}

.navigation, .navigation a
{
    color:#fff;
}

