* {
    margin: 0;
    padding: 0;
}
body {
    color:#434141;
    font-family: segoe ui,Verdana,tahoma, helvetica, arial, sans-serif;
    font-size: 11px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-size: .86em;
}
#header-wrapper {
    background: #F1F1F1;
}
#header-wrapper .top {
    height: 41px;
    width: 1000px;
    margin: 0 auto;
    background: url(img/logo.png) no-repeat;
}
#header-wrapper .top h3{
    height: 41px;
    line-height: 41px;
    color: #D30000;
    width: 404px;
    font-weight: bold;
    padding-left: 30px;
    background: url(img/name.png) center no-repeat;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
}
#header-wrapper .top h3 span{
    display: inline-block;
    text-align: right;
    width: 800px;
    line-height: 55px;
}
#header-wrapper .bottom {
    background: black;
    height: 70px;
}
#header {
    height: 70px;
    width: 1000px;
    margin: 0 auto;
}
#header span.motto{
    color: #eee;
    line-height: 20px;
    float: left;
    position: absolute;
    margin: 60px 0 0 200px;
    font-style: italic;
    font-weight: bold;
}
#header ul {
    display: inline-block;
}
#header ul li {
    float: left;
    overflow: hidden;
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}
#header ul li a{
    display: inline-block;
    padding: 0 24px;
    text-decoration: none;
    font-size: 12px;
    height: 70px;
    font-weight: bold;
    line-height: 70px;
    color: #fff;
}
#header ul li a.active{
    background: #666;
}
#banner {
    height: 280px;
    width: 1000px;
    margin: 0 auto;
}
#banner .left {
    height: 280px;
    width: 800px;
    float: left;
    background: #dfdfdf;
}
#banner .left a.img{
    text-decoration: none;
    float: left;
    height: 280px;
    width: 800px;
    display: inline-block;
    background-repeat: no-repeat;
}
#banner .left span.buttons {
    float: right;
    margin-right: 10px;
    position: relative;
    bottom: 30px;
}
#banner .left span.buttons a.btn{
    padding: 0 8px;
    margin: 6px 5px;
    line-height: 20px;
    font-weight: bold;
    display: inline-block;
    border-radius: 9px;
    -moz-border-radius: 9px;
}
#banner .left span.buttons a.btn:hover{
    cursor: pointer;
}
#banner .left span.buttons .default{
    background: #333;
    color: #fff;
}
#banner .left span.buttons .active{
    background: #eee;
    color: #333;
}
#banner .left div {
    height: 280px;
    overflow: hidden;
}
#banner .left a.banner01{
    background: url(img/banner01.jpg) no-repeat;
}
#banner .left a.banner02{
    background: url(img/banner02.jpg) no-repeat;
}
#banner .left a.banner03{
    background: url(img/banner03.jpg) no-repeat;
}
#content {
    background: white;
    width: 1000px;
    margin: 0  auto 8px auto;
}
#content p {
    text-align: justify;
}
#content2, #content3 {
    min-height: 200px;
}
#footer {
    background: #F1F1F1;
    height: 50px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
#footer a{
    text-decoration: none;
    color: #333;
    background: url(img/nav-divider.gif) right no-repeat;
    display: inline-block;
    padding: 0 10px;
}
#footer a.last{
    background: none;
}
#footer span{
    float: right;
    margin-right: 20px;
}
#footer .wrapper {
    width: 1000px;
    margin: 0 auto;
    line-height: 50px;
    color: #444;
    font-size: 11px;
}
#footer .powered-by {
    font-size: 11px;
    float: left;
    color: #333;
    padding: 10px 10px 0 0;
}
#footer .powered-by a {
    color: blue;
    text-decoration: none;
    background: none;
}
#footer .powered-by a:hover {
    text-decoration: underline;
}
.page-header {
    font-size: 16px;
    font-size: 146%;
    color: #22436C;
    font-weight: normal;
    margin-bottom: 12px;
}
.strong,h2,h3 {
    font-size: 110%;
    color: #22436C;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 5px;
}
.h3 {
    color: #D30000;
    line-height: 30px;
    font-weight: bold;
    font-family: "AvantGardeMedium", arial, sans-serif;
    font-size: 18px;
}
#content2 ul {
    margin-left: 30px;
    line-height: 26px;
}
#content3 ul {
    margin-left: 30px;
    line-height: 26px;
}
#content p{
    line-height: 20px;
    text-align: justify;
    font-size: 100%;
    margin-bottom: 15px;
}
#content dl dd {
    padding: 0 4px;
}
#content dd:hover {
    -background: #22436C;
}
#content dl dd a {
    line-height: 23px;
    padding-bottom: 5px;
    display: block;
    text-decoration: none;
    color: #D30000;
    font-weight: normal;
    line-height: 28px;
    border-bottom: 1px solid #eee;
}
#content dl dd a:hover{
    color: #ff7c00;
    text-decoration: underline;
}
#content dl dd a span{

}
#content dl dd a span.name{
    min-width: 700px;
    display: inline-block;
}
#content dl dd a span.archive{
    min-width: 100px;
    display: inline-block;
    font-style: italic;
}
#content dl dd a span.article{
    min-width: 100px;
    display: inline-block;
    font-style: italic;
}
.journal-name {
    font-size: 165%;
    margin-top: 8px;
    font-weight: bold;
    margin-bottom: 0;
}
.journal-name span{
    display: inline-block;
    padding: 0 10px;
    line-height: 40px;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    background: #10A0D5;
    color: #fff;
    border-radius: 0 10px 0 0;
}
.journal-nav{
    height: 40px;
    background: #681F4A;
}
.journal-nav ul li {
    float: left;
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}
.journal-nav ul li a {
    display: inline-block;
    padding: 0 9px;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
}
.journal-nav ul li a.last {
    margin: 0;
    width: 80px;
    padding: 0;
    text-align: center;
}
.journal-nav ul li a.active {
    color: #fff;
    background: #FF7E1F;
}
#journal-page {
    padding-top: 5px;
}
#journal-page #content3 {
    float: left;
    width: 730px;
    min-height: 480px;
}
#journal-page .right{
    float: right;
    width: 230px;
    background: #681F4A;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 10px;
}
.clear {
    clear: both;
}
a.archive-link {
    float: left;
    width: 193px;
    -height: 337px;
    margin: 10px 10px 0 10px;
    text-align: center;
    text-decoration: none;
}
a.archive-link3 {
    float: left;
    width: 193px;
    -height: 337px;
    text-align: center;
    text-decoration: none;
}
a.archive-link2 {
    display: inline-block;
    width: 193px;
    -height: 337px;
    margin: 10px 10px 0 10px;
    text-align: center;
    text-decoration: none;
}
a.archive-link3 img{
    display: inline-block;
    height: 254px;
    width: 193px;
}
a.archive-link3 div{
    display: block;
    background: #111;
    padding: 5px 0;
}
a.archive-link3 div strong{
    color: #eee;
}
form#search {
    display: block;
}

