@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: "Varela Round", sans serif;
	font-size: 100%;
	color: rgba(0,0,0,1);
}
body {
	background-color: rgba(255,255,255,1);
}

a:link {
	color: rgba(0,0,0,1);
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: rgba(0,0,0,1);
}
a:hover {
	text-decoration: underline;
	color: rgba(0,0,255,1);
}
a:active {
	text-decoration: none;
}

.calli {
	font-family: 'Sacramento', cursive;
}

.varela {
	font-family: 'Varela Round', sans-serif;
}

.hovercolor {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.hovercolor:hover {
	background-color:rgba(150,150,150,1.00);
}

.menutab {
	margin:5px;
	background-color:rgba(255,255,255,1.00);
	border-style:double;
	width:auto;
	height:20px;
	padding:5px;
	overflow:hidden;
	float:left;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.menutab:hover, .menutab:active {
	background-color:rgba(200,200,200,1.00);
}

.submenutab {
	background-color:rgba(200,200,200,1.00);
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.submenutab:hover, .submenutab:active {
	background-color:rgba(150,150,150,1.00);
}

.bmenutab {
	position:absolute;
	background-color:rgba(200,200,200,1.00);
	width:100px;
	top:55px;
	left:400px;
	opacity:0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	z-index:-10;
}

.submenutab:hover > .bmenutab {
	height:65px;
	opacity:1;
	z-index:10;
}

.cmenutab {
	position:absolute;
	background-color:rgba(200,200,200,1.00);
	width:100px;
	top:73px;
	left:400px;
	opacity:0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	z-index:-10;
}

.submenutab:hover > .cmenutab {
	height:65px;
	opacity:1;
	z-index:10;
}

menu {
	position:absolute;
	top:10px;
	padding-left:220px;
	z-index:0;
}

menu:hover, menu:active {
	z-index:3;
}

#lex {
	position:absolute;
	top:20px;
	padding-left:20px;
	font-size:300%;
	text-align:center;
	z-index:1;
}

/*INDEX*/

#home_container {
	position:relative;
	margin:0 auto;
	width:1000px;
	height:1110px;
	border-style:double;
}

.draggable { 
	width:150px; 
	height:150px; 
	padding:20px;  
}

header {
	position:relative;
	text-align:center;
	top:90px;
	font-size:200%;
}

#menu2 {
	text-align:center;
}

#menu2:hover, #menu2:active {
	height:80px;
}

#menu3:hover, #menu3:active {
	height:80px;
}

#selfie {
	position:absolute;
	top:100px;
	left:0px;
}

#dragging {
	position:absolute;
	top:120px;
	left:600px;
}

#bowtie {
	width:200px;
	height:98px;
	top:-700px;
	left:-50px;
}

#redbowtie {
	width:200px;
	height:98px;
	top:-850px;
	left:30px;
}

#monacle {
	width:200px;
	height:190px;
	top:-400px;
	left:-40px;
}

#dr {
	width:200px;
	height:61px;
	top:-600px;
	transform:rotate(-20deg);
	-moz-transform:rotate(-20deg);
	-webkit-transform:rotate(-20deg);
}

#mustache {
	width:200px;
	height:75px;
	top:-500px;
	left:-70px;
	transform:rotate(-15deg);
	-moz-transform:rotate(-15deg);
	-webkit-transform:rotate(-15deg);
}

#kiss {
	width:200px;
	height:154px;
	top:-650px;
	left:25px
}

#whiskers {
	width:200px;
	height:53px;
	top:-800px;
	left:80px;
	transform:rotate(-15deg);
	-moz-transform:rotate(-15deg);
	-webkit-transform:rotate(-15deg);
}

#tophat {
	width:300px;
	height:244px;
	top:-35px;
	left:-100px;
	transform:rotate(-15deg);
	-moz-transform:rotate(-15deg);
	-webkit-transform:rotate(-15deg);
}

#fez {
	top:-275px;
	left:-30px;
	transform:rotate(-20deg);
	-moz-transform:rotate(-20deg);
	-webkit-transform:rotate(-20deg);
}

#ears {
	width:250px;
	height:110px;
	top:-425px;
	left:50px;
	transform:rotate(-30deg);
	-moz-transform:rotate(-30deg);
	-webkit-transform:rotate(-30deg);
}

