
a img {border: none;}

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

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

a.header {
 text-decoration: none;
}

h1.header {
 right: 1em;
 position: relative;
}

p.header {
 left: 7em;
 top: 6em;
 position: absolute;
 text-align: left;
 font-size: small;
 font-weight: normal;
}

p.bio {
 text-align: left;
}

p.review{
 padding: 1em;
 position: relative;
 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; 
 border: solid black;
}

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

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

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

#title{
 background-color:rgba(175,0,0,0.6);
 color: black;
 text-align: right;
 font-family: cursive;
 font-size: xx-large;
 font-weight: bold;
}

#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{
 // SEE INDIVIDUAL ELEMENT FOR  COLOR
 //background-color:rgba(255,165,0,0.6);
 //box-shadow: rgba(255,255,255,0.5) 0px 0px 48px;
 border-radius: 12px;
 position: relative;
 left: 2em;
 width: 350px;
 padding: 1em;
}

#showList{
// background-color:rgba(255,165,0,0.3);
 border-radius: 12px;
 padding: 1em;
 top: 3em;
 position: absolute;
 right: 2em;
}

#showLogo{
 //top: 70px;
}

#showImage{
 border-style: ridge;
 border-color: Rgba(0,0,0,1);
 border-width: x-large;
}

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

#dir_notes{
 position: relative;
 width: 500px;
 background-color: rgba(255,165,0,0.5); //orange w/ 50% transparency on the bg color.
 padding: 2px;
}

#notes{
 position: relative;
 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;
 background-color: rgba(144,238,144,0.5); //lightgreen w/ 50% transparency on the bg color.
 padding: 2px;
}

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

#staff{
 position: relative;
 // opacity: 0.6;
 // -moz-opacity: 0.6;
 width: 500px;
 //background: pink;
 background-color: rgba(255, 192, 203, 0.5); //pink w/50% transparency on the bg color.
 padding: 2px;
}

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

#bio {
 background-color:rgba(221,160,221,0.6);
 border-radius: 12px;
 position: absolute;
 left: 20%;
 display: block;
 width: 40em;
 text-align: center;
 padding: 1em;
 color: black;
 border: 2px solid black;
}

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

