#structContent {position: relative; }

#info {position: absolute; top: 0; lef: 0; background: #777900; color: #FFFFAA; float: left; width: 250px; margin-right: 10px;}
#info p {padding: 0 8px; font-weight: bold; font-size: 1.1em;}
#info a {color: #FFFFAA; padding-left: 20px; background: url(../../page/images/linkarrowinverted.gif) 1px 1px no-repeat;}

#blurb {margin-left: 260px;}
#blurb h1 {margin-top: 0;}

div.artist {float: right; font-size: 0.8em; text-align: center;}
div.artist img {border: 1px solid #777900;}

/* == SMALL SCREEN == */
@media screen and (max-width: 780px)
{
#info {position: static;}
#blurb {margin-left: inherit;}
}
