.composername {
    float: left; 
    margin-right: -9em;
    padding: 0;
    }
.composerpiece {
    margin-left: 11em;
    }
#excerpt1{
    margin-left: 11em;
    }
#excerpt2{
    margin-left: 6.5em;
    }
.allcaps {
    font-size:large;
    font-weight:bold;
    text-transform:uppercase;
    color:#999;
}
.small {
    font-size:small;
}
.medium {
    font-size: medium;
}
.large {
    font-size: large;
}
.photocaptionright {
    float: right;
    display: block;
    font: x-small arial, sans-serif;
    text-align: center;
    width: 104px;
    padding: 1px 0 5px 0;
    }
.photoright {
    margin: 5px 0 5px 5px;
    float: right;
    }
.photoright302 {
    margin: 5px 0 5px 5px;
    float: right;
    width: 302px;
    }
.photoleft {
    float: left;
    margin: 0 0 5px 5px;
    padding: 2px;
    height: 60px;
    width: 55px;
    }
.phototopleft {
    float: left;
    margin: 0 0 5px 5px;
    padding: 5px 10px 5px 5px;
    }   
.phototopright {
    float: right;
    border: solid 1px #aaa;
    margin: 0 0 15px 5px;
    padding: 2px;
    }
.phototopright200withcaption {
    float: right;
    width: 200px;
    border: none;
    margin: 0 0 5px 5px;
    padding: 2px 0 0 0;
    }
.phototopright72withcaption {
    float: right;
    width: 72px;
    border: none;
    margin: 0 0 5px 5px;
    /*padding: 2px 0 0 0;*/
    padding: 10px;
    }
.composername {
    float: left; 
    margin-right: -9em;
    padding: 0;
    color:#000;
    }
.composerpiece {
    margin-left: 11em;
    color:#000;
    }
.tblheader {
    background: #FFF url("http://www.uh.edu/images/display/bg-small-yellow-fade.jpg") bottom repeat-x;
}

.fineprint {
    font: italic x-small arial, sans-serif;
    color: #000;
    }
h3.schedule{ 
    font: medium arial, sans-serif;
    color: #000;
    font-weight: normal;
    padding: 5px 0 0 0;
    background:none;
    border:none;
    }   

/*-------- TABLE STYLE CHANGES FOR TMF ------- */
table.masterschedule{
    width:90%; 
    border: solid 1px #CCC;
    margin:10px auto;
    padding:0;
    }
/*------ DIVISION FOR SCHEDULE ARTIST DISPLAY ------ */    
.column1{
    width: 280px;
    float: left;
    margin: 0 0 0 10px;
    float:left;
    }
.column2{
    width: 280px;
    margin: 0 10px 0 350px;
    }   
.artist {
   width: 280px;
   margin: 0 5px 0 5px;
   background: url(../_images/background-tmf.jpg) no-repeat;
   border:1px dashed #CCC;
   }
.artist-alternative {
   width: 280px;
   margin: 0 5px 0 5px;
   background: url(../_images/alternative-background.png) no-repeat;
   border:1px dashed #CCC;
   }   

 .artist img {
    float: left;
    margin: 13px 8px 0 8px;
   }
 .artist p {
    line-height: 15px;
    }   
.artist-alternative p {
    line-height: 15px;
    }       
.xsmall{
    font-size:x-small;
}    
  
.redhotbox {
    font-weight: bold;
    color: #000;
    background: #eee;
    margin: 0 0 5px 10px;
    padding: 5px;
    width: 150px;
    float: right;
    border: 1px solid #c00;
    }
.redhotbox a:visited {
    color: #c00;
    }
.redhotbox a img { 
    border-style: none; 
    } 

/* BEGIN UH SOCIAL LOGO WORK */ 


.uh_TMFNetworks ul {
    margin:0;
    padding: 0;
    list-style: none;
    }
.uh_TMFNetworks li {
    margin:0;
    padding: 0;
    display: inline;
    list-style: none;
    }
.uh_TMFNetworks {
    float: left;
   /* margin: 0 0 0 50px;   REMOVED ON 10-6-14  */
    width: 130px;
    }
.uh_TMFNetworks p { 
    color: #d51600;
    font-size: 11px;
    padding: 0 0 0 8px;
    }
.uh_TMFFacebook {
    margin: 10px 0 10px 10px;
    }
