/* PHPTAL website uggly stylesheet 
 *
 * Author: Laurent Bedubourg <lbedubourg@motion-twin.com>
 */

body {
font-family: sans-serif;
font-size: 0.9em;
background-image: url('themes/clean/header-left.png');
background-repeat: no-repeat;
background-position: 20px 10px; 
background-attachment: fixed;
padding-left: 80px;
}

#page {
margin: auto;
width: 640px;
min-width: 640px;
}

.nav {
text-align: right;
}
.nav a {
color: #b3a963;
font-weight: bold;
letter-spacing: 1px;
text-decoration: none;
}

#header {
display: none;
}

#menu {
padding-top: 15px;
text-align: center;
margin-bottom: -2em;
}
#menu ul, #menu li {
list-style: none;
padding: 0px;
}
#menu li {
display: inline;
}
#menu li a {
font-weight: bold;
font-size: 1.3em;
padding: 0px 10px 0px 10px;
color: #777;
text-decoration: none;
}

#menu li a:hover {
color: #000;
color: #8e864e;
}

#menu li.current a {
color: #000;
}

#preTitleNote {
padding: 8px;
margin-top: 4em;
margin-bottom: -2em;
text-align: center;
background-color: #EFEFEF;
background-image: url(gfx/box_bg_top.gif);
background-repeat: no-repeat;
}

h1 {
font-size: 2.5em;
margin: 1.25em 0 0.5em;
padding-bottom: 10px;
text-align: left;
}

h2 {
margin-top: 1.5em;
font-size: 1.3em;
background-color: #333;
background-color: #8e864e;
color: #EEE;
padding-left: 5px;
}

p {
text-align: justify;
}

li p {text-align:left;}

pre {
border-left: 10px solid #000;
padding-left: 10px;
margin-left: 20px;
overflow: auto;
}

code {
color: #6e662e;
}

code.short {white-space:nowrap;}

code em, code i {font-style:normal;color:#6e2600}

a {
color: #00E;
}
a:visited {
  color: #808;
}

a img {
border: 0px solid #000;
}


#footer {
text-align: center;
}

a img {
border: 0px solid #000;
}

.pon .date {
margin-top: -12pt;
padding-left: 5px;
font-size: 0.9em;
font-style: italic;
letter-spacing: 5pt;
background-color: #DDD;
background-color: #d3c983;
}

dt 
{
	font-weight:bold; margin:0.5em 0 0 1.5em; font-size:1.2em;
}

dt.open,dt.closed,dt.closed:target,dt.open:target {cursor:pointer; text-decoration:none; 	list-style:circle url(gfx/open.png);display:list-item}
dt:target {cursor:default!important;}
dd.hidden {display:none}
dt:target + dd {display:block!important;}
dt.closed {margin-bottom:0; list-style:disc url(gfx/closed.png); text-decoration:underline}

.dynamic dd {display:none;}
p.permalink {text-align:right; font-size:0.9em;}
p.permalink a {color: #b3a963;
font-weight: bold;
letter-spacing: 1px;
text-decoration: none;
}

#manuals h3 {font-size:1em; color:#8E864E}

abbr {font-family: Consolas,"Trebuchet MS",sans-serif;}