/*
Theme Name: BB
Theme URI: http://www.madwirewebdesign.com/
Description: Ben's Blueprint
Version: 2.25.2010
Author: Ben Word
Author URI: http://www.madwirewebdesign.com/
Tags: madwire
*/

@import url("css/screen.css");

/* Modal Window Styles Start */
/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  z-index:9000;
  background-color:#000;
  display:none;
  margin-top: -40px;
} 
#boxes .window {
  position:absolute;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  background: url(/wp-content/themes/bb/images/modal-back.jpg) no-repeat #FFF ;
  top: 50%;
  left: 49%;
  margin: -160px 0 0 -400px;
}
/* Customize your modal window here, you can add background image too */
#boxes #dialog {
  width:800px;
  height:320px;
}

#dialog h1
{
	font-size:30px;
	color:#E36C0A;	
}
/* Modal Window Styles End */



/* Hide the East Meets West from sidebar menu - New items were also removed from various areas of the menu because they were not ready for them, restore those menu pages to their previous states after grand opening */
.page-item-146 { display:none; }
.page-item-150 { display:none; }