/*TEXT POEM*/

#textpage_container {
	width:1000px;
	height:1005px;
	border:double;
	margin: 0 auto;
}

.montserrat {
	font-family: 'Montserrat Subrayada', sans-serif;
}

.oswald {
	font-family: 'Oswald', sans-serif;
	font-size: 200%;
}

.dreaming:hover, .dreaming:active {
	text-shadow: 2px 2px 4px rgba(102,255,255,1);
}

.morning:hover, .morning:active {
	text-shadow: 2px 2px 4px rgba(255,255,153,1);
}

.transition { 
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.red:hover, .red:active {
	color:rgba(255,0,0,1);
}

.orange:hover, .orange:active {
	color:rgba(255,102,0,1);
}

.yellow:hover, .yellow:active {
	color:rgba(255,255,0,1);
}

.green:hover, .green:active {
	color:rgba(0,204,0,1);
}

.blue:hover, .blue:active {
	color:rgba(0,0,255,1);
}

.purple:hover, .purple:active {
	color:rgba(102,0,204,1);
}	

#text_container {
	width:970px;
	padding:15px;
	background-color:rgba(0,0,0,1);
	color:rgba(255,255,255,1);
	position:absolute;
	top:200px;
	height:790px;
}

#text_line13 {
	position: absolute;
	transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	top:165px;
	opacity:0;
}

#text_line1:hover + #text_line13 {
	transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	opacity:1;
}

#text_line1:active + #text_line13 {
	transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	opacity:1;
}

#text_home {
	text-transform: lowercase;
	font-size:200%;
	direction:rtl;
	opacity:0;
}

#text_homebox {
	position: absolute;
	left: 100px;
	width: 250px;
	top: 205px;
	height: 39px;
}

#text_homebox:hover > #text_home {
	opacity:1;
}

#text_yourebox {
	position: absolute;
	width: 150px;
	left: 125px;
	top: 300px;
	height: 40px;
}

#text_yourebox:hover > #text_youre {
	left: 1px;
}

#text_yourebox:hover + #text_not {
	left:225px;
}

#text_youre {
	position:absolute;
	left: 58px;
}

#text_not {
	position:absolute;
	left: 125px;
	top:300px;
}

#text_bymyside {
	position:absolute;
	left: 280px;
	top:300px;
}

#text_arrivedbox {
	position:absolute;
	top: 350px;
	left: 85px;
	width:160px;
	height:40px;
	direction:rtl;
}

#text_arrivedbox:hover > #text_arrived {
	opacity: 1;
}

#text_arrived {
	opacity:0;
}

#text_line14 {
	position:absolute;
	top: 350px;
	left: 252px;
}

#text_leavingbox {
	position:absolute;
	top:350px;
	left:395px;
	width:250px;
	height:40px;
	direction:rtl;
}

#text_leavingbox:hover > #text_leaving {
	opacity:0;
}

#text_leaving {
	opacity:1;
}

#text_bumpingbox {
	position:absolute;
	width: 135px;
	height:40px;
	top:490px;
	left:60px;
}

#text_bumpingbox:hover > #text_bumping {
	left: 10px;
}

#text_bumping {
	position:absolute;
}

#text_intobox {
	position:absolute;
	width: 70px; 
	height:40px;
	top:490px;
	left: 192px;
}

#text_intobox:hover > #text_into {
	left: 10px;
}

#text_into {
	position:absolute;
}

#text_youbox {
	position:absolute;
	width: 70px;
	height:40px;
	top:490px;
	left: 260px;
}

#text_youbox:hover > #text_you {
	left: 10px;
}

#text_you {
	position:absolute;
}

#text_hi {
	font-size: 500%;
}

#text_hi:hover, #text_hi:active {
	transform:skewX(-30deg);
	-moz-transform:skewX(-30deg);
	-webkit-transform:skewX(-30deg);
}

#text_line11 {
	position: absolute;
	top: 695px;
	left: 130px;
	width: 859px;
}

#text_highbox {
	position:absolute;
	top:400px;
	left:645px;
	width:200px;
	height:400px;	
}

#text_highbox:hover > #text_high {
	bottom: 200px;
}

