/*----------------------------------------------------------------------*/
/*                                                                      */
/*    PUBLIC JOURNAL STYLESHEET                                         */
/*    CREATED 7.25.14                                                   */
/*                                                                      */
/*    CONTAINS CONTRIBUTION-SPECIFIC STYLES  (IF ANY)                   */
/*                                                                      */
/*    BRIAN LONSWAY                                                     */
/*    CO-DESIGN EDITOR, PUBLIC                                          */
/*                                                                      */
/*----------------------------------------------------------------------*/


#c126-authorMenu {
  width:100%; 
  margin-top: 15px;
  padding: 5px 0px 5px 0px;
  background-color: #ddd; 
  font-size: .7em;
  font-weight: bolder;
  text-align: center;


}


#c126-authorMenu a {
  color:black;
  text-decoration: none;
}

#c126-authorMenu a:hover {

color: red;

}

.c126-authorMenuItem {
  display:inline-block;
  vertical-align: middle;
  width: 8%;
  height: 50px;
  margin: 3px;
  padding: 4px;

  background-color: #fff; 
  text-align: center;
  line-height: 1.3em;
}

.c126-authorMenuItem:hover {
  color: red;

}
