@charset "UTF-8";
/* CSS Document for my Self-Portrait Website */
/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
display: block;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #000;
	display: block;
	background-position: center top;
	background-repeat: repeat;
	background-image: url(../project1/images/desk_texture_by_naveenvverma-d36gv8e.jpg);
}
#centeringDiv {
	position: relative;
	height: 750px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../project1/images/crumpled-paper-background.gif);
}
header {
	position: absolute;
	height: 179px;
	width: 507px;
	z-index: 53;
	font-family: "Comic_Strip";
	font-size: 75px;
	color: #333;
	left: 328px;
	top: 19px;
}
footer {
	background-color: #FF0;
	position: absolute;
	z-index: 2;
	height: 25px;
	width: 200px;
	left: 200px;
	top: 600px;
	font-size: 9px;
}
#contentArea {
	position: absolute;
	z-index: 50;
	height: 499px;
	width: 632px;
	left: 289px;
	top: 153px;
	overflow: auto;
	color: #333;
	border: thin solid #00C;
	padding: 10px;
}

#footer {
	position: absolute;
	width: 272px;
	height: 71px;
	z-index: 2;
	left: 720px;
	top: 716px;
	text-align: right;
	font-size: 10px;
}
#topNavBox {
	position: absolute;
	width: 1000px;
	height: 53px;
	z-index: 1;
	left: 3px;
	top: 149px;
	background-color: #000;
}
.PhotoLeft {
	text-align: center;
	padding: 5px;
	float: left;
	border: 1px dotted #333;
	margin-top: 5px;
	margin-right: 35px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.PhotoRight {
	text-align: center;
	margin: 5px;
	padding: 5px;
	float: right;
	border: 1px dotted #333;
}
#LeftNavBox {
	position: absolute;
	width: 200px;
	height: 158px;
	z-index: 1;
	left: 32px;
	top: 369px;
}
#RightNavBox {
	position: absolute;
	width: 200px;
	height: 158px;
	z-index: 1;
	left: 788px;
	top: 356px;
}
.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 5px #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*/
}
#Homebtn {
	position: absolute;
	width: 244px;
	height: 37px;
	z-index: 1;
	left: 34px;
	top: 151px;
}
#Familybtn {
	position: absolute;
	width: 250px;
	height: 40px;
	z-index: 1;
	left: 35px;
	top: 189px;
}
#Diptychbtn {
	position: absolute;
	width: 254px;
	height: 39px;
	z-index: 54;
	left: 33px;
	top: 230px;
}
#Essaybtn {
	position: absolute;
	width: 229px;
	height: 40px;
	z-index: 55;
	left: 32px;
	top: 271px;
}
#friendsbtn {
	position: absolute;
	width: 252px;
	height: 42px;
	z-index: 56;
	left: 31px;
	top: 311px;
}
#Illustrationbtn {
	position: absolute;
	width: 254px;
	height: 41px;
	z-index: 57;
	left: 31px;
	top: 351px;
}
#Photogallerybtn {
	position: absolute;
	width: 253px;
	height: 43px;
	z-index: 1;
	left: 0px;
	top: 38px;
}
#Podcastbtn {
	position: absolute;
	width: 255px;
	height: 48px;
	z-index: 58;
	left: 29px;
	top: 427px;
}
#webgemsbtn {
	position: absolute;
	width: 233px;
	height: 53px;
	z-index: 60;
	left: 29px;
	top: 499px;
}

#Projectsbtn {
	position: absolute;
	width: 253px;
	height: 51px;
	z-index: 1;
	top: 152px;
	left: -2px;
}
#Gillespicture {
	position: absolute;
	z-index: 1;
	border: medium solid #00C;
	left: 55px;
	top: 5px;
	height: 136px;
}

#Projectsbtn {
	position: absolute;
	width: 253px;
	height: 51px;
	z-index: 1;
	top: 152px;
	left: -2px;
}
#Gillespicture {
	position: absolute;
	z-index: 1;
	border: medium solid #00C;
	left: 33px;
	top: 3px;
	height: 136px;
}

#guitarillustration {
	position: absolute;
	width: 249px;
	height: 170px;
	z-index: 61;
	left: 20px;
	top: 563px;
}
