
a img {border: none;}

img.button {
 border: 3px solid black;
}

a.button{
 color: black;
 font-weight: bold;
 text-decoration: none;
}

p.bio{
 opacity: 0.6; //CSS 3 Standard
 -moz-opacity:0.6;
 background: wheat;
 color: black;
 font-weight: bold;
 border: 0px solid black;
}

h2.bio{
 //position: relative;
 //top: 7em;
 //left: 26em;
 margin-right: 43%;
 margin-left: 30%;
 opacity: 0.6; //CSS 3 Standard
 -moz-opacity:0.6;
 background: wheat;
 font-weight: bold
 text-align: center
 align: center;
 text-decoration: underline;
 color: black;
 border: 0px solid black;
 //height: 1%;
}

p.review{
 padding: 1em;
 position: inline;
 float: left;
 opacity: 0.6; //CSS 3 Standard
 -moz-opacity:0.5;
 background: coral;
 color: black;
 font-weight: bold;
 border: 0px solid black;
 margin-left: auto;
 margin-right: auto;
}

.review_quote{
 font-size: x-large;
}

.review_cite{
 float: right;
 display: inline;
 text-align: right;
 background: coral;
}

#outerFrame { background: black; }

#outer{
 background: url('images/background.jpg');
 border: 1em solid black;
 top: 20px;
 right: 20px;
 left: 20px;
 bottom: 20px;
 overflow: none;	
}

#body{
 position: relative;
 top: 1em;
}

#resumeTitle{
 border: 1em solid white;
 position: absolute;
 top: 6em;
 text-alignment: center;
 vertical-align: top;
}

#title{
 position: absolute;
 top: 2em;
 left: 12em;
}

#footer{
 position: relative;
 bottom: -300px;
 text-align: center;}

#resumeButton{
 position: absolute;
 top: 7em;
 left: 26em;
 opacity: 0.6; //CSS 3 Standard
 -moz-opacity:0.6;
 background: red;
 font-family: "Courier New", "Courier", "monospace";
 //font-size: xx-large;
 text-decoration: none;
 color: black;
 border: 3px solid black;
 //height: 1%;
}

#biographyButton{
 position: absolute;
 top: 11em;
 left: 42em;
 opacity: 0.6; //CSS 3 Standard
 -moz-opacity:0.6;
 background: Orchid;
 font-family: Times;
 //font-size: xx-large;
 text-decoration: none;
 color: black;
 border: 3px solid black;
 //height: 1%;
}

#directingButton{
 position: absolute;
 top: 21em;
 left: 10em;
 opacity: 0.6; //CSS 3 Standard
 -moz-opacity:0.6;
 background: yellow;
 font-family: fantasy;
 //font-size: xx-large;
 text-decoration: none;
 color: black;
 border: 3px solid black;
 //height: 1%;
}

#reviewsButton{
 position: absolute;
 top: 19em;
 left: 30em;
 opacity: 0.6; //CSS 3 Standard
 -moz-opacity:0.6;
 background: coral;
 font-family: times;
 //font-size: xx-large;
 text-decoration: none;
 color: black;
 border: 3px solid black;
 //height: 1%;
}


#designButton{
 position: absolute;
 top: 11em;
 left: 5em;
 opacity: 0.6; //CSS 3 Standard
 -moz-opacity:0.6;
 background: Cyan;
 font-family: arial;
 //font-size: xx-large;
 text-decoration: none;
 color: black;
 border: 3px solid black;
 //height: 1%;
}

#personalStatement{
 position: relative;
 top: 7em;
 left: 100px;
 width: 350px;
 Padding: 5px;
 background: orange;
}

#designStatement{
 position: relative;
 top: 7em;
 left: 100px;
 width: 350px;
 Padding: 5px;
 background: lightblue;
}

#showList{
 top: 9em;
 position: absolute;
 right: 1.5em;}

#showLogo{
 top: 70px;}

#showTitle{
 position: absolute;
 top: 8em;
 right: 1em;
}

#notes{
 position: relative;
 //right: -500px;
 width: 500px;
 background: orange;
 -moz-opacity:0.6;
 padding: 2px;
}

#notes_p{
 position: relative;
 top: 0px;
 right: 0px;
 width: 500px;
 padding-left: 4px;
 padding-right: 4px;
}

#design_notes{
 position: relative
 width: 500px;
 background: lightblue;
 -moz-opacity:0.6;
 padding: 2px;
}

#design_notes_p{
 position: relative;
 top: 0px;
 right: 0px;
 width: 500px;
 padding-left: 4px;
 padding-right: 4px;
}

#related{
 position: relative;
 width: 500px;
 opacity: 0.6; //CSS 3 Standard
 -moz-opacity:0.6;
 background: lightgreen;
 padding: 2px;
}

#related_p{
 position: relative;
 top: 0px;
 right: 0px;
 //padding: 1px;
 padding-left: 4px;
 padding-right: 4px;
 width: 500px;
 //background: lightgreen;
}

#staff{
 position: relative;
 opacity: 0.6;
 -moz-opacity: 0.6;
 width: 500px;
 background: pink;
 padding: 2px;
}

#staff_p{
 position: relative;
 //top: -40px;
 right: 0px;
 //padding: 1px;
 padding-left: 4px;
 padding-right: 4px;
 width: 500px;
 //background: pink;
}


#gallery{
 position: absolute;
 left: 0px;
 top: 80px;
 width: 405px;
}

/* =Hoverbox Code 
 Hoverbox developed by Nathan Smith. 
 http://host.sonspring.com/hoverbox
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	/*width: 200px;
	height: 150px;*/
	width: 300px;
	height: 200px;

}