#text_high {
	position:absolute;
	bottom:0px;
	font-size: 500%;
	z-index:0;
}

/*IMAGE POEM*/

#imagepage_container {
	width:1000px;
	height:1000px;
	border:double;
}

.transitions {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

#image_container {
	position:relative;
	width:500px;
	height:734px;
	margin:50px;
	top:100px;
	background-color: rgba(204,204,204,1);
}

#img_bkgd {
	position: absolute;
	z-index: 0;
	left: 1px;
	top: 2px;
	box-shadow: 10px 10px 5px #333333;
	-moz-box-shadow: 10px 10px 5px #333333;
	-webkit-box-shadow: 10px 10px 5px #333333;
}

#img_img1 {
	position: absolute;
	left: 0px;
	top: 55px;	
	transform:rotate(20deg);
	-moz-transform:rotate(20deg);
	-webkit-transform:rotate(20deg);
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	opacity:0;
	width:0px;
	height:0px;
	z-index:1;
	box-shadow: 0p 10px 20px 0 #666666;
	-moz-box-shadow: 10px 10px 20px #666666;
	-webkit-box-shadow: 10px 10px 20px #666666;
}

#img_img2 {
	position: absolute;
	left: 0px;
	top: -40px;
	transform:rotate(-20deg);
	-moz-transform:rotate(-20deg);
	-webkit-transform:rotate(-20deg);
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	opacity:0;
	width:0px;
	height:0px;
	box-shadow: 10px 10px 20px #666666;
	-moz-box-shadow: 10px 10px 20px #666666;
	-webkit-box-shadow: 10px 10px 20px #666666;
}

#leftarm {
	position: absolute;
	background-color:rgba(255,0,4,0);
	width: 200px;
	height: 175px;
	right:0px;
	top: 155px;	
}

#leftarm:hover > #img_img1 {
	opacity:1;
	width:200px;
	height:239px;
}

#leftarm:hover > #img_img2 {
	opacity:1;
	width:200px;
	height:201px;
}

#img_img3 {
	position: absolute;
	left: -20px;
	top: -20px;
	transform:rotate(20deg);
	-moz-transform:rotate(20deg);
	-webkit-transform:rotate(20deg);
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	opacity:0;
	width:0px;
	height:0px;
	box-shadow: 10px 10px 20px #666666;
	-moz-box-shadow: 10px 10px 20px #666666;
	-webkit-box-shadow: 10px 10px 20px #666666;
}

#img_img4 {
	position: absolute;
	left: -5px;
	top: 70px;
	transform:rotate(-20deg);
	-moz-transform:rotate(-20deg);
	-webkit-transform:rotate(-20deg);
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	opacity:0;
	width:0px;
	height:0px;
	box-shadow: 10px 10px 20px #666666;
	-moz-box-shadow: 10px 10px 20px #666666;
	-webkit-box-shadow: 10px 10px 20px #666666;
}

#rightarm {
	position:absolute;
	background-color:rgba(255,0,0,0);
	width:180px;
	height:180px;
	top:140px;
}

#rightarm:hover > #img_img3 {
	opacity:1;	
	width:200px;
	height:120px;
}

#rightarm:hover > #img_img4 {
	opacity:1;	
	width:200px;
	height:135px;
}

#img_img5 {
	position: absolute;
	left: 125px;
	top: 10px;
	transform:rotate(20deg);
	-moz-transform:rotate(20deg);
	-webkit-transform:rotate(20deg);
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	opacity:0;
	width:0px;
	height:0px;
	box-shadow: 10px 10px 20px #666666;
	-moz-box-shadow: 10px 10px 20px #666666;
	-webkit-box-shadow: 10px 10px 20px #666666;
}

#img_img6 {
	position: absolute;
	left: -40px;
	top: 20px;
	transform:rotate(-20deg);
	-moz-transform:rotate(-20deg);
	-webkit-transform:rotate(-20deg);
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	opacity:0;
	width:0px;
	height:0px;
	box-shadow: 10px 10px 20px #666666;
	-moz-box-shadow: 10px 10px 20px #666666;
	-webkit-box-shadow: 10px 10px 20px #666666;
}

#head {
	position:absolute;
	background-color:rgba(255,0,0,0);
	width:240px;
	height:200px;
	left:125px;
}

