/* Stylesheet for Gemstone Readings - the readings / events section */


/* general - to fit on any screen size */

body, html {
	height: 100%;
	width:100%;
	max-width:100%;
}
.body {
	position:absolute;
	width:100%;
	max-width:100%;
	min-height:100%;
	}

/* drag */

.drag {
	position:absolute;
	top:10px;
    	width: 130px;
    	height: 130px;
    	line-height: 70px;
    	cursor: pointer;
    	border-radius: 90px;
    	margin-left: 5px;
    	text-align: center;
	font-family:Liberation Serif, Times, Times New Roman, Serif;
	font-size:10pt;
	font-style:italic;
	-webkit-transition: all 1s ease;
    	-moz-transition: all 1s ease;
    	-o-transition: all 1s ease;
    	transition: all 1s ease;
	z-index:99999;
	}
.drag:hover {
	width:175px;
	height:175px;
	margin:20px;
	}
#dragbasic {
	position:relative;
    	width: 100%;
	max-width:100%;
    	height: 100%;
	}
#drag1 {
	position:absolute;
	top:2150px;
	left:2%;
	}
#drag2 {
	position:absolute;
	top:2350px;
	left:16%;
	}
#drag3 {
	position:absolute;
	top:2038px;
	left:26%;
	}
#drag4 {
	position:absolute;
	top:2290px;
	left:41%;
	}
#drag5 {
	position:absolute;
	top:2100px;
	left:58%;
	}
#drag6 {
	position:absolute;
	top:2080px;
	left:42%;
	}
#drag7 {
	position:absolute;
	top:2350px;
	left:72%;
	}


/* #home */

body {
	margin:0;
	padding:0;
	min-height:100%;
	background-color:Snow;
	}
#border {
	height:2px;
	background-color:LightPink;
	}
.logo {
	position:absolute;
	top:8px;
	right:3px;
	font-family:Liberation Serif, Times, Times New Roman, Serif;
	font-size:11pt;
	color:LightPink;
	}


/* .main - where the content goes */

.main {
	position:relative;
	width:100%;
	max-width:100%;
	height:2800px;
	padding, margin:0;
	overflow:auto;
	}
.border {
	top:160px;
	position:relative;
	overflow:auto;
	border:1px dashed #9BA6B1;
	margin-left:auto;
	margin-right:auto;
	width:98%;
	background-color:white;
	}

/* #info */

.text {
	position:relative;
	font-family:Liberation Serif, Times, Times New Roman, Serif;
	min-height:100%;
	width:70%;
	font-size:14pt;
	font-weight:bold;
	text-align:justify;
	color: #191919;
	letter-spacing:5px;
	padding:70px;
	}
.text a {
	text-decoration: none;
	}
.text a:link {
	color: inherit;
	border-bottom: none;
	}
.text a:visited {
	color: inherit;
	border-bottom: none;
	}
.text a:active {
	color: inherit;
	border-bottom: none;
	}
.text a:hover {
	color: inherit;
	text-decoration:underline;
	}

/* footer */

footer {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:200px;
	padding:2px;
	z-index:99;
	margin:0;
	padding:0;
	background-color:SeaShell;
	clear:both;
	}
#footer_text {
	position:absolute;
	left:0px;
	bottom:0px;
	font-family:Sans Serif;
	font-size:9pt;
	padding:5px;
	}
#footer_text_pink {
	color:LightPink;
	text-shadow:none;
	font-weight:bold;
	font-size:9pt;
	}












	