#uh_l1_footTwitter a {
    background: url("../_images/footerNetwork.png") no-repeat 0px -43px;
    width: 35px;
    height: 35px;
    float: left;
    text-indent: -9999px;
    outline: none;
    }
#uh_l1_footTwitter a:hover {
    background: url("../_images/footerNetwork.png") no-repeat 0px -1px;
    }
#uh_l1_footFacebook a {
    background: url("../_images/footerNetwork.png") no-repeat -38px -43px;
    width: 35px;
    height: 35px;
    float: left;    
    text-indent: -9999px;
    outline: none;
    }
#uh_l1_footFacebook a:hover {
    background: url("../_images/footerNetwork.png") no-repeat -38px -1px;
    }
    
    
/* ===== testing for subhead  ===*/

#next2subhead {
    float: right;
    margin: -85px 0 0 0;
}
.overflow {
width: 100%; 
height: 390px; 
overflow: auto;
}
/* === photo alternatives === */
.picleft{
 float: left;
 margin: 0 5px 0 5px;
 }
 
/* ===== Recommended Concert - based publications page  ===== */
#page h1, #page.Standard h1 { border-bottom: 0px; }
.h3 featured

p { font-size: 85%; }

/*
  root element for the scrollable.
  when scrolling occurs this element stays still.
  */
.scrollable {

    /* required settings */
    position:relative;
    overflow:hidden;
    width: 550px;
    height:220px;

    /* custom decorations */
    border:1px solid #ccc;
   
}

/*
   root element for scrollable items. Must be absolutely positioned
   and it should have a extremely large width to accomodate scrollable
   items.  it's enough that you set the width and height for the root
   element and not for this element.
*/
.scrollable .items {
    /* this cannot be too large */
    width:20000em;
    position:absolute;
    clear:both;
}

.items div {
    float:left;
    width:680px;
}

/* single scrollable item */
.scrollable img {
    float:left;
    margin:20px 20px 20px 10px;
    background-color:#fff;
    padding:2px;
    border:1px solid #ccc;
    width:150px;
    height:180px;

    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
    border:2px solid #000;
    position:relative;
    cursor:default;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
    float:left;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
    background:url(../_images/concerts/scroll-arrows.png) no-repeat;
    display:block;
    width:30px;
    height:30px;
    float:left;
    margin:80px 10px;
    cursor:pointer;
    font-size:1px;
}

/* right */
a.right { background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover { background-position:-30px -30px; }
a.right:active { background-position:-60px -30px; }


/* left */
a.left { margin-left: 0px; }
a.left:hover  { background-position:-30px 0; }
a.left:active { background-position:-60px 0; }

/* up and down */
a.up, a.down  {
    background:url(/media/img/scrollable/arrow/vert_large.png) no-repeat;
    float: none;
    margin: 10px 50px;
}

/* up */
a.up:hover { background-position:-30px 0; }
a.up:active { background-position:-60px 0; }

/* down */
a.down { background-position: 0 -30px; }
a.down:hover { background-position:-30px -30px; }
a.down:active { background-position:-60px -30px; }


/* disabled navigational button */
a.disabled {
    visibility:hidden !important;
}
.center{
    text-align:center;
}

/****************** Grey Boxes, 100% Width *******************/

ul.publist { margin: 20px 0px !important; padding-left: 0px !important; }

ul.publist li { float: left; list-style: none; display: inline-block; margin: 0 0px 10px 0; padding: 10px; background-color: #f2f2f2; }

ul.publist li img { float: left; display: block; margin-bottom: 15px;}

ul.publist li p { font-size: 90% !important; line-height: 175% !important; padding-right: 20px; }

/****************** Featured Boxes, Home Page *******************/

ul.featured {
    margin: 20px 0 !important;
    padding-left: 0 !important;
}
ul.featured li {
    background-color: #f2f2f2;
    display: inline-block;
    /*float: left;              Commented out by Heather requested by Central*/
    list-style: none outside none;
    margin: 0 10px 10px 0;
    min-height: 250px;
    height:auto;
    max-height:600px;
    padding: 10px;
    width: 45%;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}
li.left {
    margin-right: 30px;
}
ul.featured li img {
    float:left;
    margin: 0 7px;
}
ul.featured li p {
    line-height: 150% !important;
    margin-bottom: 10px;
    font-size: 70%;
}
ul.featured li strong {
    line-height: 120% !important;
    display: inline-grid;
    max-width: 350px;
}