body {
	background-color: #ddd;
	color: #333;
	font-family: verdana;
}

.aura {
	background-color: #eee;
	margin: auto;
	padding: 32px;
	padding-bottom: 14px;
	width: 720px;
	border-radius: 8px;
	box-shadow: 2px 2px 8px rgba( 0,0,0,0.05);
}

.auraname {
	font-size: 130%;
	font-weight: 800;
	position:relative;
	top:-16px;
	/*padding: 4px;*/
	/*background-color: #ccc;*/
	/*border-left: 16px solid #333;
	margin-bottom: 8px;*/
	
}

.auradesc {
	margin-bottom: 8px;
	font-size: 12px;
	
	margin-right: 16px;
}

.auradl {
	padding: 4px 8px;
	display: inline-block;
	margin-bottom: 16px;
}

.aurapic {
	float:right;
	border: 1px solid #fff;
	box-shadow: 4px 4px 8px #ccc;
	margin-left: 8px;
}

.aurapic img {
	width: 300px;
}

.tags {
	color: #aaa;
	font-size: 10px;
}

#cover {
	background-color: rgba( 0,0,0,0.25) ;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

#import {
	position: fixed;
	left: 50%;
	top: 50%;
	
	margin-left: -300px;
	margin-top: -200px;
	
	background-color: white;
	
	width: 600px;
	height: 400px;
	
	border-radius: 12px;
	box-shadow: 2px 2px 8px rgba( 0,0,0,0.1);
	padding: 8px;
	
}

#import textarea {
	width: 100%;
	height: 100%;
	resize: none;
	border-radius: 10px;
	outline: none;
	font-size: 9px;
}