form#search label{
    padding: 0 10px;
}
form#search select{
    margin-left: 5px;
    padding: 3px 0;
}
form#search button{
    margin-left: 5px;
    padding: 5px;
}
.article-title {
    font-size: 130%;
    color: #681F4A;
    font-weight: bold;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
}
.article-authors {
    font-weight: bold;
    font-style: italic;
    font-size: 110%;
    color: #10A0D5;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
}
.other-journals h3{
    color: #eee;
    margin-top: 10px;
    line-height: 30px;
    margin-bottom: 0px;
    font-weight: bold;
}
#journal-page .right b{
    color: #eee;
    margin-top: 10px;
    line-height: 30px;
    margin-bottom: 0px;
    font-weight: bold;
}
.other-journals a{
    line-height: 23px;
    padding-bottom: 5px;
    display: block;
    color: #eee;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}
.other-journals a:hover{
    color: #FF7E1F;
    text-decoration: underline;
}
.activities {
    overflow: hidden;
    height: 230px;
    padding: 5px;
    background: transparent;
}
.activities a{
    margin-top: 10px;
    padding-bottom: 15px;
    display: inline-block;
}
.scroller {
    position: relative;
    top: 0px;
}
.j p {
    color: #E46702;
}
.j p a{
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #D30000;
    font-weight: normal;
    line-height: 28px;
    border-bottom: 1px solid #eee;
}
.j p a.search:hover {
    text-decoration: underline;
}
form#manuscript {

}
form#manuscript button.submit{
    margin-left: 10px;
}
form#manuscript .bottom{
    padding: 10px;
}
form#manuscript .bottom label{
    color: black;
    font-weight: bold;
}
form#manuscript .row{
    margin-bottom: 7px;
    min-height: 0;
}
h3.submit-manuscript {
    margin: 8px 5px;
    color: #c02;
    font-size: 18px;
    font-weight: normal;
}
a.mailist {
    background-color: #0073E5;
    background-image: -ms-radial-gradient(center top,ellipse cover,#00A6FE 0,#0073E5 100%);
    background-image: -moz-radial-gradient(center top,ellipse farthest-corner,#00a6fe 0,#0073e5 100%);
    background-image: -o-radial-gradient(center top,ellipse cover,#00A6FE 0,#0073E5 100%);
    background-image: -webkit-gradient(radial,center top,0,center top,559,color-stop(0,#00A6FE),color-stop(1,#0073E5));
    background-image: -webkit-radial-gradient(center top,ellipse cover,#00A6FE 0,#0073E5 100%);
    -moz-box-shadow: 0 -6px 5px -6px rgba(0,0,0,.6) inset,0 7px 5px -6px rgba(0,0,0,.5) inset;
    -webkit-box-shadow: 0 -6px 5px -6px rgba(0,0,0,.6) inset,0 7px 5px -6px rgba(0,0,0,.5) inset;
    box-shadow: 0 -6px 5px -6px rgba(0,0,0,.6) inset,0 7px 5px -6px rgba(0,0,0,.5) inset;
    margin: 0 0 0 10px;
    float: left;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    padding: 5px;
    width: 370px;
    text-align: center;
}