#head:hover > #img_img5 {
	opacity:1;
	width:200px;
	height:170px;
}

#head:hover > #img_img6 {
	opacity:1;
	width:200px;
	height:158px;
}

#img_img7 {
	position: absolute;
	left: 50px;
	top: -40px;
	transform:rotate(-5deg);
	-moz-transform:rotate(-5deg);
	-webkit-transform:rotate(-5deg);
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	opacity:0;
	width:0px;
	height:0px;
	box-shadow: 10px 10px 20px #666666;
	-moz-box-shadow: 10px 10px 20px #666666;
	-webkit-box-shadow: 10px 10px 20px #666666;
}

#img_img9 {
	position: absolute;
	left: 80px;
	top: -70px;
	transform:rotate(-40deg);
	-moz-transform:rotate(-40deg);
	-webkit-transform:rotate(-40deg);
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	opacity:0;
	width:0px;
	height:0px;
	box-shadow: 10px 10px 20px #666666;
	-moz-box-shadow: 10px 10px 20px #666666;
	-webkit-box-shadow: 10px 10px 20px #666666;
}

#leftleg {
	position:absolute;
	background-color:rgba(255,0,0,0);
	width:110px;
	height:350px;
	bottom:10px;
	left:225px;
}

#leftleg:hover > #img_img7 {
	opacity:1;
	width:200px;
	height:362px;
}

#leftleg:hover > #img_img9 {
	opacity:1;
	width:200px;
	height:254px;
}
	

#img_img8 {
	position: absolute;
	left: -150px;
	top: -55px;
	transform:rotate(40deg);
	-moz-transform:rotate(40deg);
	-webkit-transform:rotate(40deg);
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	opacity:0;
	width:0px;
	height:0px;
	z-index:1;
	box-shadow: 10px 10px 20px #666666;
	-moz-box-shadow: 10px 10px 20px #666666;
	-webkit-box-shadow: 10px 10px 20px #666666;
}

#img_img10 {
	position: absolute;
	left: -100px;
	top: 15px;
	transform:rotate(5deg);
	-moz-transform:rotate(5deg);
	-webkit-transform:rotate(5deg);
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	opacity:0;
	width:0px;
	height:0px;
	box-shadow: 10px 10px 20px #666666;
	-moz-box-shadow: 10px 10px 20px #666666;
	-webkit-box-shadow: 10px 10px 20px #666666;
}

#rightleg {
	position:absolute;
	background-color:rgba(255,0,0,0);
	width:110px;
	height:350px;
	bottom:10px;
	left:125px;
}

#rightleg:hover > #img_img8 {
	opacity:1;
	width:200px;
	height:273px;
}

#rightleg:hover > #img_img10 {
	opacity:1;
	width:200px;
	height:304px;
}

/*TEXT IMAGE POEM*/

#textimgpage_container {
	height:1320px;
	width:1000px;
	border:double;
}

.playfair {
	font-family: 'Oswald', sans-serif;
	font-size:200%;
}

#textimg_container {
	position:relative;
	width:890px;
	height:1050px;
	color:rgba(102,0,51,.8);
	top:100px;
}

#textimg_line1 {
	position:absolute;
	top:70px;
	left:5px;
}

#textimg_line2 {
	position:absolute;
	top:140px;
	right:5px;
}

#textimg_line3 {
	position:absolute;
	top:210px;
	left:5px;
}

#textimg_line4 {
	position:absolute;
	top:280px;
	right:5px;
}

#textimg_line5 {
	position:absolute;
	top:350px;
	left:5px;
}

#textimg_line6 {
	position:absolute;
	top:420px;
	right:5px;
}

#textimg_line7 {
	position:absolute;
	top:490px;
	left:5px;
}

#textimg_line8 {
	position:absolute;
	top:560px;
	right:5px;
}

#textimg_line9 {
	position:absolute;
	top:630px;
	left:5px;
}

#textimg_line10 {
	position:absolute;
	top:700px;
	right:5px;
}

#textimg_line11 {
	position:absolute;
	top:770px;
	left:5px;
}

#textimg_line12 {
	position:absolute;
	top:840px;
	right:5px;
}

#textimg_line13 {
	position:absolute;
	top:910px;
	left:5px;
}

