﻿/*
    Cascading Style Sheet for SCHOLARLY ARTICLES PUBLISHING INC.
    This style applies to the main template of the website.
    Designed By: UKAIVBE LEWIS
*/
/*initial default style definitions*/
@import url(http://fonts.googleapis.com/css?family=Lato:100,400,900|Eater|Bentham|Vollkorn:400italic,400|Open+Sans);
body {
    background: #F5F5F5;
    height: 100%;
    width: 100%;
    font-family: Calibri, Arial, 'Lato', sans-serif, serif;
    margin: 0;
    padding: 0;
    font-size: normal;
    font-weight: normal;
    height: 100%;
    
}
h1 h2 h3 
{
    font-family: Trebuchet MS, Serif, Arial;
    font-size: normal;
}
a:link {
    color: rgb(74, 83, 104);
    font-weight: normal;
    text-decoration: none;
    text-align: right;
}
a:visited
{
    color: #666633;
}
a:focus { color: #000; }
a:hover { color: #CC3300; }
a:active {
    color: #CC3300;
}
/*main body style*/
div#container {
    margin: 0 auto;
    padding: 0;
    width: 1060px;
    background: #F5F5F5;
}
div#head {
    background: #67727A;
    margin: 0;
    padding: 0;
    height: 190px;
    background-image: url('../img/home_banner.jpg');
}
section, aside {
    margin: 1px 10px;
}
section {
    float: left;
    width: 800px;
    background: #FFF;
    height: 40px;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
}
aside {
    float: right;
    width: 220px;
    background: #FFF;
    height: 60px;
    vertical-align: middle;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
}
.logo img {
    height: 117px; 
    width: 257px; 
    margin-left: 30px;
}
.nav {
    top: 157px;
    padding: 0;
    position: absolute;
    background: rgb(96,108,136); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(96,108,136,1) 0%, rgba(63,76,107,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,108,136,1)), color-stop(100%,rgba(63,76,107,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* W3C */
}
.nav ul {
    margin: 0;
    padding: 0;
    width: 1060px;
    position: relative;
}
.nav ul li {
    margin: 0;
    padding: 0px;
    float: left;
    list-style: none;
    border-left: 1px solid #67727A;
    border-right: 1px solid #AAAAAA;
}
.nav ul li.nrborder {
    border-right: none;
}
.nav ul li.nlborder {
    border-left: none;
}
.nav ul li a {
    display: block;
    padding: 10px 20px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #F5F5F5;
    font-weight: bold;
}
.nav ul li a:hover {
    background: #D75C37;
    color: #fff;
}
/*The main body content styling starts here...*/
div#body {
    background: #C3D7DF;
    padding: 20px;
    max-height: 100%;
    position: relative;
    clear: both;
}
.divider {
    margin: 0;
    padding: 0;
    height: 4px;
    background: #D75C37;
    clear: both;
}
div.main {
    padding: 0px;
    float: left;
    width: 750px;
    position: relative;
    background: #FFF;
    height: 100%;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
#carousel_container {
    margin: 0;
    padding: 0;
    height: 240px;
    background: #F0F0F0;
    border: 1px solid rgb(96,108,136);
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}
.mtitle {
    margin: 0px;
    padding: 8px 5px 5px 20px;
    color: #fff;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    background: rgb(96,108,136);
    background: -moz-linear-gradient(top, rgba(96,108,136,1) 0%, rgba(63,76,107,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,108,136,1)), color-stop(100%,rgba(63,76,107,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* W3C */
}
.mtitle2 {
    margin: 0px;
    padding: 8px 5px 5px 20px;
    color: #fff;
    background: rgb(96,108,136);
    background: -moz-linear-gradient(top, rgba(96,108,136,1) 0%, rgba(63,76,107,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,108,136,1)), color-stop(100%,rgba(63,76,107,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* W3C */
}
div.text {
    margin: 0 10px;
    float: left;
    width: 480px;
}
div.text2 {
    margin: 0 10px;
    float: none;
}
.bodyImg {
    float: right;
    border: 5px solid #C0C0C0;
    height: 200px; 
    width: 195px; 
    margin: 6px
}
div.button {
    margin: 4px;
    padding: 0;
    background-repeat: no-repeat;
    width: 148px;
}
div.button a {
    padding: 40px;
    display: block;
    background: url(../img/button-1.png);
    background-repeat: no-repeat;
}
div.button a:hover {
    background: url(../img/button-2.png);
    background-repeat: no-repeat;
}
div.feat_art {
    margin: 0;
    padding: 10px;
    height: 100%;
}
div.article_info {
    margin: 10px 20px;
    width: 700px;
    height: 100%;
}
div.liner {
    float: right;
    width: 2px;
    background: #C50000;
    height: 260px;
}
p.article_title {
    font-family: bentham, 'Open Sans', 'Arial Rounded MT';
    font-weight: bold;
    font-size: 16px;
    font-variant: small-caps;
    color: #1c1e21;
}
    p.article_title a {
        color: #1c1e21;
    }
    p.article_title a:hover {
        color: #bd0808;
        text-decoration: underline;
    }
p.author {
    font-size:12px;
    font-style: italic;
}
/*Side Bar styling starts here...*/
div.sidebar {
    padding: 0;
    float: right;
    width: 250px;
    height: 100%;
}
div.currIss {
    width: 250px;
    height: 306px;
    margin: 0;
    background: #4AAAA5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
div.cover {
    width:  200px;
    height: 240px;
    margin: 0px auto;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
    div.cover img {
        margin-top: 20px;
    }
div.issue_link {
    margin: 30px 5px 10px 10px;
}
div.issue_link a {
    text-align: center;
    padding:10px 70px;
     border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-weight: bold;
    color: #0e0e0e;
    background: #93cede; /* Old browsers */
    background: -moz-linear-gradient(top,  #93cede 0%, #75bdd1 41%, #49a5bf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93cede), color-stop(41%,#75bdd1), color-stop(100%,#49a5bf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #93cede 0%,#75bdd1 41%,#49a5bf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #93cede 0%,#75bdd1 41%,#49a5bf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #93cede 0%,#75bdd1 41%,#49a5bf 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #93cede 0%,#75bdd1 41%,#49a5bf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf',GradientType=0 ); /* IE6-9 */
}
    div.issue_link a:hover {
        text-decoration: underline;
        color: #fff;
    }
div.stitle {
    margin: 0;
    padding: 8px 5px 5px 20px;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #fff;
    background: rgb(96,108,136);
    background: -moz-linear-gradient(top, rgba(96,108,136,1) 0%, rgba(63,76,107,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,108,136,1)), color-stop(100%,rgba(63,76,107,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* W3C */
}
div.sbody {
    margin: 0;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 10px;
    background: #FFF;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border: 1px solid rgb(96,108,136);
}
div.sbButton {
    margin-left: 100px;
    padding: 0;
    background-repeat: no-repeat;
    width: 148px;
}
div.sbButton a {
    padding: 30px;
    display: block;
    background: url(../img/btn_up.png);
    background-repeat: no-repeat;
}
div.sbButton a:hover {
    background: url(../img/btn_dwn.png);
    background-repeat: no-repeat;
}
div.separator {
    height: 20px;
}
/*Footer style*/
div#foot {
    margin: 0;
    padding: 12px 10px 2px 10px;
    background: #67727A;
}
.flink {
    margin-top: 15px;
    padding: 2px;
    background: #FFF;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
}
hr {
    border-style: dashed;
}