/* ==========================
   general_page type styling
============================= */

.general_page #header {
    background-image: url( /resource/image/backgrounds/header_5.jpg );
}

.general_page #main_content #first {
    width: 655px;
    float: left;
}

.general_page #main_content #first h1,
.general_page #main_content #first h2 {
    background-color: #ab9c8f;
    background-position: 8px 10px;
    background-repeat: no-repeat;
    height: 24px;
    margin-bottom: 18px;
    color: #49382a;
    font-size: 120%;
    font-weight: lighter;
    padding: 5px 8px 0 8px;
    text-transform: uppercase;
}

.general_page #main_content #first h2 {
    height: 20px;
    margin-bottom: 10px;
    font-size: 110%;
}

.general_page #main_content #first .section {
    clear: both;
}

.general_page #main_content .features .feature ul {
    clear: both;
}

.general_page #main_content #first .contact h5 + p {
/*    display: inline; */ margin-bottom:0.1em
}

.general_page #main_content #first .contact h4  {
margin-top:1em
}

.general_page #main_content #first .contact_expertise  {
margin-bottom:1em
}


.general_page #main_content #first .contact h5 {
    float:left;
    width: 8em;
}

.general_page #main_content #first .contact {
    margin-bottom: 15px;
}

.general_page #main_content #first .contact + p {
    clear: both;
}


.impact_factors table {
  border-collapse: collapse;
  border: 0;
  padding: 0;
  margin: 0;
}

.impact_factors th {
  font-size: 0.8em;
  background-color: #cbc0b7;
  padding: 4px;
  text-align: left;
}

.impact_factors td {
  background-color: #ffffee;
  padding: 2px;
  text-align: left;
  border-bottom: solid 1px #cbc0b7;
}

.back_issue,
.back_issue .item {
    float: left;
}

.back_issue {
    margin: 0 10px 15px 0;
    border: 1px solid #ccc;
}

.back_issue .item {
    width: 230px;
    padding: 5px;
    text-align: center;
}

.back_issue .issue,
.back_issue .coverdate,
.back_issue .title {
    font-weight: bold;
}

.back_issue .cover_thumb img {
    display: block;
    margin: 0 auto;
    min-height: 175px;
}

/*link color*/
html body.general_page div#wrap div#main_content a {color: blue;}
html body.general_page div#wrap div#main_content a:visited {color: purple;}