#textimg_line14 {
	position:absolute;
	top:980px;
	right:5px;
}

#textimg_bkgd {
	position:absolute;
	top:0px;
	left:0px;
	z-index:-2;
}

#blackeye {
	position:relative;
	top:-355px;
	left:-540px;
	opacity:0;
	z-index:-1;
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
}

#redlip {
	position:relative;
	top:-815px;
	left:-640px;
	opacity:0;
	z-index:-1;
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
}

#cheek {
	position:relative;
	top:-450px;
	left:-300px;
	z-index:-1;
	opacity:0;
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
}

#hair {
	position:relative;
	top:0px;
	left:-100px;
	z-index:-1;
	opacity:0;
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
}

#eyebox {
	position:absolute;
	background-color:rgba(255,0,0,0);
	height:100px;
	width:210px;
	top:355px;
	left:540px;
}

#eyebox:hover > #blackeye {
	opacity:1;
}

#lipbox {
	position:absolute;
	background-color:rgba(255,0,0,0);
	height:160px;
	width:260px;
	top:815px;
	left:640px;
}

#lipbox:hover > #redlip {
	opacity:1
}

#cheekbox {
	position:absolute;
	background-color:rgba(255,0,0,0);
	width:425px;
	height:400px;
	left:300px;
	top:450px;
}

#cheekbox:hover > #cheek {
	opacity:1;
}

#hairbox {
	position:absolute;
	width:275px;
	height:1130px;
	background-color:rgba(255,0,0,0);
	top:0px;
	left:100px;
}

#hairbox:hover > #hair {
	opacity:1;
}

/*VIDEO POEM*/

#vidpage_container {
	width:1000px;
	height:1000px;
	border:double;
}

.delius {
	font-family: 'Delius Unicase', cursive;
	font-size:300%;
}

#vid_container {
	position:relative;
	height:1000px;
	width:1000px;
	top:150px;
}

#playme {
	position:absolute;
	margin:10px;
	top:80px;
	left:100px;
}

#beach1, #beach3, #beach4, #uke1, #uke2, #uke3, #uke4, #uke5, #uke6, #uke7 {
	opacity:0;
	position:absolute;
	border-radius:50%;
}

#beach1 {
	top:150px;
	left:115px;
	transform: rotate(-67deg);
	-moz-transform: rotate(-67deg);
	-webkit-transform: rotate(-67deg);
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}

#uke1 {
	top:-200px;
	left:75px;
	transform: rotate(-67deg);
	-moz-transform: rotate(-67deg);
	-webkit-transform: rotate(-67deg);
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}

#uke5 {
	top:400px;
	left:150px;
	transform: rotate(-67deg);
	-moz-transform: rotate(-67deg);
	-webkit-transform: rotate(-67deg);
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}

#beach3 {
	top:150px;
	left:115px;
	transform: rotate(-67deg);
	-moz-transform: rotate(-67deg);
	-webkit-transform: rotate(-67deg);
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}

#uke6 {
	top:-200px;
	left:75px;
	transform: rotate(-67deg);
	-moz-transform: rotate(-67deg);
	-webkit-transform: rotate(-67deg);
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}

#uke2 {
	top:400px;
	left:150px;
	transform: rotate(-67deg);
	-moz-transform: rotate(-67deg);
	-webkit-transform: rotate(-67deg);
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}

#beach4 {
	top:150px;
	left:115px;
	transform: rotate(-67deg);
	-moz-transform: rotate(-67deg);
	-webkit-transform: rotate(-67deg);
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}

#uke3 {
	top:-200px;
	left:75px;
	transform: rotate(-67deg);
	-moz-transform: rotate(-67deg);
	-webkit-transform: rotate(-67deg);
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}

#uke4 {
	top:-200px;
	left:75px;
	transform: rotate(-67deg);
	-moz-transform: rotate(-67deg);
	-webkit-transform: rotate(-67deg);
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}

#uke7 {
	top:400px;
	left:150px;
	transform: rotate(-67deg);
	-moz-transform: rotate(-67deg);
	-webkit-transform: rotate(-67deg);
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}
	
#uke {
	position:absolute;
	left:300px;
	top:-150px;
	transform: rotate(65deg);
	-moz-transform: rotate(65deg);
	-webkit-transform: rotate(65deg);
}

