/*

*/

/* = styles généraux = */

body {
    background: #552701 url(/browser/web/trunk/static/gradient.png?format=raw) repeat-x top;
    color: white;
    width: 100%;
    padding: 0;
    margin: 0;
}

body, td, th, h1, h2, h3, h4, #main {
    font-family: "URW Gothic L", Helvetica, Verdana;
}

.corps {
    margin: 0 5%;
    min-width: 750px;
    position: relative;
}

h1, h2, h3 {
  border-style: solid;
  background-color: inherit;
  font-variant: small-caps;
  border-width: 0 0 2px 0;
  border-color: #984601;
  color: #984601;
}

h1 {
  font-size: 1.6em;
}

h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1.1em;
}

p, dd, dd, ol, ul {
  text-align: inherit;
  font-size: 1em;
}

:link, :visited {
    color: #984601;
    border-bottom: none;
}

:link:hover, :visited:hover {
    color: #2C1F1C;
    background-color: inherit;
}

dt em {
    border-bottom:none;
    color: #984601;
    font-style:normal;
    text-decoration:none;
}

/*   = HEADER = */

.nav ul {
    text-align: right;
    font-size: 12px;
}

.nav li.last {
    border-right: none !important;
}

#main {
    background: #fff;
    color: #2C1F1C;
    padding: 0 1em;
    overflow: auto;
}
#header img {
    margin: 0 0 -70px;
}

#siteheader, #banner, #mainnav, .nav {
    font-family:"Arial","Geneva",sans-serif;
}

/* == MENU PRINCIPAL == */

#mainnav {
    margin: 0;
    background: #C46300;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border: none;
    font-size: 12px;
}

#mainnav li {
    border-right-color: #984601;
    padding: 0.25em 0;
}
#mainnav :link, #mainnav :visited {
    background-image: none;
    border-color: #984601;
    padding-left: 8px; padding-right: 8px;
}

#mainnav :link, 
#mainnav :visited,
#mainnav :link:hover,
#mainnav :visited:hover,
#mainnav .active :link, 
#mainnav .active :visited,
#mainnav .active :link:hover, #mainnav .active :visited:hover {
    border-right: none;
}

#mainnav li.last,
#mainnav li.last :link:hover,
#mainnav li.last :visited:hover,
#mainnav li.last.active :link, 
#mainnav li.last.active :visited,
#mainnav li.last.active :link:hover, 
#mainnav li.last.active :visited:hover {
    -moz-border-radius-topright: 5px;
}

#mainnav .active :link, #mainnav .active :visited {
    background: #984601;
    color: #2C1F1C;
}

#mainnav :link:hover, #mainnav :visited:hover, #mainnav .active :link:hover, #mainnav .active :visited:hover {
    background: #2C1F1C;
    color: #C46300;
}

/* == Subnav == */

#metanav ul {
    position: absolute;
    top: 0.3em;
    right: 0;
}

#metanav :link:hover, #metanav :visited:hover { 
    color: #C46300;
    background: inherit;
}

#loginguest a:hover, #metanav :link, #metanav :visited {
    color: #fff;
}

#siteheader p {
    margin-top: 0.3em;
}

#siteheader .nav :link, #siteheader .nav :visited {
    color: #C46300;
}

#siteheader .nav :visited:hover, #siteheader .nav :link:hover {
    color: #C46300;
    background: inherit;
    border-bottom: 1px dotted #C46300;
}

#ctxtnav ul {
    padding: 0.2em 0;
}

/* = FOOTER = */

#footer {
  display: none;
}

/* = PAGES ET MODULES = */

/* == Styles for images in documentation and articles == */

img.inline, img.inlinetop {
  border: solid 2px;
  padding: 2px;
}

img.inlinetop {
  vertical-align: top;
}

img.math {
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
}

img.matrix {
  vertical-align: top;
  margin-right: 30px;
  margin-top: 10px;
}

/* == FORMS == */

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
    background: #984601;
    color: #fff;
}
input[type="button"], input[type="submit"], input[type="reset"] {
    background: #C46300;
    border: 1px solid #984601;
    -moz-border-radius: 4px;
}
input[type="text"], input.textwidget, textarea {
    border: 1px solid #CCCC88;
}
legend {
    color: #984601;
}

