/* smog-articles.css - /smog/issue/article
 * By Setsuna (http://www.smogon.com/forums/member.php?u=32828) & ToastPlusOne (http://www.smogon.com/forums/member.php?u=30562)
 * Last update: Setsuna 05/07/2013 */

/* ******************************
 * Body / Header nav / Footer nav 
 * ****************************** */
#body {
    max-width: 1350px;
    margin: auto;
}

#smogheader, #smogfooter {
    margin: .5em 0 1.5em 0;
    padding: .3em .5em;
    border: 1px solid #b8b8db;
    background: #f9f9f9;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
#smogheader .left, #smogfooter .left { 
    width: 33%; 
}
#smogheader .middle, #smogfooter .middle {
    width: 33%;
    text-align: center;
}
#smogheader .right, #smogfooter .right {
    width: 33%;
    text-align: right;
}

/* ****************
 * Borders / Quotes 
 * **************** */
#rmt-border {
    margin: 20px 10px 20px 10px;
    padding: 3px 10px 10px 10px;
    background-color: #ededed;
    border: 1px solid #adadad;
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
}

/* Blockquote */
blockquote {
    margin: 20px 10px 20px 10px;
    padding: 1em;
    background-color: #ededed;
    border: 1px solid #adadad;
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
}
blockquote p { 
    margin: 0; 
}
blockquote p+p { 
    margin-top: 1em; 
}

/* ******************
 * Alignment / Floats 
 * ****************** */
.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-bottom: 2em;
}
.side-by-side div img {
    margin-right: 10px;
}

/* *****************
 * Interview / Panel 
 * ***************** */
#interview { 
    position: relative; 
}
#interview .interview-speaker {
    min-height: 80px;
    height: auto !important;
    height: 80px;
    margin: 25px 0;
    padding: 10px;
    padding-left: 100px;
    -webkit-border-radius: 9px;
       -moz-border-radius: 9px;
            border-radius: 9px;
}
#interview .interview-speaker img {
    position: absolute;
    left: 10px;
}
#interview .aside {
    border: 1px solid #e0e0e0;
    background: #f9f9f9;    
    padding: 10px 40px;
    margin: 10px 50px;
    font-style: italic; 
    -webkit-border-radius: 9px;
       -moz-border-radius: 9px;
            border-radius: 9px;
}

/* Panel */
.panel .panel-speaker {
    margin: 25px 0;
    padding: 10px 10px 0 10px;
    min-height: 80px;
    height: auto !important;
    height: 80px;
    -webkit-border-radius: 9px;
       -moz-border-radius: 9px;
            border-radius: 9px;
}
.panel .panel-speaker img {
    float: left;
    padding: 2px 10px 2px 0;
}

/* ********************
 * Note from the Editor 
 * ******************** */
#editor {
    position: relative;
    margin: 25px 0;
    padding: 10px 10px 0 10px;
    min-height: 80px;
    height: auto !important;
    height: 80px;
    background: #f9f0fd;
    border: 1px solid #f1d8f9;
    -webkit-box-shadow: 2px 2px 8px #d3d3d5;
       -moz-box-shadow: 2px 2px 8px #d3d3d5;
            box-shadow: 2px 2px 8px #d3d3d5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
#editor img {
    float: left;
    padding: 2px 10px 2px 0;
}

/* **************
 * Ask the Admins 
 * ************** */
.questions {
    display: inline-block;
    margin: 35px 3px 3px 3px;
    padding: 6px;
    font-family: 'Trebuchet MS', Helvetica, Arial;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 22px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}

.q-1 {
    background-color: #CCE6FF;
    border: 1px solid #99CEFF;
}
.q-2 {
    background-color: #FFCCFF;
    border: 1px solid #FF99FF;
}
.q-3 {
    background-color: #ffcaaf;
    border: 1px solid #ffad84;
}
.q-author { 
    font-size: 15px; 
}

/* **********************
 * Lists / Links / Others 
 * ********************** */
dd {
    padding: 5px 0 10px 5px;
}

a:link:hover, a:visited:hover {
    background: transparent;
    text-decoration: none;
}

.inactive-link { 
    color: #AAA; 
}