#string1 {
	position:absolute;
	background-color:rgba(255,0,0,0);
	left:450px;
	top:-50px;
	width:20px;
	height:550px;
	transform: rotate(67deg);
	-moz-transform: rotate(67deg);
	-webkit-transform: rotate(67deg);
	z-index:10;
}

#string1:hover > #beach1 {
	opacity:1;
}

#string1:hover > #uke1 {
	opacity:1;
}

#string1:hover > #uke5 {
	opacity:1;
}

#string2 {
	position:absolute;
	background-color:rgba(255,0,0,0);
	left:450px;
	top:-35px;
	width:20px;
	height:555px;
	transform: rotate(65deg);
	-moz-transform: rotate(65deg);
	-webkit-transform: rotate(65deg);
	z-index:10;
}

#string2:hover > #beach3 {
	opacity:1;
}

#string2:hover > #uke2 {
	opacity:1;
}

#string2:hover > #uke6 {
	opacity:1;
}

#string3 {
	position:absolute;
	background-color:rgba(255,0,0,0);
	left:455px;
	top:-20px;
	width:20px;
	height:555px;
	transform: rotate(63deg);
	-moz-transform: rotate(63deg);
	-webkit-transform: rotate(63deg);
	z-index:10;
}

#string3:hover > #beach4 {
	opacity:1;
}

#string3:hover > #uke3 {
	opacity:1;
}

#string4 {
	position:absolute;
	background-color:rgba(255,0,0,0);
	left:460px;
	top:0px;
	width:20px;
	height:555px;
	transform: rotate(63deg);
	-moz-transform: rotate(63deg);
	-webkit-transform: rotate(63deg);
	z-index:10;
}

#string4:hover > #uke4 {
	opacity:1;
}

#string4:hover > #uke7 {
	opacity:1;
}

#playme {
	position:absolute;
	left:50px;
}

/*FAMILY TREE*/

#famtreepage_container {
	width:1000px;
	height:1000px;
	border:double;
}
	

#famtree {
	position:relative;
	width:900px;	
	height:850px;
	top:100px;
}

/*INTERACTIVE RESUME*/

#respage_container {
	width:1000px;
	height:675px;
	border:double;
}

.transitions {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.archivo {
	font-family: 'Archivo Narrow', sans-serif;
	font-size:250%;
}

#res_container {
	margin:auto;
	width:900px;
	height:1692px;
	background-color:rgba(255,0,0,0);
	position:relative;
	top:100px;
}

#fbbox {
	background-color:rgba(255,0,0,0);
	width:80px;
	height:80px;
	position:absolute;
	top:65px;
	left:600px;
	z-index:0;
}

#fb1box {
	position:absolute;
	background-color:rgba(255,0,0,0);
	width:215px;
	height:145px;
	top:275px;
	left:10px;
	z-index:1;
}

#fbbox:hover {
	z-index:10;
}

#fbbox:hover > #fb1box {
	z-index:10;
}

#fb1 {
	position:absolute;
	background-color:rgba(255,0,0,0);
	width:600px;
	top:430px;
	left:-80px;
	z-index:10;
	opacity:0;
	font-size:150%
}

#fb1box:hover + #fb1 {
	opacity:1;
}

#fb2box {
	position:absolute;
	background-color:rgba(255,0,0,0);
	width:215px;
	height:145px;
	top:275px;
	left:225px;
	z-index:1;
}

#fbbox:hover > #fb2box {
	z-index:10;
}

#fb2 {
	position:absolute;
	background-color:rgba(255,0,0,0);
	width:600px;
	top:430px;
	left:-80px;
	z-index:10;
	opacity:0;
	font-size:150%;
}

#fb2box:hover + #fb2 {
	opacity:1;
}

#fb3box {
	position:absolute;
	background-color:rgba(255,0,0,0);
	width:140px;
	height:100px;
	top:470px;
	left:14px;
	z-index:1;
}

#fbbox:hover > #fb3box {
	z-index:10;
}

#fb3 {
	position:absolute;
	background-color:rgba(255,0,0,0);
	width:600px;
	top:430px;
	left:-80px;
	z-index:10;
	opacity:0;
	font-size:150%;
}

#fb3box:hover + #fb3 {
	opacity:1;
}

