/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 620px;
    height:400px;
	background-color: #533a26;
  /*  background: #533a26 url(../images/layout/bio-bar.gif) no-repeat 40px 65px;*/
    color: #e3d8bc;
    border: 1px solid #977243;
   padding: 30px 40px 12px;
	text-align: left;
	overflow:auto;
	
}

.jqmWindow h2 { color: #D3A464; font: bold 1.4em/1.4em Georgia; text-transform: uppercase; }
.jqmWindow h3 { color: #D3A464; font: bold 1.4em/1.4em Georgia;  margin-bottom: 30px;  padding-bottom:8px; background: #533a26 url(../images/layout/bio-bar-1.gif) no-repeat bottom left;}
.jqmWindow p,
.jqmWindow ol,
.jqmWindow ul {	color: #E2D7BC;	font-size: 1.2em; line-height: 1.4em; margin: 20px 0; }
.jqmWindow ul ul {	color: #E2D7BC;	font-size: 1em; line-height: 1.4em; margin: 20px 0 20px 20px; }
.jqmWindow .jqmClose {position: absolute; top: 3px; right:40px; /*cursor: pointer; */text-align:right; color: #d3a464; font-weight: bold; font-size: 1.1em;}
.jqmWindow .jqmClose span { background-color: #68523c;  padding: 0 4px; }

#ellen-1, #ellen-2, #ellen-3 {
	display: none;
   position: absolute;
	margin-top: 50px;
	width: 661px;
	height:503px;
	background: url("../images/layout/lightbox-bg.gif") top center no-repeat;
	color: #e3d8bc;
	text-align: left;
}

#ellen-game-show, #ellen-v-day, #ellen-giveaways { margin: 10px; }

a.jqmClose { width: 25px; height: 26px; background: transparent url('../images/layout/close.png') top left no-repeat; position:absolute; right:-12px; top:-13px; }

.jqmOverlay { background-color: #000; z-index: 1; }



/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(10 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}