fieldset {
    border: 1px solid #984601;
    background: #E5DCDC;
    padding: 0.2em;
}

#content.ticket, #content.milestone, {
    margin: 0 auto;
}
.buttons {
    text-align: center;
}
.buttons input {
    margin: 0.5em;
}
#content.ticket fieldset, #edit fieldset {
    background: #E5DCDC;
    border: 1px solid #984601 !important;
    padding: 0.2em;
}
#field-description {
    background: #fff;
}
#attachments {
    background: #fff;
    border: none;
}
#attachfile {
    text-align: center;
}
#changelog {
    background: #cccc88;
    border: 1px solid #C46300;
}
a.ext-link .icon {
    background-position: right center;
    padding-right: 16px;
    padding-left: 0;
}

/* === FORM TICKETS === */

#preview h3, #changelog h3 {
    border-bottom:1px solid #984601;
    color:#552701;
    font-size:100%;
    font-weight:bold;
}

#ticket {
    background: #E0E095;
    border: 1px solid #C46300;
}

#ticket .date p {
    margin: 6px;
    color: #984601;
}

form #comment {
    width: 692px;
}

#ticket table.properties tr {
    border-bottom: 1px dotted #CCCC88;
}
#content.ticket {
margin: 0 auto;
}
#content.ticket fieldset {
    border: 1px solid #C46300;
}

.wikitoolbar {
    width: 252px;
}

.wikitoolbar :link, .wikitoolbar :visited {
    border: 1px solid #CCCC88;
    margin-left: 2px
}

/* == search == */

#content.search #results dt a {
    color: #984601;
}

#content.search #results .author, #results .date {
    color: #984601;
    font-style: italic;
}

.searchword0 {
    background: #FFBB22;
    color: #552701;
}

#content.search #results dd {
    font-size: 1em;
}

#content .paging .current, #content .paging .current :hover {
    border: 1px solid  #984601;
    background: #984601;
}

#content .paging :link, #content .paging :visited {
    border: 1px solid  #984601;
    color: #984601;
}

#content .paging :link:hover, #content .paging :visited:hover {
    background: #FFBB22;
    color: #984601;
    border: 1px solid  #984601;
}

#content .paging .previous a,
#content .paging .next a,
#content .paging .previous a:hover, #content .paging .next a:hover {
    border: none;
}

#content .paging .previous a:hover, #content .paging .next a:hover {
    color: #FFBB22;
}

/* roadmap */

.milestone .info .date, .milestone .info h2 em {
    color: #552701;
}

#prefs {
    background: #FFBB22;
    border: 1px solid #552701;
    color: #552701;
    font-size: 11px;
}

/* browser */
table.listing thead th, 
table.listing tbody td, 
table.listing tbody th {
    border: 1px solid #552701;
}
#dirlist td.age {
    border-top: 1px solid #552701;
    border-bottom: 1px solid #552701;
}

/* = WIKI = */

div.code, pre.wiki, pre.literal-block {
    background: #fff;
    border: 1px dotted #552701;
}

.wiki-toc, #prefs, #tabs {
    background: #FFBB22;
    padding-bottom: 67px;
    border: 1px solid #552701;
    color: #984601;
    font-size: 12px;
    font-family: verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
    -moz-border-radius: 5px;
}
#tabs li { 
    color: #984601;
}
#tabs li li.active {
    border: 1px solid #E5DCDC;
    background: #E5DCDC;
}
.wiki-toc :link, .wiki-toc :visited {
    color: #552701;
}
a.missing:link, a.missing:visited,
a.missing:link:hover, a.missing:visited:hover {
    background: #FFBB22;
    color: #552701;
    font-style: italic;
}

a.missing:link:after, a.missing:visited:after,
a.missing:hover:after {
    content: ' missing!';
    font-size: 9px;
    color: #984601;
    vertical-align: top;
    padding-left: 5px;
}

.wiki-toc .active {
    font-weight: bold;
}

h1 :link, h1 :visited {
    color: #C46300;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.floatright img, imgfloatright {
    margin-left: 0.2em;
    margin-bottom: 0.2em;
}

.floatleft img, imgfloatleft {
    margin-right: 0.2em;
    margin-bottom: 0.2em;
}