/* 
   By: Redew @ http://www.smogon.com/forums/members/redew.79332/
   Stylesheet for The Competitor's articles section
   Based on The Smog's main CSS file 
*/

/* Interviews */

#interview {
    position: relative;
}
#interview .interview-speaker {
    min-height: 80px;
    height: auto !important;
    height: 80px;
    margin: 25px 0;
    padding: 10px;
    padding-left: 110px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
#interview .interview-speaker img {
    position: absolute;
    left: 25px;
    border-radius:10px;
}
#interview .aside {
    border: 4px solid gray;
    background: #e0e0e0;
    padding: 10px 30px;
    margin: 10px 50px;
    font-style: italic;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    overflow:hidden;
}

/* THIS IS FOR INDIVIDUAL SPEAKERS. USE THIS IN YOUR ARTICLE */
/* The colors are up to you. ONLY CHANGE THE COLORS. */


#interview .INTERVIEWER {
    border: 4px solid #E32020;
    background: #FFB070;
}
#interview .GETTING-INTERVIEWED {
    position: relative;
    border: 4px solid #6383B2;
    background: #FFFFFF;
    margin-left: 35px;
}

/* Navigation */

.compheader {
    width:90%;
    border:2px solid #6495ED;
    border-radius:10px;
    overflow:hidden;
    background-color:#00008B;
    margin:5px auto 5px auto;
}
.compheader a {
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    color:#FFFFFF;
    padding:5px;
    font-weight:bold;
    background-color:transparent !important;
}
.compheader a:hover {
    color:#ADD8E6;
}
.compheader td: nth-child(1) {
    float:left;
}
.compheader td:nth-child(3) {
    float:right;
}
.middle {
    text-align:left; /* This centers the home link fsr */
}

/* Alignments / Floats / Lists */

.align-center {
    text-align: center;
    margin-bottom: 10px;
}

.float-left {
    float: left;
    margin-right: 10px;
}

.float-right {
    float: right;
    margin-left: 10px;
}
.clear {
    clear:both;
}
.side-by-side {
    display:inline-block;
    margin:10px;
}

dd {
    padding: 5px 0 10px 5px;
}

/* Editor's Note */

#editor {
    position: relative;
    margin: 25px 0;
    padding: 20px;
    min-height: 80px;
    height: auto !important;
    height: 80px;
    background: #ADD8E6;
    border: 4px solid #4682B4;
    -webkit-box-shadow: 2px 2px 8px #d3d3d5;
       -moz-box-shadow: 2px 2px 8px #d3d3d5;
            box-shadow: 2px 2px 8px #d3d3d5;
    -webkit-border-radius: 100px;
       -moz-border-radius: 100px;
            border-radius: 100px;
    overflow:hidden;
}
#editor img {
    float: left;
    margin:10px;
    border:0px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}