#fb4box {
	position:absolute;
	background-color:rgba(255,0,0,0);
	width:140px;
	height:100px;
	top:470px;
	left:155px;
	z-index:1;
}

#fbbox:hover > #fb4box {
	z-index:10;
}

#fb4 {
	position:absolute;
	background-color:rgba(255,0,0,0);
	width:600px;
	top:430px;
	left:-80px;
	z-index:10;
	opacity:0;
	font-size:150%;
}

#fb4box:hover + #fb4 {
	opacity:1;
}

#fb5box {
	position:absolute;
	background-color:rgba(255,0,0,0);
	width:140px;
	height:100px;
	top:470px;
	left:300px;
	z-index:1;
}

#fbbox:hover > #fb5box {
	z-index:10;
}

#fb5 {
	position:absolute;
	background-color:rgba(255,0,0,0);
	width:600px;
	top:430px;
	left:-75px;
	z-index:10;
	opacity:0;
	font-size:150%;
}

#fb5box:hover + #fb5 {
	opacity:1;
}

#facebook {
	position:absolute;
	top:0px;
	left:0px;
	opacity:1;
	width:450px;
	height:742px;
	z-index:0;
}

#faceapp {
	position:absolute;
	background-color:rgba(255,0,0,0);
	height:0px;
	width:0px;
	top:-17px;
	left:-400px;
	opacity:0;
	overflow:auto;
}

#fbbox:hover > #faceapp {
	opacity:1;
	width:455px;
	height:393px;
}

#twitterbox {
	background-color:rgba(255,0,0,0);
	width:70px;
	height:80px;
	position:absolute;
	top:60px;
	left:510px;
}

#res_twitter {
	position:absolute;
	top:0px;
	left:0px;
	opacity:1;
	width:450px;
	height:752px;
	z-index:3;
}

#twitapp {
	position:absolute;
	background-color:rgba(255,0,0,0);
	height:0px;
	width:0px;
	top:-13px;
	left:-300px;
	opacity:0;
	overflow:auto;
}

#twitterbox:hover > #twitter {
	opacity:1;
	width:745px;
	height:1248px;
}

#twitterbox:hover > #twitapp {
	opacity:1;
	width:475px;
	height:393px;
}

#instabox {
	background-color:rgba(255,0,0,0);
	width:80px;
	height:90px;
	position:absolute;
	top:145px;
	left:225px;
}

#instagram {
	position:absolute;
	top:0px;
	left:0px;
	opacity:1;
	width:450px;
	height:752px;
	z-index:1;
}

#instaapp {
	position:absolute;
	background-color:rgba(255,0,0,0);
	height:0px;
	width:0px;
	top:-87px;
	opacity:0;
	overflow:auto;
}

#instabox:hover > #instaapp {
	opacity:1;
	width:475px;
	height:393px;
}

#chessurbox {
	position:absolute;
	background-color:rgba(255,0,0,0);
	width:150px;
	height:110px;
	top:470px;
	left:0px;
	opacity:0;	
	z-index:1;
}

#chessurbox:hover {
	width:320px;
	height:240px;
	opacity:1;
	z-index:2;
}

#chessur {
	position:absolute;
	opacity:0;
	left:0px;
}

#chessurbox:hover > #chessur {
	opacity:1;
}

#mandalabox {
	position:absolute;
	background-color:rgba(255,0,0,0);
	width:150px;
	height:110px;
	top:470px;
	left:150px;
	opacity:0;
	z-index:2;	
}

#mandalabox:hover {
	width:320px;
	height:240px;
	opacity:1;
	z-index:3;
}

#mandala {
	position:absolute;
	opacity:0;
	left:-80px
}

#mandalabox:hover > #mandala {
	opacity:1
}

#rtbox {
	position:absolute;
	background-color:rgba(255,0,0,0);
	width:150px;
	height:110px;
	top:470px;
	left:130px;
	opacity:0;	
	z-index:1;
}

#rtbox:hover {
	width:320px;
	height:240px;
	opacity:1;
	z-index:2;
}

#rt {
	position:absolute;
	left:0px;
}

/*RT SITE*/

#rt_container {
	position:relative;
	width:1000px;
	height:1200px;
	top:100px;
}

