/* @override http://www.bonsai.com/wiki/local.css */

/* ikiwiki local style sheet */

/* Add local styling here, instead of modifying style.css. */

.header {
	padding: 19px 9px 4px 30px;
	color: #fff;
	background: #666;
	font-size: 200%;
}

.header a {
	color: #fff;
}

.header a:visited {
	color: #fff;
}

#content { 
background:white none repeat scroll 0% 0%;
color:black;
border: 1px dotted #afafaf;
line-height:1.5em;
margin: 1em 2.2em 2.2em 2.2em;
padding:0pt 1em 1.5em;
position:relative;
z-index:2;
}

body { 
-x-system-font:none;
background:#F9F9F9 repeat scroll 0pt 0pt;
color:black;
font-family:sans-serif;
font-size: 80%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:0pt;
padding:0pt;
}

.actions {
	padding: 4px 9px 9px 0px;
	margin: 0px 0px 0px 0px;
}

.actions ul {
	padding: 10px 0px 3px 25px;
}

th {
	text-align: left;
	padding-top: 1em;
	border-bottom: 1px solid #afafaf;
}

td {
	border-bottom: 1px dotted #dfdfdf;
}

.pagedate {
	margin: 0px;
	padding: 9px 9px 9px 30px;
}

#backlinks {
	padding-left: 30px;
}

a { 
background:transparent none repeat scroll 0% 0%;
color:#002BB8;
text-decoration: underline;
}

a:visited { 
color:#5A3696;
}

a:active { 
color:#FAA700;
}

a:hover { 
text-decoration:underline;
background: #700;
color: #fff;
}

a.stub { 
color:#772233;
}

a.new, #p-personal a.new { 
color:#BA0000;
}

a.new:visited, #p-personal a.new:visited { 
color:#A55858;
}

img { 
border:medium none;
vertical-align:middle;
}

p { 
line-height:1.5em;
margin:0.4em 0pt 0.5em;
}

p img { 
margin:0pt;
}

hr { 
background-color:#AAAAAA;
border:0pt none;
color:#AAAAAA;
height:1px;
margin:0.2em 0pt;
}

h1, h2, h3, h4, h5, h6 { 
background:transparent none repeat scroll 0% 0%;
border-bottom:1px solid #AAAAAA;
color:black;
font-weight:normal;
margin:0pt;
padding-bottom:0.17em;
padding-top:0.5em;
}

h1 { 
font-size:188%;
}

h2 { 
font-size:150%;
}

h3, h4, h5, h6 { 
border-bottom:medium none;
font-weight:bold;
}

h3 { 
font-size:132%;
}

h4 { 
font-size:116%;
}

h5 { 
font-size:100%;
}

h6 { 
font-size:80%;
}

ul { 
line-height:1.5em;
/* list-style-image:url(bullet.gif); */
list-style-type:square;
margin:0.3em 0pt 0pt 1.5em;
padding:0pt;
}

ol { 
line-height:1.5em;
list-style-image:none;
margin:0.3em 0pt 0pt 3.2em;
padding:0pt;
}

li { 
margin-bottom:0.1em;
}

dt { 
font-weight:bold;
margin-bottom:0.1em;
}

dl { 
margin-bottom:0.5em;
margin-top:0.2em;
}

dd { 
line-height:1.5em;
margin-bottom:0.1em;
margin-left:2em;
}

fieldset { 
border:1px solid #2F6FAB;
line-height:1.5em;
margin:1em 0pt;
padding:0pt 1em 1em;
}

legend { 
background:white none repeat scroll 0% 0%;
font-size:95%;
padding:0.5em;
}

form { 
border:medium none;
margin:0pt;
}

textarea { 
padding:0.1em;
width:100%;
}

input.historysubmit { 
cursor:pointer;
font-size:94%;
height:1.7em !important;
margin-left:1.6em;
padding:0pt 0.3em 0.3em !important;
}

select { 
vertical-align:top;
}

abbr, acronym, .explain { 
background:transparent none repeat scroll 0% 0%;
border-bottom:1px dotted black;
color:black;
cursor:help;
}

q { 
font-family:Times,"Times New Roman",serif;
font-style:italic;
}

code { 
background-color:#F9F9F9;
}

pre { 
background-color:#F9F9F9;
border:1px dashed #2F6FAB;
color:black;
line-height:1.1em;
padding:1em;
}


