/* 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:9999;
	}
.drag:hover {
	width:175px;
	height:175px;
	margin:20px;
	}
#dragbasic {
	position:relative;
    	width: 100%;
    	height: 100%;
}

/* nav */

td {
	padding:2px;
	vertical-align: top;
	}
span {	
	font-family:Arial,Sans;
	font-size:34pt;
	}
#spann {
	height:53px;
	width:38px;
	padding:0px;
	max-width:100%;
	display: table;
	}
.nav {
	position:absolute;
	top:7px;
	border-top: solid 4px yellow;
	font-family:Liberation Serif, Times, Times New Roman, Serif;
	font-size:11pt;
	font-style:italic;
	padding:5px;
	z-index:998;
	}
.nav img {
	height:24px;
	width:24px;
	padding:0px;
	max-width:100%;
	display: table;
	}
.nav a {
	text-decoration: none;
	}
.nav a:link {
	color: black;
	border-bottom: none;
	}
.nav a:visited {
	color: black;
	border-bottom: none;
	}
.nav a:active {
	color: black;
	border-bottom: none;
	}
.nav a:hover {
	color: black;
	border-bottom: 2px solid black;
	}
	

/* #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:4400px;
	padding, margin:0;
	overflow:auto;
	}
.border {
	top:160px;
	position:relative;
	overflow:auto;
	border:1px dashed #9BA6B1;
	margin-left:auto;
	margin-right:auto;
	width:98%;
	height:90%;
	background-color:white;
	}
.images {	
	position:relative;
	top:50px;
	overflow:hidden;
	-webkit-transition: all 0.2s ease;
    	-moz-transition: all 0.2s ease;
    	-o-transition: all 0.2s ease;
    	transition: all 0.2s ease;	
	}
.images img {
	max-width:85%;
	padding:15px;
	display: block;
    	margin-left: auto;
  	margin-right: auto;
	}
iframe {
	max-width:85%;
	padding:15px;
   	display: block;
 	margin-left: auto;
  	margin-right: auto;
	}
.images img:hover { 
	-moz-box-shadow: 0 0 10px #ccc; 
	-webkit-box-shadow: 0 0 10px #ccc; 
	box-shadow: 0 0 10px #ccc;
	 }
iframe:hover { 
	-moz-box-shadow: 0 0 10px #ccc; 
	-webkit-box-shadow: 0 0 10px #ccc; 
	box-shadow: 0 0 10px #ccc;
	 }

/* #info */

#boxed {
	position:relative;
	border:2px dotted PowderBlue;
	padding:30px;
	margin:10px;
	background-color:snow;
	}
#boxed:hover { 
	-moz-box-shadow: 0 0 10px #ccc; 
	-webkit-box-shadow: 0 0 10px #ccc; 
	box-shadow: 0 0 10px #ccc;
	 }	
.text {
	position:relative;
	font-family:Liberation Serif, Times, Times New Roman, Serif;
	min-height:100%;
	width:70%;
	font-size:30pt;
	font-weight:bold;
	text-align:justify;
	text-shadow: 2px 2px 5px #333333;
	color: #fff;
	letter-spacing:2px;
	padding:70px;
	}
#text {
	position:relative;
	height:90%;
	width:90%;
	padding:15px;
   	display: block;
   	margin-left: auto;
  	margin-right: auto;
	}
.text:hover { 
	-moz-box-shadow: 0 0 10px #ccc; 
	-webkit-box-shadow: 0 0 10px #ccc; 
	box-shadow: 0 0 10px #ccc;
	 }

/* footer */

footer {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:200px;
	padding:2px;
	z-index:9994;
	margin:0;
	padding:0;
	background-color:SeaShell;
	}
#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;
	}












	

