/*   
Theme Name: OHMYSTINKINHECK.COM-2
Theme URI: http://ohmystinkinheck.com
Description: A custom design for Oh My Stinkin' Heck, all rights reserved.
Version: 1.0
Author: Heather L. Sanders
Author URI: http://ohmystinkinheck.com
Tags: Web Designer, WordPress Design, WordPress Customizations, Blog Design

*/

#facebox .b,
#facebox .tl,
#facebox .tr,
#facebox .bl {
	background:#000;
}
#facebox .br {
	background:#000;
}
#facebox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: left;
}
#facebox .popup {
	position: relative;
	background:#000;
	border:10px solid #000;
	border-width:5px 10px 10px 10px;
}

#facebox table {
	border-collapse: collapse;
}

#facebox td {
	border-bottom: 0;
	padding: 0;
}

#facebox .body {
	background: #fff;
/*	width: 370px;*/
}

#facebox .loading {
	text-align: center;
}

#facebox .image {
	text-align: center;
}

#facebox img {
	display:block;
	margin: 0;
}

#facebox .footer {
	height:1%;
	background:#000;
	padding:0 5px 5px;
}
#facebox .footer:after {
	content:"";
	clear:both;
	height:0;
	display:block;
}
#facebox .footer img {
	float:right;
	vertical-align: middle;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
	height: 1px;
	width: 1px;
	overflow: hidden;
	padding: 0;
}

#facebox_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.facebox_hide {
	z-index:-100;
}

.facebox_overlayBG {
	background-color: #000;
	z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