#rtpage_container {
	width:1000px;
	height:1350px;
	border:double;
}

/*EVENTS*/

#events_container {
	border:double;
	width:1000px;
	height:2000px;
}

.group:after {
	content:"";
	display:table;
	clear:both;
}

.thumbdiv {
	position:relative;
	width:80%;
	min-width:500px;
	padding:15px;
	text-align:center;
	top:100px;
}

.thumbnails {
	position:relative;
	float:left;
	font-size:75%;
	width:17%;
	margin:2px;
	padding:4px;
	top:75px;
}

#e1 {
	position:absolute;
	top:50px;
	font-size:150%;
}

#descrip1 {
	position:relative;
	top:140px;
	width:800px;
	text-align:left;
}

#e2 {
	position:absolute;
	top:50px;
	font-size:150%
}

#descrip2 {
	position:relative;
	top:160px;
	width:800px;
	text-align:left;
}

#e3 {
	position:absolute;
	top:50px;
	font-size:150%
}

#descrip3 {
	position:relative;
	top:160px;
	width:800px;
	text-align:left;
}

#e4 {
	position:absolute;
	top:50px;
	font-size:150%
}

#descrip4 {
	position:relative;
	top:160px;
	width:800px;
	text-align:left;
}	


/*SOCIAL MEDIA*/

#socialmedia_container {
	width:1000px;
	height:1760px;
	border:double;
}

#wutt {
	position:relative;
	top:150px;
	font-size:150%;
}

#twitheader {
	position:relative;
	top:200px;
	left:-250px;
	font-size:125%;
}

#fbheader {
	position:relative;
	top:-1295px;
	left:255px;
	font-size:125%;
}

/*PHOTOGRAPHY*/

.group:after {
	content:"";
	display:table;
	clear:both;
}

.thumbdiv {
	position:relative;
	width:80%;
	min-width:500px;
	padding:15px;
	text-align:center;
	top:50px;
}

.thumbnails {
	position:relative;
	float:left;
	font-size:75%;
	width:17%;
	margin:2px;
	border:rgba(0,0,0,1.00) double;
	padding:4px;
	top:75px;
}

#photo_container {
	height:1100px;
	width:1000px;
	border:double;
}

#c1 {
	position:absolute;
	top:60px;
	font-size:150%;
}

#c2 {
	position:absolute;
	top:60px;
	font-size:150%;
}

#c3 {
	position:absolute;
	top:60px;
	font-size:150%;
}


/*CONTACT PAGE*/

#contact_container {
	width:1000px;
	height:750px;
	border:double;
}

#twitter {
	position:relative;
	left:467px;
	top:10px;
	z-index:10;
}

#insta {
	position:relative;
	left:470px;
	top:10px;
	z-index:10;
}

#github {
	position:relative;
	left:420px;
	top:35px;
	z-index:10;
}

#linkedin {
	position:relative;
	left:423px;
	top:35px;
	z-index:10;
}

#contact {
	position:relative;
	width:900px;
	height:450px;
	top:100px;
}

/*ILLUSTRATION*/

#ill_container {
	height:800px;
	width:1000px;
	border:double;
}

#ill {
	position:relative;
	width:830px;
	height:615px;
	top:100px;
}

/*RT LOGO*/

#logo_container {
	width:1000px;
	height:800px;
	border:double;
}

#logo {
	position:relative;
	width:830px;
	height:615px;
	top:100px;
}

/*TEXT MANDALA*/

#textmand_container {
	width:1000px;
	height:800px;
	border:double;
}

#textmand {
	position:relative;
	width:830px;
	height:615px;
	top:100px;
}

/*IMAGE MANDALA 1*/

#imgmand1_container {
	width:1000px;
	height:800px;
	border:double;
}

#imgmand1 {
	position:relative;
	width:830px;
	height:615px;
	top:100px;
}

/*IMAGE MANDALA 2*/

#imgmand2_container {
	width:1000px;
	height:800px;
	border:double;
}

#imgmand2 {
	position:relative;
	width:830px;
	height:615px;
	top:100px;
}

/*CROP CIRCLE*/

#crop_container {
	width:1000px;
	height:800px;
	border:double;
}

#crop {
	position:relative;
	width:830px;
	height:615px;
	top:100px;
}
