﻿/*
    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: 35px;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
}
.nav1 {
    padding: 0;
    position: absolute;
}
.nav1 ul {
    margin: 0;
    padding: 0;
    position: relative;
}
.nav1 ul li {
    margin: 0;
    padding: 0px;
    float: left;
    list-style: none;
    border-left: 1px solid #67727A;
    border-right: 1px solid #AAAAAA;
}
.nav1 ul li.nrborder {
    border-right: none;
}
.nav1 ul li.nlborder {
    border-left: none;
}
.nav1 ul li a {
    display: block;
    padding: 10px 18px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: rgb(96,108,136);
}
.nav1 ul li a:hover {
    color: #333;
}
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;
}
.htitle {
    margin-top: 20px;
    padding: 10px;
    width: 700px;
}
div.logo {
    margin-top: 10px;
    padding: 10px;
    width: 300px;
    float: right;
}
.nav {
    top: 177px;
    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;
    top: 0px;
    left: 0px;
}
.divider {
    margin: 0;
    padding: 0;
    height: 4px;
    background: #D75C37;
    clear: both;
}
div.main {
    padding: 2px;
    float: right;
    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;
}

.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;
    text-align: justify;
}
.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: 260px;
}
div.article_info {
    float: right;
    margin: 0 5px;
    width: 300px;
    height: 220px;
}
div.liner {
    float: right;
    width: 2px;
    background: #C50000;
    height: 260px;
}
div.art_cover {
    float: left;
    margin: 0 5px;
    padding: 0px;
    background: #C0C0C0;
    width: 180px;
    height:220px;
}
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;
}
div.recent {
    margin: 0;
    padding: 0;
    font-size: 11.5px;
    border: 1px solid rgb(96,108,136);
}
div.art_1 {
    margin: 0;
    padding: 10px;
    background: #fff;
}
div.art_2 {
    margin: 0;
    padding: 10px;
    background: #d4d3d3;
}
/*Side Bar styling starts here...*/
div.sidebar {
    padding: 0;
    float: left;
    width: 250px;
    height: 100%;
}
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);
}
.sbody ul {
    margin: 0;
    padding: 0;
}
.sbody ul li {
    margin: 0 10px;
    padding: 0;
    list-style: none;
}
.sbody ul li a:hover {
    text-decoration: underline;
}
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.canvas {
    margin: 0;
    padding: 2px;
    float: left;
    width: 500px;
}
div.side {
    float: right;
    width: 220px;
    background: #eee;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
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;
}