* {
    margin: 0;
    padding: 0;
}
body {
    color:#434141;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-size: 12px;
    background: #EAEAE1;
}
a img {outline : none;}
#header{

}
#header .top {
    padding-top: 35px;
}
#header .top .logo-wrapper{
    height: 80px;
    background: #fff;
    -moz-border-raduis: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
#header .bottom {
    background: #c4c4ad;
}
#header .top .logo{
    width: 600px;
    margin: 10px 0 0 15px;
    float: left;
    color: #fff;
    text-decoration: none;
    padding-left: 60px;
    background: url('../images/logo.jpg') left no-repeat;
}
#header .top .logo .name{
    font-size: 33px;
    display: block;
    font-family: Segoe UI, 'Philosopher', sans-serif;
    font-weight: bold; 
    letter-spacing: 1px;
    color: #e7851d;
}
#header .top .logo .motto{
    font-style: italic;
    display: block;
    letter-spacing: 1px;
    font-size: 11px;
    color: #333;
}
#header .bottom ul.nav {
    display: block;
    background: url('../images/nav.gif') repeat-x;
    height: 48px;
}
#header .bottom ul.nav li {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
    display: inline-block;
    float: left;
    width: auto;
    position: relative;
    background: url('../images/nav-line.gif') right no-repeat;
}
#header .bottom ul.nav li a{
    display: inline-block;
    padding: 0 17px;
    text-decoration: none;
    line-height: 48px;
    color: #fff;
    font-family: effra,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
}
#header .top .search-box {
    float: right;
    margin: 20px 15px 0 0;
    width: 260px;
}
#header .top .date {
    float: right;
    margin-right: 36px;
}
#header .bottom ul.nav li a:hover{
    background: url('../images/nav-hover.gif') repeat-x;
}
#header .bottom .content {
    background: #2b2323;
    height: 300px;
}
#header .bottom .journal-name{
    background: #2b2323;
}
#header .bottom .journal-name div{
    height: 60px;
    padding: 25px 50px;
    font-style: italic;
    font-size: 25px;
    color: #fefefe;
    letter-spacing: 1px;
}
#header .bottom .journal-name span{
    color: #e7851d;
}
#header .bottom .journal-name img{
    height: 200px;
    width: 960px;
    display: block;
    -moz-border-raduis:  0 0 5px 5px;
    -webkit-border-radius:  0 0 5px 5px;
    -o-border-radius:  0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.wrapper {
    width: 960px;
    margin: 0 auto;
}
#content {
    min-height: 400px;
    background: #fff;
    width: 960px;
    margin: 0 auto;
}
#banner {
    height: 300px;
    width: 960px;
    margin: 0 auto;
}
#content .left {
    float: left;
    padding: 10px;
    width: 680px;
    min-height: 300px;
}
#content .left .archives {
    margin-bottom: 10px;
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #f2f2f5;
}
#content .left .archives .archive {
    float: left;
    width: 160px;
    height: 200px;
    position: relative;
    margin-bottom: 15px;
}
#content .left .archives .archive img{
    width: 160px;
    height: 200px;
    -moz-border-raduis: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    border: 0;
}
#content .left .archives .archive .background{
    position: absolute;
    background: #333;
    bottom: 0;
    width: 140px;
    padding: 10px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    height: 60px;
    -moz-border-raduis:  0 0 15px 15px;
    -webkit-border-radius:  0 0 15px 15px;
    -o-border-radius:  0 0 15px 15px;
    border-radius: 0 0 15px 15px;
}
#content .left .archives .archive .text{
    position: absolute;
    bottom: 0;
    width: 150px;
    color: #eee;
    font-size: 11px;
    font-family: tahoma, sans-serif;
    padding: 5px 5px 15px 5px;
    font-weight: bold;
    text-align: center;
}
#content .right .archives {
    width: 200px;
    margin: 10px auto 10px auto;
}
#content .right .archives .archive {
    float: left;
    width: 200px;
    height: 248px;
    position: relative;
    margin-bottom: 15px;
}
#content .right .archives .archive img{
    width: 200px;
    height: 248px;
    -moz-border-raduis: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    border: 0;
}
#content .right .archives .archive .background{
    position: absolute;
    background: #333;
    bottom: 0;
    width: 180px;
    padding: 10px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    height: 60px;
    -moz-border-raduis:  0 0 15px 15px;
    -webkit-border-radius:  0 0 15px 15px;
    -o-border-radius:  0 0 15px 15px;
    border-radius: 0 0 15px 15px;
}
#content .right .archives .archive .text{
    position: absolute;
    bottom: 0;
    width: 190px;
    color: #eee;
    font-size: 11px;
    font-family: tahoma, sans-serif;
    padding: 5px 5px 15px 5px;
    font-weight: bold;
    text-align: center;
}
#content .right .archives .archive .text span{
    font-size: 12px;
    color: #eee;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1px;
    display: block;
}
#content .left .article {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: Calibri, Arial, sans-serif;
}
#content .left .article .type{
    color: #333;
    font-size: 14px;
    font-weight: 400;
}
#content .left .article .title{
    color: #444;
    font-size: 15px;
    font-family: Calibri, Arial, sans-serif;
    margin: 0 0 2px 0;
    font-weight: bold;
    text-decoration: none;
    float: left;
}
#content .left .article .title:hover, #content .left .article .read-more:hover{
    text-decoration: underline;
}
#content .left .article .authors{
    color: rgb(0, 0, 255);
    font-size: 15px;
    margin: 5px 0 2px 0;
    font-family: Calibri, Arial, sans-serif;
}
#content .left .article .views span{
    color: #000;
    font-weight: 300;
    font-size: 13px;
    float: left;
    margin: 3px 5px 0 0;
}
#content .left .article .views a{
    color: #2e6ae8;
    font-weight: 300;
    font-size: 13px;
    float: left;
    margin: 3px 5px 0 0;
}
#header ul.menu-settings {
    display: block;
    background: #c4c4ad;
    height: 38px;
}
#header ul.menu-settings li {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
    display: inline-block;
    float: left;
    width: auto;
    margin-right: 5px;
    position: relative;
    padding-top: 8px;
}
#header ul.menu-settings li a{
    display: inline-block;
    padding: 0 12px;
    text-decoration: none;
    line-height: 30px;
    color: #fff;
    font-family: effra,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    -moz-border-raduis:  5px 5px 0 0;
    -webkit-border-radius:  5px 5px 0 0;
    -o-border-radius:  5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background: #cfcfb7;
}
#header ul.menu-settings li a.active{
    background: #e7851d;
}
#header ul.menu-settings li a.default:hover{
    text-decoration: underline;
}
#content .left .article{
    font-family: Arial, sans-serif;
    font-size: 14px;
}
#content .article .body .img{
    float: left;
    margin: 5px 8px 8px 0;
    max-width: 580px;
}
#content .article .body p{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #606263;
    -font-family: 'Open Sans', sans-serif;
    font-family: Arial, sans-serif;
}
#content .article h3.title{
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
    color: #333;
    font-family: Arial, sans-serif;
    padding-bottom: 5px;
    border-bottom: 1px solid #f2f2f5;
}
#content .article h5.date{
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #666;
    font-family: 'Open Sans', sans-serif;
}
#content .left h4.header{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
    color: #e7851d;
    font-family: 'Philosopher', sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #EAEAE1;
}
#content .left h4.header span {
    background: #EAEAE1;
    padding: 7px 13px 6px 13px;
    float: left;
    -moz-border-raduis: 7px 0 0 0;
    -webkit-border-radius: 7px 0 0 0;
    -o-border-radius: 7px 0 0 0;
    border-radius: 7px 0 0 0;
}
#content .right h4.header{
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 5px -1px;
    color: #e7851d;
    font-family: 'Philosopher', sans-serif;
    font-weight: 400;
}
#content .right h4.header span {
    padding: 1px;
    padding-left: 0;
    float: left;
    background: #ccc;
    -moz-border-raduis: 0 15px 15px 0;
    -webkit-border-radius: 0 15px 15px 0;
    -o-border-radius: 0 15px 15px 0;
    border-radius: 0 15px 15px 0;
}
#content .right h4.header span strong{
    padding: 7px 13px 6px 13px;
    float: left;
    width: 203px;
    font-weight: normal;
    background: #fefefe;
    -moz-border-raduis: 0 15px 15px 0;
    -webkit-border-radius: 0 15px 15px 0;
    -o-border-radius: 0 15px 15px 0;
    border-radius: 0 14px 14px 0;
}
#content .left .share-article {
    float: right;
    margin: 10px 0;
}
#content .pagination {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f2f2f5;
}
#content .pagination a.btn{
    margin: 0 2px;
    border: 1px solid #e7851d;
    color: #e7851d;
    padding: 3px 7px;
    float: left;
    text-decoration: none;
    text-align: center;
}
#content .archive-years {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f2f2f5;
}
#content .archive-years a.btn{
    margin: 5px 2px;
    border: 1px solid #e7851d;
    color: #e7851d;
    padding: 3px 0;
    width: 41px;
    float: left;
    text-decoration: none;
    text-align: center;
}
#content .archive-years a.btn:hover,#content .pagination a.active{
    text-decoration: underline;
}
#content .right {
    padding: 20px 0;
    float: right;
    width: 259px;
    min-height: 300px;
    border-left: 1px solid #ccc;
    background: #e2e2e2;
}
#content .right .indexing{
    margin: 5px 0;
}
#content .right .indexing a{
    padding-left: 20px;
    display: block;
    line-height: 22px;
    color: #333;
}
#content .left dl.journals {
    margin: 10px 0;
}
#content .left .journals dt a{
    font-size: 14px;
    margin-bottom: 5px;
    color: #e7851d;
    font-family: 'Open Sans', sans-serif;
    display: block;
    text-decoration: none;
}
#content .left .journals dd a{
    font-size: 14px;
    margin-bottom: 5px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #f2f2f5;
    text-decoration: none;
}
#content .left .journals dd a:hover{
    text-decoration: underline;
    color: #3e8ae8;
}
form#manuscript button.submit{
    margin-left: 10px;
}
form#manuscript .bottom{
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #f2f2f5;
}
form#manuscript .bottom label{
    color: black;
    font-weight: bold;
}
form#manuscript .row{
    margin-bottom: 7px;
    min-height: 0;
}
.clear{
    clear: both;
}
#footer {
    height: 48px;
    background: url('../images/nav.gif') repeat-x;
    -moz-border-raduis: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    margin-bottom: 10px;
    padding: 0 20px;
    color: #C3B8B6;
    line-height: 48px;
}
#footer ul {
    float: right;
}
#footer ul li {
    float: left;
    list-style: none;
    list-style-image: none;
    list-style-type: none;
    color: #C3B8B6;
}
#footer ul li a{
    padding: 0 5px;
    font-size: 12px;
    color: #C3B8B6;
    height: 48px;
    line-height: 48px;
    text-decoration: none;
}
.powered-by {
    text-align: right;
    font-size: 11px;
    margin-bottom: 20px;
    padding: 0 20px;
}
.powered-by span{
    color: #b4b4ad;
}
.powered-by a{
    color: #333;
    text-decoration: none;
}
.powered-by a:hover {
    text-decoration: underline;
}