﻿@charset "utf-8";
/* Curtail CSS Document */

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
strong{font-weight: bold;}
h2 {font-size: 1.5em; margin:0; text-align:center;}

/*.row {
	width:90%;
	margin:0 auto;
	max-width:850px;
	display:block;
	padding:50px 0;
}*/


/*Curtail CSS*/
.curtail_base {
	position:relative;
	/*width:100%;*/
	overflow:hidden;
}

/*Fadeout Background - change rgb color to your background color*/
.curtail_hide {
	width:100%;
	height:30px;
	bottom:0;
	z-index:50;
	position:absolute;
	background:-moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
/* FF3.6+ */
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,1)));
/* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
/* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
/* Opera 11.10+ */
	background:-ms-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
/* IE10+ */
	background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
/* IE6-9 */
}

.curtail_control {
	display:block;
	width:100%;
}

.curtail_expand {
	text-decoration:none;
	border:none;
	/*color:#C80000;*/
}
