/*!
 * Haunted Site jQuery Plugin | Random Ghost Pop-up Elements
 *	Default Styles
 *  v2.0
 *
 * Copyright © 2010-2011, Alessio Caporale
 * Twitter: @Alex_Workshop
 * E-mail: ale887it@hotmail.it
 * 
 * Includes jQuery 1.4+
 * http://jquery.com/
 *
 * The plugin is NOT freeware, the license to use it is sold only at http://codecanyon.net/
 * Further information on how to buy it can be found at http://codecanyon.net/user/AlexBay
 */

.ghostStyle_1 {			/* Ghost Wrappers Style, type 1 (GREY) */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 21px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 2px 2px 5px #7A7A7A;
	-webkit-box-shadow: 2px 2px 7px #7A7A7A;
	box-shadow: 2px 2px 7px #7A7A7A;
	border: 1px solid #B6B6B6;
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee 0%, #d3d3d3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#d3d3d3));
	background: -webkit-linear-gradient(top, #eeeeee 0%,#d3d3d3 100%);
	background: -o-linear-gradient(top, #eeeeee 0%,#d3d3d3 100%);
	background: -ms-linear-gradient(top, #eeeeee 0%,#d3d3d3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d3d3d3',GradientType=0 );
	background: linear-gradient(top, #eeeeee 0%,#d3d3d3 100%);
}

.ghostStyle_2 {			/* Ghost Wrappers Style, type 2 (BLACK & WHITE) */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #DADADA;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 2px 2px 4px #787878;
	-webkit-box-shadow: 2px 2px 6px #787878;
	box-shadow: 2px 2px 6px #787878;
	border: 1px solid #121212;
	background: #45484d;
	background: -moz-linear-gradient(top, #45484d 0%, #212121 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#212121));
	background: -webkit-linear-gradient(top, #45484d 0%,#212121 100%);
	background: -o-linear-gradient(top, #45484d 0%,#212121 100%);
	background: -ms-linear-gradient(top, #45484d 0%,#212121 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#212121',GradientType=0 );
	background: linear-gradient(top, #45484d 0%,#212121 100%);
}

.ghostStyle_3 {			/* Ghost Wrappers Style, type 3 (BLUE) */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 21px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 3px 3px 4px #5A7A9A;
	-webkit-box-shadow: 3px 3px 6px #5A7A9A;
	box-shadow: 3px 3px 6px #5A7A9A;
	border: 1px solid #51bbdb;
	background: #a9e4f7;
	background: -moz-linear-gradient(top, #a9e4f7 0%, #0fb4e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9e4f7), color-stop(100%,#0fb4e7));
	background: -webkit-linear-gradient(top, #a9e4f7 0%,#0fb4e7 100%);
	background: -o-linear-gradient(top, #a9e4f7 0%,#0fb4e7 100%);
	background: -ms-linear-gradient(top, #a9e4f7 0%,#0fb4e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7',GradientType=0 );
	background: linear-gradient(top, #a9e4f7 0%,#0fb4e7 100%);
}

.ghostStyle_4 {			/* Ghost Wrappers Style, type 4 (RED) */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #f7f7f7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 2px 2px 4px #9A7A7A;
	-webkit-box-shadow: 2px 2px 6px #9A7A7A;
	box-shadow: 2px 2px 6px #9A7A7A;
	border: 1px solid #A65252;
	background: #ff3019;
	background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
	background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%);
	background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%);
	background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
	background: linear-gradient(top, #ff3019 0%,#cf0404 100%);
}

.ghostStyle_5 {			/* Ghost Wrappers Style, type 5 (GREEN) */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 21px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 2px 2px 4px #7A9A7A;
	-webkit-box-shadow: 2px 2px 6px #7A9A7A;
	box-shadow: 2px 2px 6px #7A9A7A;
	border: 1px solid #acd623;
	background: #edffc4;
	background: -moz-linear-gradient(top, #edffc4 0%, #b7df2d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edffc4), color-stop(100%,#b7df2d));
	background: -webkit-linear-gradient(top, #edffc4 0%,#b7df2d 100%);
	background: -o-linear-gradient(top, #edffc4 0%,#b7df2d 100%);
	background: -ms-linear-gradient(top, #edffc4 0%,#b7df2d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edffc4', endColorstr='#b7df2d',GradientType=0 );
	background: linear-gradient(top, #edffc4 0%,#b7df2d 100%);
}

.ghostStyle_6 {			/* Ghost Wrappers Style, type 6 (PINK) */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 21px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 2px 2px 3px #9A5A9A;
	-webkit-box-shadow: 2px 2px 5px #9A5A9A;
	box-shadow: 2px 2px 5px #9A5A9A;
	border: 1px solid #FFA9FF;
	background: #f9dbf9;
	background: -moz-linear-gradient(top, #f9dbf9 0%, #ff87d9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9dbf9), color-stop(100%,#ff87d9));
	background: -webkit-linear-gradient(top, #f9dbf9 0%,#ff87d9 100%);
	background: -o-linear-gradient(top, #f9dbf9 0%,#ff87d9 100%);
	background: -ms-linear-gradient(top, #f9dbf9 0%,#ff87d9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9dbf9', endColorstr='#ff87d9',GradientType=0 );
	background: linear-gradient(top, #f9dbf9 0%,#ff87d9 100%);
}

.ghostModalBg {			/* Modal Ghosts opaque background */
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #000000;
	z-index: 999;
}

.closeGhost { }			/* All Close Buttons */