/* License: Creative Commons Attribution 3.0 United States License.
 *          http://creativecommons.org/licenses/by/3.0/us/
 *
 * Original Author: Maxwell Kanat-Alexander <max {at} fedorafaq {dot} org>
 */

body {
    margin: 0;
    padding: 1.2em 1.5em 1.5em 3.5em;
    font-family: "DejaVu Sans", "Liberation Sans", Verdana, sans-serif;
    font-size: 90%;
}

/*********/
/* Links */
/*********/

a {
    font-weight: bold;
    text-decoration: none;
}
a:link    {color: #118;}
a:visited {color: #647;}
a:active  {color: #5a76a5;}
a:hover   {color: #5a76a5;}

/***********/
/* Headers */
/***********/

h1, h2, h3, h4, h5, h6 {
    color: #253576;
    font-weight: normal;
}
h1, h2 {
    border-bottom: 1px solid #aaa;
}
h1 {
    margin: 0;
}
h2 {
    font-size: 130%;
    font-style: italic;
}
h4 {
    font-weight: bold;
    color: #556594;
}

/**************************/        
/* General Element Styles */
/**************************/

hr {
    border: none;
    border-bottom: 1px solid #999;
    margin: 0 1.2em;
}

abbr, acronym {
    border-bottom: 1px dotted black;
}
address {
    border: 1px dotted black;
    padding: .5em;
}

/***************/
/* Page Header */
/***************/

.last_updated {
    float: right;
    color: #555;
    font-style: italic;
    margin-bottom: 0;
}

.translations {
    font-size: small;
    margin: 0 0 0 -.5em;
    padding: 0;
    list-style: none;
}
.translations li {
    display: inline;
    margin: 0 .5em;
}

#navigation {
    float: right;
    clear: right;

    margin: 0;
    padding: 0 0 0 .5em;
    font-size: 110%;
    color: black;
    background-color: white;
}
#navigation ul {
    margin: .7em 0 0 0;
    padding: 0;
    list-style-type: none;
}
#navigation li {
    margin-bottom: .5em;
}
#navigation li.obsolete {
    display: none;
}
#navigation li .this_page {
    display: block;
    font-size: small;
}
#navigation p {
    font-size: 90%;
    font-weight: bold;
    margin: .5em 0;
}

#header_right {
    margin-right: 10em;
}
#header_right .Warning {
    margin-top: .25em;
    margin-bottom: 0;
}

.es_attribution, .code_simplicity {
    width: 20em;
    float: right;
    background-color: white;
}

.SideNote, .es_attribution, .code_simplicity {
    font-size: 115%;
    border: 1px dotted #D44;
    padding: .6em;
}

.es_attribution {
    display: none;
}

.subscribe_form .label {
    max-width: 30em;
}
.subscribe_form form {
    width: 23em;
}

/*********************/
/* Table of Contents */
/*********************/

ol.contents {
    font-size: 110%;
}

ol.contents a {
    font-weight: normal;
}

ol.contents li {
    margin-bottom: .25em;
}

/***********************/
/* "Updated" and "New" */
/***********************/

.new, .updated {
    font-size: 90%;
}

.new {
    color: maroon;
    font-style: italic;
}
.updated {
    color: #283879;
    background-color: white;
    font-style: italic;
}

/***********************/
/* Questions & Answers */
/***********************/

.faqs {
    font-size: 130%;
    color: #191970; /* MidnightBlue */
    background-color: white;
    margin-right: 3em;
    text-align: justify;
}

.answer {
    color: black;
    background-color: white;
    font-size: 78%;
    margin: 1em 0;
}
.answer li, .Guidelines li {
    margin-top: .5em;
}

.Q, .A {
    font-weight: bold;
    font-size: x-large;
}
.Q { color: #385889; }
.A { color: maroon; }

/*********************************/
/* Special Types of Instructions */
/*********************************/

samp, kbd, code, tt {
    font-size: medium;
}

.TerminalCommand, .CodeSample, .CodeSamplePre, .WrongCodeSample {
    margin-left: 1em;
    margin-right: 2em;
    padding: .5em;
    border-style: inset;
    border-width: 1px;
    font-family: monospace;
    text-align: left;
    font-size: medium;
}

.TerminalCommand {
    color: black;
    background-color: #f4f4f4;
}
.TerminalCommand a {
    font-weight: normal;
}

.CodeSample, .CodeSamplePre {
    color: black;
    background-color: #e9e9f5;
}
.CodeSamplePre {
    white-space: pre;
}

.WrongCodeSample {
    color: black;
    background-color: #f8efef;
}

/*****************/
/* Special Boxes */
/*****************/

.Warning, .Info {
    border: 1px dotted #314263;
    padding: .6em;
    min-height: 30px;
    font-size: 95%;
}
.Warning img, .Info img {
    float: left;
    vertical-align: middle;
    border: none;
    margin-right: .75em;
}

.Warning {
    color: black;
    background-color: #ffffe6;
}

.Info {
    color: black;
    background-color: #f0f4fb;
}

.SideNote {        
    width: 17em;
    float: right;
    margin: 1em -2.5em .3em .75em;
    text-align: center;
    background-color: white;
    color: black;
}
.SideNote br {
    margin-bottom: .25em;
}
.AdLineOne   { color: #18234E; font-style: italic; }
.AdLineTwo   { color: #4E1823; }
.AdLineThree { color: #184E43; }
.AdLineFour  { color: #26387D; }

/****************/       
/* Other Styles */
/****************/

#loginPage .LoginForm {
  width: 15em;
  margin: 0 auto;
}
.LoginForm .SubmitButtonContainer {
  text-align: right;
  padding-top: .2em;
  padding-right: 1em;
}
.LoginForm th {
  padding-right: .2em;
}
.LoginForm p {
  font-size: 90%;
  text-align: center;
  margin: 0;
}
