/*
Theme Name: RAMA EHM
Theme URI: 
Description: A blank template used for page-centered themes.
Version: 1.6
Author: Eric McGregor
Author URI: 
Tags: 

http://flowplayer.org/tools/index.html
http://baselinecss.com/

*/
html {}
body {
	padding:0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 75%; 
	line-height: 1.5;
	position:relative;
	z-index:1;
	background:#050302;
	overflow:hidden;
}

a {
	text-decoration:none;
	outline:none;
	color:#e0c210;
}
p {}
ul {}
li {}
h1 {}
h2 {}
h3 {}
h4 {}

div, header, nav, footer, article, hgroup, section {
	display:block;
}

.editpage {
	position:absolute;
	bottom:100px;
	left:200px;
	width:300px;
	height:200px;
	z-index:990;
}

.editpage a {
	display:block;
	padding:15px;
	background:#fff;
	color:#fff;
}




#gallery {
	position:fixed;
	z-index:9999;
	top:300px;
	width:100%;
	background:#000
	background:rgba(0,0,0,.2);
}

#gallery div {
	width:100px;
	height:100px;
	overflow:hidden;
	float:left;
	position:static !important;
	display:block;
}



#loading {
	position:fixed;
	bottom:50%;
	right:50%;

	color:#fff;
	padding:20px;
	z-index:9999;


}

#tfr {
	position:fixed;
bottom:0;
	right:0;

	color:#fff;
	padding:14px;
	z-index:9998;


}




