a {
 color: rgba(0,0,150,1);
}

a:visited {
 color: rgba(100,0,150,1);
}

a img {
 border: none;
}

.sectionTitle {
 font-family: "Monotype Corsiva", "Apple Chancery";
}

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

a.button{
 color: black;
 font-weight: bold;
 text-decoration: none;
 padding: 5px;
 line-height: 150%;
}

a.button:hover{
 color: white;
}

a.header {
 text-decoration: none;
}

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

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;
 border-radius: 12px;
 background-color: rgba(255,127,80,0.5); //coral w/ 50% transparency on the bg color.
 color: black;
 font-weight: bold;
 border: 1px ridge black;
 width: 90%;
 left: 1em;
}

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

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

p.software_entry{
 padding: 1em;
 position: relative;
 border-radius: 12px;
 background-color:rgba(100,180,100,0.6);
 color: black;
 font-weight: bold;
 border: 1px ridge black;
 width: 90%;
 left: 1em;
}

.software_description{
 display: inline;
 text-align: right;
}

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

#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;
}

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

#title{
 background-color:rgba(150,0,0,0.8);
 color: black;
 text-align: right;
 font-family: "Monotype Corsiva", "Apple Chancery";
 font-size: xx-large;
 font-weight: bold;
 border: 2px solid black;
 line-height: 40%;
}

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

.imageCarousel {
 position: absolute;
 width: 127px;
 border: 1px solid white;
}

.carouselItem {
 overflow: hidden; 
 float: center; 
 width: 127px; 
 background: white;
}

.navTable{
 text-align: center;
 text-decoration: none;
 color: black;
}

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

#blogs{
 position: absolute;
 background-color:rgba(125,100,50,0.8);
 width: 20em;
 border-style: ridge;
 border-color: Rgba(0,0,0,1);
 border-width: x-large;
 top: 15em;
 left: 15em;
}

.blogTitleBlock {
 background-color:rgba(150,0,0,0.9);
 font-family: "Monotype Corsiva", "Apple Chancery";
 padding: 3px;
}

.newsTitleBlock {
 background-color:rgba(150,0,0,0.9);
 font-family: "Monotype Corsiva", "Apple Chancery";
 padding: 3px;
}

#news {
 position: absolute;
 background-color:rgba(125,100,50,0.8);
 left: 40em;
 top: 15em;
 width: 20em;
 border-style: ridge;
 border-color: Rgba(0,0,0,1);
 border-width: x-large;
}

#resumeButton{
 background-color:rgba(100,100,50,0.7);
 border: 3px solid black;
 color: black
 font-weight: bold;
 text-decoration: none;
}

#resumeButton:hover{
 background-color:rgba(175,0,0,0.6);
 color: white;
}

#softwareButton{
 background-color:rgba(100,100,50,0.7);
 border: 3px solid black;
}

#softwareButton:hover{
 background-color:rgba(0,128,0,0.6);
}

#biographyButton{
 background-color:rgba(100,100,50,0.7);
 border: 3px solid black;
}

#biographyButton:hover{
 background-color:rgba(218,112,214,0.6);
}

#directingButton{
 background-color:rgba(100,100,50,0.7);
 border: 3px solid black;
}

#directingButton:hover{
 background-color: rgba(255,165,0,0.5); //orange w/ 50% transparency on the bg color.
}

#reviewsButton{
 background-color:rgba(100,100,50,0.7);
 border: 3px solid black;
}

#reviewsButton:hover{
 background-color:rgba(255,127,80,0.6);
}

#designButton {
 background-color:rgba(100,100,50,0.7);
 border: 3px solid black;
}

#designButton:hover {
  background-color: rgba(173,216,230,0.5); //lightblue w/ 50% transparency on the bg color.
}

#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;
 border: 1px solid black;
 position: relative;
 left: 2em;
 width: 350px;
 padding: 1em;
 top: 2em;
}

#showList{
 border-radius: 12px;
 padding: 1em;
 top: 3em;
 position: absolute;
 right: 2em;
}

#showListImage{
 border-style: ridge;
 border-color: Rgba(0,0,0,1);
 border-width: x-large;
 position: relative;
 left: 1em;
 padding: 2px;
}

#showImage{
 border-style: ridge;
 border-color: Rgba(0,0,0,1);
 border-width: x-large;
 position: relative;
 left: 15em;
 padding: 2px;
}

#showTitle{
 position: absolute;
 right: 1em;
 padding: 2px;
 
}

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

#notes{
 position: relative;
 width: 500px;
 -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-color: rgba(173,216,230,0.5); //orange w/ 50% transparency on the bg color.
 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;
 width: 500px;
 background-color: rgba(255, 192, 203, 0.5); //pink w/50% transparency on the bg color.
 padding: 2px;
}

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

#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;
 top: 15em;
 border: 2px solid black;
}

#gallery{
 position: relative;
 width: 405px;
}

