
/* title area */

h1#pageName {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 28px;
}

h1#pageName small {
    color: grey;
    line-height: 10px;
    font-size: 10px;
    padding: 0px;
}

#Head, #Menu, #bottom-section {
	border: outset 2px;
	padding: 5px;
	-moz-border-radius: 10px;
}
#Head {
    margin-top: 5px;
}

#web_name {
    font-size: 10px;
    line-height: 70%;
}

/* Content elements */

.content-box { 
    background-color: white;
    border: outset 2px ;
    margin-top: 10px;
    padding: 5px;
    -moz-border-radius: 10px;
}

.content-box-top {
    background-color: white;
    border: outset 2px ;
    margin-top: 10px;
    padding: 5px;
    border-bottom: none;
    -moz-border-radius-topleft:  10px;
    -moz-border-radius-topright: 10px;
}

.content-box-bottom {
    border: outset 2px ;
    border-top: none;
    padding: 0 5px;
    -moz-border-radius-bottomleft:  10px;
    -moz-border-radius-bottomright: 10px;
    margin-bottom: 30px;
}

/* elements */

body {
	background-color: #F3F3F3;
    color: #333;
}

body, p, ol, ul, td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:   13px;
	line-height: 18px;
}

/* links */

a { color: #000; }

.newWikiWord { background-color: #eee; }
.newWikiWord a:hover { background-color: white; }

a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }

a.nav, a.nav:link, a.nav:visited { color: #000; }
a.nav:hover { color: #fff; background-color:#000; }

h1, h2, h3 { font-family: georgia, verdana; line-height: 110%}
h1 { font-size: 26px; }
h2 { font-size: 19px; }
h3 { font-size: 16px; }

li { margin-bottom: 7px }

/* navigation elements */

.navigation {
    margin-top: 5px;
    font-size : 10px;
    color: #999;
}

.navigation a:hover { color: #fff; background-color:#000; }

.navigation a {
	font-size: 10px;
	color: black;
	font-weight: bold;
}

.navigation small a {
    font-weight: normal;
    font-size: 10px;
}
  
.navOn {
	font-size: 10px;
	color: grey;
	font-weight: bold;
	text-decoration: none;
}

#navigationForm {
    width: 99%;
}

.help {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

.inputBox {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    background-color: #eef;
    padding: 5px;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
}

.inputBox * {
    font-size: 11px;
}

blockquote {
    display: block;
    margin-left: 1em;
    padding-left: 1em;
    font-size:11px;
    line-height:17px;
    font-style: italic;

    border: 1px solid lightgrey;
    border-left: 20px solid lightgrey;
    width: 80%;
    margin-left: 3%;
}

blockquote p {
    margin: 1;
}

pre {
    background-color: #eee;
    padding: 10px;
    font-size: 11px;
}

ol.setup {
    font-size: 19px;
    font-family: georgia, verdana;
    padding-left: 25px;
}

ol.setup li {
    margin-bottom: 20px
}

#byline {
    font-size: 10px;
    font-style: italic;  
    margin-bottom: 10px;
    padding-left: 5px;
    color: #555;
    background-color: #eee;
}

.references {
    font-size: 10px;
}

.diffdel, del.diffmod {
    background: pink;
}

.diffins, ins.diffmod {
    background: lightgreen;
}

/* footer */

#footer {
    padding-right: 5px;
}

#footer p {
    font-size: 10px;
    color: gray;
    font-style: italic;
    margin: 0;
    float: right;
    text-align: right;
}

/* Message boxes */

#error, #info {
    border: outset 2px ;
    -moz-border-radius:  10px;
    font-style:  italic;
    font-weight: bold;
}

#error {
    color: darkred;
    background-color: #FFDFE0;
}

#info {
    color: darkgreen;
    background-color: #F3FFF3;
}

/* Markup Help sidebar */

#TextileHelp table {
	margin-bottom: 0;
}

#TextileHelp table+h3 {
	margin-top: 11px;
}

#TextileHelp table td {
	font-size: 11px;
	padding: 3px;
	vertical-align: top;
	border-top: 1px dotted #ccc;
}

#TextileHelp table td.arrow {
	padding-right: 5px;
	padding-left: 10px;
	color: #999;
}

#TextileHelp table td.label {
	font-weight: bold;
	white-space: nowrap;
	font-size: 10px;
	padding-right: 15px;
	color: #000;
}

#TextileHelp h3 {
	font-size: 11px;
	font-weight: bold;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
}

#TextileHelp p {
	font-size: 10px;
}

#MarkupHelp {
    float: right;
    width: 35%;
    margin-top: 5px;
}
/* Page internal sidebar */

.rightHandSide {
   float: right;
   width: 147px;
   margin-left: 10px;
   padding-left: 20px;
   border-left: 1px dotted #ccc;
}

.rightHandSide p {
   font-size: 10px;
}

/* For a site-news list div */

.newsList {
    margin-top: 20px;
}

.newsList p {
    margin-bottom:30px
}

/* Menu styles */

#Menu {
    float:      left;
    margin:     0 auto;
    margin-top: 5px;
    text-align: left;
    width:      18%;
}

#Menu a, existingWikiWord, newWikiWord {
	font-size:  11px;
}


#Menu a {
  text-decoration:none;
  color: #555;
}

#Menu a:hover {
  color: #fff;
}

#menuHeader {
    font-size:  12px;
    text-align: left;
    padding-bottom: 1em;
}

#Menu td {
    line-height: 90%;
}

/* ToDo styles */

todo-tag.todo-urgent {
	color: red;
}

todo-tag.todo-normal {
	color: darkred;
}

todo-tag.todo-completed {
	color: green;
}

/* Search styles */

.searchresult {
    color:        purple;
    font-weight:  bold;
    font-style:   italic;
}

/* Categories display */

.property {
    color: grey;
    font-size: 9px;
    text-align: right;
}

