/* @override http://www.statstack.com/wp-content/themes/statstack/style/modal.css */

/* Place all stylesheet code here */
		
code { background: rgba(0,0,0,.5); padding: 2px 3px; color: #fff; text-shadow: 0 1px 1px rgba(0,0,0,.75); -webkit-border-radius: 3px; -moz-border-radius: 3px; }

ol.code { background: rgba(0,0,0,.75); margin-bottom: 18px; border: solid rgba(0,0,0,.75); border-width: 1px 1px 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; -webkit-box-shadow: 0 1px 1px rgba(255,255,255,.5); }
ol.code li, ol.code li code { font-size: 14px !important; }
ol.code code { background: none; }

div#fancyModal {
	display: block;
	width: 350px;
	margin-left: 250px;
	position: absolute; 
	top: 0px; 
	z-index: 100; 
	border: solid 1px #999;
	-moz-box-shadow: 0px 3px 6px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.25);
	padding: 90px 20px 20px 20px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	background: #fff;
	background: #fff -webkit-gradient(linear, left top, left bottom, from(rgb(255,255,255)), to(rgb(230,230,230)));
	-webkit-transition: -webkit-transform 0.25s ease-out;
	-webkit-transform: translateY(-570px);
	-moz-transform: translatey(-570px);
}

div#fancyModal h3, div#fancyModal p { text-shadow: 0px 1px 1px #fff; color: rgba(0,0,0,0.75) }
div#fancyModal.show { 
	-webkit-transform: translateY(-80px); 
	-moz-transform: translatey(-80px);
}

div.modal a.button { float: right; overflow: hidden; }
/* For Firefox, who doesn't support CSS Transforms */
body.ff3 div#fancyModal { top: -10000px; }
body.ff3 div#fancyModal.show { top: -72px; }

#fancyModal h2 {
	opacity: .8;
	margin: -15px -20px 10px -20px;
	padding: 5px 5px 5px 15px;
	color: #fff;
	font-weight: 100;
	font-size: 32px;
	background: #202020;
}
#fancyModal h2 img{
	float: right;
	margin: 12px 5px 5px 5px;
}
#fancyModal .row {
	width: 100%;
}
#fancyModal .text {
	float: left; 
	width: 95%;
	height: 22px;
	padding: 7px 0 7px 7px;
	border-color: #d5d9c7 #d5d9c7 #d5d9c7 #d5d9c7;
	border-width: 1px;
	border-style: solid;
	margin: 3px 0px 10px 10px;
	background: #fdfff7;
	font-size: 18px;
	float: left;
}
#fancyModal label {
	color: #000;
	font-size: 24px;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	line-height: 28px;
	font-weight: 100;
}
#fancyModal .checkboxlabel {
	font-size: 14px;
}
#fancyModal p {
	margin: 0px;
	font-size: 14px;
}
#fancyModal .register {
	margin: 0px;
	font-size: 18px;
	font-weight: 200;
	padding: 5px;
	margin: 0 0 10px 0;
	background: -moz-linear-gradient(top, #f9f7d6, #f4f1be);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f7d6), color-stop(1, #f4f1be));
	opacity: .7;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
#fancyModal .register a{
	text-decoration: underline;
	font-weight: normal;
}
#fancyModal .register a:hover{
	text-decoration: underline;
	color: #0077cc;
}

