/*----------------------------------------------------------------------*/
/*                                                                      */
/*    PUBLIC JOURNAL STYLESHEET                                         */
/*    CREATED 7.25.14                                                   */
/*                                                                      */
/*    CONTAINS CONTRIBUTION-SPECIFIC STYLES  (IF ANY)                   */
/*                                                                      */
/*    BRIAN LONSWAY                                                     */
/*    CO-DESIGN EDITOR, PUBLIC                                          */
/*                                                                      */
/*----------------------------------------------------------------------*/

/* 
   video embed css is overriding body styles, 
   so re-defined here with !important
*/


body {
  
  padding-right: 10px !important;
  margin-right: 15px !important;
}
  
  
#c299-authorMenu {
  width:100%; 
  margin-top: 15px;
  padding: 5px 0px 5px 0px;
  background-color: #ddd; 
  font-size: .7em;
  font-weight: bolder;
  text-align: center;
}


#c299-authorMenu a {
  color:black;
  text-decoration: none;
  line-height: 50px;
}

#c299-authorMenu a:hover {
  color: red;
}

.c299-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;
}

.c299-authorMenuItem a {
  margin: auto auto;
  padding: 15px 5px 15px 5px;
}  
  
.c299-authorMenuItem:hover {
  color: red;
}
