body {
    background-color: #FFFFFF;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #373030;
    margin: 0px;
}
h1 {
    position: absolute;
    top: -1000px;
}
h2 {
    font-family: Garamond, Times, Times New Roman, serif;
    font-size: 36px;
    color: #153218;
    margin: -10px 0px 20px 470px;
}
h3 {
    margin: 0px 0px 10px 0px;
}
a {
    color: #246A34;
}
hr {
    clear: both;
    width: 80%;
    height: 1px;
    background-color: #246A34;
    color: #246A34;
    border: none;
    margin: 10px auto 30px auto;
}

#centerFrame {
    width: 780px;
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    margin: 0px auto 30px auto;
    border: 2px solid #153218;
    border-top: none;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
}
#mirinesseHeader {
    padding-top: 100px;
    margin-left: 20px;
}
#nav {
    width: 780px;
    background-color: #163318;
    color: #FFFFFF;
    font-family: Garamond, Times, Times New Roman, serif;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    margin: 0px auto 0px auto;
}
#nav a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 0px 10px 0px 10px;
}
#nav a:hover {
    text-decoration: underline;
}
#nav a.selected {
    text-decoration: underline;
    color: #bdda88;
}
#content {
    background-color: #F2F2D1;
    min-height: 400px;
    padding: 20px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
}
#bethannImage {
    width: 199px;
    height: 300px;
}
#rebeccaImage {
    width: 200px;
    height: 300px;
}
#mindyImage {
    width: 236px;
    height: 207px;
}
#posterThumbnail {
    width: 250px;
    height: 324px;
    border: none;
}

.leftAlignedImage {
    float: left;
    margin: 0px 20px 20px 0px;
}

.caption {
    margin-top: 10px;
}

.musicPlayer {
    width: 350px;
    height: 180px;
}

.row {
    clear: both;
}
.leftAlignedCol {
    float: left;
    margin-right: 20px;
}
.rightAlignedCol {
    float: right;
    margin-left: 20px;
}
.album {
    margin-bottom: 30px;
}
.albumCover {
    width: 115px;
}
.albumDetails {
    width: 315px;
}
.performanceDetails {
	width: 450px;
}
.musicPlayerText {
    width: 370px;
    padding-top: 50px;
}

.poster {
    width: 370px;
}

.highlighted {
    background-color: #BDDA88;
    font-size: 17px;
    text-align: center;
    line-height: 140%;
    padding: 5px;
    border: 1px solid #153218;
    margin-bottom: 20px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
}
.highlighted .inner {
    background-color: #FFFFFF;
    padding: 10px 20px 10px 20px;
    border: 1px solid #549342;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}
.highlighted .subtext {
    font-size: 14px;
}

.slideshowCol {
    min-height: 250px;
}
.slideshow {
    width: 250px;
    height: 250px;
    margin-bottom: 10px;
}
.slideshow img {
    position: absolute;
    opacity: 0.0;
    filter: alpha(opacity=0);
    z-index: 1;
}
.slideshow img.active {
    opacity: 1.0;
    filter: alpha(opacity=100);
    z-index: 0;
}

#dialogSneezeguard {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #000000;
    opacity: .3;
    z-index: 1;
}
.dialog {
    display: none;
    background-color: #FFFFFF;
    border: 3px solid #549342;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 2;
}
.dialog .dialogClose {
    position: absolute;
    top: 0px;
    right: 5px;
    cursor: pointer;
}
.dialogContent {
    padding: 10px;
}

.viewTrackListing {
    margin-bottom: 0px;
}
.trackListingWrapper {
    display: none;
    position: relative;
    top: -1.5em;
    left: -.1em;
    background-color: #FFFFFF;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 130%;
    padding: 8px;
    border: 1px solid #549342;
    -moz-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-border-radius: 3px;
    zoom: 1; /* ridiculousness needed by IE7, or the close button disappears */
}
.trackListingWrapper h4 {
    font-size: 16px;
    color: #246A34;
    margin: 5px 0px 8px 30px;
}
.trackListingWrapper .close {
    position: absolute;
    right: 8px;
    width: 12px;
    height: 12px;
    background-image: url("../images/closeSprite.gif");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
}
.trackListingWrapper .close:hover {
    background-position: -12px 0px;
}
.trackListing {
    padding-left: 30px;
    margin: 0px;
}
#footer {
    width: 780px;
    font-size: 11px;
    text-align: center;
    margin: 30px auto 60px auto;
}
#footer img {
    margin-top: 15px;
}
