@charset "UTF-8";
/* CSS Document for my Self-Portrait Website */

	header, section, footer, aside, nav, article, figure {
	display: block;
	}
	body {
	font-family: "Organic_Fruit";
	font-size: 100%;
	color: #000;
	display: block;
	margin: 0px;
	padding: 1 px;
	background-color: #FFF;
}
header {
	background-color: #FFF;
	position: absolute;
	z-index: 1;
	height: 53px;
	width: 319px;
	left: 20px;
	top: 4px;
	font-family: "Organic_Fruit";
	font-size: 35px;
}
footer {
	background-color: #FFF;
	position: absolute;
	z-index: 2;
	height: 50px;
	width: 195px;
	left: 794px;
	top: 690px;
	text-align: right;
	font-size: 12px;
}
#contentArea {
	position: absolute;
	z-index: 50;
	height: 389px;
	width: 424px;
	left: 280px;
	top: 175px;
	overflow: auto;
	border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 10px;
	background-color: rgba(255,255,255,0.7);
}
#centeringDiv {
	height: 750px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../project1/images/globe.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.photoleft {
}
ol {
	padding: 0px;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.photoleft {
	text-align: center;
	float: left;
	border: 1px dotted #000;
	padding: 5px;
	margin-top: 5px;
	margin-right: 35px;
	margin-bottom: 5px;
	margin-left: 5px;
}
embed {
	display: inline;
}
.photoright {
	text-align: center;
	float: right;
	border: 1px dotted #000;
	margin: 5px;
	padding: 5px;
}
.roundedEdgeImage {
	border-radius:15px;
	-o-	border-radius:15px;
	-ms-	border-radius:15px;
	-moz-	border-radius:15px;
	-webkit-	border-radius:15px;
}
.dropShadow {
	box-shadow: 10px 10px 5px #000;
	-o-box-shadow: 10px 10px 5px #000;
	-ms-box-shadow: 10px 10px 5px #000;
	-moz-box-shadow: 10px 10px 5px #000;
	-webkit-box-shadow: 10px 10px 60px #000;
}
/*
Purpose of this code: To stylize text links
This code assumes that the larger container(s)/div(s)/table(s) for all links has a class="links".
Add this code to you main style sheet
*/
.links {/*apply class="links" to your larger container(s)/div(s)/table(s) for all links*/
	font-family:Verdana, Geneva, sans-serif;/*you can change to another font, even a custom font*/
	font-size:100%;	
}
.links a:link, .links a:visited {/* link is a normal link, visited is if previously clicked */
	color: #090;
	text-decoration:none;
	/*you can add more styles as desired*/
}
.links a:hover, .links a:active {/* hover is when mouse hovers over link, active is when the mouse is pressed down on link */
	color: #F00;
	font-size:18px;
	text-decoration:underline;
	letter-spacing:1px;
	/*you can add more styles as desired*/
}
#poemBox {
	text-align: center;
}
.textindent {
	text-indent: 3em;
}
.centering {
	text-align: center;
}

#btnHomeBox {
	position: absolute;
	width: 193px;
	height: 169px;
	z-index: 1;
	left: 299px;
	top: 6px;
}
#familyBtnBox {
	position: absolute;
	width: 200px;
	height: 115px;
	z-index: 2;
	left: 555px;
	top: 5px;
}
#friendsBtnBox {
	position: absolute;
	width: 200px;
	height: 115px;
	z-index: 3;
	left: 716px;
	top: 110px;
}
#EssayBtnBox {
	position: absolute;
	width: 200px;
	height: 115px;
	z-index: 4;
	left: 796px;
	top: 314px;
}
#webgemsBtnBox {
	position: absolute;
	width: 200px;
	height: 115px;
	z-index: 5;
	left: 706px;
	top: 495px;
}
#diptychBtnBox {
	position: absolute;
	width: 200px;
	height: 115px;
	z-index: 6;
	left: 476px;
	top: 637px;
}
#projectsBtnBox {
	position: absolute;
	width: 200px;
	height: 115px;
	z-index: 7;
	left: 257px;
	top: 622px;
}
#photogalleryBtnBox {
	position: absolute;
	width: 200px;
	height: 115px;
	z-index: 8;
	left: 139px;
	top: 406px;
}
#apDiv8 {
	position: absolute;
	width: 200px;
	height: 115px;
	z-index: 9;
	left: 91px;
	top: 166px;
}
#podcastBtnBox {
	position: absolute;
	width: 200px;
	height: 115px;
	z-index: 9;
	left: 104px;
	top: 205px;
}
#illustrationBtnBox {
	position: absolute;
	width: 200px;
	height: 115px;
	z-index: 10;
	left: 185px;
	top: 69px;
}
#homeBtnBox {
	position: absolute;
	width: 200px;
	height: 115px;
	z-index: 11;
	left: 348px;
	top: -13px;
}
.fancyFonts p {
	font-family: "Organic_Fruit";
	font-size: 100px;
	color: #F9C;
}
@font-face{
	font-family:BlackWidow;
	src:url("/~PaigeE/fonts/BlackWidow.ttf"),/*for non-IE browsers  */
	url("/~PaigeE/fonts/BlackWIdow.eot")/*foe IE browsers */
}
@font-face{
	font-family:Organic_Fruit;
	src:url("/~PaigeE/fonts/Organic_Fruit.ttf"),/*for non-IE browsers  */
	url("/~PaigeE/fonts/Organic_Fruit.eot")/*foe IE browsers */
}
