/* Editorials: All Editors Page*/
#editorial{
    margin-left:10px;
    
}

#editorial h1{
    font-family: Georgia,  "Trebuchet MS",Verdana ,Arial,sans-serif;
    font-size:18px;
    border-bottom: 3px solid #707B5C;        
}

#editorial h1 a:link, #editorial h1 a:visited{
    font-family: Georgia,  "Trebuchet MS",Verdana ,Arial,sans-serif;
    font-size:18px;
    color:black;
    text-decoration:none;       
}

#editorial h1 a:hover{
    color:  #707B5C;
    text-decoration:none;       
}


.editorial_author{
   border-bottom: 1px dashed #ccc;
   height:140px;
   margin-top: 10px;    
   overflow: hidden;
   text-overflow: ellipsis; 

    
}

.editorial_author_even{
    background-color: white;
}

.editorial_author_odd{
    background-color: white;     
}

.editorial_author h3{
    font-family: 'Lucida Grande', LucidaGrande ,Lucida,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin:0px;
    padding-bottom:3px;
}

.editorial_author h3 a{
    color:black;
}

.editorial_author h4{
    font-family: 'Lucida Grande', LucidaGrande ,Lucida,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin:0px;
    padding:0px;
}

.editorial_author h4 a{
    color:black;
}

.editorial_author_photo{
  float:left;
  background: url(../images/shadow_frame.png) no-repeat bottom right !important;
  margin-right: 5px;
  width: 76px;
  height:98px;
    
}

.editorial_author_photo img{
  display: block;
  padding-top: 3px;
  padding-left:3px;
    
}

.editorial_author_about{
  float:left;
  margin-right: 5px;
  width: 300px;
    
}

.editorial_author_articles{  
   background: url(../images/widget_editorial_quotes.png) no-repeat top right;        
   float:left;
   width: 200px;
}

.editorial_author_articles ul{
  list-style: none;
  margin: 0px;
  padding:0px;
}

.editorial_author_articles ul li{
  margin-bottom: 3px;
}

.editorial_author_articles ul li a{
  line-height: 120%;
}

/* Editorials: Editor Page*/
.editor_about{
   border: 0px none;       
}

.editor_text{   
  font-family: Arial;
  font-size:12px;
  width: 500px;
}

.editor_author{
   border-bottom: 1px dashed #ccc;
   height:180px;
   margin-top: 10px;    
   overflow: hidden;
   text-overflow: ellipsis;     
}

.editor_author_article h5, .editor_author_article h5 a, .editor_author_article h5 a:link{
    font-family: 'Lucida Grande', LucidaGrande ,Lucida,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin:0px;  
}

.editor_author_article{
  font-family: Arial;
  font-size:12px;
    
}

.editor_author_photo{
  float:left; 
  margin-right: 5px;
  height: 180px;  
  width: 120px;
    
}

.editor_author_photo img{
  float:left; 
  margin-right: 5px;
  width: 120px;  
    
}



