/****************************************************************************
 *                                                                          *
 *     CUSTOM STYLE-SHEET STUFFS FOR THE SUBVERSION BOOK IN HTML FORM       *
 *                                                                          *
 ****************************************************************************
 *                                                                          *
 *   Copyright (c) 2003-2008                                                *
 *   Ben Collins-Sussman, Brian W. Fitzpatrick, C. Michael Pilato.          *
 *                                                                          *
 *   This work is licensed under the Creative Commons Attribution License.  *
 *   To view a copy of this license, visit                                  *
 *   http://creativecommons.org/licenses/by/2.0/ or send a letter to        *
 *   Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305,   *
 *   USA.                                                                   *
 *                                                                          *
 ****************************************************************************/

.svnbook
{
    margin-top: -10px;
    margin-bottom: -20px;
}

p, li, ul, ol, dd, dt
{
    font-style: normal;
    font-weight: normal;
    color: black;
}

.svnbook p
{
    margin-top: 0.8em;
    margin-bottom: 0.2em;
}

.svnbook ol p
{
    margin: 0;
}

.svnbook ul p
{
    margin: 0;
}

.titlepage
{
    margin-bottom: -5px;
}

.svnbook dl dt
{
    margin-top: 0.8em;
}

.svnbook dl dd dl dt
{
    text-indent: -25px;
    margin-top: 0px;
}

.svnbook dl dd dl dd dl dt
{
    text-indent: -50px;
    margin-top: 0px;
}

.svnbook dl dd dl dd dl dd dl dt
{
    text-indent: -75px;
    margin-top: 0px;
}

tt, pre
{
    font-family: monospace;
}

h1.title
{
    font-size: 200%;
    font-style: normal;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

h2.subtitle
{
    font-size: 150%;
    font-style: italic;
    color: black;
    text-decoration: none;
}

h2.title
{
    font-size: 150%;
    font-style: normal;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

h3.title
{
    font-size: 125%;
    font-style: normal;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

h4.title
{
    font-size: 100%;
    font-style: normal;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.toc b
{
    font-family: sans-serif;
    font-size: 120%;
    font-style: normal;
    font-weight: bold;
    color: black;
}

.title
{
    font-family: sans-serif;
}

.screen, .programlisting, .structname
{
    font-family: monospace;
    font-style: normal;
    font-weight: normal;
}

.userinput
{
    font-weight: normal;
}

.command
{
    font-style: italic;
}

.filename
{
    font-family: serif;
    font-style: italic;
}

.figure, .example, .table
{
    margin: 0.125in 0.25in;
}

.figure p.title b, .example p.title b, .table p.title b
{
    font-family: serif;
    font-size: 80%;
    font-style: italic;
    font-weight: normal;
}

.table table
{
    border-width: 1px;
    border-style: solid;
    border-color: black;
    border-spacing: 0;
    background: rgb(240,240,240);
}

.table td
{
    border: none;
    border-right: 1px black solid;
    border-bottom: 1px black solid;
    padding: 2px;
}

.table th
{
    background: rgb(180,180,180);
    border: none;
    border-right: 1px black solid;
    border-bottom: 1px black solid;
    padding: 2px;
}

.table p.title, .figure p.title, .example p.title
{
    text-align: left !important;
    font-size: 100% !important;
}

.author, .pubdate
{
    margin: 0;
    font-size: 100%;
    font-style: italic;
    font-weight: normal;
    color: black;
}

.preface div.author, .preface .pubdate
{
    font-size: 80%;
}

h3.author
{
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-style: italic;
    font-weight: normal;
}

.sidebar 
{
    border-top: dotted 1px black;
    border-left: dotted 1px black;
    border-right: solid 2px black;
    border-bottom: solid 2px black;
    background: rgb(240,220,170);
    padding: 0 0.12in;
    margin: 0.25in;
}

.note .programlisting, .note .screen, 
.tip .programlisting, .tip .screen, 
.warning .programlisting, .warning .screen, 
.sidebar .programlisting, .sidebar .screen
{
    border: none;
    background: none;
}

.sidebar p.title
{
    text-align: center;
    font-size: 125%;
}

.programlisting, .screen
{
    font-size: 90%;
    color: black;
    margin: 10px 30px;
    padding: 0.5em;
    background: rgb(240,240,240);
    border-top: black dotted 1px;
    border-left: black dotted 1px;
    border-right: black solid 2px;
    border-bottom: black solid 2px;
}

.copyright
{
    font-size: 90%;
}

.main_head .navigation
{
    float: right;
}

.navigation img
{
    padding: 5px 3px 5px 3px;
}

.navheader, .navfooter
{
    border: black solid 1px;
    background: rgb(180,180,200);
}

.navheader hr, .navfooter hr
{
    display: none;
}

#svn-footer
{
    font-size: 80%;
    text-align: left;
}

@media print
{
  .navigation, .navheader, .navfooter
  {
    display: none;
  }
}

