@import url('reset.css');

/* General Demo Style */
body{
	background:#fff;
	color:#fff;
	font-family: 'EB Garamond', serif;
	font-size:12px;
}
#intro{
	display:block;
	z-index:400;
	position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:#ffffff;
}
a{
	color:#fff;
	text-decoration:none;
}
.clr{
	clear:both;
}
h1{
	font-size:55px;
	font-weight:normal;
	font-family: 'EB Garamond', serif;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	line-height: 40px;
	padding: 0px;
}
h2{
	font-family: 'EB Garamond', serif;
	font-style:normal;
	padding:5px 0 0 0;
	font-size:28px;
}
h3{
	font-family: 'EB Garamond', serif;
	font-style:normal;
	padding: 5px 0px;
	font-size:20px;
}
#overlay p {
	font-family: 'EB Garamond', serif;
	font-style:normal;
	padding: 5px 0px;
	font-size:16px;
}

pre{
	padding:15px;
	white-space:pre-wrap;
}

#overlay {
    position:fixed;
	top: 75px;
	left: 0px;
	/*width:40%;*/
	min-width:315px;
	z-index:20;
	display:none;
}
.inner{
	padding:10px 50px 10px 10px;
	background:transparent url('../images/assets/black.png') repeat top left;
}

.panel{
	position:absolute;
	height:86px;
	width:20px;
	right:0px;
	top:10px;
	cursor:pointer;
}
.hide{
	background:transparent url('../images/assets/hide.png') no-repeat center center;
}
.show{
	background:transparent url('../images/assets/show.png') no-repeat center center;
}
.loadmore{
	display:none;
	width:700px;
	line-height:30px;
	text-transform:uppercase;
	background:#333;
	float:right;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	cursor:pointer;
	text-shadow:1px 1px 1px #000;
}
.loadmore:hover{
	background:#000;
}

.am-wrapper{
	cursor:pointer;
	float:left;
	position:relative;
	overflow:hidden;
}
.am-wrapper img{
	position:absolute;
	outline:none;
}
#am-spinner {
	float:left;
    display:block;
	z-index:50;
    margin: 1px 10px 0 10px;
    height: 80px;
    width: 80px;
    background:rgba(0,0,0,.9) url('img/loader.gif') center center no-repeat;
    border-radius:6px;
}

#intro-spinner {
    display:block;
	z-index:50;
    margin: 10px 0 0 200px;
    height: 80px;
    width: 80px;
    background:rgba(0,0,0,.9) url('img/loader.gif') center center no-repeat;
    border-radius:6px;
	opacity:0.7;
}