/**************************************************************
**  Night.css
**  Copyright (c) 2012 Ian MacGregor
**  This file is part of the Night skin for PmWiki and
**  can be redistributed and/or modified under the terms
**  of the GNU General Public License as published by the
**  Free Software Foundation; either version 2 of the License,
**  or (at your option) any later version.
***************************************************************/

body {
line-height:1.40em;
font-family: Arial,Helvetica,sans-serif;
font-size: 11pt;
background: #202020;
color: #e6e6e6;
margin: 0px;
padding: 0px;
}

#pageactions {
font-size: 90%;
text-align: right;
padding: 3px 3px 0px 5px;
}

#pageactions li {
display:inline;
}

#header {
font-size: 180%;
padding: 0px 5px 10px 6px;
}

#search {
font-family:Verdana,sans-serif;
font-size: 90%;
text-align: right;
padding: 2px 5px 5px 5px;
}

#menu {
font-size: 95%;
padding: 0px 10px 10px 10px;
}

#menu ul {
list-style-type: square;
}

#pagetitle {
border-top: 1px solid #000000;
border-left: 1px solid #000000;
background: #333333;
font-size: 125%;
padding: 5px 10px 0px 10px;
}

#pagetitle a {
font-size: 90%;
font-weight: bold;
}

#pagetext {
border-left: 1px solid #000000;
border-bottom: 1px solid #000000;
background: #333333;
padding: 10px 10px 10px 10px;
}

#footer {
background: #333333;
color: #b3b3b3;
font-size: 85%;
text-align: center;
padding: 10px 10px 0px 10px;
}

#wikiedit form {
background: #333333;
color: #e6e6e6;
}

#wikiedit textarea {
background: #595959;
color: #e6e6e6;
}

input[type="text"] {
background: #595959;
color: #e6e6e6;
} 

.stress {
font-size: 120%;
font-weight: 600;
margin: 0;
}

#wikiedit textarea {
width:100%;
}

pre {
font-family:'Lucida Console','Andale Mono','Courier New',Courier,monospace;
border: 1px solid #000000;
font-size: 90%;
padding: 1px 3px 1px 3px;
background: #595959;
overflow: auto;
}

code {
font-family:'Lucida Console','Andale Mono','Courier New',Courier,monospace;
font-size: 90%;
padding: 1px 3px 1px 3px;
background: #595959;
overflow: auto;
}

table {
border-collapse: collapse;
}

hr {
height: 1px;
background-color: #000000;
color: #000000;
border: 0;
}

h1 {
font-size: 20px;
font-weight: normal;
}

h2 {
font-size: 19px;
font-weight: normal;
}

h3 {
font-size: 18px;
font-weight: normal;
}

h4 {
font-size: 17px;
font-weight: normal;
}
h5 {
font-size: 16px;
font-weight: normal;
}

h6 {
font-size: 14px;
font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
color: #e6e6e6;
margin: 0;
padding-top: 1px;
padding-bottom: 2px;
}

a:link {
text-decoration: none;
font-weight: normal;
color: #00cc7a;
}

a:visited {
text-decoration: none;
font-weight: normal;
color: #00CC7a;
}

a:focus, a:hover {
text-decoration: none;
color: #00ff99;
}

a.createlinktext {
color: red;
}

ol { list-style-type:decimal; }
ol ol { list-style-type:lower-alpha; }
ol ol ol { list-style-type:lower-roman; }
ol ol ol ol { list-style-type:decimal; }
ol ol ol ol ol { list-style-type:lower-alpha; }
ol ol ol ol ol ol { list-style-type:lower-roman; }

ul {
list-style-type: square;
margin: 0px 0px 10px 10px;
padding: 0px 0px 0px 4px;
}
