/*  SDL customisation 01 2010
    all DITA OT custom css in one stylesheet
    to make SDL look like Wiki
*/

/* layout */

body {
max-width:1250px;
min-width:1000px;
min-height:500px;
margin:20px auto 30px;
padding:10px;
border:1px solid silver;
font-family:"Arial";
color: #000;
}

/*  images   */
img {
max-width:100%;
height:auto !important;
}

/*  links   */
a {
color:#026690;
}

/* text */

body h1 {
margin-bottom: .5em;
font-size: 1.4em;
font-weight:400;
border-bottom:1px solid #AAAAAA;
}

body h2 {
margin-bottom: .4em;
font-size: 1em;
font-weight:700;
border-bottom:1px solid #AAAAAA;
}

#toctitle {
margin-bottom: .4em;
font-size: 1em;
font-weight:700;
color:#026690;
}

body h3 {
margin-bottom: .3em;
font-size: 1em;
font-weight:700;

}

body h4 {
margin-bottom: .3em;
font-size: 1em;
font-weight:700;
}

p,
caption {
color: #000;
}

pre {
color: #000;
background:#EEEEEE;
}

/*  lists */
table#toc ul {
list-style-type: none;
}

ul,
ol {
color:#000;
}

/* tables */
body table th,
body table td {
color:#000;
padding:5px;
}

body table {
margin-bottom:10px;   
}

body #devnet_footer {
max-width:1250px;
min-width:1000px;
margin:0 auto 70px;
clear:none;
padding:0;
background:#fff;
color:#000;
}

body #devnet_footer a {
color:#000;
font-size:1.1em;
}
