/*
Theme Name: JICL
Description: a child theme designed for a student journal based on Reddle 1.3 by Automattic
Version: 0.1
Author: Emily Barney and the Library Technology Group (Trupti Gadkari)
Template: reddle
*/

@import url("../reddle/style.css");

/****  Changes from Reddle Theme: ****/

.entry-header {
    position: relative;
    display: inline
    }

.entry-title {
    margin-bottom: 1em;
    }

.author {
    min-width: 100px;
    }

#CK-logo a{
    background: url(images/iitCK-logo.png) no-repeat top left;
    float: left;
    min-width: 275px;
    min-height: 45px;
    margin: 0 4em 5%;
    }

#site-info {
    padding: 1.5em 5%;
    text-align: right;
}
/**** Journal Archive: ****/

.attachment-pdf table{
    margin: 0;
    }
    
/**** Editorial Board: ****/

.editor-thumbnail, .featured-image, .entry-image, .entry-image img  {
    float: left;
    display: inline;
    margin-right: 1em;
    max-width: none;
    overflow: auto;
    background: none;
    }

.editor-name, .editor-title {
    display: inline;
    clear: left;
    }


#associate-editor, #cases-and-controversies-editor {
    display: none;
    }


/**** Faculty Advisor: ****/
.advisor-title {
    font-weight: bold;
    }

.advisor-links {
    list-style-position: inside;
    }

.advisor-links ul {
    overflow: hidden;
    list-style-position: inside;
    margin-top: 0;
    padding-top: 0;
    }